Free PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Google PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Practice Test Question

Loading demo links...

Showing 4–6 of 22 questions

Question 4 (Topic 1)

Your team is designing a new application for deployment both inside and outside Google Cloud Platform (GCP). You need to collect detailed metrics such as system resource utilization. You want to use centralized GCP services while minimizing the amount of work required to set up this collection system. What should you do?

Select an option, then click Submit answer.

  • Import the Stackdriver Profiler package, and configure it to relay function timing data to Stackdriver for further analysis.
  • Import the Stackdriver Debugger package, and configure the application to emit debug messages with timing information.
  • Instrument the code using a timing library, and publish the metrics via a health check endpoint that is scraped by Stackdriver.
  • Install an Application Performance Monitoring (APM) tool in both locations, and configure an export to a central data storage location for analysis.
Question 5 (Topic 1)

You use Cloud Build to build your application. You want to reduce the build time while minimizing cost and development effort. What should you do?

Select an option, then click Submit answer.

  • Use Cloud Storage to cache intermediate artifacts.
  • Run multiple Jenkins agents to parallelize the build.
  • Use multiple smaller build steps to minimize execution time.
  • Use larger Cloud Build virtual machines (VMs) by using the machine-type option.
Question 6 (Topic 1)

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?

Select an option, then click Submit answer.

  • Roll back the recent release.
  • Review the Stackdriver monitoring.
  • Upsize the virtual machines running the login services.
  • Deploy a new release to see whether it fixes the problem.