Exam 1z0-1072-22 All QuestionsBrowse all questions from this exam
Question 49

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: A, B

    Using the Multipart Upload API in Oracle Cloud Infrastructure Object Storage, while a multipart upload is still active, you can keep adding parts as long as the total number is less than 10,000. Additionally, when you split the object into individual parts, each part can be as large as 50 GiB. These capabilities help to minimize the impact of network failures by allowing you to upload large files in smaller, more manageable parts.

Discussion
dukeseOptions: AB

AB Search on this page. 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

LifOptions: BC

BC are correct