X-Ray for Lambda Quiz

5 questions Pass: 70% +25 pts

Quiz covering Distributed Tracing

X-Ray for Lambda Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    What is the primary purpose of AWS X-Ray when used with AWS Lambda?

  2. 2

    Which action must be taken to enable AWS X-Ray tracing for an existing AWS Lambda function?

  3. 3

    When using the AWS X-Ray SDK within a Lambda function, what is the best practice for instrumenting outgoing calls to other AWS services (like DynamoDB or S3)?

  4. 4

    If you are using the AWS X-Ray SDK to create custom subsegments, what happens if you fail to close a subsegment in your code?

  5. 5

    You have a Lambda function that makes a call to an external, non-AWS HTTP API. How can you ensure this call is visible in your X-Ray trace?