Topic 1 Question 93
A developer is building an application that uses Amazon DynamoDB. The developer wants to retrieve multiple specific items from the database with a single API call.
Which DynamoDB API call will meet these requirements with the MINIMUM impact on the database?
BatchGetItem
GetItem
Scan
Query
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
A Is the correct answer with the minimum impact on the database.
👍 6MrTee2023/04/21 - 正解だと思う選択肢: A👍 2dan802023/04/28
- 正解だと思う選択肢: A
Need specific Item -> cannot be Scan or Query since they are for retrieving items that match conditions. We need multiple item then A is the option left.
👍 1imvb882023/05/24
シャッフルモード