AWS Certified Developer - Associate
Last Update Nov 22, 2024
Total Questions : 292
To help you prepare for the DVA-C02 Amazon Web Services exam, we are offering free DVA-C02 Amazon Web Services exam questions. All you need to do is sign up, provide your details, and prepare with the free DVA-C02 practice questions. Once you have done that, you will have access to the entire pool of AWS Certified Developer - Associate DVA-C02 test questions which will help you better prepare for the exam. Additionally, you can also find a range of AWS Certified Developer - Associate resources online to help you better understand the topics covered on the exam, such as AWS Certified Developer - Associate DVA-C02 video tutorials, blogs, study guides, and more. Additionally, you can also practice with realistic Amazon Web Services DVA-C02 exam simulations and get feedback on your progress. Finally, you can also share your progress with friends and family and get encouragement and support from them.
A developer created several AWS Lambda functions that write data to a single Amazon S3 bucket. The developer configured all the Lambda functions to send logs and metrics to Amazon CloudWatch.
The developer receives reports that one of the Lambda functions writes data to the bucket very slowly. The developer needs to measure the latency between the problematic Lambda function and the S3 bucket.
Which solution will meet this requirement?
A company developed an API application on AWS by using Amazon CloudFront, Amazon API Gateway, and AWS Lambda. The API has a
minimum of four requests every second. A developer notices that many API users run the same query by using the POST method. The developer
wants to cache the POST request to optimize the API resources.
Which solution will meet these requirements?
A developer is using AWS Step Functions to automate a workflow The workflow defines each step as an AWS Lambda function task The developer notices that runs of the Step Functions state machine fail in the GetResource task with either an UlegalArgumentException error or a TooManyRequestsException error
The developer wants the state machine to stop running when the state machine encounters an UlegalArgumentException error. The state machine needs to retry the GetResource task one additional time after 10 seconds if the state machine encounters a TooManyRequestsException error. If the second attempt fails, the developer wants the state machine to stop running.
How can the developer implement the Lambda retry functionality without adding unnecessary complexity to the state machine'?
A developer created an AWS Lambda function that performs a series of operations that involve multiple AWS services. The function's duration time is higher than normal. To determine the cause of the issue, the developer must investigate traffic between the services without changing the function code
Which solution will meet these requirements?