1Z0-997 · Question #52
As a part of migration exercise for an existing on premises application to Oracle Cloud Infrastructure (OCT), yon ore required to transfer a 7 TB file to OCI Object Storage. You have decided to…
The correct answer is A. Active multipart upload can be checked by listing all parts that have been uploaded, however It Is not possible to list information for individual object part in an D. After initiating a multipart upload by making a CreateMultlPartUpload RESI API Call, the upload remains active until you explicitly commit it or abort. Explanation/Reference: You can check on an active multipart upload by listing all parts that have been uploaded. (You cannot list information for an individual object part in an active multipart upload.) After you finish creating object parts, initiate a multipart upload by…
Question
As a part of migration exercise for an existing on premises application to Oracle Cloud Infrastructure (OCT), yon ore required to transfer a 7 TB file to OCI Object Storage. You have decided to upload functionality of Object Storage. Which two statements are true?
Options
- AActive multipart upload can be checked by listing all parts that have been uploaded, however It Is not possible to list information for individual object part in an
- BIt is possible to spill this fileInto multiple parts using the APIs provided by Object Storage.
- CIt is possible to split this file into multiple parts using rclone tool provided by Object Storage.
- DAfter initiating a multipart upload by making a CreateMultlPartUpload RESI API Call, the upload remains active until you explicitly commit it or abort.
- EContiguous numbers need to be assigned for each part so that Object Storage constructs the object by ordering, part numbers in ascending order
How the community answered
(32 responses)- A72% (23)
- B3% (1)
- C16% (5)
- E9% (3)
Explanation
Explanation/Reference: You can check on an active multipart upload by listing all parts that have been uploaded. (You cannot list information for an individual object part in an active multipart upload.) After you finish creating object parts, initiate a multipart upload by making a CreateMultipartUpload REST API call. Provide the object name and any object metadata. Object Storage responds with a unique upload ID that you must include in any requests related to this multipart upload. Object Storage also marks the upload as active. The upload remains active until you explicitly commit it or abort it.
Topics
Community Discussion
No community discussion yet for this question.