New Year Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

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

DVA-C01 Exam Dumps - AWS Certified Developer Associate Exam

Go to page:
Question # 17

A developer is setting up Amazon API gateway for their company’s products. The API will be registered developers to query and update their environments. The company wants to limit the amount of requests end users send for.bot cost and security reason management wants to offer registered the option of buying larger packages that allow for more requests.

A.

Enable throttling for the API Gateway stage Set a value tor both the rate and burst capacity If a registered larger package, create a stage for them, adjust the values, and share the new URL with them.

B.

Set up Amazon CloudWatch API logging in API Gateway Create a filter based on the user and requestTime fields and create an alarm on this filter Write an AWS Lambda function to analyze the values and requester information, and respond accordingly Set up the function as the target tor the alarm If a registered user chooses a larger package, update the Lambda code with the values

C.

Enable Amazon CloudWatch metrics for the API Gateway stage Set up CloudWatch alarms based oft the Count metric and the ApiName, Method, Resource, and Stage dimensions to alerts when request rates pass the threshold Set the alarm action to Deny If a registered user chooses a larger package, create a user-specific alarm and adjust the values

D.

Set up a default usage plan specify values for the rate and burst capacity, and associate it with a stage If a registered user chooses a larger package, create a custom plan with the appropriate values and associate the plan with the user

Full Access
Question # 18

A company has a REST application comprised of an Amazon API Gateway and several AWS Lambda functions. A developer is responding to an alert that the API Gateway’s HTTP response error rate has unexpectedly increased. The developer must determine must which Lambda function is malfunctioning.

Which method would help the developer make this determination while minimizing delays?

A.

Execute an Amazon Athena query against the API Gateway and Lambda execution logs.

B.

Execute an Amazon CloudWatch Logs Insights query against the API Gateway and Lambda execution logs.

C.

Download the API Gateway and Lambda execution logs from Amazon S3, and perform a line-by-line search against them.

D.

Download the API Gateway and Lambda execution logs from Amazon CloudWatch Events, and perform line-by-line search against them.

Full Access
Question # 19

A developer is updating an application deployed on AWS Elastic Beanstalk The new version is incompatible with the old version To successfully deploy the update, a full cutover to the new updated version must be performed on all instances at one time, with the ability to roll back changes in case of a deployment failure in the new version

How can this be performed with the LEAST amount of downtime?

A.

Use the Elastic Beanstalk All at once deployment policy to update all instances simultaneously

B.

Perform an Elastic Beanstalk Rolling with additional batch deployment

C.

Deploy the new version in a new Elastic Beanstalk environment and swap environment URLs

D.

Perform an Elastic Beanstalk Rolling deployment

Full Access
Question # 20

A company provides APIs as a service and commits to a service level agreement (SLA) with all its users.

To comply with each SLA, what should the company do?

A.

Enable throttling limits for each method in Amazon API Getaway.

B.

Create a usage plan for each user and request API keys to access the APIs.

C.

Enable API rate limiting in Amazon cognito for each user.

D.

Enable default throttling limits for each stage after deploying the APIs.

Full Access
Question # 21

A company is launching an ecommerce website and will host the static data in Amazon S3. The company expects approximately 1 000 transactions per second (TPS) for GET and PUT requests in total. Logging must be enabled to track all requests and must be retained for auditing purposes.

What is the MOST cost-effective solution?

A.

Enable AWS CloudTrail logging for the S3 bucket-level action and create a lifecycle policy to move the data from the log bucket to Amazon S3 Glacier in 90 days

B.

Enable S3 server access logging and create a lifecycle policy to expire the data in 90 days

C.

Enable AWS CloudTrail logging for the S3 bucket-level action and create a lifecycle policy to expire the data in 90 days

D.

Enable S3 server access logging and create a lifecycle policy to move the data to Amazon S3 Glacier in 90 days.

Full Access
Question # 22

An application is expected to process many files. Each file takes four minutes to process each AWS Lambda invocation. The Lambda function does not return any important data.

What is the fastest way to process all the files?

A.

First split the files to make them smaller, then process with synchronous RequestResponse Lambda invocations.

B.

Make synchronous RequestResponse Lambda invocations and process the files one by one.

C.

Make asynchronous Event Lambda invocations and process the files in parallel.

D.

First join all the files, then process it all at once with an asynchronous Event Lambda invocation.

Full Access
Question # 23

An application is running on an EC2 instance. The Developer wants to store an application metric in Amazon CloudWatch.

What is the best practice for implementing this requirement?

A.

Use the PUT Object API call to send data to an S3 bucket. Use an event notification to invoke a Lambda function to publish data to CloudWatch.

B.

Publish the metric data to an Amazon Kinesis Stream using a PutRecord API call. Subscribe a Lambda function that publishes data to CloudWatch.

C.

Use the CloudWatch PutMetricData API call to submit a custom metric to CloudWatch. Provide the required credentials to enable the API call.

D.

Use the CloudWatch PutMetricData API call to submit a custom metric to CloudWatch. Launch the EC2 instance with the required IAM role to enable the API call.

Full Access
Question # 24

An application under development is required to store hundreds of video files. The data must be encrypted within the application prior to storage, with a unique key for each video file.

How should the Developer code the application?

A.

Use the KMS Encrypt API to encrypt the data. Store the encrypted data key and data.

B.

Use a cryptography library to generate an encryption key for the application. Use the encryption key to encrypt the data. Store the encrypted data.

C.

Use the KMS GenerateDataKey API to get a data key. Encrypt the data with the data key. Store the encrypted data key and data.

D.

Upload the data to an S3 bucket using server side-encryption with an AWS KMS key.

Full Access
Go to page: