PassDrill Free practice questions with explanations that actually teach.

AWS-SAA · s3 · Q011 · easy

A backup application is performing a multipart upload of a large database dump to S3. All parts are 5 MiB except the very last part, which is smaller. Is this multipart upload valid?

  1. No, because every part including the last must be at least 5 MiB
  2. Yes, because there is no minimum size limit on the last part of a multipart upload
  3. No, because all parts must be exactly the same size
  4. Yes, but only if the smaller last part is uploaded first