Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Developer All Questions

View all questions & answers for the Professional Cloud Developer exam

Exam Professional Cloud Developer topic 1 question 79 discussion

Actual exam question from Google's Professional Cloud Developer
Question #: 79
Topic #: 1
[All Professional Cloud Developer Questions]

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.)

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
fraloca
Highly Voted 3 years, 11 months ago
for me the solution is A and C: https://cloud.google.com/trace/docs/zipkin
upvoted 17 times
...
dxxdd7
Highly Voted 3 years, 10 months ago
AC as Zipkin is used for to gather data for latency issues and SD trace purpose is to enable us to have a better view on the application code latency
upvoted 6 times
...
thewalker
Most Recent 4 months, 1 week ago
Selected Answer: BC
The two steps you should take are: B. Use Fluentd agent to gather data. Fluentd is a great tool for collecting logs and metrics from various sources, including your API backend running on multiple cloud providers. It can be configured to collect network latency data and send it to a centralized location for analysis. C. Use Stackdriver Trace to generate reports. Stackdriver Trace is a distributed tracing system that helps you understand the performance of your applications. It can be used to collect and analyze network latency data, providing insights into bottlenecks and performance issues.
upvoted 1 times
thewalker
4 months, 1 week ago
Here's why the other options are less suitable: A. Use Zipkin collector to gather data. While Zipkin is a popular distributed tracing system, it's not directly integrated with Stackdriver. Using Zipkin would require additional configuration and integration to send data to Stackdriver for reporting. D. Use Stackdriver Debugger to generate reports. Stackdriver Debugger is designed for debugging code, not for generating network latency reports. It focuses on inspecting the state of your application at specific points in time. E. Use Stackdriver Profiler to generate reports. Stackdriver Profiler is used for profiling your application's performance, focusing on CPU usage and memory allocation. It's not the ideal tool for analyzing network latency.
upvoted 1 times
...
...
santoshchauhan
8 months, 3 weeks ago
Selected Answer: AC
For generating reports on network latency for an API that is distributed across multiple cloud providers, you would typically need to gather trace data and then analyze it: A. Use Zipkin collector to gather data: Zipkin is a distributed tracing system that helps gather timing data needed to troubleshoot latency problems in service architectures. You can use Zipkin collectors to gather trace data from your API backend regardless of where it's running. This trace data can provide insights into the latency of different service calls. C. Use Stackdriver Trace to generate reports: Stackdriver Trace (part of Google Cloud’s operations suite) allows you to analyze how requests propagate through your application and receive detailed latency reports for your API. If you are already using Stackdriver on Google Cloud, you can extend its usage to analyze trace data collected from other cloud providers as well.
upvoted 1 times
...
maxdanny
1 year, 3 months ago
Selected Answer: AC
solution is AC: https://cloud.google.com/trace/docs/zipkin
upvoted 1 times
...
Teraflow
1 year, 8 months ago
Selected Answer: AC
The two steps you should take to generate reports for the network latency of your API running on multiple cloud providers are: A. Use Zipkin collector to gather data: Zipkin is a distributed tracing system that helps you gather data about the latency of requests made to your API. It allows you to trace requests as they flow through your system, and provides insight into the performance of your services. You can use Zipkin collectors to collect data from multiple cloud providers, and then generate reports to analyze the latency of your API. C. Use Stackdriver Trace to generate reports: Stackdriver Trace is a distributed tracing system that helps you trace requests across multiple services and provides detailed performance data about your applications. It allows you to visualize and analyze the performance of your API and its dependencies. You can use Stackdriver Trace to generate reports about the network latency of your API running on multiple cloud providers. Therefore, the correct options are A and C.
upvoted 2 times
...
omermahgoub
1 year, 10 months ago
The correct answer would be: A. Use Zipkin collector to gather data and C. Use Stackdriver Trace to generate reports. Using Zipkin collector will allow you to gather data from your instrumented application running on multiple cloud providers. Stackdriver Trace can then be used to generate reports based on this data. Option B, using Fluentd agent, is not related to generating reports on network latency for an API. Option D, using Stackdriver Debugger, is not related to generating reports on network latency for an API. Option E, using Stackdriver Profiler, is not related to generating reports on network latency for an API.
upvoted 1 times
...
miyakelp
2 years ago
Selected Answer: AC
A/C https://cloud.google.com/trace/docs/zipkin
upvoted 1 times
...
tomato123
2 years, 3 months ago
Selected Answer: BD
BD are correct
upvoted 1 times
...
nehaxlpb
2 years, 4 months ago
Selected Answer: AC
https://cloud.google.com/trace/docs/zipkin#frequently_asked_questions use a Zipkin server to receive traces from Zipkin clients and forward those traces to Cloud Trace for analysis.
upvoted 2 times
...
mariorossi
2 years, 10 months ago
CE. E for latency Cloud Profiler. For tracing can be use also zipkin but better tracing
upvoted 1 times
...
ParagSanyashiv
2 years, 10 months ago
Selected Answer: AC
A and C are correct solution.
upvoted 2 times
...
celia20200410
3 years, 4 months ago
AC A: to support multiple cloud providers https://cloud.google.com/trace Zipkin tracers to submit data to Cloud Trace. Projects running on App Engine are automatically captured. C: to generate reports for the network latency https://cloud.google.com/trace/docs/quickstart#analysis_reports_window
upvoted 4 times
...
syu31svc
3 years, 4 months ago
"latency" is the key word here so C is one of the answers; Stackdriver Trace https://cloud.google.com/trace/docs/zipkin: "receive traces from Zipkin clients and forward those traces to Cloud Trace for analysis." A is the other answer
upvoted 3 times
...
yuchun
3 years, 5 months ago
I think the answer is AC
upvoted 1 times
...
shav789
3 years, 7 months ago
for me it is C and E, as profiler is used for performance analysis
upvoted 1 times
...
MickeyRourke
3 years, 11 months ago
I would go with BC
upvoted 2 times
fraloca
3 years, 11 months ago
C is correct. But B is used for logging and not for monitoring.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...