nerdexam
AmazonAmazon

SAP-C02 · Question #170

SAP-C02 Question #170: Real Exam Question with Answer & Explanation

The correct answer is A: Convert the API Gateway Regional endpoint to an edge-optimized endpoint. You can enabled cached on API gateway. no need for extra cache layer for additional cost. also changing to Edge-optimized endpoint would also help caching content base on Cookie. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html

Submitted by mateo_ar· Mar 6, 2026Continuous Improvement for Existing Solutions

Question

A car rental company has built a serverless REST API to provide data to its mobile app. The app consists of an Amazon API Gateway API with a Regional endpoint, AWS Lambda function and an Amazon Aurora MySQL Serverless DB cluster. The company recently opened the API to mobile apps of partners. A significant increase in the number of requests resulted, causing sporadic database memory errors. Analysis of the API traffic indicates that clients are making multiple http GET requests for the same queries in a short period of time. Traffic is concentrated during business hours, with spikes around holidays and other events. The company needs to improve its ability to support the additional usage while minimizing the increase in costs associated with the solution. Which strategy meets these requirements?

Options

  • AConvert the API Gateway Regional endpoint to an edge-optimized endpoint
  • BImplement an Amazon ElasticCache for Redis cache to store the results of the database calls.
  • CModify the Aurora Serverless DB cluster configuration to increase the maximum amount of
  • DEnable throttling in the API Gateway production stage

Explanation

You can enabled cached on API gateway. no need for extra cache layer for additional cost. also changing to Edge-optimized endpoint would also help caching content base on Cookie. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Cookies.html

Community Discussion

No community discussion yet for this question.

Full SAP-C02 PracticeBrowse All SAP-C02 Questions