Lambda@Edge Implementation Quiz

5 questions Pass: 70% +20 pts

Quiz covering DNS and Content Delivery Implementation

Lambda@Edge Implementation Quiz

5 questions | Pass: 70% | Earn 20 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 AWS service is primarily used to execute Lambda functions at edge locations to customize content delivery?

  2. 2

    Which CloudFront event trigger allows you to modify the request before it is forwarded to the origin server?

  3. 3

    When deploying a Lambda@Edge function, in which AWS Region must the Lambda function be created?

  4. 4

    You need to implement a Lambda@Edge function that performs A/B testing by redirecting users to different versions of your website based on a cookie. Which trigger is most efficient for this?

  5. 5

    A Lambda@Edge function is failing with a 'Lambda execution too long' error. Which constraint is most likely being violated?