Pass Google Professional-Cloud-Architect Exam Quickly With ValidBraindumps [Q80-Q103]

Share

Pass Google Professional-Cloud-Architect Exam Quickly With ValidBraindumps

Prepare Professional-Cloud-Architect Question Answers - Professional-Cloud-Architect Exam Dumps


To become a Google Certified Professional - Cloud Architect, candidates must pass a rigorous exam that tests their understanding of various cloud architecture concepts, such as designing and planning a cloud solution architecture, managing and provisioning a cloud infrastructure, optimizing and securing a cloud solution, and analyzing and optimizing technical and business processes of a cloud solution.


The Google Professional-Cloud-Architect exam is designed to test the candidate's ability to design and develop highly scalable, available, secure, and reliable cloud-based solutions. Professional-Cloud-Architect exam consists of multiple-choice questions, case studies, and hands-on scenarios that test the candidate's knowledge and practical skills. Professional-Cloud-Architect exam is conducted online and can be taken from anywhere in the world.

 

NEW QUESTION # 80
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. Check inbound firewall rules for the network the machine is connected to.
  • B. Connect the machine to another network with very simple firewall rules and investigate.
  • C. Delete the virtual machine (VM) and disks and create a new one.
  • D. Delete the instance, attach the disk to a new VM, and investigate.
  • E. Print the Serial Console output for the instance for troubleshooting, activate the interactive console, and investigate.
  • F. Take a snapshot of the disk and connect to a new machine to investigate.

Answer: A,E,F

Explanation:
https://cloud.google.com/compute/docs/troubleshooting/troubleshooting-ssh


NEW QUESTION # 81
You are using Cloud SQL as the database backend for a large CRM deployment. You want to scale as usage increases and ensure that you don't run out of storage, maintain 75% CPU usage cores, and keep replication lag below 60 seconds. What are the correct steps to meet your requirements?

  • A. 1. Create a Stackdriver alert when storage exceeds 75%, and increase the available storage on the instance to create more space.
    2. Deploy memcache to reduce CPU load.
    3. Create a Stackdriver alert for replication lag, and change the instance type to a 32-core machine type to reduce replication lag.
  • B. 1. Enable automatic storage increase for the instance.
    2. Create a Stackdriver alert when CPU usage exceeds 75%, and change the instance type to reduce CPU usage.
    3. Create a Stackdriver alert for replication lag, and shard the database to reduce replication time.
  • C. 1. Enable automatic storage increase for the instance.
    2. Change the instance type to a 32-core machine type to keep CPU usage below 75%.
    3. Create a Stackdriver alert for replication lag, and deploy memcache to reduce load on the master.
  • D. 1. Create a Stackdriver alert when storage exceeds 75%, and increase the available storage on the instance to create more space.
    2. Deploy memcache to reduce CPU load.
    3. Change the instance type to a 32-core machine type to reduce replication lag.

Answer: B


NEW QUESTION # 82
TerramEarth plans to connect all 20 million vehicles in the field to the cloud. This increases the volume to 20 million 600 byte records a second for 40 TB an hour.
How should you design the data ingestion?

  • A. Vehicles continue to write data using the existing system (FTP)
  • B. Vehicles write data directly to Google Cloud Pub/Sub
  • C. Vehicles stream data directly to Google BigQuery
  • D. Vehicles write data directly to GCS

Answer: C

Explanation:
Streamed data is available for real-time analysis within a few seconds of the first streaming insertion into a table.
Instead of using a job to load data into BigQuery, you can choose to stream your data into BigQuery one record at a time by using the tabledata().insertAll() method. This approach enables querying data without the delay of running a load job.
References: https://cloud.google.com/bigquery/streaming-data-into-bigquery


NEW QUESTION # 83
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. Check inbound firewall rules for the network the machine is connected to.
  • B. Connect the machine to another network with very simple firewall rules and investigate.
  • C. Delete the virtual machine (VM) and disks and create a new one.
  • D. Delete the instance, attach the disk to a new VM, and investigate.
  • E. Print the Serial Console output for the instance for troubleshooting, activate the interactive console, and investigate.
  • F. Take a snapshot of the disk and connect to a new machine to investigate.

Answer: A,E,F

