Oracle Cloud Infrastructure 2022 Architect Associate — Question 53
You plan to upload a large file (3 TiB) to Oracle Cloud Infrastructure (OCI) Object Storage. You would like to minimize the impact of network failures while uploading, and therefore you decide to use the multipart upload capability.
Which TWO statements are true about performing a multipart upload using the Multipart Upload API? (Choose two.)
Answer options
- A. While a multipart upload is still active, you can keep adding parts as long as the total number is less than 10,000.
- B. When you split the object into individual parts, each part can be as large as 50 GiB.
- C. You do not have to commit the upload after you have uploaded all the object parts.
- D. You do not need to split the object into parts. Object Storage splits the object into parts and uploads all of the parts automatically.
Correct answer: A, B
Explanation
Option A is correct because Oracle allows the addition of parts as long as the total does not exceed 10,000 during an active multipart upload. Option B is also correct as each part's size can be up to 50 GiB. However, Option C is incorrect because you must commit the multipart upload after all parts have been uploaded, and Option D is false since the user is responsible for splitting the object into parts for the upload.