Oracle Cloud Infrastructure 2020 Architect Professional — Question 10

As a 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 the multipart upload functionality of Object Storage.
Which two statements are true? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Statement B is correct because Object Storage requires contiguous numbering for parts to properly reconstruct the object. Statement C is also accurate, as an active multipart upload remains until it is explicitly completed or aborted. The other options are incorrect; rclone is not a native tool for this purpose, and while the APIs can manage parts, they don't specifically address the multipart upload process as stated.