Explanation:
Explanation
https://cloud.google.com/compute/docs/troubleshooting/troubleshooting-ssh 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


NEW QUESTION # 84
You are managing an application deployed on Cloud Run for Anthos, and you need to define a strategy for deploying new versions of the application. You want to evaluate the new code with a subset of production traffic to decide whether to proceed with the rollout. What should you do?

  • A. Deploy a new revision to Cloud Run with the new version. Configure traffic percentage between revisions.
  • B. Deploy a new service to Cloud Run with the new version. Add a Cloud Load Balancing instance in front of both services.
  • C. In the Google Cloud Console page for Cloud Run, set up continuous deployment using Cloud Build for the development branch. As part of the Cloud Build trigger, configure the substitution variable TRAFFIC_PERCENTAGE with the percentage of traffic you want directed to a new version.
  • D. In the Google Cloud Console, configure Traffic Director with a new Service that points to the new version of the application on Cloud Run. Configure Traffic Director to send a small percentage of traffic to the new version of the application.

Answer: A

Explanation:
https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration


NEW QUESTION # 85
Your company wants to try out the cloud with low risk. They want to archive approximately 100 TB of their log data to the cloud and test the analytics features available to them there, while also retaining that data as a long- term disaster recovery backup.
Which two steps should you take? Choose 2 answers.

  • A. Load logs into Google Cloud SQL
  • B. Load logs into Google BigQuery
  • C. Import logs into Google Stackdriver
  • D. Insert logs into Google Cloud Bigtable
  • E. Upload log files into Google Cloud Storage

Answer: B,E

Explanation:
Explanation/Reference:


NEW QUESTION # 86
Your applications will be writing their logs to BigQuery for analysis. Each application should have its own table. Any logs older than 45 days should be removed. You want to optimize storage and follow Google- recommended practices. What should you do?

  • A. Rely on BigQuery's default behavior to prune application logs older than 45 days
  • B. Make the tables time-partitioned, and configure the partition expiration at 45 days
  • C. Create a script that uses the BigQuery command line tool (bq) to remove records older than 45 days
  • D. Configure the expiration time for your tables at 45 days

Answer: D


NEW QUESTION # 87
Your solution is producing performance bugs in production that you did not see in staging and test environments. You want to adjust your test and deployment procedures to avoid this problem in the future. What should you do?

  • A. Increase the load on your test and staging environments.
  • B. Deploy smaller changes to production.
  • C. Deploy fewer changes to production.
  • D. Deploy changes to a small subset of users before rolling out to production.

Answer: A


NEW QUESTION # 88
You are tasked with building an online analytical processing (OLAP) marketing analytics and reporting tool.
This requires a relational database that can operate on hundreds of terabytes of data. What is the Google recommended tool for such applications?

  • A. Cloud SQL, because it is a fully managed relational database
  • B. Cloud Spanner, because it is globally distributed
  • C. Cloud Firestore, because it offers real-time synchronization across devices
  • D. BigQuery, because it is designed for large-scale processing of tabular data

Answer: D

Explanation:
Reference: https://cloud.google.com/files/BigQueryTechnicalWP.pdf


NEW QUESTION # 89
You are migrating your on-premises solution to Google Cloud in several phases. You will use Cloud VPN to maintain a connection between your on-premises systems and Google Cloud until the migration is completed.
You want to make sure all your on-premises systems remain reachable during this period. How should you organize your networking in Google Cloud?

  • A. Use the same IP range on Google Cloud as you use on-premises for your primary IP range and use a secondary range that does not overlap with the range you use on-premises
  • B. Use an IP range on Google Cloud that does not overlap with the range you use on-premises
  • C. Use the same IP range on Google Cloud as you use on-premises
  • D. Use an IP range on Google Cloud that does not overlap with the range you use on-premises for your primary IP range and use a secondary range with the same IP range as you use on-premises

Answer: B


NEW QUESTION # 90
The Dress4Win security team has disabled external SSH access into production virtual machines (VMs) on Google Cloud Platform (GCP).
The operations team needs to remotely manage the VMs, build and push Docker containers, and manage Google Cloud Storage objects.
What can they do?

  • A. Configure a VPN connection to GCP to allow SSH access to the cloud VMs.
  • B. Develop a new access request process that grants temporary SSH access to cloud VMs when an operations engineer needs to perform a task.
  • C. Have the development team build an API service that allows the operations team to execute specific remote procedure calls to accomplish their tasks.
  • D. Grant the operations engineer access to use Google Cloud Shell.

