Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Oracle 1z0-1072-22 Oracle Cloud Infrastructure 2022 Architect Associate Exam Practice Test

Demo: 37 questions
Total 253 questions

Oracle Cloud Infrastructure 2022 Architect Associate Questions and Answers

Question 1

You have an Oracle Cloud Infrastructure (OCI) load balancer distributing traffic via an evenly-weighted round robin policy to your back-end web servers. You notice that one of your web servers is receiving more traffic than other web servers.

How can you resolve this to make sure traffic is evenly distributed across all back-end webservers?

Options:

A.

Disable cookie-based session persistence on your backend set.

B.

Change keep-alive setting between the load balancer and backend server.

C.

Disable SSL configuration associated with your backend set.

D.

Create separate listeners for each backend web server.

Question 2

You have an application server running in a public subnet on a compute instance in US West (us-phoenix-1) region of Oracle Cloud Infrastructure (OCI). The data sitting on this instance needs to be copied to OCI Object storage bucket available in the same region without traversing over the internet. To enable the connectivity between the instance and Object Storage, you created a service gateway with service CIDR of all Object Storage in us-phoenix-1 enabled. You also modified the security rules to allow the desired traffic.

However, when you tried sending the data to the Object Storage bucket, you notice that the data is going over the internet and not via the service gateway.

What could be the possible reason for this behavior?

Options:

A.

The route table associated with the subnet has no route rule where the destination is object storage service

B.

The service gateway created in the VCN resides in a different availability domain

C.

The security list associated with the subnet has an egress rule that allows all traffic to be forwarded to a destination CIDR 0.0.0.0/0

D.

Identity and Access Management (IAM) policies restrict the access to the object storage bucket

Question 3

You have an AI/ML application running on Oracle Cloud Infrastructure. You identified that the application needs GPU and at least 20Gbps Network throughput.

The application is currently using a VM.Standard2.1 compute without any block storage attached to it.

Which two options allow you to get your required performance for your application? (Choose two.)

Options:

A.

Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.GPU2.2 shape using the boot volume preserved, but no block volume attached.

B.

Terminate the compute instance preserving the boot volume. Create a new compute instance using the VM.Standard2.2 shape using the boot volume preserved, but no block volume attached.

C.

Terminate the compute instance preserving the boot volume. Create a new compute instance using the VM.GPU3.4 shape using the boot volume preserved and use the NVMe devices to host your application.

D.

Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.HPC2.36 shape using the boot volume preserved and use the NVMe devices to host your application.

E.

Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.GPU2.2 shape using the boot volume preserved and attach a new block volume to host your application.

Question 4

You work for a health insurance company that stores a large number of patient health records in an Oracle Cloud Infrastructure (OCI) Object Storage bucket named "HealthRecords".

Each record needs to be securely stored for a period of 5 years for regulatory compliance purposes and

cannot be modified, overwritten or deleted during this time period.

What can you do to meet this requirement?

Options:

A.

Create an OCI Object Storage Lifecycle Policies rule to archive objects in the HealthRecords bucket for five years.

B.

Create an OCI Object Storage time-bound Retention Rule on the HealthRecords bucket for five years.

Enable Retention Rule Lock on this bucket.

C.

Enable encryption on the HealthRecords bucket using your own vault master encryption keys.

D.

Enable versioning on the HealthRecords bucket.

Question 5

Which two tagging related items are valid attributes that may be included in payload of an audit log event? (Choose two.)

Options:

A.

Predefined values

B.

Free-form tags

C.

Tag variables

D.

Defined tags

E.

Cost-tracking tags

F.

Default tags

D18912E1457D5D1DDCBD40AB3BF70D5D

Question 6

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?

Options:

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.

Question 7

You have compartments C and D under the root compartment in your Oracle Cloud Infrastructure (OCI) tenancy; compartment C contains a sub-compartment also named D. You are trying to move this sub-compartment D to the parent compartment D like shown in the picture, but the move fails.

What is the reason for this error?

Options:

A.

You need to move all the compartments in the hierarchy to the new parent compartment.

B.

You cannot move a subcompartment to another parent compartment.

C.

