Topic 1 Question 170
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?
Debugger
Profiler
Cloud Monitoring
Trace
ユーザの投票
コメント(11)
- 正解だと思う選択肢: A
the answer is Debugger. Cloud Debugger Investigate code behavior in production instead Cloud Monitoring and Cloud Logging to monitor the health and performance
👍 3gviolant2023/01/13 Profiler is the tool that an organization should use to better understand the behavior of their code in production and analyze its state to identify hard-to-find programming errors. It provides detailed performance data, including CPU and heap usage, that can be used to identify performance bottlenecks and memory leaks. Additionally, it allows you to profile your code in real time and see the source code
👍 2Haplo462023/01/18A is the answer
👍 2Bolah2023/01/25
シャッフルモード