nerdexam
Amazon

DVA-C02 · Question #498

A large company has its application components distributed across multiple AWS accounts. The company needs to collect and visualize trace data across these accounts. What should be used to meet these

The correct answer is A. AWS X-Ray. AWS X-Ray provides distributed tracing across services and AWS accounts, allowing developers to collect, visualize, and analyze trace data from components spread across a multi-account architecture.

Submitted by javi_es· Mar 5, 2026Monitoring and Troubleshooting

Question

A large company has its application components distributed across multiple AWS accounts. The company needs to collect and visualize trace data across these accounts. What should be used to meet these requirements?

Options

  • AAWS X-Ray
  • BAmazon CloudWatch
  • CAmazon VPC flow logs
  • DAmazon OpenSearch Service

How the community answered

(22 responses)
  • A
    91% (20)
  • C
    5% (1)
  • D
    5% (1)

Why each option

AWS X-Ray provides distributed tracing across services and AWS accounts, allowing developers to collect, visualize, and analyze trace data from components spread across a multi-account architecture.

AAWS X-RayCorrect

AWS X-Ray is specifically designed for distributed tracing of application requests across multiple services, regions, and AWS accounts. It provides a service map and trace analytics console that visualizes end-to-end request flows, making it the correct tool for collecting and visualizing trace data across a multi-account application.

BAmazon CloudWatch

Amazon CloudWatch is a metrics and log monitoring service; while it can aggregate logs across accounts, it does not provide distributed request tracing or service dependency maps.

CAmazon VPC flow logs

VPC Flow Logs capture network-level IP traffic metadata and do not provide application-level distributed tracing.

DAmazon OpenSearch Service

Amazon OpenSearch Service is a search and analytics engine used for log analysis and full-text search, not for collecting or visualizing distributed application traces.

Concept tested: AWS X-Ray distributed tracing across multiple accounts

Source: https://docs.aws.amazon.com/xray/latest/devguide/xray-console-crossaccount.html

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice