Google Cloud Digital Leader — Question 86

An organization wants to better understand the behavior of their code in production and analyze its state to identify hard-to-find programming errors.

Which Google Cloud tool should the organization use?

Answer options

Correct answer: A

Explanation

The Debugger is specifically designed to help developers identify and resolve elusive bugs in their code while running in production. While the Profiler, Cloud Monitoring, and Trace are useful for performance analysis and monitoring, they do not provide the same level of direct debugging capabilities as the Debugger.