exam questions

Exam AWS Certified Developer Associate All Questions

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

Exam AWS Certified Developer Associate topic 1 question 122 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 122
Topic #: 1
[All AWS Certified Developer Associate Questions]

An application is using Amazon DynamoDB as its data store, and should be able to read 100 items per second as strongly consistent reads. Each item is 5 KB in size.
To what value should the table's provisioned read throughput be set?

  • A. 50 read capacity units
  • B. 100 read capacity units
  • C. 200 read capacity units
  • D. 500 read capacity units
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
dduenas
Highly Voted 3 years, 4 months ago
Selected Answer: C
1 RCU = 1 strong consistent read for 4k. 5K = 2RCU. x 100 = 200RCU
upvoted 19 times
...
SD_CS
Most Recent 1 year, 3 months ago
Selected Answer: C
Obvious explanation. It is really disappointing to see wrong answers even for simple quantitative questions that can have only one clear answer.
upvoted 1 times
...
nmc12
1 year, 7 months ago
Selected Answer: C
For DynamoDB: One read capacity unit represents one strongly consistent read per second, or two eventually consistent reads per second, for items up to 4 KB in size. If the item is larger than 4 KB in size, the number of read capacity units required is calculated as the ceiling of the item size, in KB, divided by 4 KB. Given: The application requires strongly consistent reads. Each item is 5 KB in size. The application should be able to read 100 items per second. First, calculate the number of read capacity units required for a single item: Since the item size is 5 KB (which is more than 4 KB), you would need: Ceiling(5 KB / 4 KB) = 2 read capacity units for one strongly consistent read of one item. Then, for 100 items per second: 100 items x 2 read capacity units/item = 200 read capacity units Thus, the table's provisioned read throughput should be set to 200 read capacity units.
upvoted 3 times
...
AswinDe
1 year, 10 months ago
100 RCD for eventual consistent read.
upvoted 1 times
AswinDe
1 year, 10 months ago
100 RCU for eventual consistent read.
upvoted 1 times
...
...
Punit007
1 year, 10 months ago
100*(8/4) => 100*2 => 200
upvoted 1 times
...
rcaliandro
1 year, 10 months ago
Selected Answer: C
8 / 4 * 100 = 200 RCU (strongly consinstent)
upvoted 1 times
...
Suraj_7
2 years ago
B correct 100x4/4=100 Round up size 5 to 4
upvoted 1 times
...
Groot2
2 years, 2 months ago
100items/s as strongly consistent * 5kB per item / 4kB per read = 500/4 = 125RCUs ~ 200RCUs
upvoted 4 times
...
sichilam
2 years, 4 months ago
C is one
upvoted 1 times
...
gpit
2 years, 5 months ago
Selected Answer: C
Well calculated by dduenas!
upvoted 2 times
...
dark_cherrymon
2 years, 6 months ago
Selected Answer: C
CCCCCCCCCCC
upvoted 2 times
...
cloud_collector
2 years, 7 months ago
Selected Answer: C
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html#HowItWorks.ProvisionedThroughput.Manual
upvoted 2 times
...
criscg75
2 years, 8 months ago
Selected Answer: C
C is the answer
upvoted 4 times
...
JP_PA
3 years, 3 months ago
ANS: C
upvoted 2 times
...
MrAlevy
3 years, 4 months ago
Nope, it's C
upvoted 2 times
...
MrAlevy
3 years, 4 months ago
D 5KB item - 2 RCU, in hight consistent mode - 2*2 = 4 RCU per item. 4 * 100 = 400 RCU for all.
upvoted 2 times
CHRIS12722222
3 years, 4 months ago
No need to multiply by 2
upvoted 7 times
...
...
SHAAHIBHUSHANAWS
3 years, 4 months ago
C 4KB with strongly consistent read needs 4 RCU. 100 items will need 2*100 i.e. 200 RCU
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago