DOP-C02 · Question #45
DOP-C02 Question #45: Real Exam Question with Answer & Explanation
The correct answer is C: Configure provisioned concurrency on the Lambda function. Configure AWS Application Auto. Lambda integrates with Application Auto Scaling, allowing you to manage provisioned concurrency on a schedule or based on utilization. https://docs.aws.amazon.com/lambda/latest/dg/provisioned-concurrency.html https://docs.aws.amazon.com/autoscaling/application/userguide/services-
Question
A company provides an application to customers. The application has an Amazon API Gateway REST API that invokes an AWS Lambda function. On initialization, the Lambda function loads a large amount of data from an Amazon DynamoDB table. The data load process results in long cold-start times of 8-10 seconds. The DynamoDB table has DynamoDB Accelerator (DAX) configured. Customers report that the application intermittently takes a long time to respond to requests. The application receives thousands of requests throughout the day. In the middle of the day, the application experiences 10 times more requests than at any other time of the day. Near the end of the day, the application's request volume decreases to 10% of its normal total. A DevOps engineer needs to reduce the latency of the Lambda function at all times of the day. Which solution will meet these requirements?
Options
- AConfigure provisioned concurrency on the Lambda function with a concurrency value of 1. Delete
- BConfigure reserved concurrency on the Lambda function with a concurrency value of 0.
- CConfigure provisioned concurrency on the Lambda function. Configure AWS Application Auto
- DConfigure reserved concurrency on the Lambda function. Configure AWS Application Auto
Explanation
Lambda integrates with Application Auto Scaling, allowing you to manage provisioned concurrency on a schedule or based on utilization. https://docs.aws.amazon.com/lambda/latest/dg/provisioned-concurrency.html https://docs.aws.amazon.com/autoscaling/application/userguide/services-that-can-integrate-
Topics
Community Discussion
No community discussion yet for this question.