Google Cloud Professional Cloud Developer — Question 68
Your API backend is running on multiple cloud providers. You want to generate reports for the network latency of your API.
Which two steps should you take? (Choose two.)
Answer options
- A. Use Zipkin collector to gather data.
- B. Use Fluentd agent to gather data.
- C. Use Stackdriver Trace to generate reports.
- D. Use Stackdriver Debugger to generate report.
- E. Use Stackdriver Profiler to generate report.
Correct answer: A, C
Explanation
The correct answers are A and C because Zipkin collector is specifically designed for gathering distributed trace data, which is essential for analyzing network latency. Stackdriver Trace provides functionality to generate detailed reports based on the collected trace data, making it suitable for this task. The other options do not focus on latency reporting in the same context; Fluentd is more for log collection, while Debugger and Profiler serve different purposes related to debugging and performance profiling, respectively.