AWS - DynamoDBA company wants a database for their IoT app that must handle millions of devices sending data continuously. Why should they choose DynamoDB?ABecause DynamoDB requires manual scaling which gives better control over resources.BBecause DynamoDB can scale automatically and handle high throughput with low latency.CBecause DynamoDB only supports small datasets and simple queries.DBecause DynamoDB is designed only for relational data with fixed schemas.Check Answer
Step-by-Step SolutionSolution:Step 1: Analyze IoT app requirementsIoT apps need databases that scale automatically and handle high data throughput with low delay.Step 2: Match DynamoDB features to requirementsDynamoDB offers automatic scaling and low-latency performance, ideal for millions of devices sending data.Step 3: Exclude incorrect optionsManual scaling, small dataset limits, and relational-only support do not fit IoT app needs.Final Answer:Because DynamoDB can scale automatically and handle high throughput with low latency. -> Option BQuick Check:IoT needs auto-scale + low latency = DynamoDB [OK]Quick Trick: IoT apps need auto-scaling and low latency, DynamoDB fits [OK]Common Mistakes:Choosing manual scaling for IoTAssuming DynamoDB is only for small dataConfusing NoSQL with relational databases
Master "DynamoDB" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Request and response mapping - Quiz 14medium AWS Lambda - Environment variables in Lambda - Quiz 13medium Auto Scaling - Launch templates - Quiz 8hard Auto Scaling - Scaling policies (target tracking, step, simple) - Quiz 4medium CloudWatch - CloudWatch metrics - Quiz 9hard Elastic Load Balancing - Cross-zone load balancing - Quiz 12easy RDS and Relational Databases - Read replicas for performance - Quiz 11easy RDS and Relational Databases - Multi-AZ deployment for high availability - Quiz 10hard SNS and SQS - SNS notification types (email, SMS, Lambda) - Quiz 9hard SNS and SQS - SQS queue concept - Quiz 6medium