Oracle Cloud Infrastructure 2021 Multicloud Architect Associate — Question 55

You have a 750 MIB file in an Oracle Cloud Infrastructure (OCI) Object Storage bucket. You want to download the file in multiple parts to speed up the download using the OCI CLI. You also want to configure each part size to be 128 MIB.
Which is the correct OCI CLI command for this operation? (Choose the best answer.)

Answer options

Correct answer: D

Explanation

The correct command is option D, which specifies the correct command structure for downloading an object using the OCI CLI with multipart download settings. Options A and B are incorrect because they use the wrong command 'get' instead of 'download', and option C has an incorrect threshold value of 500 rather than 750, which does not meet the requirement of downloading the entire 750 MIB file.