Download Google.Professional-Cloud-Architect.Dump4Pass.2024-10-25.123q.vcex

Download Exam

File Info

Exam Professional Cloud Architect on Google Cloud Platform
Number Professional-Cloud-Architect
File Name Google.Professional-Cloud-Architect.Dump4Pass.2024-10-25.123q.vcex
Size 657 KB
Posted Oct 25, 2024
Download Google.Professional-Cloud-Architect.Dump4Pass.2024-10-25.123q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

A recent audit revealed that a new network was created in your GCP project. In this network, a GCE instance has an SSH port open to the world. You want to discover this network’s origin.  
What should you do? 
 


  1. Search for Create VM entry in the Stackdriver alerting console 
  2. Navigate to the Activity page in the Home section. Set category to Data Access and search for Create VM entry 
  3. In the Logging section of the console, specify GCE Network as the logging section. Search for the Create Insert entry 
  4. Connect to the GCE instance using project SSH keys. Identify previous logins in system logs, and match these with the project owners list  
Correct answer: C
Explanation:
Incorrect Answers:  A: To use the Stackdriver alerting console we must first set up alerting policies. B: Data access logs only contain read-only operations. Audit logs help you determine who did what, where, and when. Cloud Audit Logging returns two types of logs: Admin activity logs Data access logs: Contains log entries for operations that perform read-only operations do not modify any data, such as get, list, and aggregated list methods.  
Incorrect Answers:  
A: To use the Stackdriver alerting console we must first set up alerting policies. 
B: Data access logs only contain read-only operations. 
Audit logs help you determine who did what, where, and when. 
Cloud Audit Logging returns two types of logs: 
  • Admin activity logs 
  • Data access logs: Contains log entries for operations that perform read-only operations do not modify any data, such as get, list, and aggregated list methods.  



Question 2

You want to make a copy of a production Linux virtual machine in the US-Central region. You want to manage and replace the copy easily if there are changes on the production virtual machine. You will deploy the copy as a new instance in a different project in the US-East region.  
What steps must you take? 
 


  1. Use the Linux dd and netcat commands to copy and stream the root disk contents to a new virtual machine instance in the US-East region. 
  2. Create a snapshot of the root disk and select the snapshot as the root disk when you create a new virtual machine instance in the US-East region. 
  3. Create an image file from the root disk with Linux dd command, create a new virtual machine instance in the US-East region 
  4. Create a snapshot of the root disk, create an image file in Google Cloud Storage from the snapshot, and create a new virtual machine instance in the US-East region using the image file the root disk.  
Correct answer: D



Question 3

Your company runs several databases on a single MySQL instance. They need to take backups of a specific database at regular intervals. The backup activity needs to complete as quickly as possible and cannot be allowed to impact disk performance.  
How should you configure the storage? 
 


  1. Configure a cron job to use the gcloud tool to take regular backups using persistent disk snapshots. 
  2. Mount a Local SSD volume as the backup location. After the backup is complete, use gsutil to move the backup to Google Cloud Storage. 
  3. Use gcsfise to mount a Google Cloud Storage bucket as a volume directly on the instance and write backups to the mounted location using mysqldump.  
  4. Mount additional persistent disk volumes onto each virtual machine (VM) instance in a RAID10 array and use LVM to create snapshots to send to Cloud Storage  
Correct answer: B



Question 4

You are helping the QA team to roll out a new load-testing tool to test the scalability of your primary cloud services that run on Google Compute Engine with Cloud Bigtable.  
Which three requirements should they include? (Choose three.) 
 


  1. Ensure that the load tests validate the performance of Cloud Bigtable 
  2. Create a separate Google Cloud project to use for the load-testing environment 
  3. Schedule the load-testing tool to regularly run against the production environment 
  4. Ensure all third-party systems your services use is capable of handling high load 
  5. Instrument the production services to record every transaction for replay by the load-testing tool 
  6. Instrument the load-testing tool and the target services with detailed logging and metrics collection  
Correct answer: ABF



Question 5

Your company places a high value on being responsive and meeting customer needs quickly. Their primary business objectives are release speed and agility. You want to reduce the chance of security errors being accidentally introduced.  
Which two actions can you take? (Choose two.) 
 


  1. Ensure every code check-in is peer reviewed by a security SME 
  2. Use source code security analyzers as part of the CI/CD pipeline  
  3. Ensure you have stubs to unit test all interfaces between components 
  4. Enable code signing and a trusted binary repository integrated with your CI/CD pipeline 
  5. Run a vulnerability security scanner as part of your continuous-integration /continuous-delivery (CI/CD) pipeline  
