Home »
MCQs »
DynamoDB MCQs
Which of the following data-reading action in DynamoDB receives a primary key and returns the corresponding item's attributes?
20. Which of the following data-reading action in DynamoDB receives a primary key and returns the corresponding item's attributes?
- GetItem
- BatchGetItem
- Scan
- Query
Answer: A) GetItem
Explanation:
GetItem action receives a primary key and returns the corresponding item's attributes.