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

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.