0
0
AWScloud~5 mins

Why DynamoDB for NoSQL in AWS - Quick Recap

Choose your learning style9 modes available
Recall & Review
beginner
What type of database is DynamoDB?
DynamoDB is a fully managed NoSQL database service that supports key-value and document data models.
Click to reveal answer
beginner
How does DynamoDB handle scaling?
DynamoDB automatically scales throughput capacity to meet application demands without downtime or manual intervention.
Click to reveal answer
intermediate
Why is DynamoDB considered highly available?
DynamoDB stores data across multiple servers and Availability Zones, ensuring continuous availability and fault tolerance.
Click to reveal answer
beginner
What is a key benefit of DynamoDB's managed service model?
It removes the need to manage hardware, software, or setup, letting developers focus on building applications.
Click to reveal answer
intermediate
How does DynamoDB support fast data access?
DynamoDB uses SSD storage and in-memory caching with DAX to provide low-latency responses for high-performance applications.
Click to reveal answer
What data models does DynamoDB support?
AKey-value and document
BRelational and graph
CColumnar and relational
DGraph and document
Which feature helps DynamoDB handle sudden traffic spikes?
AManual scaling
BAutomatic scaling
CScheduled backups
DData sharding
What ensures DynamoDB's high availability?
AData replication across multiple Availability Zones
BSingle data center storage
CManual failover
DLocal backups only
What is a key advantage of DynamoDB being fully managed?
AYou must install software manually
BYou manage hardware yourself
CRequires manual backups
DNo need to manage infrastructure
How does DynamoDB achieve low latency for reads?
ABatch processing
BUsing HDD storage
CIn-memory caching with DAX
DManual indexing
Explain why DynamoDB is a good choice for NoSQL applications.
Think about ease of use, performance, and reliability.
You got /5 concepts.
    Describe how DynamoDB handles scaling and availability.
    Focus on how DynamoDB keeps apps running smoothly under load.
    You got /4 concepts.