Both parent and child compartments cannot have the same name.

D.

Sub-compartment D needs to be empty before it can be moved.

Question 8

You deployed a database on a Standard Compute instance in Oracle Cloud Infrastructure (OCI) due to cost concerns. The database requires additional storage with high I/O and you decided to use OCI Block Volume service for it.

With this requirement in mind, which elastic performance option should you choose for the Block Volume?

Options:

A.

Balanced Performance

B.

Higher performance

C.

Extreme performance

D.

Lower cost

Question 9

An Oracle Cloud Infrastructure tenancy administrator is not able to delete a user in the tenancy.

What can cause this issue?

Options:

A.

User has multi-factor authentication (MFA) enabled.

B.

User is member of an Identity and Access Management (IAM) group.

C.

Users can be blocked but not deleted.

D.

User needs to be deleted from federation Identity Provider (IdP) before deleting from IAM.

Question 10

What show created before provisioning an Oracle Cloud Infrastructure (OCI) DB System?

Options:

A.

Compute Instance

B.

Compartment

C.

Virtual Cloud Network

D.

Bucket in Object Storage

Question 11

You plan to upload a large file (3 TiB) to Oracle Cloud Infrastructure (OCI) Object Storage. You would like to minimize the impact of network failures while uploading, and therefore you decide to use the multipart upload capability.

Which TWO statements are true about performing a multipart upload using the Multipart Upload API?

Options:

A.

While a multipart upload is still active, you can keep adding parts as long as the total number is less than 10000.

B.

You do not have to commit the upload after you have uploaded all the object parts.

C.

When you split the object into individual parts, each part can be as large as 50 GiB.

D.

You do not need to split the object into parts. Object Storage splits the object into parts and uploads all of the parts automatically.

Question 12

Which THREE protocols are supported by the Oracle Cloud Infrastructure (OCI) Network Load Balancer?

Options:

A.

HTTP

B.

TCP

C.

BCP

D.

UDP

E.

iSCSI

F.

ICMP

Question 13

You are deploying a highly available web application In Oracle Cloud Infrastructure and have decided to use a public load balancer. The back-end web servers will be distributed across all three availability domains (ADs).

How many subnets should you create to deliver a secure, highly available application?

Options:

A.

two subnets in total; one regional private subnet to host your back-end web servers and one regional public subnet to host your public load load balancer.

B.

two subnets in total; one regional public subnet to host your back-end web servers and one regional private subnet to host your public load load balancer.

C.

three subnets in total; one regional public subnet to host your back-end web servers and two AD specific private subnets to host your private load load balancer.

D.

one subnet in total; one regional private subnet to host your back-end web servers and your public load balancer.

Question 14

What is a “transfer package” when transferring data to OCI via the OCI Data Transfer Service?

Options:

A.

A transfer package is the logical representation of the physical shipment containing the HDD transfer devices that you ship to Oracle to upload to OCI.

B.

A transfer package is the software Oracle provides for you to prepare transfer devices for shipment to Oracle

C.

A transfer package contains the physical devices.

D.

A transfer package is the archive file that the Data Transfer Service Utility (dts) writes to the transfer device.

Question 15

Which three are valid Terraform configuration components? (Choose three.)

Options:

A.

variable

B.

region

C.

metadata

D.

instance

E.

resource

F.

data source

Question 16

Which three are capabilities of the dbaascli utility? (Choose three.)

Options:

A.

Patching the primary database deployment

B.

Open port 1521 in the VCN to allow for traffic to the listener

C.

Start and open the database instance

D.

Switchover and failover in an Oracle Guard configuration

E.

Clone a DB

Question 17

An instance is launched with a primary VNIC that is created during instance launch.

Which two operations are true when you add secondary VNICs to an existing instance? (Choose two.)

Options:

A.

You can remove the primary VNIC after the secondary VNIC’s attachment is complete.

B.

You can remove the secondary VNIC later if it is not needed.

C.

The primary and secondary VNIC association should be within the same Availability Domain.

D.

It is not possible to connect two VNICs to an instance.

Question 18

ESTION NO: 36

When terminating a compute instance, you want to preserve the boot volume and its data.

