nerdexam
AmazonAmazon

DVA-C02 · Question #174

DVA-C02 Question #174: Real Exam Question with Answer & Explanation

Sign in or unlock DVA-C02 to reveal the answer and full explanation for question #174. The question stem and answer options stay visible for context.

Submitted by emma.c· Mar 5, 2026Refactoring

Question

A developer migrated a legacy application to an AWS Lambda function. The function uses a third- party service to pull data with a series of API calls at the end of each month. The function then processes the data to generate the monthly reports. The function has been working with no issues so far. The third-party service recently issued a restriction to allow a fixed number of API calls each minute and each day. If the API calls exceed the limit for each minute or each day, then the service will produce errors. The API also provides the minute limit and daily limit in the response header. This restriction might extend the overall process to multiple days because the process is consuming more API calls than the available limit. What is the MOST operationally efficient way to refactor the serverless application to accommodate this change?

Options

  • AUse an AWS Step Functions state machine to monitor API failures. Use the Wait state to delay
  • BUse an Amazon Simple Queue Service (Amazon SQS) queue to hold the API calls. Configure the
  • CUse an Amazon CloudWatch Logs metric to count the number of API calls. Configure an Amazon
  • DUse Amazon Kinesis Data Firehose to batch the API calls and deliver them to an Amazon S3

Unlock DVA-C02 to see the answer

You've previewed enough free DVA-C02 questions. Unlock DVA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full DVA-C02 PracticeBrowse All DVA-C02 Questions