List of questions
Related questions
Question 207 - DVA-C02 discussion
A developer needs to retrieve all data from an Amazon DynamoDB table that matches a particular partition key.
Which solutions will meet this requirement in the MOST operationally efficient way? (Select TWO.)
A.
Use the Scan API and a filter expression to match on the key.
B.
Use the GetItem API with a request parameter for key that contains the partition key name and specific key value.
C.
Use the ExecuteStatement API and a filter expression to match on the key.
D.
Use the GetItem API and a PartiQL statement to match on the key.
E.
Use the ExecuteStatement API and a PartiQL statement to match on the key.
Your answer:
0 comments
Sorted by
Leave a comment first