Google Professional-Cloud-Architect Premium Exam Engine pdf - Download Free Updated 278 Questions [Q119-Q134]

Share

Google Professional-Cloud-Architect Premium Exam Engine pdf - Download Free Updated 278 Questions

Verified Professional-Cloud-Architect Bundle Real Exam Dumps PDF


The Google Professional-Cloud-Architect exam consists of multiple-choice and multiple-select questions that assess the candidate's ability to design and plan a cloud solution architecture, manage and provision the GCP infrastructure, and optimize the technical and business processes. Professional-Cloud-Architect exam also tests the candidate's knowledge of security and compliance issues related to GCP.


Exam Details

The Google Professional Cloud Architect certificate requires one qualifying exam. This test is 2 hours long and consists of the multiple-choice and multiple-select questions. The applicants can take it in English or Japanese, but before registering, they are required to pay the fee of $200. The students can pass the exam online or on-site at one of the testing centers. You should check the certification webpage for more details regarding the registration and testing processes.

 

NEW QUESTION # 119
Your company just finished a rapid lift and shift to Google Compute Engine for your compute needs. You have another 9 months to design and deploy a more cloud-native solution. Specifically, you want a system that is no-ops and auto-scaling. Which two compute products should you choose? Choose 2 answers

  • A. Compute Engine with managed instance groups
  • B. Google Container Engine with containers
  • C. Google App Engine Standard Environment
  • D. Compute Engine with containers
  • E. Compute Engine with custom instance types

Answer: D,E


NEW QUESTION # 120
You want to automate the creation of a managed instance group and a startup script to install the OS package dependencies. You want to minimize the startup time for VMs in the instance group.
What should you do?

  • A. Use Deployment Manager to create the managed instance group and Ansible to install the OS package dependencies.
  • B. Create a custom VM image with all OS package dependencies. Use Deployment Manager to create the managed instance group with the VM image.
  • C. Use Puppet to create the managed instance group and install the OS package dependencies.
  • D. Use Terraform to create the managed instance group and a startup script to install the OS package dependencies.

Answer: B

Explanation:
Reference:
"Custom images are more deterministic and start more quickly than instances with startup scripts. However, startup scripts are more flexible and let you update the apps and settings in your instances more easily." https://cloud.google.com/compute/docs/instance-templates/create-instance-templates#using_custom_or_public_images_in_your_instance_templates


NEW QUESTION # 121
To reduce costs, the Director of Engineering has required all developers to move their development infrastructure resources from on-premises virtual machines (VMs) to Google Cloud Platform. These resources go through multiple start/stop events during the day and require state to persist. You have been asked to design the process of running a development environment in Google Cloud while providing cost visibility to the finance department. Which two steps should you take? Choose 2 answers

  • A. Store all state into local SSD, snapshot the persistent disks, and terminate the VM.
  • B. Use the --no-auto-delete flag on all persistent disks and stop the VM.
  • C. Apply VM CPU utilization label and include it in the BigQuery billing export.
  • D. Store all state in Google Cloud Storage, snapshot the persistent disks, and terminate the VM.
  • E. Use Google BigQuery billing export and labels to associate cost to groups.
  • F. Use the -auto-delete flag on all persistent disks and terminate the VM.

Answer: B,E

Explanation:
https://cloud.google.com/billing/docs/how-to/export-data-bigquery


