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 70 discussion

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

A company has a web-based survey application that uses Amazon DynamoDB. During peak usage, when survey responses are being collected, a Database
Specialist sees the ProvisionedThroughputExceededException error.
What can the Database Specialist do to resolve this error? (Choose two.)

  • A. Change the table to use Amazon DynamoDB Streams
  • B. Purchase DynamoDB reserved capacity in the affected Region
  • C. Increase the write capacity units for the specific table
  • D. Change the table capacity mode to on-demand
  • E. Change the table type to throughput optimized
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
pan24
Highly Voted 3 years, 8 months ago
Ans:CD Dynamodb doesn't have a throughput optimized table type
upvoted 21 times
...
JobinAkaJoe
Highly Voted 3 years, 7 months ago
A. Change the table to use Amazon DynamoDB Streams --> Doesnt make any sense for the given problem. B. Purchase DynamoDB reserved capacity in the affected Region --> reserved capacity is not going to give you anything more than you reserve C. Increase the write capacity units for the specific table --> This could be an answer. But the exception is thrown when survey responses are collected which appears to be a read operation. D. Change the table capacity mode to on-demand --> This is correct answer https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/switching.capacitymode.html E. Change the table type to throughput optimized --> There is no such thing as throughput optimized in dynamoDB I will go with C,D
upvoted 6 times
IhorK
1 year, 10 months ago
"survey responses are collected" - writing to DB, write capacity. C and D.
upvoted 2 times
...
...
Pranava_GCP
Most Recent 1 year, 9 months ago
Selected Answer: CD
C. Increase the write capacity units for the specific table D. Change the table capacity mode to on-demand
upvoted 1 times
...
lollyj
2 years, 5 months ago
Selected Answer: CD
My answer
upvoted 1 times
...
sriexam
2 years, 10 months ago
C and D - Any setting will be on Table level for DynamoDB
upvoted 1 times
...
minhntm
2 years, 11 months ago
Selected Answer: CD
Ans:CD
upvoted 1 times
...
dbaroger
3 years ago
C and D are not compatible. If you use on-demand mode, you don´t change read/write capacity.
upvoted 1 times
...
praffuln
3 years ago
ANS : C & D.
upvoted 1 times
...
novice_expert
3 years, 1 month ago
Selected Answer: CD
C. Increase the write capacity units for the specific table --> This could be an answer. As the exception is thrown when survey responses are collected which is write operation. D. Change the table capacity mode to on-demand --> This is correct answer https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/switching.capacitymode.html
upvoted 3 times
...
RotterDam
3 years, 3 months ago
Selected Answer: CD
CD Whoever writes these questions should go for English grammar classes!! both options cannot go togeher which means a question like "What is database specialist's role in this?" makes little sense. What would have made sense is "What are the options a specialist can try to remediate this problem?"
upvoted 3 times
IhorK
1 year, 10 months ago
Now imagine how difficult it is to understand everything that they want from you for a non-native speaker :)
upvoted 1 times
...
...
RotterDam
3 years, 3 months ago
Selected Answer: CD
C & D are the absolutely correct answers.
upvoted 1 times
...
tugboat
3 years, 3 months ago
Selected Answer: CD
Correct answers
upvoted 1 times
...
kped21
3 years, 3 months ago
C,D: Valid
upvoted 1 times
...
Dip11
3 years, 7 months ago
C and D are the only correct options. Although both cannot go together. Question does not clarify that both options should apply or either of it.
upvoted 1 times
...
myutran
3 years, 7 months ago
Ans: CD
upvoted 3 times
...
MultiAZ
3 years, 7 months ago
Should be C OR D, right... because either would work, but you cannot have both. On-demand does not allow you to set write capacity??? The only 2 answers that fit together are B and C, as both are about provisioned capacity. But B is very unlikely here, although may be a good practice overall.
upvoted 1 times
...
Ashoks
3 years, 8 months ago
yes, C & D
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 ...