Your company has decided to move a few applications to Oracle Cloud Infrastructure and you havebeen asked to design it for Disaster Recovery (DR). One of the items of your design is to deploy the DR at least 300 miles from the home site and minimize the network latency as much as possible. Based on that, what will be the recommended deployment?
Correct Answer: B
Question 67
You are deploying a highly available web application InOracle Cloud Infrastructure and have decided to use a public load balancer. The back-end web servers will be distributed across all three availability domains (ADs). How many subnets should you create to deliver a secure, highly available application?
Correct Answer: A
Explanation To accept traffic from the internet, you create a public load balancer. The service assigns it a public IP address that serves as the entry point for incoming traffic. You can associate the public IP address with a friendly DNS name through any DNS vendor. A public load balancer is regional in scope. If your region includes multiple availability domains, a public load balancer requires either a regional subnet (r two availability domain-specific (AD-specific) subnets, each in a separate availability domain. With a regional subnet, the Load Balancing service creates a primary load balancer and a standby load balancer, each in a different availability domain, to ensure accessibility even during an availability domain outage. If you create a load balancer in two AD-specific subnets, one subnet hosts the primary load balancer and the other hosts a standby load balancer. If the primary load balancer fails,the public IP address switches to the secondary load balancer. The service treats the two load balancers as equivalent and you cannot specify which one is "primary". Whether you use regional or AD-specific subnets, each load balancer requires one privateIP address from its host subnet. The Load Balancing service supplies a floating public IP address to the primary load balancer. The floating public IP address does not come from your backend subnets. You cannot specify a private subnet for your public load balancer. The backend servers (Compute instances) associated with a backend set can exist anywhere, as long as the associated network security groups (NSGs), security lists, and route tables allow the intended traffic flow. Oracle recommends that you create your load balancer in a regional subnet. Oracle recommends that you distribute your backend servers across all availability domains within the region.
Question 68
Which three are valid Terraform configuration components? (Choose three.)
Correct Answer: B,E,F
Question 69
What is the maximum number of security lists that can be associated with a subnet?
Correct Answer: C
Explanation you may optionally specify one or more security lists for the subnet to use (up to five). If you don't specify any, the subnet uses the cloud network's default security list. You canchange which security list the subnet uses at any time. https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVCNs.htm
Question 70
Which three are capabilities of the dbaascli utility? (Choose three.)
Correct Answer: A,C,D
Explanation https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/dbaascli.html Using the dbaascli utility, you can: Change the password of a database user. Start and stop a database. Start and stop the Oracle Net listener Check the status of the Oracle Data Guard configuration. Perform switchover andfailover in an Oracle Data Guard configuration. Patch the database deployment. Perform database recovery. Rotate the master encryption key. https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/dbaascli.html