LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


Your team is deploying a Python application to Cloud Run, and the developers need to inspect the application's state in real time without affecting its performance. As the responsible engineer, what must you implement to meet this requirement?

Real Exam



Explanation:

The correct answer is to add 'google-python-cloud-debugger' to the requirements.txt, as this is necessary for installing the Cloud Debugger agent in Cloud Run. The other options are incorrect because: the application is deployed to Cloud Run, not Compute Engine, making options A and D irrelevant. Option C is specific to App Engine, not Cloud Run. For more information, refer to the documentation on Cloud Run and Cloud Run for Anthos.

Powered ByGPT-5