HomeAWS Developer Associate Prep 2Questions 1–10
AWS Developer Associate Prep 2Part 1 of 3

AWS Developer Associate Prep 2 Exam Questions & Answers 2026 (1–10)

AWS Developer Associate Prep 2 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 Associate Prep 2 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?

    • AAWS CloudFormation
    • BAmazon Inspector
    • CAWS Config
    • 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
    • BSubscription Filters
    • CMetric Filters
    • DLog Insights Queries
    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?

    • AIncrease the Lambda function memory allocation to maximum
    • BAdd detailed logging with timestamps throughout the function code
    • CChange the programming language of the Lambda function
    • DDisable all integrations with other AWS services
    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?

    • AReview AWS Cost Explorer reports
    • BCreate manual dashboards in the AWS Management Console
    • CInstall a third-party monitoring agent
    • 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
    • BSQL
    • CCloudWatch Logs Insights query language
    • DJSON
    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?

    • AImmediate retry strategy
    • BExponential backoff with jitter
    • CCircuit breaker without retry logic
    • DFixed one-minute timeout
    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?

    • AEnvironment variables
    • BLambda layers
    • CExecution aliases
    • 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
    • BAmazon ElastiCache for Memcached
    • CAmazon DynamoDB Accelerator (DAX)
    • DAWS Global Accelerator
    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 Associate Prep 2 sample, download the PDF, then unlock web-based timed mock exams for a full exam rehearsal.