Which step will you need to perform?

Options:

A.

You cannot preserve the boot volume; it will always be deleted when you terminate the instance.

B.

Reboot the instance first, and then terminate the instance.

C.

Disable the default option to delete the boot volume when terminating an instance.

D.

Before terminating the instance, you must detach the boot volume.

Question 19

A customer wants to do development on premise while leveraging services such as Java Cloud, Mobile Developer Cloud, and App Builder Services. The customer would also like to scale out the application, stretching from on-premises to the cloud by using a common API.

Which two Infrastructure options can the customer leverage to do this? (Choose two.)

Options:

A.

Oracle Cloud at Customer

B.

Oracle Cloud Infrastructure Classic

C.

Oracle Cloud Ravello service

D.

Oracle Cloud Infrastructure

Question 20

Where are DB Systems backups stored by default?

Options:

A.

ASM disk group

B.

locally attached NVMe on virtual machine

C.

block volume

D.

object storage on Oracle Cloud Infrastructure

Question 21

Which two statements define the types of DNS resolvers that exist? (Choose two.)

Options:

A.

A custom resolver allows instances to use the host names of the hosts in your on-prem network that are connected to your VCN by an IPSec VPN connection.

B.

A VCN resolver allows instances to use the host names of the hosts in your on-prem network that are connected to your VCN by an IPSec VPN connection.

C.

A VCN resolver allows instances to use host names to communicate with instances on other VCNs in your tenancy.

D.

An Internet resolver allows instances to use the host names that are published on the Internet.

Question 22

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?

Options:

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.

Question 23

Which two statements are true about encryption on Oracle Cloud Infrastructure (OCI)? (Choose two.)

Options:

A.

By default, object storage and block storage are encrypted at rest.

B.

A customer is responsible for data encryption in all services of OCI.

C.

By default, DB Systems offers an encrypted database.

D.

By default, NVMe drives are encrypted but the block volume service is not.

Question 24

Which three methods can you use to manage Oracle Cloud Infrastructure services? (Choose three.)

Options:

A.

Oracle Cloud Infrastructure Desktop Client

B.

Oracle Cloud Infrastructure Console

C.

SSH or RDP

D.

Command-line Interface

E.

REST API

Question 25

What happens when you run terraform plan?

Options:

A.

It configures, reconfigures, and instantiates resources and their dependencies.

B.

It shows the operator the course of action that would be taken if a change is applied.

C.

It deletes all existing resources and re-creates them.

D.

It shows a dependency graph.

Question 26

You want an Oracle Cloud Infrastructure (OCI) compute instance in your compartment to make API calls to other services within OCI without storing credentials in a configuration file.

What do you need to do?

Options:

A.

Create a dynamic group with appropriate matching rules to include the instance, and reference this group in your IAM policy statement

B.

Instances cannot access services outside their compartment

C.

VM instances are treated as users. Create a user, assign the user to that VM instance, and reference the instance in your Identity and Access Management (IAM) policy statement

D.

By default, all VM instances are created with an instance principal. Reference this instance principal in your IAM policy statement

Question 27

Which two statements are true about Oracle Cloud Infrastructure (OCI) DB Systems Data Guard service?

Options:

A.

Both DB systems must use the same VCN, and port 1521 must be open

B.

Data guard configuration on the OCI is limited to a virtual machine only

C.

Data guard implementation for Bare Metal shapes requires two DB Systems, one containing the primary database and one containing the standby database.

D.

Data guard implementation requires two DB Systems, one running the primary database on a virtual machine and the standby database running on bare metal.

Question 28

You have an instance running in a development compartment that needs to make API calls against other OCI services, but you do not want to configure user credentials or a store a configuration file on the instance. How can you meet this requirement?

Options:

A.

Create a dynamic group with matching rules to include your instance

B.

Instances can automatically make calls to other OCI services

C.

Instances are secure and cannot make calls to other OCI services

D.

Create a dynamic group with matching rules to include your instance and write a policy for this dynamic group

Question 29

The Oracle Cloud Infrastructure Block Volume service lets you expand the size of block and boot volumes. Which three options below can you use to increase the size of your block volumes?

