DVA-C02 Exam QuestionsBrowse all questions from this exam

DVA-C02 Exam - Question 329


A developer is storing many objects in a single Amazon S3 bucket. The developer needs to optimize the S3 bucket for high request rates.

How should the developer store the objects to meet this requirement?

Show Answer
Correct Answer: C

To optimize an Amazon S3 bucket for high request rates, the objects should be stored using object key names distributed across multiple prefixes. This approach helps to ensure that the load is spread across multiple partitions, improving performance and request handling capabilities.

Discussion

3 comments
Sign in to comment
KarBiswaOption: C
Mar 19, 2024

https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html

65703c1Option: C
May 24, 2024

C is the correct answer.

cachacOption: C
Jul 1, 2024

By distributing object key names across multiple prefixes, you can ensure that the load is spread across many partitions.