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 # 61

A physician's office management application requires that all data in transit between an EC2 instance and an Amazon EBS volume be encrypted

Which of the following techniques fulfills this requirement? (Select TWO )

Options:

A.  

Create encrypted snapshots into Amazon S3

B.  

Use Amazon RDS with encryption

C.  

Use 1AM roles to limit access to the Amazon EBS volume

D.  

Enable EBS encryption

E.  

Leverage OS-level encryption

Discussion 0
Question # 62

A developer has written an application that writes data to Amazon DynamoDB- The DynamoDB table has been configured to use conditional writes During peak usage times, writes are failing due to a CondittonatCheckFailedException error How can the developer increase the application's reliability when multiple clients are attempting to write to the same record?

Options:

A.  

Write the data to an Amazon SNS topic.

B.  

Increase the amount of write capacity for the table to anticipate short-term spikes or bursts m write operations

C.  

Implement a caching solution, such as DynamoDB Accelerator or Amazon ElastiCache.

D.  

Implement error retries and exponential backoff with jitter.

Discussion 0
Question # 63

A developer works in an environment with multiple AWS accounts that have AWS Lambda functions processing the same 100 KB payloads. The developer wants to centralize the point of origin of the payloads to one account and have all the Lambda functions be invoked whenever the initiating event occurs in the parent account.

How can the developer design the workflow in the MOST efficient way, so all the multi-account Lambda functions get invoked when the event occurs?

Options:

A.  

Create a Lambda function in the parent account and use cross-account IAM roles with the AWS Security Token Service (AWS STS) AssumeRole API call to make AWS Lambda invoke the API call to invoke all the cross-account Lambda functions.

B.  

Subscribe all the multi-account Lambda functions to an Amazon SNS topic and make a SNS Publish API call with the payload to the SNS topic.

C.  

Set up an Amazon SQS queue with the queue policy permitting the ReceiveMessage action for multi-account Lambda functions. Then send the payload to the SQS queue using the sqs:SendMessage permission and poll the queue using multi-account Lambda functions.

D.  

Use a worker on an Amazon EC2 instance to poll for the payload event. Invoke all Lambda functions using the Lambda Invoke API after using cross-account IAM roles with the AWS Security Token Service (AWS STS) AssumeRole API call.

Discussion 0
Question # 64

A company's security policies require all database passwords to be rotated every 30 days The company uses different database platforms, including Amazon Aurora databases and proprietary NoSQL document databases, for different applications A developer needs to implement a solution for password rotation

Which solution will meet these requirements?

Options:

A.  

Create an AWS Lambda rotation function that has appropriate 1AM permissions Store the password in AWS Secrets Manager Configure Secrets Manager to rotate the password by using the Lambda function

B.  

Encrypt the existing password with AWS Key Management Service (AWS KMS) Export the existing password Generate a random password with AWS KMS Use the AWS KMS password renewal feature to replace the existing password with the new password.

C.  

Create an AWS Lambda rotation function that has appropriate 1AM permissions Store the password in AWS Systems Manager Parameter Store Configure Parameter Store to rotate the password by using the Lambda function

D.  

Integrate AWS Systems Manager Parameter Store with a Key Management Interoperability Protocol (KMIP)-compliant third-party secret manager to enable third-party database password rotation on AWS

Discussion 0
Question # 65

A developer is deploying an application in the AWS Cloud by using AWS CloudFormation. The application will connect to an existing Amazon RDS database. The hostname of the RDS database is stored in AWS Systems Manager Parameter Store as a plaintext value. The developer needs to incorporate the database hostname into the CloudFormation template to initialize the application when the stack is created

How should the developer reference the parameter that contains the database hostname?

Options:

A.  

Use the ssm dynamic reference

B.  

Use the Ref intrinsic function

C.  

Use the Fn: ImportValue intrinsic function

D.  

Use the ssm-secure dynamic reference.

Discussion 0
Question # 66

A Lambda function processes data before sending it to a downstream service Each piece of data is approximately 1 MB in size After a security audit, the function t]is now required to encrypt the data before sending it downstream Which API call is required to perform the encryption?

Options:

A.  

Pass the data to the KMS ReEncrypi API for encryption

B.  

Use the KMS GenerateDataKey API to get an encryption key

C.  

Use the KMS GenerateDataKeyWithoutPlain.Text API to get an encryption key

D.  

Pass the data to KMS as part of the Encrypt API for encryption

Discussion 0
Question # 67

Multiple development teams are working on a project to migrate a monolithic application to a microservices-based application running on AWS Lambda The teams need a way to centrally manage code that is shared across multiple functions

Which approach requires the LEAST maintenance?

Options:

A.  

Each team maintains the code for the common components in their own code repository. They build and deploy the components with their Lambda functions together.

B.  

One team builds a Lambda layer to include the common components and shares the layer with the other teams

C.  

Each team builds and publishes the component they want to share to an Amazon S3 bucket The Lambda functions will download the components from the bucket

D.  

One team builds a Docker container for the common components and shares the container with the other teams

Discussion 0
Question # 68

A developer has launched an application that calls an API by way of Amazon API Gateway. It offers information that changes several times a day, but is not updated in real time. The application has become so popular that the API endpoint is overloaded and that traffic to the endpoint must be reduced.

What can the developer do to address the performance issues?

Options:

A.  

Enable API caching in Amazon ElastiCache.

B.  

Enable an Auto Scaling group on the endpoint service and database.

C.  

Create an additional API Gateway and use an Application Load Balancer

Discussion 0
Question # 69

An application runs on multiple EC2 instances behind an EL

B.  

Where is the session data best written so that it can be served reliably across multiple requests?

Options:

A.  

Write data to Amazon ElasticCache.

B.  

Write data to Amazon Elastic Block Store.

C.  

Write data to Amazon EC2 instance Block Store.

D.  

Write data to the root filesystem.

Discussion 0
Question # 70

A developer is automating a new application deployment with AWS Serverless Application Model (AWS SAM) The new application has one AWS Lambda function and one Amazon S3 bucket The Lambda function must access the S3 bucket to only read objects

How should the developer configure AWS SAM to grant the necessary read privilege to the S3 bucket?

Options:

A.  

Reference a second Lambda authonzer function

B.  

Add a custom S3 bucket policy to the Lambda function

C.  

Create an Amazon Simple Queue Service (SQS) topic for only S3 object reads Reference the topic in the template.

D.  

Add the S3ReadPolicy template to the Lambda function's execution role

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

Free Exams Sample Questions