
Answer-first summary for fast verification
Answer: Cloud Debugger logpoints
The correct tool is Cloud Debugger logpoints (Option C). Cloud Debugger allows inspection of a running application without redeploying. Logpoints are temporary logging statements that can be inserted dynamically, providing real-time logs over the 12-hour period to diagnose issues in the code. Snapshots (D) capture state at specific points but are not ideal for continuous monitoring. Cloud Monitoring (B) tracks metrics and logs but not code-level details. Cloud Trace (A) focuses on latency profiling, not functional debugging.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company has deployed a new API on a Compute Engine instance, but during testing, the API is not functioning as expected. You need to monitor the application over a 12-hour period to diagnose issues within the application code without redeploying it. Which Google Cloud tool should you use?
A
Cloud Trace
B
Cloud Monitoring
C
Cloud Debugger logpoints
D
Cloud Debugger snapshots
No comments yet.