1z0-1072-20 Oracle Cloud Infrastructure 2020 Architect Associate

Loading demo links...

Showing 7–9 of 10 questions

Question 7

You are managing a tier-1 OLTP application on an Oracle Autonomous Transaction Processing (ATP) database. Your business needs to run hourly batch processes on this ATP database that may consume more CPUs than what is available on the server.

How can you limit these batch processes to not interfere with the OLTP transactions?

Select an option, then click Submit answer.

  • Configure ATP resource management rules to change CPU/IO shares for the consumer group of batch processes.

  • Copy OLTP data into new tables in a new table space and run batch processes against these new tables.

  • Disable automated backup during the batch process operations.

  • ATP is designed for OLTP workload only, you cannot run batch processes on ATP.

Question 8

Your company has been running several small applications in Oracle Cloud Infrastructure and is planning a proof-of-concept (POC) to deploy Oracle PeopleSoft.

If your existing resources are being maintained in the root compartment, what is the recommended approach for defining security for the upcoming POC?

Select an option, then click Submit answer.

  • Create a new compartment for the POC and grant appropriate permissions to create and manage resources within the compartment.

  • Create a new tenancy for the POC and provision all new resources into the root compartment. Grant appropriate permissions to create and manage resources within the root compartment.

  • Provision all new resources into the root compartment. Use defined tags to separate resources that belong to different applications.

  • Provision all new resources into the root compartment. Grant permissions that only allow for creation and management of resources specific to the POC.

Question 9

You developed a microservices based application that runs on Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE). You want to provide access to this cluster to other team members.

What should you do to provide access to this cluster using as fewest steps as possible?

Select an option, then click Submit answer.

  • Create a group in OCI Infrastructure Access Management (IAM). Create a policy to grant access to the OKE cluster. Other team members should use OCI Cloud Shell to generate the kubeconfig into their own cloud shell environment and access the cluster using kubectl from cloud shell.

  • Create a group in OCI Infrastructure Access Management (IAM). Create a policy to grant access to the OKE cluster. Create individual users and access token for each team member. Other team members should use OCI Cloud Shell to generate the kubeconfig into their own cloud shell environment and access the cluster using kubectl from cloud shell.

  • Create a group in OCI Infrastructure Access Management (IAM). Create a policy to grant access to the OKE cluster. Create a cluster role and cluster role binding to provide access to the cluster for each team member. Other team members should install oci cli and kubectl locally on their laptop. Use the oci cli to generate the kubeconfig and use kubectl to access the cluster.

  • Create a group in OCI Infrastructure Access Management (IAM). Create a policy to grant access to the OKE cluster. Other team members should install oci cli and kubectl locally on their laptop. Use the oci cli to generate the kubeconfig and use kubectl to access the cluster.