PassDrill Free practice questions with explanations that actually teach.

AWS-SAA · s3 · Q010 · easy

An engineer needs to upload a single 6 GB video file to S3 using the AWS CLI. They attempt a single `PUT` operation via `aws s3api put-object`. What happens?

  1. The upload succeeds because S3 accepts objects up to 5 TB in a single PUT
  2. The upload fails because a single PUT operation is limited to 5 GB; multipart upload is required
  3. The upload succeeds but S3 automatically splits it into parts behind the scenes
  4. The upload fails because the AWS CLI never supports single PUT operations