OCI Flashcards
(166 cards)
Q1. Which two parameters are required in a back-end set’s HTTP health check? (Choose two.) A. response body B. URL path C. timeout D. port E. status code
B. URL path
E. status code
Q2. Which two are true for achieving High Availability on Oracle Cloud Infrastructure? (Choose two.)
A. Store your database across multiple regions so that half of the data resides in one region and the other half resides in another region.
B. Attach your block volume form Availability Domain 1 to a compute instance in Availability Domain 2 (and vice versa) so that they are highly available.
C. Configure your database to have Data Guard in another Availability Domain in Sync mode within a region.
D. Store your database files on Object Storage so that they are available in all Availability Domains in all regions.
E. Distribute your application servers across all Availability Domains within a region.
C,E
Q3. Which two configuration formats does Terraform support? (Choose two.) A. YAML B. JSON C. HCL D. XML
B,C
Q4. At the end of a terraform apply operation, what is the default output?
A. nothing by default
B. statistics about what was added, changed, and destroyed
C. the entire state file
D. statistics about what was added, changed, and destroyed, and the values of outputs
D
Q5. You have created a public subnet in a VCN, and your public subnet has a Route Table, a Security List, and an Internet Gateway. However, none of the compute instances can connect to the Internet.
Which two are possible reasons for the connectivity issue? (Choose two.)
A. There is no Dynamic Routing Gateway (DRG) associated with the VCN.
B. The Route Table has no default route for routing traffic to the Internet Gateway.
C. There is no stateful ingress rule in the Security List associated with the public subnet.
D. There is no stateful egress rule in the Security List associated with the public subnet.
B,D
Q6. You want an instance in your compartment to make API calls to other services within Oracle Cloud Infrastructure without storing credentials in a configuration file. What do you need to do?
A. No action is required. By default, all VM instances are created with an Instance Principal.
B. Instances cannot access services outside their compartment.
C. VM instances are treated as users. Create a user and assign the user to that VM instance.
D. Create appropriate matching rules in the Dynamic Group to create an Instance Principal.
D
Q7. Which three must be configured for a load balancer to accept incoming traffic? (Choose two.)
A. a listener
B. a back-end server
C. a back end set
D. a security list that is open on a listener port
E. a certificate
A,C,D
Q8. Which two statements are true about Oracle Cloud Infrastructure Compute Service? (Choose two.)
A. You can launch a virtual or bare metal instance by using the same LaunchInstance API.
B. You cannot launch a bare metal server in Oracle Cloud Infrastructure Compute Service.
C. You can attach a block volume in an Availability Domain other than your compute instance.
D. You can share custom images across tenancies and regions.
A,D
Q9. Which five are the required parameters to launch an instance in Oracle Cloud Infrastructure? (Choose five) A. subnet B. Availability Domain C. Virtual Cloud Network D. host name E. instance shape F. image operating system G. private IP address
Answer: A,B,C,E,F
Q10. Which DNS resource record type is used to point a host name to an IPv4 address? A. ALIAS B. A C. CNAME D. AAAA
B
Q12. Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a load balancer instance. You have configured the load balancer to perform health checks on these instances. If an instance fails to pass health checks, what will happen?
A. The instance is replaced automatically by the load balancer.
B. The instance is terminated automatically by the load balancer.
C. The instance is taken out of the back end set by the load balancer.
D. The load balancer stops sending traffic to that instance.
D
Q14. Which scaling option does Database Cloud Service (DBCS) on Bare Metal Shape offer? A. network bandwidth B. CPU C. storage D. memory
B
Q15. Which statement is true about Oracle Cloud Identifiers (OCID)?
A. mytenancy.oc.ocid is a valid OCID.
B. If you delete a user, and then create a new user with the same name, the user will be considered a different user because of different OCIDs.
C. Users can customize OCIDs for all the resources in their compartments.
D. If you delete a user, and then create a new user with the same name, to the new user will be assigned the exact same OCIDs as the system remembers.
B
Q16. Which three types of credentials are used to manage Oracle Cloud Infrastructure Identity and Access Management (IAM)? (Choose three.) A. Windows Password B. API Signing Key C. Swift Password D. SSH Key E. Console Password
B,C,E
Q17. Which two are true for Oracle Cloud Infrastructure DNS? (Choose two.)
A. It can function only as a primary DNS.
B. It supports other cloud providers such as AWS and Azure.
C. It supports segregation of traffic by using the private pool.
D. It does not provide DDoS protection.
B,C
Q18. Which service is NOT supported by Oracle Cloud Infrastructure CLI? A. load balancer B. compute C. database D. block volumes
D
Q19. In which language are Terraform and Terraform providers written? A. Python B. Go C. C D. Ruby
B
Q20. When creating multiple subnets within a Virtual Cloud Network (VCN), security lists are often made to group common services, for example, SSH and RDP (remote access), 80 and 443 (HTTP), and so on. By default, what is the maximum number of security lists that can be associated with a subnet upon creation? A. 4 B. 2 C. 5 D. 3
C
Q21. Why are two subnets required to create a public load balancer when additional subnets are often used for back-end servers? (Choose two.)
A. Routing is simpler when the load balancer is not in the same subnet as the back-end server.
B. Performance is higher when more subnets are used.
C. Additional subnets for back-end servers allow for separate route tables for these servers.
D. Additional subnets for back-end servers allow for separate security lists for these servers.
B,D
Q22. Which certificate format is used with the load balancer? A. PFX B. PEM C. PKCS12 D. CRT
B
Q23. A new employee has just started working for your company. You create an Oracle Cloud Infrastructure user account for this employee, following which they are able to log in, but still cannot create any resources. What should you do to resolve this?
A. Send the employee API Signing Keys to log in.
B. Delete the account and create another one.
C. Make sure that the employee is logging in to the Oracle Cloud Infrastructure account from your corporate network only.
D. Add the employee to a group with policies to grant access to relevant resources.
D
Q24. Which two statements are true about subnets within a VCN? (Choose two.)
A. You can have multiple subnets in an Availability Domain for a given VCN.
B. Private and Public subnets cannot reside in the same Availability Domain for a given VCN.
C. Subnets can have their IP addresses overlap with other subnets in another network for a given VCN.
D. Instances obtain their private IP and the associated security list from their subnets.
A,D
Q25. Which resource is required when connecting to your on-premise network from your Virtual Cloud Network (VCN) via IPSec VPN or FastConnect? A. Internet Gateway (IGW) B. Dynamic Routing Gateway (DRG) C. local peering gateway D. NAT
B
Q26. Which two resources are availability domain constructs? (Choose two.) A. VCN B. Groups C. Block Volume D. Compute Instance E. Object Storage
C, D