Which two statements about fault domains are true? (Choose two.)
A. A fault domain is a grouping of hardware and infrastructure within an availability domain B. Each availability domain contains three fault domains C. A failed instance in a fault domain is automatically relaunched D. A fault domain is selected automatically based on usage data
A. A fault domain is a grouping of hardware and infrastructure within an availability domain B. Each availability domain contains three fault domains
References:
A fault domain is a grouping of hardware and infrastructure within an availability domain. Each availability domain contains three fault domains. Fault domains provide anti-affinity: they let you distribute your instances so that the instances are
not on the same physical hardware within a single availability domain.
Question 212:
You provisioned an Oracle Autonomous Data Warehouse (ADW) on Oracle Cloud Infrastructure (OCI) and imported data into ADW.
You want to give your business analyst the ability to connect to the ADW database and run queries. Which two actions can help you meet this requirement? (Choose two.)
A. Create a database user account for the business analyst. B. Grant the predefined database role DWROLE to the database user. C. Grant unlimited tablespace privilege to the database user. D. Grant the predefined database role DWADW to the database user. E. Grant the predefined database role DWUSER to the database user.
B. Grant the predefined database role DWROLE to the database user. C. Grant unlimited tablespace privilege to the database user.
You have two line of business operations (LOB1, LOB2) leveraging Oracle Cloud Infrastructure. LOB1 is deployed in VCN1 in the OCI US East region, while LOB2 is deployed in VCN2 in the US West region. You need to peer VCN1 and VCN2 for disaster recovery and data backup purposes. To ensure you can utilize the OCI Virtual Cloud Network remote peering feature, which CIDR ranges should be used?
A. VCN1 (10.0.0.0/16) and VCN2 (10.0.1.0/24) B. VCN1 (10.0.0.0/16) and VCN2 (172.16.0.0/16) C. VCN1 (172.16.1.0/24) and VCN2 (172.16.1.0/27) D. VCN1 (192.168.0.0/16) and VCN2 (192.168.1.0/27)
B. VCN1 (10.0.0.0/16) and VCN2 (172.16.0.0/16)
VCN1 (10.0.0.0/16) will use the IP Range from 10.0.0.0 to 10.0.255.255 and the VNC 2 (172.16.0.0/16) will use the IP Range from 172.16.0.0 to 172.16.255.255 the will not be overlap between the 2 VCN
Question 215:
Which two statements are true about Autonomous Data Warehouse (ADW) backup?
A. You can perform manual backups to OCI object storage in addition to automated backups available on ADW B. You can backup ADW database only to a standard bucket type in OCI object storage C. Oracle Cloud Infrastructure (OCI) recommends backing up ADW databases manually to on- premises storage devices D. You must backup ADW database to object storage bucket named ADW_backup
A. You can perform manual backups to OCI object storage in addition to automated backups available on ADW B. You can backup ADW database only to a standard bucket type in OCI object storage
Autonomous Database automatically backs up your database for you.In addition to automatic backups Autonomous Database also allows you take manual backups to your Oracle Cloud Infrastructure Object Storage. for example if you want
to take a backup before a major change to make restore and recovery faster.
Also, Manual backups are only supported with buckets created in the standard storage tier if you provision an Autonomous Data Warehouse instance named ADWC1, the bucket name should be backup_adwc1 (the bucket name is
lowercase)
Question 216:
Which statement is true about DB Systems?
A. Data Guard as a Service is offered between regions. B. You cannot manage the database as sys/sysdba. C. You have full control over the automatic backup schedule and retention periods. D. You can manage Oracle database initialization parameters at a global level.
B. You cannot manage the database as sys/sysdba. C. You have full control over the automatic backup schedule and retention periods.
Question 217:
For what business need should you use Database Cloud Service (DBCS) instead of Oracle database on a compute instance?
A. to bring your own license on a compute service B. to lower license and infrastructure cost C. to implement Oracle RAC for high availability D. to build an Oracle database on a compute service
C. to implement Oracle RAC for high availability
Question 218:
You had an outage in your application caused by the loss of a shared volume provisioned by File Storage Service (FSS). At this point, you need to restore the data from a snapshot you created of the FSS. What are the steps to restore the data?
A. Access the directory where the shared volume is mounted, then cd into .snapshot folder, find the snapshot folder you want to recover and use cp or rsync tool to copy the files to the original location. B. Open OCI Console, select File Storage Service, find the shared storage, then click on snapshot and restore. C. Open OCI Console, select File Storage Service, find the snapshot you created and click restore. D. Access the directory, where you mounted the shared volume, then cd into .snapshot folder and find the snapshot folder you want to recover and rename that folder to the original folder name.
B. Open OCI Console, select File Storage Service, find the shared storage, then click on snapshot and restore.
Question 219:
You are working for a financial institution that is currently running two web applications in Oracle Cloud
Infrastructure (OCI). All resources were created in the root compartment. Your manager asked you to deploy new resources to support a proof-of-concept (PoC) for Oracle FlexCube.
You must ensure that the FlexCube resources are secured and cannot be affected by the team that manages the two web applications.
Which two tasks should you complete to ensure the required security of your resources? (Choose two.)
A. Create a new compartment for the two web applications and move the existing resources into the compartment. Deploy the FlexCube application into the root compartment. Create a new policy in the root compartment that gives the FlexCube project team the ability to manage all resources in the tenancy. B. Create a new policy in the root compartment for the FlexCube project team. Assign a policy statement that grants the FlexCube project team the ability to manage all resources in the tenancy, where a specific tag key and tag value are present. C. Create a Tag Default within the root compartment with a default value of ${iam.principle.name} so that each new resource created is tagged with the name of the person who created it. Create a new IAM policy that allows users to only modify resources they created. D. Create a new compartment for the two web applications and move the existing resources into this compartment. Modify the existing policy for the team that manages these applications so that the scope of access is defined as this new compartment. E. Create a new compartment for the FlexCube application deployment. Create a policy in this compartment for the project team that gives them the ability to manage all resources within the scope of this compartment.
C. Create a Tag Default within the root compartment with a default value of ${iam.principle.name} so that each new resource created is tagged with the name of the person who created it. Create a new IAM policy that allows users to only modify resources they created. D. Create a new compartment for the two web applications and move the existing resources into this compartment. Modify the existing policy for the team that manages these applications so that the scope of access is defined as this new compartment.
Question 220:
You have been tasked with creating one virtual cloud network (VCN) each for two line of business (LOB) applications. LOB A and LOB B will need to communicate with each other. To ensure that you can utilize VCN peering, which network CIDR ranges should be used?
A. VCN A (10.0.0.0/16) and VCN B (10.1.0.0/16) B. VCN A (10.0.2.0/16) and VCN B (10.0.2.0/25) C. VCN A (10.0.0.0/16) and VCN B (10.0.16.0/24) D. VCN A (172.16.0.0/24) and VCN B (172.16.0.0/28)
A. VCN A (10.0.0.0/16) and VCN B (10.1.0.0/16)
VCN A (10.0.0.0/16) will use a range of IPS from 10.0.0.0 to 10.0.255.255 and VCN B (10.1.0.0/16) will use a range of IPS from 10.1.0.0 to 10.1.255.255 so will not be any Overlap between 2 VCNs
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Oracle exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 1Z0-1072-22 exam preparations
and Oracle certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.