For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Professional (SAP-C02)AWS Solutions Architect Professional SAP-C02 Practice Exam 5Question 36
    Medium1 markMultiple Choice
    Domain 3.3: Performance ImprovementPerformanceLambdaAPI Gateway

    AWS SAP-C02 · Question 36 · Domain 3.3: Performance Improvement

    A company is running a popular mobile game. The backend uses Amazon API Gateway and AWS Lambda. During special events, traffic spikes from 1,000 to 50,000 requests per second within minutes. Users are experiencing 502 Bad Gateway errors during these spikes. The Lambda functions connect to an Amazon RDS Proxy, which connects to an Aurora PostgreSQL database. What is the MOST likely cause of the errors and how should it be resolved?

    Answer options:

    A.

    Lambda is hitting its account-level concurrency limit. Request a quota increase for Lambda concurrent executions.

    B.

    API Gateway is throttling the requests. Increase the API Gateway default rate limit.

    C.

    RDS Proxy is running out of connections. Increase the MaxConnections setting on the RDS Proxy.

    D.

    Lambda cold starts are causing timeouts. Enable Provisioned Concurrency for the Lambda functions.

    How to approach this question

    Identify the default AWS service limits that would be breached by a 50x traffic spike.

    Full Answer

    A.Lambda is hitting its account-level concurrency limit. Request a quota increase for Lambda concurrent executions.✓ Correct
    AWS Lambda has a default account-level concurrent execution limit of 1,000 per region. When traffic spikes to 50,000 requests per second, Lambda will throttle the requests. When API Gateway cannot invoke the Lambda function due to throttling, it returns a 502 Bad Gateway or 503 Service Unavailable error. You must request a quota increase from AWS Support.

    Common mistakes

    Confusing API Gateway throttling (429) with Lambda integration failures (502).
    Question 35All questionsQuestion 37

    Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 5

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A global enterprise is redesigning its AWS network architecture across 50 AWS accounts and 3 AWS ...HardQ02A company uses AWS Organizations to manage multiple accounts. The security team mandates that no ...MediumQ03A financial institution requires a disaster recovery strategy for its critical trading applicatio...HardQ04An enterprise is setting up a new multi-account AWS environment using AWS Control Tower. They nee...MediumQ05A company has a complex AWS environment with hundreds of linked accounts under AWS Organizations....Hard
    View all 75 questions →