NEW QUESTION # 122
Case Study: 4 - Dress4Win case study
Company Overview
Dress4win is a web-based company that helps their users organize and manage their personal wardrobe using a website and mobile application. The company also cultivates an active social network that connects their users with designers and retailers. They monetize their services through advertising, e-commerce, referrals, and a freemium app model.
Company Background
Dress4win's application has grown from a few servers in the founder's garage to several hundred servers and appliances in a colocated data center. However, the capacity of their infrastructure is now insufficient for the application's rapid growth. Because of this growth and the company's desire to innovate faster, Dress4win is committing to a full migration to a public cloud.
Solution Concept
For the first phase of their migration to the cloud, Dress4win is considering moving their development and test environments. They are also considering building a disaster recovery site, because their current infrastructure is at a single location. They are not sure which components of their architecture they can migrate as is and which components they need to change before migrating them.
Existing Technical Environment
The Dress4win application is served out of a single data center location.
Databases:
MySQL - user data, inventory, static data
* Redis - metadata, social graph, caching
* Application servers:
Tomcat - Java micro-services
* Nginx - static content
* Apache Beam - Batch processing
* Storage appliances:
iSCSI for VM hosts
* Fiber channel SAN - MySQL databases
* NAS - image storage, logs, backups
* Apache Hadoop/Spark servers:
Data analysis
* Real-time trending calculations
* MQ servers:
Messaging
* Social notifications
* Events
* Miscellaneous servers:
Jenkins, monitoring, bastion hosts, security scanners
* Business Requirements
* Build a reliable and reproducible environment with scaled parity of production. Improve security by defining and adhering to a set of security and Identity and Access Management (IAM) best practices for cloud.
Improve business agility and speed of innovation through rapid provisioning of new resources.
Analyze and optimize architecture for performance in the cloud. Migrate fully to the cloud if all other requirements are met.
Technical Requirements
Evaluate and choose an automation framework for provisioning resources in cloud. Support failover of the production environment to cloud during an emergency. Identify production services that can migrate to cloud to save capacity.
Use managed services whenever possible.
Encrypt data on the wire and at rest.
Support multiple VPN connections between the production data center and cloud environment.
CEO Statement
Our investors are concerned about our ability to scale and contain costs with our current infrastructure. They are also concerned that a new competitor could use a public cloud platform to offset their up-front investment and freeing them to focus on developing better features.
CTO Statement
We have invested heavily in the current infrastructure, but much of the equipment is approaching the end of its useful life. We are consistently waiting weeks for new gear to be racked before we can start new projects. Our traffic patterns are highest in the mornings and weekend evenings; during other times, 80% of our capacity is sitting idle.
CFO Statement
Our capital expenditure is now exceeding our quarterly projections. Migrating to the cloud will likely cause an initial increase in spending, but we expect to fully transition before our next hardware refresh cycle. Our total cost of ownership (TCO) analysis over the next 5 years puts a cloud strategy between 30 to 50% lower than our current model.
For this question, refer to the Dress4Win case study.
Dress4Win would like to become familiar with deploying applications to the cloud by successfully deploying some applications quickly, as is. They have asked for your recommendation. What should you advise?

  • A. Recommend moving their message queuing servers to the cloud and continue handling requests to on-premise applications.
  • B. Suggest moving their in-house databases to the cloud and continue serving requests to on- premise applications.
  • C. Identify enterprise applications with internal dependencies and recommend these as a first move to the cloud.
  • D. Identify self-contained applications with external dependencies as a first move to the cloud.

Answer: D


NEW QUESTION # 123
You need to upload files from your on-premises environment to Cloud Storage. You want the files to be encrypted on Cloud Storage using customer-supplied encryption keys. What should you do?

  • A. Supply the encryption key using gcloud config. Use gsutil to upload the files to that bucket.
  • B. Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.
  • C. Use gsutil to create a bucket, and use the flag --encryption-key to supply the encryption key. Use gsutil to upload the files to that bucket.
  • D. Supply the encryption key in a .boto configuration file. Use gsutil to upload the files.

Answer: D

Explanation:
https://cloud.google.com/storage/docs/encryption/customer-supplied-keys#gsutil


NEW QUESTION # 124
Operational parameters such as oil pressure are adjustable on each of TerramEarth's vehicles to increase their efficiency, depending on their environmental conditions. Your primary goal is to increase the operating efficiency of all 20 million cellular and unconnected vehicles in the field.
How can you accomplish this goal?

  • A. Capture all operating data, train machine learning models that identify ideal operations, and host in Google Cloud Machine Learning (ML) Platform to make operational adjustments automatically
  • B. Have you engineers inspect the data for patterns, and then create an algorithm with rules that make operational adjustments automatically
  • C. Capture all operating data, train machine learning models that identify ideal operations, and run locally to make operational adjustments automatically
  • D. Implement a Google Cloud Dataflow streaming job with a sliding window, and use Google Cloud Messaging (GCM) to make operational adjustments automatically

Answer: C

