MediumUnderstandingNoSQL DatabasesMultiple Choice
In DynamoDB single-table design, what is the main reason to store multiple entity types in one table?
Understanding — Tests your understanding of this concept.
Answer Options
AIt is required by DynamoDB's data model
BTo minimize the number of API calls and reduce latency and cost
CDynamoDB charges per table, so fewer tables cost less
DIt makes the schema easier to understand
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 15+ more NoSQL Databases questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the NoSQL Databases topic (Databases).
More NoSQL Databases Questions
Which NoSQL database type is best suited for storing a social network graph where you need to traverse friend-of-friend relationships?
Medium-EasyIn the CAP theorem, which two properties does MongoDB prioritize?
Medium-EasyWhat is the correct order of stages in a MongoDB aggregation pipeline to optimize performance?
MediumWhich Redis command would you use to implement an atomic 'check-and-set' distributed lock?
MediumWhat is the ESR rule in MongoDB compound index design?
Medium