Answer: D


NEW QUESTION # 91
You are managing an application deployed on Cloud Run for Anthos, and you need to define a strategy for deploying new versions of the application. You want to evaluate the new code with a subset of production traffic to decide whether to proceed with the rollout. What should you do?

  • A. Deploy a new revision to Cloud Run with the new version. Configure traffic percentage between revisions.
  • B. Deploy a new service to Cloud Run with the new version. Add a Cloud Load Balancing instance in front of both services.
  • C. In the Google Cloud Console page for Cloud Run, set up continuous deployment using Cloud Build for the development branch. As part of the Cloud Build trigger, configure the substitution variable TRAFFIC_PERCENTAGE with the percentage of traffic you want directed to a new version.
  • D. In the Google Cloud Console, configure Traffic Director with a new Service that points to the new version of the application on Cloud Run. Configure Traffic Director to send a small percentage of traffic to the new version of the application.

Answer: A

Explanation:
Explanation
https://cloud.google.com/run/docs/rollouts-rollbacks-traffic-migration


NEW QUESTION # 92
For this question, refer to the Helicopter Racing League (HRL) case study. The HRL development team releases a new version of their predictive capability application every Tuesday evening at 3 a.m. UTC to a repository. The security team at HRL has developed an in-house penetration test Cloud Function called Airwolf.
The security team wants to run Airwolf against the predictive capability application as soon as it is released every Tuesday. You need to set up Airwolf to run at the recurring weekly cadence. What should you do?

  • A. Set up Cloud Tasks and a Cloud Storage bucket that triggers a Cloud Function.
  • B. Set up Identity and Access Management (IAM) and Confidential Computing to trigger a Cloud Function.
  • C. Configure the deployment job to notify a Pub/Sub queue that triggers a Cloud Function.
  • D. Set up a Cloud Logging sink and a Cloud Storage bucket that triggers a Cloud Function.

Answer: A


NEW QUESTION # 93
For this question, refer to the Dress4Win case study.
Dress4Win has end-to-end tests covering 100% of their endpoints. They want to ensure that the move to the cloud does not introduce any new bugs. Which additional testing methods should the developers employ to prevent an outage?

  • A. They should enable Google Stackdriver Debugger on the application code to show errors in the code.
  • B. They should add additional unit tests and production scale load tests on their cloud staging environment.
  • C. They should run the end-to-end tests in the cloud staging environment to determine if the code is working as intended.
  • D. They should add canary tests so developers can measure how much of an impact the new release causes to latency.

Answer: B

Explanation:
Topic 5, Dress4Win Case 2
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. The application has grown from a few servers in the founder's garage to several hundred servers and appliances in a collocated 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 moving their development and test environments. They are also 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. All servers run Ubuntu LTS v16.04.
Databases:
MySQL. 1 server for user data, inventory, static data:
- MySQL 5.8
- 8 core CPUs
- 128 GB of RAM
- 2x 5 TB HDD (RAID 1)
Redis 3 server cluster for metadata, social graph, caching. Each server is:
- Redis 3.2
- 4 core CPUs
- 32GB of RAM
Compute:
40 Web Application servers providing micro-services based APIs and static content.
- Tomcat - Java
- Nginx
- 4 core CPUs
- 32 GB of RAM
20 Apache Hadoop/Spark servers:
- Data analysis
- Real-time trending calculations
- 8 core CPUS
- 128 GB of RAM
- 4x 5 TB HDD (RAID 1)
3 RabbitMQ servers for messaging, social notifications, and events:
- 8 core CPUs
- 32GB of RAM
Miscellaneous servers:
- Jenkins, monitoring, bastion hosts, security scanners
- 8 core CPUs
- 32GB of RAM
Storage appliances:
iSCSI for VM hosts
Fiber channel SAN - MySQL databases
- 1 PB total storage; 400 TB available
NAS - image storage, logs, backups
- 100 TB total storage; 35 TB available
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.
Technical Requirements
Easily create non-production environment in the cloud.
Implement an automation framework for provisioning resources in cloud.
Implement a continuous deployment process for deploying applications to the on-premises datacenter or cloud.
Support failover of the production environment to cloud during an emergency.
Encrypt data on the wire and at rest.
Support multiple private connections between the production data center and cloud environment.
Executive Statement
Our investors are concerned about our ability to scale and contain costs with our current infrastructure. They are also concerned that a competitor could use a public cloud platform to offset their up-front investment and free them to focus on developing better features. Our traffic patterns are highest in the mornings and weekend evenings; during other times, 80% of our capacity is sitting idle.
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 for a public cloud strategy achieves a cost reduction between 30% and 50% over our current model.


