Exam 1z0-1072-23 All QuestionsBrowse all questions from this exam
Question 30

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.)

    Correct Answer: C, D

    When performing a multipart upload using the Multipart Upload API on Oracle Cloud Infrastructure (OCI) Object Storage, it is true that while a multipart upload is still active, you can keep adding parts as long as the total number of parts is less than 10,000. Additionally, each part when split can be as large as 50 GiB. These capabilities are designed to enhance upload reliability and efficiency, especially for large files.

Discussion
daws08322Options: CD

https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/usingmultipartuploads.htm * While a multipart upload is still active, you can keep adding parts as long as the total number is less than 10,000. * With multipart upload, you split the object you want to upload into individual parts. Individual parts can be as large as 50 GiB