Lambda Destinations Quiz

5 questions Pass: 70% +25 pts

Quiz covering Lambda Development

Lambda Destinations 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

    Which of the following AWS services can be configured as a destination for an asynchronous Lambda function invocation?

  2. 2

    When configuring Lambda Destinations, which invocation type must be used for the destination to be triggered?

  3. 3

    What is the primary difference between using a Dead Letter Queue (DLQ) and Lambda Destinations for failure handling?

  4. 4

    If you configure an SQS queue as an 'On-Failure' destination for a Lambda function, what permission must be granted to the Lambda execution role?

  5. 5

    A Lambda function is invoked asynchronously and is configured with both a Dead Letter Queue (DLQ) and an 'On-Failure' Destination. If the function fails after all retries, where will the event be sent?