HomeAWS Developer DVA-C02 PrepQuestions 1–10
AWS Developer DVA-C02 PrepPart 1 of 3

AWS Developer DVA-C02 Prep Exam Questions & Answers 2026 (1–10)

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.

Practise AWS Developer DVA-C02 Prep questions free, download the PDF, or unlock timed mock exams when you are ready.
Multiple choice — pick the best answer, then reveal it
  1. Q1A developer needs to identify performance bottlenecks in a distributed application deployed across multiple AWS services. Which AWS service should be used?

    • AAmazon Inspector
    • BAWS Config
    • CAWS CloudFormation
    • DAWS X-Ray
    Show answer

    ✓ 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.

  2. Q2Which CloudWatch Logs feature should a developer use to extract specific data fields from logs and create metrics from them?

    • ALog Streams
    • BLog Insights Queries
    • CMetric Filters
    • DSubscription Filters
    Show answer

    ✓ 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.

  3. Q3A Lambda function is sometimes timing out during execution. How can a developer identify the root cause of these timeouts?

    • ADisable all integrations with other AWS services
    • BAdd detailed logging with timestamps throughout the function code
    • CIncrease the Lambda function memory allocation to maximum
    • DChange the programming language of the Lambda function
    Show answer

    ✓ 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.

  4. Q4Which tool should a developer use to analyze and debug latency issues in an application that spans multiple AWS services?

    • AAWS X-Ray
    • BAWS CloudTrail
    • CAmazon CloudSearch
    • DAWS Amplify
    Show answer

    ✓ 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.

  5. Q5A developer wants to monitor custom application metrics in real-time. Which approach is most appropriate?

    • ACreate manual dashboards in the AWS Management Console
    • BInstall a third-party monitoring agent
    • CReview AWS Cost Explorer reports
    • DUse the CloudWatch PutMetricData API to send custom metrics
    Show answer

    ✓ 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.

  6. Q6Which query language is used in CloudWatch Logs Insights to analyze log data?

    • APython
    • BJSON
    • CCloudWatch Logs Insights query language
    • DSQL
    Show answer

    ✓ 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.

  7. Q7What should a developer implement to handle transient failures when an application interacts with AWS services?

    • AFixed one-minute timeout
    • BExponential backoff with jitter
    • CImmediate retry strategy
    • DCircuit breaker without retry logic
    Show answer

    ✓ 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.

  8. Q8A developer needs to optimize a DynamoDB-based application that is experiencing throttled requests. Which approach should they consider first?

    • AEnable DynamoDB Auto Scaling
    • BSwitch to DynamoDB Standard-Infrequent Access table class
    • CRewrite the application to use Amazon RDS
    • DManually increase provisioned capacity to maximum possible values
    Show answer

    ✓ 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.

  9. Q9Which feature helps prevent Lambda functions from overwhelming downstream resources?

    • ALambda layers
    • BExecution aliases
    • CEnvironment variables
    • DReserved concurrency
    Show answer

    ✓ 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.

  10. Q10A developer wants to improve the performance of an application that frequently retrieves the same data from DynamoDB. Which service should be implemented?

    • AAmazon RDS Read Replicas
    • BAWS Global Accelerator
    • CAmazon DynamoDB Accelerator (DAX)
    • DAmazon ElastiCache for Memcached
    Show answer

    ✓ 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.

Free practice here. Timed mocks when you are ready.

Use the free AWS Developer DVA-C02 Prep sample, download the PDF, then unlock web-based timed mock exams for a full exam rehearsal.