What is DynamoDB?
Answer: DynamoDB is a fully managed, serverless key-value and document database offering single-digit millisecond latency at any scale, with automatic replication across three Availability Zones, no servers to manage, and capacity that can scale on demand. It is accessed over an API rather than a SQL connection.
Why interviewers ask this: The framing to lead with is that it trades query flexibility for guaranteed performance at scale: latency stays flat whether the table holds a thousand items or a billion, because every access is a key lookup rather than a scan.