Explanation:
Explanation/Reference:
TerramEarth, B
Testlet 1
Company Overview
TerramEarth manufactures heavy equipment for the mining and agricultural industries. About 80% of their business is from mining and 20% from agriculture. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive.
Solution Concept
There are 20 million TerramEarth vehicles in operation that collect 120 fields of data per second. Data is stored locally on the vehicle and can be accessed for analysis when a vehicle is serviced. The data is downloaded via a maintenance port. This same port can be used to adjust operational parameters, allowing the vehicles to be upgraded in the field with new computing modules.
Approximately 200,000 vehicles are connected to a cellular network, allowing TerramEarth to collect data directly. At a rate of 120 fields of data per second, with 22 hours of operation per day, TerramEarth collects a total of about 9 TB/day from these connected vehicles.
Existing Technical Environment
TerramEarth's existing architecture is composed of Linux and Windows-based systems that reside in a single U.S, west coast based data center. These systems gzip CSV files from the field and upload via FTP, and place the data in their data warehouse. Because this process takes time, aggregated reports are based on data that is 3 weeks old.
With this data, TerramEarth has been able to preemptively stock replacement parts and reduce unplanned downtime of their vehicles by 60%. However, because the data is stale, some customers are without their vehicles for up to 4 weeks while they wait for replacement parts.
Business Requirements
* Decrease unplanned vehicle downtime to less than 1 week
* Support the dealer network with more data on how their customers use their equipment to better position new products and services
* Have the ability to partner with different companies - especially with seed and fertilizer suppliers in the fast-growing agricultural business - to create compelling joint offerings for their customers Technical Requirements
* Expand beyond a single datacenter to decrease latency to the American midwest and east coast
* Create a backup strategy
* Increase security of data transfer from equipment to the datacenter
* Improve data in the data warehouse
* Use customer and equipment data to anticipate customer needs
Application 1: Data ingest
A custom Python application reads uploaded datafiles from a single server, writes to the data warehouse.
Compute:
* Windows Server 2008 R2
- 16 CPUs
- 128 GB of RAM
- 10 TB local HDD storage
Application 2: Reporting
An off the shelf application that business analysts use to run a daily report to see what equipment needs repair. Only 2 analysts of a team of 10 (5 west coast, 5 east coast) can connect to the reporting application at a time.
Compute:
* Off the shelf application. License tied to number of physical CPUs
- Windows Server 2008 R2
- 16 CPUs
- 32 GB of RAM
- 500 GB HDD
Data warehouse:
* A single PostgreSQL server
- RedHat Linux
- 64 CPUs
- 128 GB of RAM
- 4x 6TB HDD in RAID 0
Executive Statement
Our competitive advantage has always been in our manufacturing process, with our ability to build better vehicles for lower cost than our competitors. However, new products with different approaches are constantly being developed, and I'm concerned that we lack the skills to undergo the next wave of transformations in our industry. My goals are to build our skills while addressing immediate market needs through incremental innovations.


NEW QUESTION # 125
At Dress4Win, an operations engineer wants to create a tow-cost solution to remotely archive copies of
database backup files.
The database files are compressed tar files stored in their current data center.
How should he proceed?

  • A. Create a cron script using gsutil to copy the files to a Regional Storage bucket.
  • B. Create a Cloud Storage Transfer Service Job to copy the files to a Coldline Storage bucket.
  • C. Create a cron script using gsutil to copy the files to a Coldline Storage bucket.
  • D. Create a Cloud Storage Transfer Service job to copy the files to a Regional Storage bucket.

Answer: C

Explanation:
Explanation/Reference:
Explanation:
Follow these rules of thumb when deciding whether to use gsutil or Storage Transfer Service:
* When transferring data from an on-premises location, use gsutil.
* When transferring data from another cloud storage provider, use Storage Transfer Service.
* Otherwise, evaluate both tools with respect to your specific scenario.
Use this guidance as a starting point.
The specific details of your transfer scenario will also help you determine which tool is more appropriate.


NEW QUESTION # 126
Your company acquired a healthcare startup and must retain its customers' medical information for up to 4 more years, depending on when it was created. Your corporate policy is to securely retain this data, and then delete it as soon as regulations allow.
Which approach should you take?

  • A. Store the data in Cloud Storage and use lifecycle management to delete files when they expire.
  • B. Anonymize the data using the Cloud Data Loss Prevention API and store it indefinitely.
  • C. Store the data in Cloud Storage and run a nightly batch script that deletes all expired data.
  • D. Store the data in Google Drive and manually delete records as they expire.

