Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 318 discussion

A company is releasing a new feature. Users can request early access to the new feature by using an application form. The company expects a surge of requests when the application form becomes available. Each request will be stored as an item in an Amazon DynamoDB table.

Each item will contain the user's username, the submission date, and a validation status of UNVALIDATED. VALID, or NOT VALID. Each item also will contain the user's rating of the process on a scale of 1 to 5.

Each user can submit one request. For the DynamoDB table, the developer must choose a partition key that will give the workload well-distributed records across partitions.

Which DynamoDB attribute will meet these requirements?

  • A. Username
  • B. Submission date
  • C. Validation status
  • D. Rating of the process on a scale of 1 to 5
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Dzok5050
Highly Voted 5 months, 3 weeks ago
Selected Answer: A
It's A of course. This question got me wondering, who choses default right answers here
upvoted 5 times
...
Saudis
Most Recent 1 week, 3 days ago
Selected Answer: A
partition key should be Unique so the A is a best choice
upvoted 1 times
...
Saurabh04
3 months ago
Selected Answer: B
The submission date could be a good choice if it has high cardinality (many distinct values). However, if multiple requests occur simultaneously (e.g., during the surge), it might still lead to hot partitions
upvoted 1 times
...
65703c1
5 months, 3 weeks ago
Selected Answer: A
A is the correct answer.
upvoted 2 times
...
KarBiswa
8 months, 2 weeks ago
Selected Answer: A
Username beyond doubt
upvoted 1 times
...
nder
8 months, 2 weeks ago
Selected Answer: A
Username avoids a hot partition key
upvoted 3 times
...
CrescentShared
8 months, 3 weeks ago
Selected Answer: A
rest is not even distributed.
upvoted 2 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 ...