API Gateway APIs Quiz

5 questions Pass: 70% +25 pts

Quiz covering Application Development

API Gateway APIs 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 AWS API Gateway endpoint type is designed to be used within a single AWS Region and is typically used for internal traffic or traffic within the same VPC?

  2. 2

    You want to implement a mechanism in API Gateway to prevent your backend services from being overwhelmed by too many requests from a single client. Which feature should you enable?

  3. 3

    When configuring a REST API in API Gateway, which feature allows you to return a response directly from API Gateway without invoking the backend integration?

  4. 4

    A developer needs to implement a custom authentication strategy where the API Gateway validates a token against a third-party identity provider before allowing the request to reach the Lambda backend. What is the most appropriate approach?

  5. 5

    You are deploying a new version of your API and want to shift traffic gradually from the current version to the new version using API Gateway. Which feature should you use?