NEW QUESTION # 94
Mountkirk Games wants to limit the physical location of resources to their operating Google Cloud regions.
What should you do?

  • A. Configure the quotas for resources in the regions not being used to 0.
  • B. Configure IAM conditions to limit what resources can be configured.
  • C. Configure a custom alert in Cloud Monitoring so you can disable resources as they are created in other
  • D. Configure an organizational policy which constrains where resources can be deployed.

Answer: D

Explanation:
regions.


NEW QUESTION # 95
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 has end-to-end tests covering 100% of their endpoints. They want to ensure that the move to the cloud does not introduce any new bugs.
Which additional testing methods should the developers employ to prevent an outage?

  • A. They should enable Google Stackdriver Debugger on the application code to show errors in the code.
  • B. They should add additional unit tests and production scale load tests on their cloud staging environment.
  • C. They should run the end-to-end tests in the cloud staging environment to determine if the code is working as intended.
  • D. They should add canary tests so developers can measure how much of an impact the new release causes to latency.

Answer: B

Explanation:
B is correct answer because the question asks about additional methods to prevent an outage.
If they have already 100% coverage than they are smart enough to run those test on new platform as C describes.


NEW QUESTION # 96
For this question, refer to the Helicopter Racing League (HRL) case study. A recent finance audit of cloud infrastructure noted an exceptionally high number of Compute Engine instances are allocated to do video encoding and transcoding. You suspect that these Virtual Machines are zombie machines that were not deleted after their workloads completed. You need to quickly get a list of which VM instances are idle. What should you do?

  • A. From the Google Console, identify which Compute Engine instances in the managed instance groups are no longer responding to health check probes.
  • B. Use the gcloud compute instances list to list the virtual machine instances that have the idle: true label set.
  • C. Log into each Compute Engine instance and collect disk, CPU, memory, and network usage statistics for analysis.
  • D. Use the gcloud recommender command to list the idle virtual machine instances.

Answer: D


NEW QUESTION # 97
Your customer wants to do resilience testing of their authentication layer. This consists of a regional managed instance group serving a public REST API that reads from and writes to a Cloud SQL instance.
What should you do?

  • A. Schedule a disaster simulation exercise during which you can shut off all VMs in a zone to see how your application behaves.
  • B. Configure a read replica for your Cloud SQL instance in a different zone than the master, and then manually trigger a failover while monitoring KPIs for our REST API.
  • C. Engage with a security company to run web scrapers that look your for users' authentication data om malicious websites and notify you if any is found.
  • D. Deploy intrusion detection software to your virtual machines to detect and log unauthorized access.

Answer: A


NEW QUESTION # 98
For this question, refer to the Mountkirk Games case study.
Mountkirk Games wants to set up a continuous delivery pipeline. Their architecture includes many small services that they want to be able to update and roll back quickly. Mountkirk Games has the following requirements:
* Services are deployed redundantly across multiple regions in the US and Europe.
* Only frontend services are exposed on the public internet.
* They can provide a single frontend IP for their fleet of services.
* Deployment artifacts are immutable.
Which set of products should they use?

  • A. Google Cloud Storage, Google Cloud Dataflow, Google Compute Engine
  • B. Google Cloud Functions, Google Cloud Pub/Sub, Google Cloud Deployment Manager
  • C. Google Cloud Storage, Google App Engine, Google Network Load Balancer
  • D. Google Kubernetes Registry, Google Container Engine, Google HTTP(S) Load Balancer

Answer: D

