nerdexam
Amazon

DVA-C02 · Question #765

An application development team decides to use AWS X-Ray to monitor application code to analyze performance and perform root cause analysis. What does the team need to do to begin using X-Ray?…

The correct answer is C. Instrument application code using the AWS SDK. D. Install the X-Ray agent on the application servers. To use AWS X-Ray, the application code must be instrumented using the AWS SDK or X-Ray SDK so that it can generate trace data for incoming requests. In addition, the X-Ray daemon (agent) must be installed and running on the application servers to collect the trace data and send…

Submitted by takeshi77· Mar 5, 2026Monitoring and Troubleshooting

Question

An application development team decides to use AWS X-Ray to monitor application code to analyze performance and perform root cause analysis. What does the team need to do to begin using X-Ray? (Choose two.)

Options

  • ALog instrumentation output into an Amazon SQS queue.
  • BUse a visualization tool to view application traces.
  • CInstrument application code using the AWS SDK.
  • DInstall the X-Ray agent on the application servers.
  • ECreate an Amazon DynamoDB table to store the trace logs.

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    87% (39)
  • E
    4% (2)

Explanation

To use AWS X-Ray, the application code must be instrumented using the AWS SDK or X-Ray SDK so that it can generate trace data for incoming requests. In addition, the X-Ray daemon (agent) must be installed and running on the application servers to collect the trace data and send it to the X-Ray service for analysis.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice