Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Note! Following DVA-C01 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is DVA-C02

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

AWS Certified Developer Associate Exam Questions and Answers

Question 1

A company is adding items to an Amazon DynamoDB table from an AWS Lambda function that is written in Python A developer needs to implement a solution that inserts records in the DynamoDB table and performs automatic retry when the insert fails

Which solution meets these requirements with MINIMUM code changes?

Options:

A.

Configure the Python code to run the AWS CLl through shell to call the Putltem operation

B.

Call the Putltem operation from Python by using the DynamoDB HTTP API

C.

Queue the items in AWS Glue: which will put them into the DynamoDB table

D.

Use the AWS software development kit (SDK) for Python (boto3) to call the Putltem operation

Buy Now
Question 2

A Developer is migrating existing applications to AWS. These applications use MongoDB as their primary data store, and they will be deployed to Amazon EC2 instances. Management requires that the Developer minimize changes to applications while using AWS services

Which solution should the Developer use to host MongoDB in AWS?

Options:

A.

Install MongoDB on the same instance where the application is running

B.

Deploy Amazon DocumentDB in MongoDB compatibility mode

C.

Use Amazon API Gateway to translate API calls from MongoDB to Amazon DynamoDB.

D.

Replicate the existing MongoDB workload to Amazon DynamoDB

Question 3

A developer is creating as AWS lambda function that generates a new file each time it runs. Each new file must be checked into an AWS CodeCommit repository hosted in the same AWS account.

How should the developer accomplish this?

Options:

A.

When the Lambda function starts, use the Git CLI to Clone the repository. Check the new file into the cloned repository and push the change.

B.

After the new file is created in Lambda, use cURL to invoke the CodeCommit API. Send the file to the repository.

C.

Use an AWS SDK to instantiate a CodeCommit Client. Invoke the put _ file method to add the file to the repository.

D.

Upload the new file to an Amazon S3 bucket. Create an AWS step Function to accept S3 events. In the step Function, add the new file to the repository.