Answer: A

Explanation:
Explanation/Reference:


NEW QUESTION # 127
You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also to reliably deploy new versions of the application. Which set of steps should you take?

  • A. Perform the following:
    1) Create a Kubernetes Engine (GKE) cluster with n1-standard-4 type machines.
    2) Build a Docker image from the master branch will all of the dependencies, and tag it with "latest".
    3) Create a Kubernetes Deployment in the default namespace with the imagePullPolicy set to "Always".
    Restart the pods to automatically deploy new production releases.
  • B. Perform the following:
    1) Create a Kubernetes Engine cluster with n1-standard-1 type machines.
    2) Build a Docker image from the production branch with all of the dependencies, and tag it with the
    3) Create a Kubernetes Deployment with the imagePullPolicy set to "IfNotPresent" in the staging namespace, and then promote it to the production namespace after testing.
  • C. Perform the following:
    1) Create a managed instance group with n1-standard-1 type machines.
    2) Build a Compute Engine image from the production branch that contains all of the dependencies and automatically starts the Python app.
    3) Rebuild the Compute Engine image, and update the instance template to deploy new production releases.
  • D. Perform the following:
    1) Create a managed instance group with f1-micro type machines.
    2) Use a startup script to clone the repository, check out the production branch, install the dependencies, and start the Python app.
    3) Restart the instances to automatically deploy new production releases.

Answer: A

Explanation:
https://cloud.google.com/compute/docs/instance-templates


NEW QUESTION # 128
You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also to reliably deploy new versions of the application. Which set of steps should you take?

  • A. Perform the following:
    1. Create a Kubernetes Engine cluster with n1-standard-4 type machines.
    2. Build a Docker image from the master branch will all of the dependencies, and tag it with "latest".
    3. Create a Kubernetes Deployment in the default namespace with the imagePullPolicy set to "Always".
    Restart the pods to automatically deploy new production releases.
  • B. Perform the following:
    1. Create a managed instance group with n1-standard-1 type machines.
    2. Build a Compute Engine image from the production branch that contains all of the dependencies and automatically starts the Python app.
    3. Rebuild the Compute Engine image, and update the instance template to deploy new production releases.
  • C. Perform the following:
    1. Create a Kubernetes Engine cluster with n1-standard-1 type machines.
    2. Build a Docker image from the production branch with all of the dependencies, and tag it with the version number.
    3. Create a Kubernetes Deployment with the imagePullPolicy set to "IfNotPresent" in the staging namespace, and then promote it to the production namespace after testing.
  • D. Perform the following:
    1. Create a managed instance group with f1-micro type machines.
    2. Use a startup script to clone the repository, check out the production branch, install the dependencies, and start the Python app.
    3. Restart the instances to automatically deploy new production releases.

Answer: C


NEW QUESTION # 129
For this question, refer to the JencoMart case study
A few days after JencoMart migrates the user credentials database to Google Cloud Platform and shuts down the old server, the new database server stops responding to SSH connections. It is still serving database requests to the application servers correctly. What three steps should you take to diagnose the problem? Choose 3 answers

  • A. Delete the instance, attach the disk to a new VM, and investigate.
  • B. Check inbound firewall rules for the network the machine is connected to.
  • C. Print the Serial Console output for the instance for troubleshooting, activate the interactive console, and investigate.
  • D. Delete the virtual machine (VM) and disks and create a new one.
  • E. Take a snapshot of the disk and connect to a new machine to investigate.
  • F. Connect the machine to another network with very simple firewall rules and investigate.

Answer: B,C,E

Explanation:
D: Handling "Unable to connect on port 22" error message
Possible causes include:
There is no firewall rule allowing SSH access on the port. SSH access on port 22 is enabled on all Compute Engine instances by default. If you have disabled access, SSH from the Browser will not work. If you run sshd on a port other than 22, you need to enable the access to that port with a custom firewall rule.
The firewall rule allowing SSH access is enabled, but is not configured to allow connections from GCP Console services. Source IP addresses for browser-based SSH sessions are dynamically allocated by GCP Console and can vary from session to session.
References:
https://cloud.google.com/compute/docs/ssh-in-browser
https://cloud.google.com/compute/docs/ssh-in-browser
Reference:
https://cloud.google.com/compute/docs/troubleshooting/troubleshooting-ssh


