DVA-C02 dumps
5 Star


Customer Rating & Feedbacks
98%


Exactly Questions Came From Dumps

Amazon DVA-C02 Question Answers

AWS Certified Developer - Associate Dumps July 2026

discount banner
PDF + Test Engine $139  $97
Test Engine
$119  $83
PDF $99  $69

Here are Amazon DVA-C02 PDF available features:

608 questions with answers Updation Date : 16 Jul, 2026
1 day study required to pass exam 100% Passing Assurance
100% Money Back Guarantee Free 3 Months Updates
Amazon DVA-C02 Sample Questions

Question # 111

A developer is troubleshooting an Amazon API Gateway API Clients are receiving HTTP 400 response errors when the clients try to access an endpoint of the API. How can the developer determine the cause of these errors? 

A. Create an Amazon Kinesis Data Firehose delivery stream to receive API call logs fromAPI Gateway. Configure Amazon CloudWatch Logs as the delivery stream's destination.
B. Turn on AWS CloudTrail Insights and create a trail Specify the Amazon Resource Name(ARN) of the trail for the stage of the API.
C. Turn on AWS X-Ray for the API stage Create an Amazon CtoudWalch Logs log groupSpecify the Amazon Resource Name (ARN) of the log group for the API stage.
D. Turn on execution logging and access logging in Amazon CloudWatch Logs for the APIstage. Create a CloudWatch Logs log group. Specify the Amazon Resource Name (ARN)of the log group for the API stage.


Question # 112

A developer wants to add request validation to a production environment Amazon API Gateway API. The developer needs to test the changes before the API is deployed to the production environment. For the test, the developer will send test requests to the API through a testing tool. Which solution will meet these requirements with the LEAST operational overhead? 

A. Export the existing API to an OpenAPI file. Create a new API. Import the OpenAPI file.Modify the new API to add request validation. Perform the tests. Modify the existing API toadd request validation. Deploy the existing API to production.
B. Modify the existing API to add request validation. Deploy the updated API to a new APIGateway stage. Perform the tests. Deploy the updated API to the API Gateway productionstage.
C. Create a new API. Add the necessary resources and methods, including new requestvalidation. Perform the tests. Modify the existing API to add request validation. Deploy theexisting API to production.
D. Clone the existing API. Modify the new API to add request validation. Perform the tests.Modify the existing API to add request validation. Deploy the existing API to production.


Question # 113

A developer needs to store configuration variables for an application. The developer needs to set an expiration date and time for me configuration. The developer wants to receive notifications. Before the configuration expires. Which solution will meet these requirements with the LEAST operational overhead? 

A. Create a standard parameter in AWS Systems Manager Parameter Store Set Expiationand Expiration Notification policy types.
B. Create a standard parameter in AWS Systems Manager Parameter Store Create anAWS Lambda function to expire the configuration and to send Amazon Simple NotificationService (Amazon SNS) notifications.
C. Create an advanced parameter in AWS Systems Manager Parameter Store SetExpiration and Expiration Notification policy types.
D. Create an advanced parameter in AWS Systems Manager Parameter Store Create anAmazon EC2 instance with a corn job to expire the configuration and to send notifications.


Question # 114

A developer at a company needs to create a small application that makes the same API call once each day at a designated time. The company does not have infrastructure in the AWS Cloud yet, but the company wants to implement this functionality on AWS. Which solution meets these requirements in the MOST operationally efficient manner? 

A. Use a Kubernetes cron job that runs on Amazon Elastic Kubernetes Service (AmazonEKS).
B. Use an Amazon Linux crontab scheduled job that runs on Amazon EC2.
C. Use an AWS Lambda function that is invoked by an Amazon EventBridge scheduledevent.
D. Use an AWS Batch job that is submitted to an AWS Batch job queue.


Question # 115

An application that runs on AWS Lambda requires access to specific highly confidential objects in an Amazon S3 bucket. In accordance with the principle of least privilege a company grants access to the S3 bucket by using only temporary credentials. How can a developer configure access to the S3 bucket in the MOST secure way? 

A. Hardcode the credentials that are required to access the S3 objects in the applicationcode. Use the credentials to access me required S3 objects.
B. Create a secret access key and access key ID with permission to access the S3 bucket.Store the key and key ID in AWS Secrets Manager. Configure the application to retrieve the Secrets Manager secret and use the credentials to access me S3 objects.
C. Create a Lambda function execution role Attach a policy to the rote that grants access tospecific objects in the S3 bucket.
D. Create a secret access key and access key ID with permission to access the S3 bucketStore the key and key ID as environment variables m Lambda. Use the environmentvariables to access the required S3 objects.


