Oracle Cloud Infrastructure 2022 Architect Professional — Question 34

As part of a migration exercise for an existing on-premises application to Oracle Cloud Infrastructure (OCI), you are required to transfer a 7 TB file to OCI Object Storage. You have decided to upload it using OCI Object Storage multipart upload functionality.
Which two statements are true? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Statement A is correct because a multipart upload remains active until explicitly committed or aborted, allowing for flexibility in the upload process. Statement E is also true, as you can list uploaded parts but cannot get details for an individual part during an active multipart upload. Options B and C are incorrect because multipart functionality is designed to split large files into parts, and there is no specific 'clone tool' for this purpose; thus, they misrepresent the capabilities of OCI Object Storage.