Zusammenfassung der Ressource
Frage 1
Frage
Which DNS resource record type is used to point a host name to an IPv4 address? (1)
Frage 2
Frage
Which three can you achieve by using Terraform? (3)
Antworten
-
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.
Frage 3
Frage
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)
Antworten
-
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
Frage 4
Frage
Which statement is true about cloning a volume? (1)
Antworten
-
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
Frage 5
Frage
Which scaling option does Database Cloud Service (DBCS) on Bare Metal Shape offer? (1)
Antworten
-
network bandwidth
-
CPU
-
storage
-
memory
Frage 6
Frage
Which statement is true about Oracle Cloud Identifiers (OCID)? (1)
Antworten
-
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.
Frage 7
Frage
Which three types of credentials are used to manage Oracle Cloud Infrastructure Identity and Access Management (IAM)? (3)
Antworten
-
Windows Password
-
API Signing Key
-
Swift Password
-
SSH Key
-
Console Password
Frage 8
Frage
Which two are true for Oracle Cloud Infrastructure DNS? (2)
Antworten
-
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.
Frage 9
Frage
Which service is NOT supported by Oracle Cloud Infrastructure CLI? (1)
Antworten
-
load balancer
-
compute
-
database
-
block volumes
Frage 10
Frage
In which language are Terraform and Terraform providers written