Oracle Cloud Infrastructure 2020 Architect Associate — Question 36

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 the maximum size for an object in Oracle Cloud Infrastructure is indeed 10 TiB. Option C is also correct as individual parts must be between 10 MiB and 50 GiB. Option B is incorrect because you must commit the upload after uploading all parts to finalize it. Option D is wrong because you can add parts during an active multipart upload as long as you haven't exceeded the 10,000 part limit.