DummyExams LogoDummyExams
AWS logo

Free Practice · No Signup Required

30 Free AWS DVA-C02 Practice Questions

Real practice questions for the AWS Developer Associate (DVA-C02) exam, with answers and detailed explanations. Updated 2026.

Free questions

30

Passing score

720 out of 1000

Exam time

130 minutes

Question pool

388+ Questions

Below are 30 real practice questions for the AWS Developer Associate (DVA-C02) exam. Each question shows the correct answer and a detailed explanation when you reveal it. Use these to benchmark your readiness — if you score below 70% on these 30 questions, plan for at least 4 more weeks of study before booking.

DVA-C02 Practice Questions

  1. FreePracticeQuiz.questionLabelCaching

    Which of the following are good use cases for how Amazon ElastiCache can help an application? (Select TWO)

    A
    Improve the performance of S3 PUT operations.
    B
    Improve the latency of deployments performed by AWS CodeDeploy.
    C
    Improve latency and throughput for read-heavy application workloads.
    D
    Reduce the time required to merge AWS CodeCommit branches.
    E
    Improve performance of compute-intensive applications.
  2. FreePracticeQuiz.questionLabelDatabases

    Which of the following services are key/value stores? (Choose 3 answers)

    A
    Amazon ElastiCache.
    B
    Simple Notification Service.
    C
    DynamoDB.
    D
    Simple Workflow Service.
    E
    Simple Storage Service.
  3. FreePracticeQuiz.questionLabelCompute

    A developer wants to send multi-value headers to an AWS Lambda function that is registered as a target with an Application Load Balancer (ALB). What should the developer do to achieve this?

    A
    Place the Lambda function and target group in the same account.
    B
    Send the request body to the Lambda function with a size less than 1 MB 0.
    C
    Include the Base64 encoding status status code, status description, and headers in the Lambda function.
    D
    Enable the multi-value headers on the ALB.
  4. FreePracticeQuiz.questionLabelCaching

    A company's ecommerce website is experiencing massive traffic spikes, which are causing performance problems in the company database. Users are reporting that accessing the website takes a long time. A developer wants to implement a caching layer using Amazon ElastiCache. The website is required to be responsive no matter which product a user views, and the updates to product information and prices must be strongly consistent. Which cache writing policy will satisfy these requirements?

    A
    Write to the cache directly and sync the backend at a later time.
    B
    Write to the backend first and wait for the cache to expire.
    C
    Write to the cache and the backend at the same time.
    D
    Write to the backend first and invalidate the cache.
  5. FreePracticeQuiz.questionLabelSecurity

    A Developer wants to upload data to Amazon S3 and must encrypt the data in transit. Which of the following solutions will accomplish this task? (Choose TWO)

    A
    Set up hardware VPN tunnels to a VPC and access S3 through a VPC endpoint.
    B
    Set up Client-Side Encryption with an AWS KMS-Managed Customer Master Key.
    C
    Set up Server-Side Encryption with AWS KMS-Managed Keys.
    D
    Transfer the data over an SSL connection.
    E
    Set up Server-Side Encryption with S3-Managed Keys.
  6. FreePracticeQuiz.questionLabelSecurity

    A Developer wants to encrypt new objects that are being uploaded to an Amazon S3 bucket by an application. There must be an audit trail of who has used the key during this process. There should be no change to the performance of the application. Which type of encryption meets these requirements?

    A
    Server-side encryption using S3-managed keys.
    B
    Server-side encryption with AWS KMS-managed keys.
    C
    Client-side encryption with a client-side symmetric master key.
    D
    Client-side encryption with AWS KMS-managed keys.
  7. FreePracticeQuiz.questionLabelIAM

    An application is being developed to audit several AWS accounts. The application will run in Account A and must access AWS services in Accounts B and C. What is the MOST secure way to allow the application to call AWS services in each audited account?

    A
    Configure cross-account roles in each audited account. Write code in Account A that assumes those roles.
    B
    Use S3 cross-region replication to communicate among accounts, with Amazon S3 event notifications to trigger Lambda functions.
    C
    Deploy an application in each audited account with its own role. Have Account A authenticate with the application.
    D
    Create an IAM user with an access key in each audited account. Write code in Account A that uses those access keys.
  8. FreePracticeQuiz.questionLabelDeployment

    A company uses a third-party tool to build, bundle, and package rts applications on-premises and store them locally. The company uses Amazon EC2 instances to run its front-end applications. How can an application be deployed from the source control system onto the EC2 instances?

    A
    Use AWS CodeDeploy and point it to the local storage to directly deploy a bundle m a zip. tar. or tar.gz format.
    B
    Upload the bundle to an Amazon S3 bucket and specify the S3 location when doing a deployment using AWS CodeDeploy.
    C
    Create a repository using AWS CodeCommit to automatically trigger a deployment to the EC2 instances.
    D
    Use AWS CodeBuild to automatically deploy the latest build to the latest EC2 instances.
  9. FreePracticeQuiz.questionLabelSecurity

    A company is building a compute-intensive application that will run on a fleet of Amazon EC2 instances. The application uses attached Amazon EBS disks for storing data. The application will process sensitive information and all the data must be encrypted. What should a developer do to ensure the data is encrypted on disk without impacting performance?

    A
    Configure the Amazon EC2 instance fleet to use encrypted EBS volumes for storing data.
    B
    Add logic to write all data to an encrypted Amazon S3 bucket.
    C
    Add a custom encryption algorithm to the application that will encrypt and decrypt all data.
    D
    Create a new Amazon Machine Image (AMI) with an encrypted root volume and store the data to ephemeral disks.
  10. FreePracticeQuiz.questionLabelStorage

    A global company has an application running on Amazon EC2 instances that serves image files from Amazon S3. User requests from the browser are causing high traffic, which results in degraded performance. Which optimization solution should a Developer implement to increase application performance?

    A
    Create multiple prefix in the S3 bucket to increase the request rate.
    B
    Create an Amazon ElastiCache cluster to cache and serve frequently accessed items.
    C
    Use Amazon CloudFront to serve the content of images stored in Amazon S3.
    D
    Submit a ticket to AWS support to request a rate limit increase for the S3 bucket.
  11. FreePracticeQuiz.questionLabelSecurity

    An AWS Lambda function generates a 3MB JSON file and then uploads it to an Amazon S3 bucket daily. The file contains sensitive information, so the Developer must ensure that it is encrypted before uploading to the bucket. Which of the following modifications should the Developer make to ensure that the data is encrypted before uploading it to the bucket?

    A
    Use the default AWS KMS customer master key for S3 in the Lambda function code.
    B
    Use the S3 managed key and call the GenerateDataKey API to encrypt the file.
    C
    Use the GenerateDataKey API, then use that data key to encrypt the file in the Lambda function code.
    D
    Use a custom KMS customer master key created for S3 in the Lambda function code.
  12. FreePracticeQuiz.questionLabelStorage

    Company D is running their corporate website on Amazon S3 accessed from http://www.companyd.com. Their marketing team has published new web fonts to a separate S3 bucket accessed by the S3 endpoint https://s3-us-west-1.amazonaws.com/cdfonts. While testing the new web fonts, Company D recognized the web fonts are being blocked by the browser. What should Company D do to prevent the web fonts from being blocked by the browser?

    A
    Enable versioning on the cdfonts bucket for each web font.
    B
    Create a policy on the cdfonts bucket to enable access to everyone.
    C
    Add the Content-MD5 header to the request for webfonts in the cdfonts bucket from the website.
    D
    Configure the cdfonts bucket to allow cross-origin requests by creating a CORS configuration.
  13. FreePracticeQuiz.questionLabelDeployment

    A developer must extend an existing application that is based on the AWS Serverless Application Model (AWS SAM). The developer has used the AWS SAM CLI to create the project. The project contains different AWS Lambda functions. Which combination of commands must the developer use to redeploy the AWS SAM application? (Select TWO)

    A
    sam init.
    B
    sam validate.
    C
    sam build.
    D
    sam deploy.
    E
    sam publish.
  14. FreePracticeQuiz.questionLabelDeployment

    An application deployed on AWS Elastic Beanstalk experiences increased error rates during deployments of new application versions, resulting in service degradation for users. The Development team believes that this is because of the reduction in capacity during the deployment steps. The team would like to change the deployment policy configuration of the environment to an option that maintains full capacity during deployment while using the existing instances. Which deployment policy will meet these requirements while using the existing instances?

    A
    All at once.
    B
    Rolling.
    C
    Rolling with additional batch.
    D
    Immutable.
  15. FreePracticeQuiz.questionLabelCompute

    A Developer is creating an application that needs to locate the public IPv4 address of the Amazon EC2 instance on which it runs. How can the application locate this information?

    A
    Get the instance metadata by retrieving http://169.254.169.254/latest/metadata/.
    B
    Get the instance user data by retrieving http://169.254.169.254/latest/userdata/.
    C
    Get the application to run IFCONFIG to get the public IP address.
    D
    Get the application to run IPCONFIG to get the public IP address.
  16. FreePracticeQuiz.questionLabelCompute

    The development team is working on an API that will be served from Amazon API gateway. The API will be served from three environments: development, test, and production. The API Gateway is configured to use 237 GB of cache in all three stages. Which is the MOST cost-efficient deployment strategy?

    A
    Create a single API Gateway with all three stages.
    B
    Create three API Gateways, one for each stage in a single AWS account.
    C
    Create an API Gateway in three separate AWS accounts.
    D
    Enable the cache for development and test environments only when needed.
  17. FreePracticeQuiz.questionLabelDatabases

    A company is migrating its on-premises database to Amazon RDS for MySQL. The company has read-heavy workloads, and wants to make sure it re-factors its code to achieve optimum read performance for its queries. How can this objective be met?

    A
    Add database retries to effectively use RDS with vertical scaling.
    B
    Use RDS with multi-AZ deployment.
    C
    Add a connection string to use an RDS read replica for read queries.
    D
    Add a connection string to use a read replica on an EC2 instance.
  18. FreePracticeQuiz.questionLabelServerless

    A developer needs to modify an application architecture to meet new functional requirements. Application data is stored in Amazon DynamoDB and processed for analysis in a nightly batch. The system analysts do not want to wait unit the next day to view the processed data and have asked to have it available in near-real time. Which application architect pattern would enables the data to be processed as it is received?

    A
    Event driven.
    B
    Client served driven.
    C
    Fan-out driven.
    D
    Schedule driven.
  19. FreePracticeQuiz.questionLabelDatabases

    A developer has built an application that inserts data into an Amazon DynamoDB table. The table is configured to use provisioned capacity. The application is deployed on a burstable nano Amazon EC2 Instance. The application logs show that the application has been failing because of a ProvisionedThroughputExceedException error. Which actions should the developer take to resolve this issue? (Choose two.)

    A
    Move the application to a larger EC instance.
    B
    Increase the number or read capacity units (RCUs) that are provisioned for the DynamoDB table.
    C
    Reduce the frequency of requests to DynamoDB by implement ng exponential backoff.
    D
    Increase the frequency of requests to DynamoDB by decreasing the retry delay.
    E
    Change the capacity mode of the DynamoDB table from provisioned to on-demand.
  20. FreePracticeQuiz.questionLabelSecurity

    A software company needs to make sure user-uploaded documents are securely stored in Amazon S3. The documents must be encrypted at rest in Amazon S3. The company does not want to manage the security infrastructure in-house, but the company still needs extra protection to ensure it has control over its encryption keys due to industry regulations. Which encryption strategy should a developer use to meet these requirements?

    A
    Server-side encryption with Amazon S3 managed keys (SSE-S3).
    B
    Server-side encryption with customer-provided encryption keys (SSE-C).
    C
    Server-side encryption with AWS KMS managed keys (SSE-KMS).
    D
    Client-side encryption.
  21. FreePracticeQuiz.questionLabelStreaming

    An application uses Amazon Kinesis Data Streams to ingest and process large streams of data records in real time. Amazon EC2 instances consume and process the data from the shards of the Kinesis data stream by using Amazon Kinesis Client Library (KCL). The application handles the failure scenarios and does not require standby workers. The application reports that a specific shard is receiving more data than expected. To adapt to the changes in the rate of data flow, the hot shard is resharded. Assuming that the initial number of shards in the Kinesis data stream is 4, and after resharding the number of shards increased to 6, what is the maximum number of EC2 instances that can be deployed to process data from all the shards?

    A
    12.
    B
    6.
    C
    4.
    D
    1.
  22. FreePracticeQuiz.questionLabelMobile

    A gaming company is developing a mobile game application for iOS® and Android® platforms. This mobile game securely stores user data locally on the device. The company wants to allow users to use multiple device for the game, which requires user data synchronization across device.Which service should be used to synchronize user data across devices without the need to create a backend application?

    A
    AWS Lambda.
    B
    Amazon S3.
    C
    Amazon DynamoDB.
    D
    Amazon Cognito.
  23. FreePracticeQuiz.questionLabelDeployment

    A Developer is making changes to a custom application that is currently using AWS Elastic Beanstalk. After the Developer completes the changes, what solutions will update the Elastic Beanstalk environment with the new application version? (Choose TWO)

    A
    Package the application code into a .zip file, and upload, then deploy the packaged application from the AWS Management Console.
    B
    Package the application code into a .tar file, create a new application version from the AWS Management Console, then update the environment by using AWS CLI.
    C
    Package the application code into a .tar file, and upload and deploy the packaged application from the AWS Management Console.
    D
    Package the application code into a .zip file, create a new application version from the packaged application by using AWS CLI, then update the environment by using AWS CLI.
    E
    Package the application code into a .zip file, create a new application version from the AWS Management Console, then rebuild the environment by using AWS CLI.
  24. FreePracticeQuiz.questionLabelCompute

    A company is running an application built on AWS Lambda functions. One Lambda function has performance issues when it has to download a 50MB file from the Internet in every execution. This function is called multiple times a second. What solution would give the BEST performance increase?

    A
    Cache the file in the /tmp directory.
    B
    Increase the Lambda maximum execution time.
    C
    Put an Elastic Load Balancer in front of the Lambda function.
    D
    Cache the file in Amazon S3.
  25. FreePracticeQuiz.questionLabelDatabases

    Queries to an Amazon DynamoDB table are consuming a large amount of read capacity. The table has a significant number of large attributes. The application does not need all of the attribute data. How can DynamoDB costs be minimized while maximizing application performance?

    A
    Batch all the writes, and perform the write operations when no or few reads are being performed.
    B
    Create a global secondary index with a minimum set of projected attributes.
    C
    Implement exponential backoffs in the application.
    D
    Load balance the reads to the table using an Application Load Balancer.
  26. FreePracticeQuiz.questionLabelCompute

    A Developer is writing a REST service that will add items to a shopping list. The service is built on Amazon API Gateway with AWS Lambda integrations. The shopping list items are send as query string parameters in the method request. How should the Developer convert the query string parameters to arguments for the Lambda function?

    A
    Enable request validation.
    B
    Include the Amazon Resource Name (ARN) of the Lambda function.
    C
    Change the integration type.
    D
    Create a mapping template.
  27. FreePracticeQuiz.questionLabelIAM

    A development team is creating a new application designed to run on AWS. While the test and production environments will run on Amazon EC2 instances, developers will each run their own environment on their laptops. Which of the following is the simplest and MOST secure way to access AWS services from the local development machines?

    A
    Use an IAM role to assume a role and execute API calls using the role.
    B
    Create an IAM user to be shared with the entire development team, provide the development team with the access key.
    C
    Create an IAM user for each developer on the team: provide each developer with a unique access key.
    D
    Set up a federation through an Amazon Cognito user pool.
  28. FreePracticeQuiz.questionLabelDatabases

    How is provisioned throughput affected by the chosen consistency model when reading data from a DynamoDB table?

    A
    Strongly consistent reads use the same amount of throughput as eventually consistent reads.
    B
    Strongly consistent reads use more throughput than eventually consistent reads.
    C
    Strongly consistent reads use less throughput than eventually consistent reads.
    D
    Strongly consistent reads use variable throughput depending on read activity.
  29. FreePracticeQuiz.questionLabelDeployment

    A developer needs to deploy a new version to an AWS Elastic Beanstalk application. How can the developer accomplish this task?

    A
    Upload and deploy the new application version in the Elastic Beanstalk console.
    B
    Use the eb init CLI command to deploy a new version.
    C
    Terminate the current Elastic Beanstalk environment and create a new one.
    D
    Modify the ebextensions folder to add a source option to services.
  30. FreePracticeQuiz.questionLabelSecurity

    A gaming application stores scores for players in an Amazon DynamoDB table that has four attributes: user_id, user_name, user_score, and user_rank. The users are allowed to update their names only if a user is authenticated by web identity federation. Which set of conditions should be added in the policy attached to the role for the dynamodb:PutItem API call?

    A
    Option A.
    B
    Option B.
    C
    Option C.
    D
    Option D.
Progress: 0 of 30 questions completed

Ready for the full DVA-C02 exam?

Get all 388+ Questions, timed simulation, and weak-area analytics. Plans from $2.99 — credits never expire.

See pricing

Frequently Asked Questions

Are these real DVA-C02 practice questions?+
Yes. These 30 questions are taken directly from our 388+ Questions pool, written and reviewed by certified practitioners. They mirror the style, difficulty, and scope of the official AWS DVA-C02 exam.
Is the DVA-C02 exam hard?+
The AWS Developer Associate (DVA-C02) is considered a pass-mark exam (passing score: 720 out of 1000). Most candidates need 4–8 weeks of focused preparation. Use these free questions to gauge where you stand before committing to a full study plan.
How many questions are on the real DVA-C02 exam?+
The official DVA-C02 exam has 65 questions (50 scored, 15 unscored).
Do I need to sign up to use these questions?+
No. These 30 questions are free and require no signup. If you want timed simulation, performance analytics, and access to all 388+ Questions, our paid plans start at $2.99 per exam with credits that never expire.

Keep studying

Pass DVA-C02 on your first try

Join candidates using DummyExams to practice with realistic timed exams, detailed explanations, and weak-area analytics.

Start full DVA-C02 practice exam