0% found this document useful (0 votes)
265 views11 pages

2021 Google Professional Cloud DevOps Engineer Exam Dumps

It is highly recommended to go through Passcert 2021 Google Professional Cloud DevOps Engineer Exam Dumps so you can achieve the best results and clear the exam on the first attempt.

Uploaded by

karonbill
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
265 views11 pages

2021 Google Professional Cloud DevOps Engineer Exam Dumps

It is highly recommended to go through Passcert 2021 Google Professional Cloud DevOps Engineer Exam Dumps so you can achieve the best results and clear the exam on the first attempt.

Uploaded by

karonbill
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Professional Cloud DevOps

Engineer Free Dumps


Google Cloud Certified - Professional
Cloud DevOps Engineer Exam

https://www.passcert.com/Professional-Cloud-DevOps-Engineer.html
1. Your application services run in Google Kubernetes Engine (GKE). You want to
make sure that only images from your centrally-managed Google Container
Registry (GCR) image registry in the altostrat-images project can be deployed to
the cluster while minimizing development time.
What should you do?
A. Create a custom builder for Cloud Build that will only push images to
gcr.io/altostrat-images.
B. Use a Binary Authorization policy that includes the whitelist name pattern
gcr.io/attostrat-images/.
C. Add logic to the deployment pipeline to check that all manifests contain only
images from gcr.io/altostrat-images.
D. Add a tag to each image in gcr.io/altostrat-images and check that this tag is
present when the image is deployed.
Answer: B

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
2. You are running an application in a virtual machine (VM) using a custom Debian
image. The image has the Stackdriver Logging agent installed. The VM has the
cloud-platform scope. The application is logging information via syslog. You want
to use Stackdriver Logging in the Google Cloud Platform Console to visualize the
logs. You notice that syslog is not showing up in the "All logs" dropdown list of
the Logs Viewer.
What is the first thing you should do?
A. Look for the agent's test log entry in the Logs Viewer.
B. Install the most recent version of the Stackdriver agent.
C. Verify the VM service account access scope includes the monitoring.write
scope.
D. SSH to the VM and execute the following commands on your VM: ps ax I grep
fluentd
Answer: D

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
3.Your application runs on Google Cloud Platform (GCP). You need to
implement Jenkins for deploying application releases to GCP. You want
to streamline the release process, lower operational toil, and keep user
data secure.
What should you do?
A. Implement Jenkins on local workstations.
B. Implement Jenkins on Kubernetes on-premises
C. Implement Jenkins on Google Cloud Functions.
D. Implement Jenkins on Compute Engine virtual machines.
Answer: D

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
4. Your application images are built using Cloud Build and pushed to
Google Container Registry (GCR). You want to be able to specify a
particular version of your application for deployment based on the
release version tagged in source control.
What should you do when you push the image?
A. Reference the image digest in the source control tag.
B. Supply the source control tag as a parameter within the image name.
C. Use Cloud Build to include the release version tag in the application
image.
D. Use GCR digest versioning to match the image to the tag in source
control.
Answer: B

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
5. You encounter a large number of outages in the production systems
you support. You receive alerts for all the outages that wake you up at
night. The alerts are due to unhealthy systems that are automatically
restarted within a minute. You want to set up a process that would
prevent staff burnout while following Site Reliability Engineering
practices.
What should you do?
A. Eliminate unactionable alerts.
B. Create an incident report for each of the alerts.
C. Distribute the alerts to engineers in different time zones.
D. Redefine the related Service Level Objective so that the error
budget is not exhausted.
Answer: A

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
6. You support a large service with a well-defined Service Level Objective (SLO).
The development team deploys new releases of the service multiple times a week.
If a major incident causes the service to miss its SLO, you want the development
team to shift its focus from working on features to improving service reliability.
What should you do before a major incident occurs?
A. Develop an appropriate error budget policy in cooperation with all service
stakeholders.
B. Negotiate with the product team to always prioritize service reliability over
releasing new features.
C. Negotiate with the development team to reduce the release frequency to no
more than once a week.
D. Add a plugin to your Jenkins pipeline that prevents new releases whenever
your service is out of SLO.
Answer: B

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
7. You manage an application that is writing logs to Stackdriver Logging.
You need to give some team members the ability to export logs.
What should you do?
A. Grant the team members the IAM role of logging.config Writer on
Cloud IAM.
B. Configure Access Context Manager to allow only these members to
export logs.
C. Create and grant a custom IAM role with the permissions
logging.sinks.list and logging.sink.get.
D. Create an Organizational Policy in Cloud IAM to allow only these
members to create log exports.
Answer: A

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
8. You are working with a government agency that requires you to archive
application logs for seven years. You need to configure Stackdriver to export and
store the logs while minimizing costs of storage.
What should you do?
A. Create a Cloud Storage bucket and develop your application to send logs
directly to the bucket.
B. Develop an App Engine application that pulls the logs from Stackdriver and
saves them in BigQuery.
C. Create an export in Stackdriver and configure Cloud Pub/Sub to store logs in
permanent storage for seven years.
D. Create a sink in Stackdriver, name it, create a bucket on Cloud Storage for
storing archived logs, and then select the bucket as the log export destination.
Answer: D

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
9. You support an application deployed on Compute Engine. The application
connects to a Cloud SQL instance to store and retrieve data. After an update to
the application, users report errors showing database timeout messages. The
number of concurrent active users remained stable. You need to find the most
probable cause of the database timeout.
What should you do?
A. Check the serial port logs of the Compute Engine instance.
B. Use Stackdriver Profiler to visualize the resources utilization throughout the
application.
C. Determine whether there is an increased number of connections to the Cloud
SQL instance.
D. Use Cloud Security Scanner to see whether your Cloud SQL is under a
Distributed Denial of Service (DDoS) attack.
Answer: B

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success
10. You support a web application that is hosted on Compute Engine.
The application provides a booking service for thousands of users.
Shortly after the release of a new feature, your monitoring dashboard
shows that all users are experiencing latency at login. You want to
mitigate the impact of the incident on the users of your service.
What should you do first?
A. Roll back the recent release.
B. Review the Stackdriver monitoring.
C. Upsize the virtual machines running the login services.
D. Deploy a new release to see whether it fixes the problem.
Answer: C

Download Passcert Latest & Valid Professional Cloud DevOps Engineer Free Dumps To Ensure Your Success

You might also like