exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 261 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 261
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company uses Amazon DynamoDB to store its customer data. The DynamoDB table is designed with the user ID as the partition key value and multiple other non-key attributes. An external application needs to access data for specific user IDs. The external application must have access only to items with specific partition key values.

What should the database specialist do to meet these requirements?

  • A. Use the dynamodb:ReturnValues condition key in the external application's IAM policy to grant access.
  • B. Use a projection expression to select specific users from the DynamoDB table for the external application.
  • C. Use the ExecuteStatementAPI operation to select specific users from the DynamoDB table for the external application.
  • D. Use the dynamodb:LeadingKeys condition key in the external application's IAM policy to grant access.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Sab
Highly Voted 2 years, 6 months ago
D https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/specifying-conditions.html dynamodb:LeadingKeys condition key to limit user actions only on the items whose UserID partition key value matches the Login
upvoted 9 times
...
vkruger
Most Recent 2 years, 5 months ago
Selected Answer: D
Answer: D
upvoted 2 times
...
amulbaba
2 years, 6 months ago
Selected Answer: D
ynamodb:LeadingKeys condition key to limit
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...