exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 342 discussion

A company uses an AWS Lambda function to call a third-party service. The third-party service has a limit of requests each minute. If the number of requests exceeds the limit, the third-party service returns rate-limiting errors.

A developer needs to configure the Lambda function to avoid receiving rate limiting errors from the third-party service.

Which solution will meet these requirements?

  • A. Set the reserved concurrency on the Lambda function to match the number of concurrent requests that the third-party service allows.
  • B. Decrease the memory that is allocated to the Lambda function.
  • C. Set the provisioned concurrency on the Lambda function to match the number of concurrent requests that the third-party service allows.
  • D. Increase the timeout value that is specified on the Lambda function.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DeaconStJohn
Highly Voted 7 months ago
Selected Answer: A
Correct answer is A. This will limit the lambda function to a defined concurrency which can be set to match the third party vendor limits. B - will lower the cpu of the function, not limit the invocations. C - Provisioned concurrency is a minimum value to keep lambda function execution environments on warm standby for critical workloads. D - Issue isn't with timeouts or lack of processing power
upvoted 8 times
...
KarBiswa
Highly Voted 7 months ago
Selected Answer: A
https://docs.aws.amazon.com/lambda/latest/dg/provisioned-concurrency.html
upvoted 5 times
...
65703c1
Most Recent 5 months ago
Selected Answer: A
A is the correct answer.
upvoted 1 times
...
KarBiswa
7 months ago
Selected Answer: D
https://docs.aws.amazon.com/lambda/latest/dg/provisioned-concurrency.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago