ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - DVA-C02 discussion

Report
Export

A company is running a custom application on a set of on-premises Linux servers that are accessed using Amazon API Gateway. AWS X-Ray tracing has been enabled on the API test stage.

How can a developer enable X-Ray tracing on the on-premises servers with the LEAST amount of configuration?

A.
Install and run the X-Ray SDK on the on-premises servers to capture and relay the data to the XRay service.
Answers
A.
Install and run the X-Ray SDK on the on-premises servers to capture and relay the data to the XRay service.
B.
Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service.
Answers
B.
Install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service.
C.
Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTraceSegments API call.
Answers
C.
Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTraceSegments API call.
D.
Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTelemetryRecords API call.
Answers
D.
Capture incoming requests on-premises and configure an AWS Lambda function to pull, process, and relay relevant data to X-Ray using the PutTelemetryRecords API call.
Suggested answer: B

Explanation:

The X-Ray daemon is a software that collects trace data from the X-Ray SDK and relays it to the X-Ray service. The X-Ray daemon can run on any platform that supports Go, including Linux, Windows, and macOS. The developer can install and run the X-Ray daemon on the on-premises servers to capture and relay the data to the X-Ray service with minimal configuration. The X-Ray SDK is used to instrument the application code, not to capture and relay data. The Lambda function solutions are more complex and require additional configuration.

Reference:

[AWS X-Ray concepts - AWS X-Ray]

[Setting up AWS X-Ray - AWS X-Ray]

asked 16/09/2024
Baljit Bhadare
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first