Oracle Cloud Infrastructure 2020 Architect Associate v1.0 (1z0-1072-20)

Page:    1 / 4   
Total 60 questions

Which two statements are true about Oracle Cloud Infrastructure storage services? (Choose two.)

  • A. You can take incremental snapshots of Block Volumes, File Storage file systems and Object Storage buckets.
  • B. You can move Object Storage buckets, Block Volumes and File Storage mount targets between compartments.
  • C. File Storage uses the network file system (NFS) protocol, whereas Block Volume uses iSCSI.
  • D. Block Volume service scales to Exabytes per instance, while File Storage service offers unlimited scalability.
  • E. File storage mount target does not provide a private IP address, while the Object Storage bucket provides one.


Answer : BC

With regard to Oracle Cloud Infrastructure Load Balancing service, which two actions will occur when a backend server that is registered with a backend set is marked to drain connections? (Choose two.)

  • A. All connections to this backend server are forcibly closed after a timeout period.
  • B. Requests to this backend server are redirected to a user-defined error page.
  • C. All existing connections to this backend sever will be immediately closed.
  • D. All new connections to this backend server are disallowed.
  • E. Connections to this backend server will remain open until all in-flight requests are completed.


Answer : DE

Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Balance/Reference/sessionpersistence.htm

You deployed an Oracle Cloud Infrastructure (OCI) compute instance (VM.Standard2.16) to run a SQL database. After a few weeks, you need to increase disk performance by using NVMe disks but keeping the same number of CPUs. As a first step, you terminate the instance and preserve the boot volume.
What is the next step?

  • A. Create a new instance using a VM.Standard1.16 shape using the preserved boot volume and move the SQL Database data to NVMe disks.
  • B. Create a new instance using a VM.DenseIO2.8 shape using the preserved boot volume and move the SQL Database data to NVMe disks.
  • C. Create a new instance using a VM.DenseIO2.16 shape using the preserved boot volume and move the SQL Database data to block volume.
  • D. Create a new instance using a VM.DenseIO2.16 shape using the preserved boot volume and move the SQL Database data to NVMe disks.


Answer : D

Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm

Your company decided to move a few applications to Oracle Cloud Infrastructure (OCI) in the US West (us-phoenix-1) region.
You need to design a cloud-based disaster recovery (DR) solution with a requirement to deploy the DR resources in the US East (us-ashburn-1) region to minimize network latency.
What is the recommended deployment?

  • A. Deploy production and DR applications in two separate virtual cloud networks (VCNs), each in different regions, and then use VCN local peering gateways for connectivity.
  • B. Deploy production and DR applications in two separate VCNs, each in different regions. Connect them using a VCN remote peering connection.
  • C. Deploy production and DR applications in the same VCN. Create production subnets in one AD, and DR subnets in another AD (assume a multi-AD region).
  • D. Deploy production and DR applications in two separate VCNs in different availability domains (ADs) within the primary region, and then use a VCN remote peering connection for connectivity.


Answer : D

You are designing a networking infrastructure in multiple Oracle Cloud Infrastructure regions and require connectivity between workloads in each region. You have created a dynamic routing gateway (DRG) and a remote peering connection. However, your workloads are unable to communicate with each other.
What are two reasons for this? (Choose two.)

  • A. A local peering gateway needs to be created in each VCN with a default route rule added in the route table forwarding the traffic to the local peering gateway.
  • B. The route table associated with subnets in each VCN do not have a route rule defined to forward the traffic to their respective DRGs.
  • C. Identity and Access Management (IAM) policies have not been defined to allow connectivity across the two VCNs in different regions.
  • D. The security lists associated with subnets in each virtual cloud network (VCN) do not have the appropriate ingress rules.
  • E. An internet gateway needs to be created in each VCN with a default route rule added in the route table forwarding the traffic to the internet gateway


Answer : BD

Which two statements below are correct with respect to adding secondary Virtual Network Interface Cards (VNICs) to an existing compute instance in Oracle
Cloud Infrastructure? (Choose two.)

  • A. The secondary VNIC is required to be in the same Virtual Cloud Network (VCN), but can be in different subnet, as the primary VNIC.
  • B. The primary and secondary VNIC association can be in different virtual cloud networks (VCNs).
  • C. You cannot assign an Ephemeral Public IP to a secondary VNIC.
  • D. The primary and secondary VNIC association must be in the same availability domain.
  • E. You can remove the primary VNIC after the secondary VNIC's attachment is complete.


Answer : BD

Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/managingVNICs.htm