Explanation:
Topic 2, TerramEarth Case Study
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.
Company Background
TerramEarth formed in 1946, when several small, family owned companies combined to retool after World War II. The company cares about their employees and customers and considers them to be extended members of their family.
TerramEarth is proud of their ability to innovate on their core products and find new markets as their customers' needs change. For the past 20 years trends in the industry have been largely toward increasing productivity by using larger vehicles with a human operator.
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-based systems that reside in a data center. These systems gzip CSV files from the field and upload via FTP, transform and aggregate them, 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, without increasing the cost of carrying surplus inventory
* Support the dealer network with more data on how their customers use their equipment IP 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 CEO Statement We have been successful in capitalizing on the trend toward larger vehicles to increase the productivity of our customers. Technological change is occurring rapidly and TerramEarth has taken advantage of connected devices technology to provide our customers with better services, such as our intelligent farming equipment. With this technology, we have been able to increase farmers' yields by 25%, by using past trends to adjust how our vehicles operate. These advances have led to the rapid growth of our agricultural product line, which we expect will generate 50% of our revenues by 2020.
CTO Statement
Our competitive advantage has always been in the manufacturing process with our ability to build better vehicles for tower 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. Unfortunately, our CEO doesn't take technology obsolescence seriously and he considers the many new companies in our industry to be niche players. My goals are to build our skills while addressing immediate market needs through incremental innovations.


NEW QUESTION # 99
All compute Engine instances in your VPC should be able to connect to an Active Directory server on specific ports. Any other traffic emerging from your instances is not allowed. You want to enforce this using VPC firewall rules.
How should you configure the firewall rules?

  • A. Create an egress rule with priority 1000 to allow the Active Directory traffic. Rely on the implied deny egress rule with priority 100 to block all traffic for all instances.
  • B. Create an egress rule with priority 100 to allow the Active Directory traffic. Rely on the implied deny egress rule with priority 1000 to block all traffic for all instances.
  • C. Create an egress rule with priority 1000 to deny all traffic for all instances. Create another egress rule with priority 100 to allow the Active Directory traffic for all instances.
  • D. Create an egress rule with priority 100 to deny all traffic for all instances. Create another egress rule with priority 1000 to allow the Active Directory traffic for all instances.

Answer: D


NEW QUESTION # 100
A development team at your company has created a dockerized HTTPS web application. You need to deploy the application on Google Kubernetes Engine (GKE) and make sure that the application scales automatically.
How should you deploy to GKE?

  • A. Enable autoscaling on the Compute Engine instance group. Use an Ingress resource to load balance the HTTPS traffic.
  • B. Enable autoscaling on the Compute Engine instance group. Use a Service resource of type LoadBalancer to load-balance the HTTPS traffic.
  • C. Use the Horizontal Pod Autoscaler and enable cluster autoscaling on the Kubernetes cluster. Use a Service resource of type LoadBalancer to load-balance the HTTPS traffic.
  • D. Use the Horizontal Pod Autoscaler and enable cluster autoscaling. Use an Ingress resource to load- balance the HTTPS traffic.

Answer: C

Explanation:
https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-autoscaler


NEW QUESTION # 101
You need to develop procedures to test a disaster plan for a mission-critical application. You want to use Google-recommended practices and native capabilities within GCP.
What should you do?

  • A. Use automated scripts to automate service provisioning. Use Activity Logs monitor and debug your tests.
  • B. Use Deployment Manager to automate provisioning. Use Stackdriver to monitor and debug your tests.
  • C. Use Deployment Manager to automate service provisioning. Use Activity Logs to monitor and debug your tests.
  • D. Use gcloud scripts to automate service provisioning. Use Activity Logs monitor and debug your tests.

Answer: B

Explanation:
https://cloud.google.com/solutions/dr-scenarios-planning-guide


NEW QUESTION # 102
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 are in charge of the new Game Backend Platform architecture. The game communicates with the backend over a REST API.
You want to follow Google-recommended practices. How should you design the backend?

  • A. Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L4 load balancer.
  • B. Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L7 load balancer.
  • C. Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L4 load balancer.
  • D. Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L7 load balancer.

Answer: A


NEW QUESTION # 103
......

Real Google Professional-Cloud-Architect Exam Questions [Updated 2024]: https://examsboost.validbraindumps.com/Professional-Cloud-Architect-exam-prep.html