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
- A. Individual object parts can be as small as 10 MiB or as large as 50 GiB
- B. While a multipart upload is still active, you cannot add parts even if the total number of parts is less than 10,000
- C. The maximum size for an uploaded object is 10 TiB
- D. You do not have to commit the upload after you have uploaded all the object parts
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.