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
- A. oci os object get ג€"ns myג€"namespace ג€"bn myג€"bucket ג€"ג€"name myג€"largeג€"object ג€"ג€"multipartג€"downloadג€"threshold 750 ג€"ג€" parallelג€"downloadג€"count 128
- B. oci os object download ג€"ns myג€"namespace ג€"bn myג€"bucket ג€"ג€"name myג€"largeג€"object ג€"ג€"multipartג€"downloadג€"threshold 750 ג€"ג€" parallelג€"downloadג€"count 128
- C. oci os object download ג€"ns myג€"namespace ג€"bn myג€"bucket ג€"ג€"name myג€"largeג€"object ג€"ג€"resumeג€"put ג€"ג€"multipartג€"downloadג€" threshold 500 ג€"ג€"partג€"size 128
- D. oci os object get ג€"ns myג€"namespace ג€"bn myג€"bucket ג€"ג€"name myג€"largeג€"object ג€"ג€"multipartג€"downloadג€"threshold 500 ג€"ג€"partג€" size 128
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.