Oracle Cloud Infrastructure 2019 Developer Associate — Question 134

You are about to upload a large log file (5 TiB size) to Oracle Cloud Infrastructure object storage and have decided to use multipart upload capability for a more efficient and resilient upload.
Which two statements are true about multipart upload? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because multipart uploads allow parts to be between 10 MiB and 50 GiB. Option C is also correct since the maximum size for an object upload is indeed 10 TiB. Option B is incorrect because you can still add parts as long as the total count does not exceed 10,000. Option D is wrong because you must commit the upload to finalize the process after all parts are uploaded.