Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

AWS-Certified-Developer-Associate AWS Certified Developer Associate Exam (DVA-C02) is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

AWS-Certified-Developer-Associate Practice Questions

AWS Certified Developer Associate Exam (DVA-C02)

Last Update 5 days ago
Total Questions : 368

Dive into our fully updated and stable AWS-Certified-Developer-Associate practice test platform, featuring all the latest AWS Certified Developer Associate exam questions added this week. Our preparation tool is more than just a Amazon study aid; it's a strategic advantage.

Our free AWS Certified Developer Associate practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about AWS-Certified-Developer-Associate. Use this test to pinpoint which areas you need to focus your study on.

AWS-Certified-Developer-Associate PDF

AWS-Certified-Developer-Associate PDF (Printable)
$52.5
$150

AWS-Certified-Developer-Associate Testing Engine

AWS-Certified-Developer-Associate PDF (Printable)
$70
$200

AWS-Certified-Developer-Associate PDF + Testing Engine

AWS-Certified-Developer-Associate PDF (Printable)
$104.65
$299
Question # 11

An application ingests a large number of small messages and stores them in a database. The application uses AWS Lambda. A development team is making changes to the application's processing logic. In testing, it is taking more than 15 minutes to process each message. The team is concerned the current backend may time out.

Which changes should be made to the backend system to ensure each message is processed in the MOST scalable way1?

Options:

A.  

Add the messages to an Amazon SQS queue Set up an Amazon EC2 instance to poll the queue and process messages as they arrive.

B.  

Add the messages to an Amazon SQS queue. Set up Amazon EC2 instances in an Auto Scaling group to poll the queue and process the messages as they arrive.

C.  

Create a support ticket to increase the Lambda timeout to 60 minutes to allow for increased processing time

D.  

Change the application to directly insert the body of the message into an Amazon RDS database.

Discussion 0
Question # 12

In a move toward using microservices, a company’s Management team has asked all Development teams to build their services so that API requests depend only on that service’s data store. One team is building a Payments service which has its own database; the service needs data that originates in the Accounts database. Both are using Amazon DynamoD

B.  

What approach will result in the simplest, decoupled, and reliable method to get near-real time updates from the Accounts database?

Options:

A.  

Use Amazon Glue to perform frequent ETL updates from the Accounts database to the Payments database.

B.  

Use Amazon ElastiCache in Payments, with the cache updated by triggers in the Accounts database.

C.  

Use Amazon Kinesis Data Firehouse to deliver all changes from the Accounts database to the Payments database.

D.  

Use Amazon DynamoDB Streams to deliver all changes from the Accounts database to the Payments database.

Discussion 0
Question # 13

Where should the appspec.yml file be placed in order for AWS CodeDeploy to work?

Options:

A.  

In the root of the application source code directory structure

B.  

In the bin folder along with all the complied code

C.  

In an S3 bucket

D.  

In the same folder as the application configuration files

Discussion 0
Question # 14

A developer is provided with an HTTPS clone URL for an AWS CodeCommit repository.

What needs to be configured before cloning this repository?

Options:

A.  

Use AWS KMS to set up public and private keys for use with CodeCommit.

B.  

Set up the Git credential helper to use an AWS credential profile, and enable the helper to send the path to the repositories.

C.  

Generate encryption keys using AWS CloudHSM, then export the key for use with AWS CodeCommit.

D.  

Use AWS certificate manager to provision public and private SSL/TLS certificates.

Discussion 0
Question # 15

A Developer wants to debug an application by searching and filtering log data. The application logs are stored in Amazon CloudWatch Logs. The Developer creates a new metric filter to count exceptions in the application logs. However, no results are returned from the logs.

What is the reason that no filtered results are being returned?

Options:

A.  

A setup of the Amazon CloudWatch interface VPC endpoint is required for filtering the CloudWatch Logs in the VPC

B.  

CloudWatch Logs only publishes metric data for events that happen after the filter is created

C.  

The log group for CloudWatch Logs should be first streamed to Amazon Elasticsearch Service before metric filtering returns the results

D.  

Metric data points for logs groups can be filtered only after they are exported to an Amazon S3 bucket

Discussion 0
Question # 16

A company is developing an application that will run on several Amazon EC2 instances in an Auto Scaling group and can access a database running on Amazon EC2. The application needs to store secrets required to connect to the database. The application must allow for periodic secret rotation, and there should be no changes to the application when a secret changes.

What is the SAFEST way to meet these requirements?

Options:

A.  

Associate an IAM role to the EC2 instance where the application is running with permission to access the database.

B.  

Use AWS Systems Manager Parameter Store with the SecureString data type to store secrets.

C.  

Configure the application to store secrets in Amazon S3 object metadata.

D.  

Hard code the database secrets in the application code itself.

Discussion 0
Question # 17

A Developer must build an application that uses Amazon DynamoD

B.  

The requirements state that items being stored in the DynamoDB table will be 7KB in size and that reads must be strongly consistent. The maximum read rate is 3 items per second, and the maximum write rate is 10 items per second.

How should the Developer size the DynamoDB table to meet these requirements?

Options:

A.  

Read: 3 read capacity units

Write: 70 write capacity units

B.  

Read: 6 read capacity units

Write: 70 write capacity units

C.  

Read: 6 read capacity units

Write: 10 write capacity units

D.  

Read: 3 read capacity units

Write: 10 write capacity units

Discussion 0
Question # 18

An on-premises legacy application is caching data files locally and writing shared images to local disks.

What is necessary to allow for horizontal scaling when migrating the application to AWS?

Options:

A.  

Modify the application to have both shared images and caching data written to Amazon EBS.

B.  

Modify the application to read and write cache data on Amazon S3, and also store shared images on S3.

C.  

Modify the application to use Amazon S3 for serving shared images; cache data can then be written to local disks.

D.  

Modify the application to read and write cache data on Amazon S3, while continuing to write shared images to local disks.

Discussion 0
Question # 19

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?

Options:

A.  

All at once

B.  

Rolling

C.  

Rolling with additional batch

D.  

Immutable

Discussion 0
Question # 20

A company has a web application that uses an Amazon Cognito user pool for authentication. The company wants to create a login page with the company logo. What should a developer do to meet these requirements?

Options:

A.  

Create a hosted user interface in Amazon Cognito and customize it with the company logo

B.  

Create a login page with the company logo and upload it to Amazon Cognito

C.  

Create a login page in Amazon API Gateway with the logo and save the link in Amazon Cognito.

D.  

Upload the logo to the Amazon Cognito app settings and point to the logo on a custom login page

Discussion 0
Get AWS-Certified-Developer-Associate dumps and pass your exam in 24 hours!

Free Exams Sample Questions