IBM Security QRadar SIEM V7.4.3 Associate Analyst — Question 40
An architect has received the requirements to deploy a legacy application to the Cloud. The requirements indicate storage must have hierarchical structure, data encryption, and a large amount of storage. Which option meets these requirements?
Answer options
- A. Store on block storage then create multiple namespaces with one bucket each
- B. Store data on the boot volume and access it by connecting to the compute instance
- C. Store on file storage then create a file system and a mount target
- D. Store on object storage then create a single namespace and multiple buckets to create the hierarchical directory structure
Correct answer: D
Explanation
Option D is correct because object storage allows for the creation of multiple buckets within a single namespace, which facilitates a hierarchical directory structure while also supporting data encryption and large-scale storage. Option A does not provide a proper hierarchical structure as effectively as option D. Option B is unsuitable since a boot volume is not designed for hierarchical storage, and option C, while functional, does not fully meet the specified requirements as well as option D does.