Options:

A.

Clone an existing volume to a new, larger volume

B.

You can only expand block volumes and not boot volumes

C.

Expand an existing volume in place with offline resizing

D.

Take a backup of your existing volume and restore from the volume backup to a larger volume

E.

Expand an existing volume in place with online resizing

Question 30

You have five different company locations spread across the US. For a proof-of-concept (POC) you need to setup secure and encrypted connectivity to your workloads running in a single virtual cloud network (VCN) in the Oracle Cloud Infrastructure Ashburn region from all company locations.

What would meet this requirement?

Options:

A.

Create five internet gateways in your VCN and have separate route table for each internet gateway.

B.

Create five virtual circuits using FastConnect for each company location and terminate those connections on a single dynamic routing gateway (DRG). Attach that DRG to your VCN.

C.

Create five IPsec connections with each company location and terminate those connections on a single DRG. Attach that DRG to your VCN.

D.

Create five IPsec VPN connections with each company location and terminate those connections on five separate DRGs. Attach those DRGs to your VCN.

Question 31

Which statement is true about Oracle Cloud Infrastructure FastConnect?

Options:

A.

For private peering, FastConnect extends your existing infrastructure to allow you to consume object storage from your on-premises data center

B.

For private peering, FastConnect extends your existing infrastructure to a virtual cloud network

C.

The FastConnect provider network offers only 1 Gbps port connection speed increments

D.

For public peering, a dynamic routing gateway must be configured and attached to the virtual cloud network (VCN)

Question 32

You have an external facing web server running in the Oracle Cloud Infrastructure (OCI) London region. You are notified that customers in North America and Australia are facing high latency while connecting to your web server.

Which services are available on OCI that can help you get current latency statistics to your web server from these markets?

Options:

A.

Use DNS Zone Management service to check latency over that connection

B.

Setup an IPsec VPN with customers in those markets and check latency over that connection

C.

Use the Internet Intelligence tool. Run tests using the web server’s public IP address and review traceroute details from different vantage points

D.

Setup a FastConnect with customers in those markets and check latency over that connection

Question 33

Which two options are true for Autonomous Transaction Processing (ATP) database? (Choose two.)

Options:

A.

You can add/remove Diskgroup in ATP

B.

You can scale storage up or down in ATP

C.

You can scale CPU up or down in ATP

D.

You can add more Pluggable Database for consolidating multiple databases in ATP

E.

You can add new ORACLE_HOME for bringing older versions of on-premises databases to ATP

Question 34

You are an administrator with an application running in Oracle Cloud Infrastructure (OCI). The company has a fleet of OCI compute virtual instances behind an load balancer. The load balancer backend set health check API is providing a 'Critical' level warning. You have confirmed that your application Is running healthy on the backend servers. What Is the possible reason for this 'Critical' warning?

Options:

A.

The load balancer listener is not configured correctly.

B.

The security list associated with the subnet In which the backend server is provisioned does not include the IP range for the source of the health check requests.

C.

A user does not have correct Identity and Access Management (IAM) credentials on the backend servers.

D.

The route table associated with the subnet in which the backend server is provisioned does not include the route for the OCI load balancer.

Question 35

Which three load-balancing policies can be used with a backend set?

Options:

A.

throughput

B.

least connections

C.

IP hash

D.

CPU utilization

E.

weighted round robin

Question 36

What is the maximum number of security lists that can be associated with a subnet?

Options:

A.

four

B.

three

C.

five

D.

two

Question 37

You have two NFS clients running in two different subnets within the same Oracle Cloud Infrastructure (OCI) Virtual Cloud Network (VCN). You have created a shared file system for the two NFS clients who want to connect to the same file system, but you want to restrict one of the clients to have READ access while the other has READ/Write access. Which OCr feature would you leverage to meet this requirement?

Options:

A.

Use VCN security rules to control access for the NFS clients

B.

Use OCI Identity Access Management to control access for the NFS clients

C.

Use File Storage NFS Export Options to control access for the NFS clients

D.

Use NFS security to control access for the NES clients

Demo: 37 questions
Total 253 questions