AWS - DynamoDBIf a DynamoDB table is set to on-demand capacity mode, what happens when traffic suddenly spikes to 1000 requests per second?ARequests above the initial limit are throttled until capacity is increasedBYou must manually increase capacity units to handle the spikeCDynamoDB instantly scales to handle the spike without throttlingDThe table switches automatically to provisioned modeCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall on-demand mode behaviorOn-demand mode automatically scales to handle sudden traffic spikes.Step 2: Confirm no manual intervention neededIt does not require manual capacity changes and avoids throttling during spikes.Final Answer:DynamoDB instantly scales to handle the spike without throttling -> Option CQuick Check:On-demand = instant scaling, no throttling [OK]Quick Trick: On-demand mode auto-scales instantly for traffic spikes [OK]Common Mistakes:MISTAKESThinking manual capacity increase is neededAssuming throttling occursBelieving mode switches automatically
Master "DynamoDB" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Lambda integration - Quiz 15hard API Gateway - API keys and usage plans - Quiz 10hard AWS Lambda - Lambda function concept - Quiz 1easy AWS Lambda - Lambda layers for shared code - Quiz 7medium AWS Lambda - Lambda function concept - Quiz 14medium Auto Scaling - Scaling policies (target tracking, step, simple) - Quiz 10hard DynamoDB - Creating a DynamoDB table - Quiz 7medium DynamoDB - Put, get, and query operations - Quiz 1easy SNS and SQS - Why messaging services matter - Quiz 11easy SNS and SQS - Why messaging services matter - Quiz 1easy