QuestionQ13

Components and Architecture

An architect has received requirements to deploy a legacy application to the cloud. The requirements specify that storage must provide a hierarchical structure, data encryption, and a large storage capacity. Which option fulfills these requirements?

  • 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
Explanation

OCI File Storage provides a hierarchical file-system structure that applications can access through a file system and mount target. File systems are encrypted by default and are designed for scalable NFS-based storage.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!