Correct answer: DE



Question 6

You want to enable your running Google Kubernetes Engine cluster to scale as demand for your application changes.  
What should you do? 
 


  1. Add additional nodes to your Kubernetes Engine cluster using the following command: gcloud container clusters resize 
    CLUSTER_Name – -size 10 
  2. Add a tag to the instances in the cluster with the following command: gcloud compute instances add-tags 
    INSTANCE - -tags enable- 
    autoscaling max-nodes-10 
  3. Update the existing Kubernetes Engine cluster with the following command: gcloud alpha container clusters 
    update mycluster - -enable- 
    autoscaling - -min-nodes=1 - -max-nodes=10 
  4. Create a new Kubernetes Engine cluster with the following command: gcloud alpha container clusters 
    create mycluster - -enable- 
    autoscaling - -min-nodes=1 - -max-nodes=10 
    and redeploy your application  
Correct answer: C



Question 7

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-through 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.) 
 


  1. Use Google App Engine to serve the website and Google Cloud Datastore to store user data. 
  2. Use a Google Container Engine cluster to serve the website and store data to persistent disk. 
  3. Use a managed instance group to serve the website and Google Cloud Bigtable to store user data. 
  4. Use a single Compute Engine virtual machine (VM) to host a web server, backend by Google Cloud SQL.  
Correct answer: AC
Explanation:
  Reference: https://cloud.google.com/storage-options/  
 
 
Reference: https://cloud.google.com/storage-options/  



Question 8

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 two.) 
 


  1. Compute Engine with containers 
  2. Google Kubernetes Engine with containers 
  3. Google App Engine Standard Environment  
  4. Compute Engine with custom instance types 
  5. Compute Engine with managed instance groups  
Correct answer: BC
Explanation:
B: With Container Engine, Google will automatically deploy your cluster for you, update, patch, secure the nodes. Kubernetes Engine's cluster autoscaler automatically resizes clusters based on the demands of the workloads you want to run. C: Solutions like Datastore, BigQuery, AppEngine, etc are truly NoOps. App Engine by default scales the number of instances running up and down to match the load, thus providing consistent performance for your app at all times while minimizing idle instances and thus reducing cost. Note: At a high level, NoOps means that there is no infrastructure to build out and manage during usage of the platform. Typically, the compromise you make with NoOps is that you lose control of the underlying infrastructure.  Reference: https://www.quora.com/How-well-does-Google-Container-Engine-support-Google-Cloud-Platform%E2%80%99s-NoOps-claim  
B: With Container Engine, Google will automatically deploy your cluster for you, update, patch, secure the nodes. 
Kubernetes Engine's cluster autoscaler automatically resizes clusters based on the demands of the workloads you want to run. 
C: Solutions like Datastore, BigQuery, AppEngine, etc are truly NoOps. 
App Engine by default scales the number of instances running up and down to match the load, thus providing consistent performance for your app at all times while minimizing idle instances and thus reducing cost. 
Note: At a high level, NoOps means that there is no infrastructure to build out and manage during usage of the platform. Typically, the compromise you make with NoOps is that you lose control of the underlying infrastructure. 
 
Reference: https://www.quora.com/How-well-does-Google-Container-Engine-support-Google-Cloud-Platform%E2%80%99s-NoOps-claim  



Question 9

One of your primary business objectives is being able to trust the data stored in your application. You want to log all changes to the application data.  
How can you design your logging system to verify authenticity of your logs? 
 


  1. Write the log concurrently in the cloud and on premises 
  2. Use a SQL database and limit who can modify the log table 
  3. Digitally sign each timestamp and log entry and store the signature 
  4. Create a JSON dump of each log entry and store it in Google Cloud Storage  
Correct answer: C



Question 10

Your company has decided to make a major revision of their API in order to create better experiences for their developers. They need to keep the old version of the API available and deployable, while allowing new customers and testers to try out the new API. They want to keep the same SSL and DNS records in place to serve both APIs.  
What should they do? 
 


  1. Configure a new load balancer for the new version of the API 
  2. Reconfigure old clients to use a new endpoint for the new API 
  3. Have the old API forward traffic to the new API based on the path 
  4. Use separate backend pools for each API path behind the load balancer  
Correct answer: D









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files