NEW QUESTION # 130
You are developing a globally scaled frontend for a legacy streaming backend data API. This API expects events in strict chronological order with no repeat data for proper processing.
Which products should you deploy to ensure guaranteed-once FIFO (first-in, first-out) delivery of data?

  • A. Cloud Pub/Sub to Stackdriver
  • B. Cloud Pub/Sub to Cloud DataFlow
  • C. Cloud Pub/Sub to Cloud SQL
  • D. Cloud Pub/Sub alone

Answer: B

Explanation:
Reference https://cloud.google.com/pubsub/docs/ordering
Topic 2, Mountkirk Games
Company Overview
Mountkirk Games makes online, session-based. multiplayer games for the most popular mobile platforms.
Company Background
Mountkirk Games builds all of their games with some server-side integration and has historically used cloud providers to lease physical servers. A few of their games were more popular than expected, and they had problems scaling their application servers, MySQL databases, and analytics tools.
Mountkirk's current model is to write game statistics to files and send them through an ETL tool that loads them into a centralized MySQL database for reporting.
Solution Concept
Mountkirk Games is building a new game, which they expect to be very popular. They plan to deploy the game's backend on Google Compute Engine so they can capture streaming metrics, run intensive analytics and take advantage of its autoscaling server environment and integrate with a managed NoSQL database.
Technical Requirements
Requirements for Game Backend Platform
1. Dynamically scale up or down based on game activity.
2. Connect to a managed NoSQL database service.
3. Run customized Linx distro.
Requirements for Game Analytics Platform
1. Dynamically scale up or down based on game activity.
2. Process incoming data on the fly directly from the game servers.
3. Process data that arrives late because of slow mobile networks.
4. Allow SQL queries to access at least 10 TB of historical data.
5. Process files that are regularly uploaded by users' mobile devices.
6. Use only fully managed services
CEO Statement
Our last successful game did not scale well with our previous cloud provider, resuming in lower user adoption and affecting the game's reputation. Our investors want more key performance indicators (KPIs) to evaluate the speed and stability of the game, as well as other metrics that provide deeper insight into usage patterns so we can adapt the gams to target users.
CTO Statement
Our current technology stack cannot provide the scale we need, so we want to replace MySQL and move to an environment that provides autoscaling, low latency load balancing, and frees us up from managing physical servers.
CFO Statement
We are not capturing enough user demographic data usage metrics, and other KPIs. As a result, we do not engage the right users. We are not confident that our marketing is targeting the right users, and we are not selling enough premium Blast-Ups inside the games, which dramatically impacts our revenue.


NEW QUESTION # 131
A development manager is building a new application He asks you to review his requirements and identify what cloud technologies he can use to meet them.
The application must:
1. Be based on open-source technology for cloud portability
2. Dynamically scale compute capacity based on demand
3. Support continuous software delivery
4. Run multiple segregated copies of the same application stack
5. Deploy application bundles using dynamic templates
6. Route network traffic to specific services based on URL
Which combination of technologies will meet all of his requirements?

  • A. Google Compute Engine, Jenkins, and Cloud Load Balancing
  • B. Google Container Engine, Jenkins, and Helm
  • C. Google Container Engine and Cloud Load Balancing
  • D. Google Compute Engine and Cloud Deployment Manager

Answer: A

Explanation:
Jenkins is an open-source automation server that lets you flexibly orchestrate your build, test, and deployment pipelines. Kubernetes Engine is a hosted version of Kubernetes, a powerful cluster manager and orchestration system for containers.
When you need to set up a continuous delivery (CD) pipeline, deploying Jenkins on Kubernetes Engine provides important benefits over a standard VM-based deployment Incorrect Answers:
A: Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
Use Helm to:
Find and use popular software packaged as Kubernetes charts

Share your own applications as Kubernetes charts

Create reproducible builds of your Kubernetes applications

