AWS Developer DVA-C02 Prep practice questions and answers 2026. Tap an option to test yourself — you'll see the correct answer and a plain-English explanation for every question. Free, no login.
Q1A developer needs to identify performance bottlenecks in a distributed application deployed across multiple AWS services. Which AWS service should be used?
✓ Correct answer: D. AWS X-Ray
AWS X-Ray provides distributed tracing functionality that helps developers analyze and debug distributed applications. It offers end-to-end visibility of requests as they travel through the application, making it ideal for identifying performance bottlenecks in distributed systems.
Q2Which CloudWatch Logs feature should a developer use to extract specific data fields from logs and create metrics from them?
✓ Correct answer: C. Metric Filters
CloudWatch Logs Metric Filters allow developers to define patterns to extract values from logs and convert them into CloudWatch metrics, which can then be used for monitoring, alerting, and visualization.
Q3A Lambda function is sometimes timing out during execution. How can a developer identify the root cause of these timeouts?
✓ Correct answer: B. Add detailed logging with timestamps throughout the function code
Adding detailed logging with timestamps helps track execution progress and identify which operations are taking longer than expected, helping to pinpoint the cause of Lambda timeouts.
Q4Which tool should a developer use to analyze and debug latency issues in an application that spans multiple AWS services?
✓ Correct answer: A. AWS X-Ray
AWS X-Ray provides tracing capabilities that help developers analyze and debug latency issues in distributed applications by visualizing the full request path across multiple services.
Q5A developer wants to monitor custom application metrics in real-time. Which approach is most appropriate?
✓ Correct answer: D. Use the CloudWatch PutMetricData API to send custom metrics
Using the CloudWatch PutMetricData API allows developers to send custom metrics directly to CloudWatch, enabling real-time monitoring of application-specific data points.
Q6Which query language is used in CloudWatch Logs Insights to analyze log data?
✓ Correct answer: C. CloudWatch Logs Insights query language
CloudWatch Logs Insights uses its own purpose-built query language designed specifically for querying and analyzing log data stored in CloudWatch Logs.
Q7What should a developer implement to handle transient failures when an application interacts with AWS services?
✓ Correct answer: B. Exponential backoff with jitter
Implementing exponential backoff with jitter is a best practice for handling transient failures in AWS service interactions by gradually increasing retry intervals and adding randomness to prevent retry storms.
Q8A developer needs to optimize a DynamoDB-based application that is experiencing throttled requests. Which approach should they consider first?
✓ Correct answer: A. Enable DynamoDB Auto Scaling
DynamoDB Auto Scaling automatically adjusts provisioned throughput capacity in response to traffic patterns, which can help prevent throttling due to capacity limitations.
Q9Which feature helps prevent Lambda functions from overwhelming downstream resources?
✓ Correct answer: D. Reserved concurrency
Reserved concurrency sets a limit on the maximum number of concurrent executions for a Lambda function, which helps prevent overwhelming downstream resources by controlling the rate of requests.
Q10A developer wants to improve the performance of an application that frequently retrieves the same data from DynamoDB. Which service should be implemented?
✓ Correct answer: C. Amazon DynamoDB Accelerator (DAX)
DAX (DynamoDB Accelerator) is an in-memory cache specifically designed for DynamoDB that can dramatically improve read performance for frequently accessed data.
Use the free AWS Developer DVA-C02 Prep sample, download the PDF, then unlock web-based timed mock exams for a full exam rehearsal.