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

Loading demo links...

Showing 7–9 of 22 questions

Question 7 (Topic 1)

You are deploying an application that needs to access sensitive information. You need to ensure that this information is encrypted and the risk of exposure is minimal if a breach occurs. What should you do?

Select an option, then click Submit answer.

  • Store the encryption keys in Cloud Key Management Service (KMS) and rotate the keys frequently
  • Inject the secret at the time of instance creation via an encrypted configuration management system.
  • Integrate the application with a Single sign-on (SSO) system and do not expose secrets to the application.
  • Leverage a continuous build pipeline that produces multiple versions of the secret for each instance of the application.
Question 8 (Topic 1)

You support a trading application written in Python and hosted on App Engine flexible environment. You want to customize the error information being sent to Stackdriver Error Reporting. What should you do?

Select an option, then click Submit answer.

  • Install the Stackdriver Error Reporting library for Python, and then run your code on a Compute Engine VM.
  • Install the Stackdriver Error Reporting library for Python, and then run your code on Google Kubernetes Engine.
  • Install the Stackdriver Error Reporting library for Python, and then run your code on App Engine flexible environment.
  • Use the Stackdriver Error Reporting API to write errors from your application to ReportedErrorEvent, and then generate log entries with properly formatted error messages in Stackdriver Logging.
Question 9 (Topic 1)

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?

Select an option, then click Submit answer.

  • Develop an appropriate error budget policy in cooperation with all service stakeholders.
  • Negotiate with the product team to always prioritize service reliability over releasing new features.
  • Negotiate with the development team to reduce the release frequency to no more than once a week.
  • Add a plugin to your Jenkins pipeline that prevents new releases whenever your service is out of SLO.