Intelligently manage your Kubernetes manifest files

Manage releases of Helm packages

References: https://cloud.google.com/solutions/jenkins-on-kubernetes-engine


NEW QUESTION # 132
Case Study: 7 - Mountkirk Games
Company Overview
Mountkirk Games makes online, session-based, multiplayer games for mobile platforms. They build all of their games using some server-side integration. Historically, they have used cloud providers to lease physical servers.
Due to the unexpected popularity of some of their games, they have had problems scaling their global audience, application servers, MySQL databases, and analytics tools.
Their current model is to write game statistics to files and send them through an ETL tool that loads them into a centralized MySQL database for reporting.
Solution Concept
Mountkirk Games is building a new game, which they expect to be very popular. They plan to deploy the game's backend on Google Compute Engine so they can capture streaming metrics, run intensive analytics, and take advantage of its autoscaling server environment and integrate with a managed NoSQL database.
Business Requirements
Increase to a global footprint.

Improve uptime - downtime is loss of players.

Increase efficiency of the cloud resources we use.

Reduce latency to all customers.

Technical Requirements
Requirements for Game Backend Platform
Dynamically scale up or down based on game activity.

Connect to a transactional database service to manage user profiles and game state.

Store game activity in a timeseries database service for future analysis.

As the system scales, ensure that data is not lost due to processing backlogs.

Run hardened Linux distro.

Requirements for Game Analytics Platform
Dynamically scale up or down based on game activity

Process incoming data on the fly directly from the game servers

Process data that arrives late because of slow mobile networks

Allow queries to access at least 10 TB of historical data

Process files that are regularly uploaded by users' mobile devices

Executive Statement
Our last successful game did not scale well with our previous cloud provider, resulting in lower user adoption and affecting the game's reputation. Our investors want more key performance indicators (KPIs) to evaluate the speed and stability of the game, as well as other metrics that provide deeper insight into usage patterns so we can adapt the game to target users.
Additionally, our current technology stack cannot provide the scale we need, so we want to replace MySQL and move to an environment that provides autoscaling, low latency load balancing, and frees us up from managing physical servers.
For this question, refer to the Mountkirk Games case study. You need to analyze and define the technical architecture for the compute workloads for your company, Mountkirk Games.
Considering the Mountkirk Games business and technical requirements, what should you do?

  • A. Create a global load balancer with managed instance groups and autoscaling policies. Use preemptible Compute Engine instances.
  • B. Create network load balancers. Use preemptible Compute Engine instances.
  • C. Create a global load balancer with managed instance groups and autoscaling policies. Use non- preemptible Compute Engine instances.
  • D. Create network load balancers. Use non-preemptible Compute Engine instances.

Answer: C


NEW QUESTION # 133
Your marketing department wants to send out a promotional email campaign. The development team wants to minimize direct operation management. They project a wide range of possible customer responses, from 100 to 500,000 click-throughs per day. The link leads to a simple website that explains the promotion and collects user information and preferences. Which infrastructure should you recommend? (CHOOSE TWO)

  • A. Use a Google Container Engine cluster to serve the website and store data to persistent disk.
  • B. Use a single compute Engine virtual machine (VM) to host a web server, backed by Google Cloud SQL.
  • C. Use Google App Engine to serve the website and Google Cloud Datastore to store user data.
  • D. Use a managed instance group to serve the website and Google Cloud Bigtable to store user data.

Answer: C,D

Explanation:
Reference:

References: https://cloud.google.com/storage-options/


NEW QUESTION # 134
......


Prerequisites

There are no official requirements that the candidates for the Google Professional Cloud Architect certification need to satisfy. However, it is recommended that the applicants possess 3 or more years of industry experience, including at least 1 year of experience with designing and managing solutions using Google Cloud Platform. Their solid knowledge of the topics covered in the qualifying exam is also required.

 

Pass Your Google Exam with Professional-Cloud-Architect Exam Dumps: https://www.validvce.com/Professional-Cloud-Architect-exam-collection.html

Professional-Cloud-Architect Dumps PDF New [2024] Ultimate Study Guide: https://drive.google.com/open?id=1KQrMRutGmep3c6VD1iqH6j-tbiGCPQD3