Oracle Cloud Infrastructure 2018 Architect Associate Exam Questions

Here you have the best Oracle 1z0-932 practice exam questions.

Some things you may want to keep in mind about this practice exam questions:

  • You have 159 total questions to study from
  • Each page has 5 questions, making a total of 32 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on September 17, 2024

Question 1 of 159


Which two parameters are required in a back end set's HTTP health check? (Choose two.)

    Correct Answer: BD

    A back end set's HTTP health check requires the 'URL path' and the 'port' parameters. The 'URL path' specifies the endpoint to which the health check request is sent, and the 'port' indicates the specific network port on which the request should be made. Other parameters like 'response body', 'timeout', and 'status code' might be relevant factors in the health check process, but they are not mandatory input parameters.

Question 2 of 159


Which two are true for achieving High Availability on Oracle Cloud Infrastructure? (Choose two.)

    Correct Answer: CE

    To achieve High Availability on Oracle Cloud Infrastructure, you should configure your database to have Data Guard in another Availability Domain in Sync mode within a region to ensure data redundancy and failover capabilities. Additionally, distributing your application servers across all Availability Domains within a region helps in providing resilience and continuous availability of the application even if one Availability Domain faces issues.

Question 3 of 159


Which two configuration formats does Terraform support? (Choose two.)

    Correct Answer: BC

    Terraform supports two main configuration formats: JSON and HCL. HCL, or HashiCorp Configuration Language, is the more common format used, designed to be both human-readable and machine-friendly. JSON is also supported for those who prefer or need to use a machine-friendly format.

Question 4 of 159


At the end of a terraform apply operation, what is the default output?

    Correct Answer: B

    At the end of a terraform apply operation, the default output provides statistics about what resources were added, changed, or destroyed. This information gives users a summary of the changes applied to the infrastructure. While Terraform can also output specific values if they are defined as outputs in the configuration, the default behavior without any such definitions is to display only the statistics about the operations performed.

Question 5 of 159


Which two must be configured for a load balancer to accept incoming traffic? (Choose two.)

    Correct Answer: AD

    To configure a load balancer to accept incoming traffic, two important components are essential. First, a listener must be set up to listen for incoming connection requests on a specified port. Without a listener, the load balancer will not be able to accept any traffic. Secondly, the security list associated with the load balancer must have ingress rules that allow traffic on the specified listener port. If the security list is not configured to permit traffic on the listener port, incoming traffic will be blocked, preventing the load balancer from receiving it.