Question 6 of 42

You are responsible for creating and maintaining an enterprise application that consists of multiple storage volumes across multiple compute instances in Oracle Cloud Infrastructure (OCI).

The storage volumes include boot volumes and block volumes for your data storage. You need to create backup for the boot volumes that will be done daily and a backup for the block volumes that will be done every six hours.

How can you meet this requirement?

    Correct Answer: A

    To meet the requirement of backing up boot volumes daily and block volumes every six hours, it is necessary to create separate custom backup policies for each type of volume. Grouping the boot volumes into a volume group and creating a custom backup policy allows the daily backups, while grouping the block volumes and creating a separate custom backup policy allows the backups every six hours. This approach ensures that the different backup schedules are maintained as required.

Question 7 of 42

You created a virtual cloud network (VCN) with three private subnets. Two of the subnets contain application servers and the third subnet contains a DB System. The application requires a shared file system so you have provisioned one using the file storage service (FSS).

You also created the corresponding mount target in one of the application subnets. The VCN security lists are properly configured so that the application servers can access file storage service (FSS). The security team changed the settings for the DB System to have read-only access to the file system. However, when they went to test this they are unable to access the (FSS).

What change should you make to allow access to (FSS)?

    Correct Answer: A

    To allow access to the File Storage Service (FSS), create an NFS export option that allows READ_ONLY access where the source is the CIDR range of the DB System subnet. This ensures that clients in the DB System subnet have the necessary permissions to access the file system in read-only mode. Without this export option, even if the security lists are properly configured, the file system access will be restricted.

Question 8 of 42

A financial firm is designing an application architecture for its online trading platform that must have high availability and fault tolerance.

Their solutions architect configured the application to use an Oracle Cloud Infrastructure Object Storage bucket located in the US West (us-phoenix-1) region to store large amounts of financial data. The stored financial data in the bucket must not be affected even if there is an outage in one of the Availability Domains or a complete region.

What should the architect do to avoid any costly service disruptions and ensure data durability?

    Correct Answer: D

    To avoid costly service disruptions and ensure data durability even in the case of an outage in one of the Availability Domains or a complete region, the architect should create a replication policy to send data to a different bucket in another OCI region. This approach ensures that the data is stored in multiple geographic locations, providing high availability and fault tolerance.

Question 9 of 42

Which statement is NOT true about the Oracle Cloud Infrastructure Object Storage service?

    Correct Answer: B

    Object versioning is not enabled at the namespace level; it is enabled at the bucket level. This distinction makes the statement that object versioning is enabled at the namespace level incorrect, whereas the other statements about lifecycle rules, retention rules, and sharing resources across tenancies are accurate for Oracle Cloud Infrastructure Object Storage service.

Question 10 of 42

As a solution architect, you are showcasing the Oracle Cloud Infrastructure (OCI) Object Storage feature about Object Versioning to a customer.

Which statement is true in regards to OCI Object Storage Versioning?

    Correct Answer: C

    By default, object versioning is disabled on a bucket. When object versioning is not enabled, new versions of objects are not created upon updates or overwrites, and only the current version of each object is stored. Enabling versioning on a bucket allows you to retain, retrieve, and restore different versions of objects, providing protection against accidental or malicious updates or deletions.