Which DNS resource record type is used to point a host name to an IPv4 address? (1)
Answer
ALIAS
A
CNAME
AAAA
Question 2
Question
Which three can you achieve by using Terraform? (3)
Answer
Create resources in the right order without regard t othe order in the terraform plan file.
Automatically re-provision the resources that are tainted or whose configuration has changed.
Automatically translate a deployed infrastructure and create a plan.
Automatically destroy all the resources that are in tenancy.
Continuously maintain the configuration files in an instance.
Question 3
Question
Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a load balancer. You have configured the load balancer to perform health checks on these instances.
If an instance fails to pass the configured health checks, what will happen? (1)
Answer
The instance is replaced automatically by the load balancer.
The instance is terminated automatically by the load balancer.
The instance is taken out of the back end set by the load balancer.
The load balancer stops sending traffic to that instance
Question 4
Question
Which statement is true about cloning a volume? (1)
Answer
You need to detach a volume before cloning from it.
A cloned volume is the same as a snapshot that has a dependency on the source volume.
You cannot change the block volume size when cloning a volume.
You can create a clone for a volume across regions
Question 5
Question
Which scaling option does Database Cloud Service (DBCS) on Bare Metal Shape offer? (1)
Answer
network bandwidth
CPU
storage
memory
Question 6
Question
Which statement is true about Oracle Cloud Identifiers (OCID)? (1)
Answer
mytenancy.oc.ocid is avalid OCID
If you delete a user, and them createa new user with the same name, the user will be considered a different user because of different OCIDs.
Users can customize OCIDs for all the resources in their compartments.
If you delete a user, and then create a new user with the same name, the new user will be assigned the exact same OCIDs as the system remembers.
Question 7
Question
Which three types of credentials are used to manage Oracle Cloud Infrastructure Identity and Access Management (IAM)? (3)
Answer
Windows Password
API Signing Key
Swift Password
SSH Key
Console Password
Question 8
Question
Which two are true for Oracle Cloud Infrastructure DNS? (2)
Answer
It can function only as a primary DNS.
It supports other cloud providers such as AWS and Azure.
It supports segregation of traffic by using the private pool.
It does not provide DDoS protection.
Question 9
Question
Which service is NOT supported by Oracle Cloud Infrastructure CLI? (1)
Answer
load balancer
compute
database
block volumes
Question 10
Question
In which language are Terraform and Terraform providers written