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