nerdexam
Amazon

DVA-C02 · Question #343

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…

The correct answer is C. Store the objects by using object key names distributed across multiple prefixes. https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html

Submitted by viktor_hu· Mar 5, 2026Refactoring

Question

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?

Options

  • AStore the objects by using S3 Intelligent-Tiering.
  • BStore the objects at the root of the S3 bucket.
  • CStore the objects by using object key names distributed across multiple prefixes.
  • DStore each object with an object tag named "prefix" that contains a unique value.

How the community answered

(51 responses)
  • B
    4% (2)
  • C
    94% (48)
  • D
    2% (1)

Explanation

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

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice