- A
Usage plans
Correct. Usage plans let you define quotas and throttling limits for each API key.
- B
API keys
Why wrong: API keys are used for client identification but do not enforce rate limits or quotas by themselves.
- C
Throttling settings at the method level
Why wrong: Method-level throttling applies the same limits to all clients, not per API key.
- D
AWS WAF
Why wrong: WAF is for filtering malicious requests, not for managing API key quotas.
DVA-C02 Development with AWS Services Practice Question
This DVA-C02 practice question tests your understanding of development with aws services. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: usage plans define throttling and quota limits for API keys.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A developer is building a REST API using Amazon API Gateway and AWS Lambda. The API must support request validation, request throttling, and API keys. Which API Gateway feature should the developer use to enforce a daily request limit for each API key?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Usage plans
Usage plans in API Gateway allow you to set throttling and quota limits per API key, enabling daily request limits for each key. This feature is specifically designed to control usage by associating API keys with a plan that defines rate limits and quotas, such as a daily request cap. Option A is correct because it directly addresses the requirement to enforce a daily request limit per API key.
Key principle: Usage plans define throttling and quota limits for API keys.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Usage plans
Why this is correct
Correct. Usage plans let you define quotas and throttling limits for each API key.
Related concept
Usage plans define throttling and quota limits for API keys.
- ✗
API keys
Why it's wrong here
API keys are used for client identification but do not enforce rate limits or quotas by themselves.
- ✗
Throttling settings at the method level
Why it's wrong here
Method-level throttling applies the same limits to all clients, not per API key.
- ✗
AWS WAF
Why it's wrong here
WAF is for filtering malicious requests, not for managing API key quotas.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse API keys with usage plans, thinking that simply enabling API keys automatically enforces throttling or quotas, but API keys alone provide no rate limiting without a usage plan.
Detailed technical explanation
How to think about this question
Usage plans work by associating an API key with a plan that defines a quota (e.g., 1000 requests per day) and throttling limits (e.g., 10 requests per second). Under the hood, API Gateway tracks request counts per key using a token bucket algorithm, and once the daily quota is exceeded, it returns a 429 Too Many Requests error. In a real-world scenario, a developer might use usage plans to offer tiered pricing (e.g., free tier with 1000 requests/day, paid tier with 10000 requests/day) by creating separate usage plans and distributing different API keys to customers.
KKey Concepts to Remember
- Usage plans define throttling and quota limits for API keys.
- Quotas specify the total number of requests allowed over a period (e.g., daily, monthly).
- Throttling limits control the steady-state rate and burst capacity of requests.
- API keys must be associated with a usage plan to enforce its limits.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Usage plans define throttling and quota limits for API keys.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Review usage plans define throttling and quota limits for API keys., then practise related DVA-C02 questions on the same topic to reinforce the concept.
- →
Development with AWS Services — study guide chapter
Learn the concepts, then practise the questions
- →
Development with AWS Services practice questions
Targeted practice on this topic area only
- →
All DVA-C02 questions
1,616 questions across all exam domains
- →
AWS Certified Developer Associate DVA-C02 study guide
Full concept coverage aligned to exam objectives
- →
DVA-C02 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related DVA-C02 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Development with AWS Services practice questions
Practise DVA-C02 questions linked to Development with AWS Services.
Security practice questions
Practise DVA-C02 questions linked to Security.
Deployment practice questions
Practise DVA-C02 questions linked to Deployment.
Troubleshooting and Optimization practice questions
Practise DVA-C02 questions linked to Troubleshooting and Optimization.
DVA-C02 fundamentals practice questions
Practise DVA-C02 questions linked to DVA-C02 fundamentals.
DVA-C02 scenario practice questions
Practise DVA-C02 questions linked to DVA-C02 scenario.
DVA-C02 troubleshooting practice questions
Practise DVA-C02 questions linked to DVA-C02 troubleshooting.
Practice this exam
Start a free DVA-C02 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this DVA-C02 question test?
Development with AWS Services — This question tests Development with AWS Services — Usage plans define throttling and quota limits for API keys..
What is the correct answer to this question?
The correct answer is: Usage plans — Usage plans in API Gateway allow you to set throttling and quota limits per API key, enabling daily request limits for each key. This feature is specifically designed to control usage by associating API keys with a plan that defines rate limits and quotas, such as a daily request cap. Option A is correct because it directly addresses the requirement to enforce a daily request limit per API key.
What should I do if I get this DVA-C02 question wrong?
Review usage plans define throttling and quota limits for API keys., then practise related DVA-C02 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Usage plans define throttling and quota limits for API keys.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This DVA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DVA-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.