You provisioned an Oracle Autonomous Data Warehouse (ADW) on Oracle Cloud Infrastructure (OCI) and imported data into ADW.
You want to give your business analyst the ability to connect to the ADW database and run queries.
Which two actions can help you meet this requirement? (Choose two.)

  • A. Create a database user account for the business analyst.
  • B. Grant the predefined database role DWROLE to the database user.
  • C. Grant unlimited tablespace privilege to the database user.
  • D. Grant the predefined database role DWADW to the database user.
  • E. Grant the predefined database role DWUSER to the database user.


Answer : BC

Reference:
https://oracle.github.io/learning-library/oci-library/L100-LAB/Autonomous_Data_Warehouse/ADW_HOL.html

Which statement is true about interconnecting Virtual Cloud Network (VCN)?

  • A. VCNs support transitive peering.
  • B. Peering VCNs should not have overlapping CIDR blocks.
  • C. VCNs must be in the same tenancy to be peered.
  • D. The only way to interconnect VCNs is through peering.


Answer : B

Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/remoteVCNpeering.htm
(note)

Which two statements are true about restoring a volume from a block volume backup in Oracle Cloud Infrastructure Block Volume service? (Choose two.)

  • A. You can restore a volume to any availability domain within the same region where the backup is stored.
  • B. You can restore only one volume from a manual block volume backup.
  • C. You can restore a volume from any full volume backup but not from an incremental backup.
  • D. You can restore a block volume backup to a larger volume size.
  • E. You can only restore a volume to the same availability domain in which the original block volume resides.


Answer : AD

Reference -
https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Tasks/restoringavolumefromabackup.htm

You are running a mission-critical database application in Oracle Cloud Infrastructure (OCI). You take regular backups of your DB system to OCI object storage.
Recently, you notice a failed database backup status in the console.
What step can you take to determine the cause of the backup failure?

  • A. Ensure that your database host can connect to OCI object storage.
  • B. Ensure the database archiving mode is set to NOARCHIVELOG.
  • C. Make sure that the database is not active and running while the backup is in progress.
  • D. Don't restart the dcsagent program even if it has a status of stop/waiting.


Answer : A

Which two statements are true about an Oracle Cloud Infrastructure (OCI) virtual cloud network (VCN)? (Choose two.)

  • A. To delete a VCN, its subnets must contain no resources.
  • B. A VCN can have multiple CIDR blocks associated with it.
  • C. In regions with multiple Availability Domains (AD), each AD should have their own VCN assigned to it.
  • D. If you own a block of public IPs, you can assign it to one of your VCNs.
  • E. A VCN covers a single, contiguous IPv4 CIDR block of your choice.


Answer : AE

Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/managingVCNs.htm

What happens after you successfully run the following command on your Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) using the YAML file defined below? kubectl create -f definition.yml

YAML file "" definition.yml -


  • A. A single Pod with a single container is created.
  • B. Two Pods with a container each are created.
  • C. A single Pod with two containers is created.
  • D. No Pod gets created.


Answer : C

You create an autoscaling configuration of Linux compute instances in Oracle Cloud Infrastructure (OCI). You noticed that your application is running slow.
After checking your compute instances, you noticed that autoscaling is not launching additional instances, even though the existing compute instances already have high memory usage.
How can you resolve this issue?

  • A. Modify the scaling policy to monitor memory usage and scale up the number of instances when it meets the threshold.
  • B. Modify the scaling policy to monitor CPU usage and scale up the number of instances when it meets the threshold.
  • C. Install the monitoring agent to all compute instances which will trigger the autoscaling group.
  • D. Install OCI SDK in all compute instances and create a script that will trigger the autoscaling event if there is high memory usage.


Answer : B

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?

  • A. 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.
  • B. 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.
  • C. 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.
  • D. 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.


Answer : B

You have been notified of an application failure indicating that one or more of the Oracle Cloud Infrastructure (OCI) resources have become unavailable. After scanning the Compute and Database consoles, you notice that one of the DB Systems is missing.
What should you do to identify the reason for this missing resource?

  • A. Navigate to the Audit console and search the previous 24 hours for all DELETE request actions to get a list of any resource that was deleted in the past 24 hours.
  • B. Navigate to the Audit console and search the previous 24 hours for all the GET request actions to get a list of every event that occurred in the past 24 hours.
  • C. View the service limits associated with your account to ensure that you have not exceeded the allowable number of DB Systems in your tenancy.
  • D. Create a serial console connection to the DB System that does not appear in the management console. Connect to the serial console connection, and then review the system logs under /var/log/messages.


Answer : A

Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Tasks/usingaudit.htm

Page:    1 / 4   
Total 60 questions