Question # 116

A developer is modifying an existing AWS Lambda function White checking the code the developer notices hardcoded parameter various for an Amazon RDS for SQL Server user name password database host and port. There also are hardcoded parameter values for an Amazon DynamoOB table. an Amazon S3 bucket, and an Amazon Simple Notification Service (Amazon SNS) topic. The developer wants to securely store the parameter values outside the code m an encrypted format and wants to turn on rotation for the credentials. The developer also wants to be able to reuse the parameter values from other applications and to update the parameter values without modifying code. Which solution will meet these requirements with the LEAST operational overhead? 

A. Create an RDS database secret in AWS Secrets Manager. Set the user namepassword, database, host and port. Turn on secret rotation. Create encrypted Lambdaenvironment variables for the DynamoDB table, S3 bucket and SNS topic.
B. Create an RDS database secret in AWS Secrets Manager. Set the user namepassword, database, host and port. Turn on secret rotation. Create Secure Stringparameters in AWS Systems Manager Parameter Store for the DynamoDB table, S3bucket and SNS topic.
C. Create RDS database parameters in AWS Systems Manager Parameter. Store for theuser name password, database, host and port. Create encrypted Lambda environmentvariables for me DynamoDB table, S3 bucket, and SNS topic. Create a Lambda functionand set the logic for the credentials rotation task Schedule the credentials rotation task inAmazon EventBridge.
D. Create RDS database parameters in AWS Systems Manager Parameter. Store for theuser name password database, host, and port. Store the DynamoDB table. S3 bucket, andSNS topic in Amazon S3 Create a Lambda function and set the logic for the credentialsrotation Invoke the Lambda function on a schedule.


Question # 117

A company is building an application for stock trading. The application needs submillisecond latency for processing trade requests. The company uses Amazon DynamoDB to store all the trading data that is used to process each trading request A development team performs load testing on the application and finds that the data retrieval time is higher than expected. The development team needs a solution that reduces the data retrieval time with the least possible effort. Which solution meets these requirements'? 

A. Add local secondary indexes (LSis) for the trading data.
B. Store the trading data m Amazon S3 and use S3 Transfer Acceleration.
C. Add retries with exponential back off for DynamoDB queries.
D. Use DynamoDB Accelerator (DAX) to cache the trading data.


Question # 118

A company is using AWS CioudFormation to deploy a two-tier application. The application will use Amazon RDS as its backend database. The company wants a solution that will randomly generate the database password during deployment. The solution also must automatically rotate the database password without requiring changes to the application. What is the MOST operationally efficient solution that meets these requirements'? 

A. Use an AWS Lambda function as a CloudFormation custom resource to generate androtate the password.
B. Use an AWS Systems Manager Parameter Store resource with the SecureString datatype to generate and rotate the password.
C. Use a cron daemon on the application s host to generate and rotate the password.
D. Use an AWS Secrets Manager resource to generate and rotate the password.


Question # 119

A developer is building an application that uses AWS API Gateway APIs. AWS Lambda function, and AWS Dynamic DB tables. The developer uses the AWS ServerlessApplication Model (AWS SAM) to build and run serverless applications on AWS. Each time the developer pushes of changes for only to the Lambda functions, all the artifacts in the application are rebuilt. The developer wants to implement AWS SAM Accelerate by running a command to only redeploy the Lambda functions that have changed. Which command will meet these requirements? 

A. sam deploy -force-upload
B. sam deploy -no-execute-changeset
C. sam package
D. sam sync -watch


Question # 120

A company built a new application in the AWS Cloud. The company automated the bootstrapping of new resources with an Auto Scaling group by using AWS Cloudf-ormation templates. The bootstrap scripts contain sensitive data. The company needs a solution that is integrated with CloudFormation to manage the sensitive data in the bootstrap scripts. Which solution will meet these requirements in the MOST secure way? 

A. Put the sensitive data into a CloudFormation parameter. Encrypt the CloudFormationtemplates by using an AWS Key Management Service (AWS KMS) key.
B. Put the sensitive data into an Amazon S3 bucket Update the CloudFormation templatesto download the object from Amazon S3 during bootslrap.
C. Put the sensitive data into AWS Systems Manager Parameter Store as a secure stringparameter. Update the CloudFormation templates to use dynamic references to specifytemplate values.
D. Put the sensitive data into Amazon Elastic File System (Amazon EPS) Enforce EFSencryption after file system creation. Update the CloudFormation templates to retrieve datafrom Amazon EFS.


1234567891011121314151617181920

Download All 608 Questions Check Customers Feedbacks