Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


Your team is preparing to deploy an application to App Engine in the production Project. You need a method to inspect the app's state in real time without affecting its performance. What is the best approach to achieve this?




Explanation:

The correct answer is to employ Cloud Debugger, as it allows you to inspect the state of an application at any code location without stopping or slowing it down. The other options, while useful for monitoring and logging, do not provide the capability to inspect the application's state in real time without affecting its performance. For more details, refer to the debugger documentation at: debugger/docs/setup.