ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 100 - SAP-C02 discussion

Report
Export

A company is building a software-as-a-service (SaaS) solution on AWS. The company has deployed an Amazon API Gateway REST API with AWS Lambda integration in multiple AWS Regions and in the same production account.

The company offers tiered pricing that gives customers the ability to pay for the capacity to make a certain number of API calls per second. The premium tier offers up to 3,000 calls per second, and customers are identified by a unique API key. Several premium tier customers in various Regions report that they receive error responses of 429 Too Many Requests from multiple API methods during peak usage hours. Logs indicate that the Lambda function is never invoked.

What could be the cause of the error messages for these customers?

A.
The Lambda function reached its concurrency limit.
Answers
A.
The Lambda function reached its concurrency limit.
B.
The Lambda function its Region limit for concurrency.
Answers
B.
The Lambda function its Region limit for concurrency.
C.
The company reached its API Gateway account limit for calls per second.
Answers
C.
The company reached its API Gateway account limit for calls per second.
D.
The company reached its API Gateway default per-method limit for calls per second.
Answers
D.
The company reached its API Gateway default per-method limit for calls per second.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html#apig-request-throttling-account-level-limits

asked 16/09/2024
Mathias Gontek
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first