Oracle Cloud Infrastructure 2021 Architect Associate — Question 33
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. While a multipart upload is still active, you cannot add parts even if the total number of parts is less than 10,000.
- B. You do not have to commit the upload after you have uploaded all the object parts.
- C. The maximum size for an uploaded object is 10 TiB.
- D. Individual object parts must be no larger than 50 GiB.
Correct answer: C, D
Explanation
Option C is correct because the maximum size for an uploaded object in Oracle Cloud Infrastructure Object Storage is indeed 10 TiB. Option D is also correct as individual parts must not be larger than 50 GiB. Options A and B are incorrect because A misrepresents the ability to add parts during an active upload, and B incorrectly states that you can skip committing the upload.