Skip to content

Commit f9836d8

Browse files
fix: question94 wrong answer (closes #41)
1 parent 3f48de6 commit f9836d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,8 +1395,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
13951395
### A Developer is writing transactions into a DynamoDB table called `SystemUpdates` that has 5 write capacity units. Which option has the highest read throughput?
13961396

13971397
- [ ] Eventually consistent reads of 5 read capacity units reading items that are 4 KB in size.
1398-
- [x] Strongly consistent reads of 5 read capacity units reading items that are 4 KB in size.
1399-
- [ ] Eventually consistent reads of 15 read capacity units reading items that are 1 KB in size.
1398+
- [ ] Strongly consistent reads of 5 read capacity units reading items that are 4 KB in size.
1399+
- [x] Eventually consistent reads of 15 read capacity units reading items that are 1 KB in size.
14001400
- [ ] Strongly consistent reads of 15 read capacity units reading items that are 1 KB in size.
14011401

14021402
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)