Weekend Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Note! Following 1z0-1072-22 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-1072-24
Page: 1 / 25
Total 253 questions

Oracle Cloud Infrastructure 2022 Architect Associate Questions and Answers

Question 1

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 2

Which two use Oracle dynamic routing gateway (DRG) for connectivity? (Choose two.)

Options:

A.

Remote virtual cloud network (VCN) peering across region

B.

Oracle IPsec VPN

C.

Local VCN peering

D.

Oracle Cloud Infrastructure FastConnect public peering

Question 3

You have just created an Autonomous Data Warehouse (ADW) and you want to connect to the ADW using SQL Developer.

What three items are needed to connect to the ADW using SQL Developer? (Choose three.)

Options:

A.

the keystore password

B.

a security list with an ingress rule for TCP port 1521

C.

the client credentials file

D.

the public IP address of the ADW server

E.

the admin password

Question 4

Which statement is true about the Oracle Cloud Infrastructure File Storage Service Mount Target?

Options:

A.

You can access multiple file systems through a single mount target

B.

Mount target has a public IP address and DNS name

C.

Mount target lives in a single subnet of your choice, but is not highly available

D.

Each mount target requires six internal IP addresses in the subnet to function

Question 5

Which statement is true about DB Systems?

Options:

A.

Data Guard as a Service is offered between regions.

B.

You cannot manage the database as sys/sysdba.

C.

You have full control over the automatic backup schedule and retention periods.

D.

You can manage Oracle database initialization parameters at a global level.

Question 6

Which two statements are true about restoring a block volume from a manual or policy-based block volume backup? (Choose two.)

Options:

A.

It can be restored as new volumes with different sizes from the backups

B.

It can be restored as a new volume to any AD across different regions

C.

It must be restored as a new volume to the same availability domain (AD) on which the original block volume backup resides

D.

It can be restored as a new volume to any AD in the same region

Question 7

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 8

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

Options:

A.

Customers have no control over database patching.

B.

The database and backups are encrypted by default.

C.

Customers can consolidate multiple database homes on a single virtual machine database host.

D.

Customers can manage the TDE Wallet after DB Systems is provisioned.

Question 9

Which two statements are true about Oracle Cloud Infrastructure IPSec VPN Connect?

Options:

A.

Each OCI IPSec VPN consists of multiple redundant IPSec tunnels

B.

OCI IPSec VPN tunnel supports only static routes to route traffic

C.

OCI IPSec VPN can be configured in tunnel mode only

D.

OCI IPSec VPN can be configured in trans port mode only

Question 10

You have an application deployed in Oracle Cloud Infrastructure running only in the Phoenix region. You were asked to create a disaster recovery (DR) plan that will protect against the loss of critical data. The DR site must be at least 500 miles from your primary site and data transfer between the two sites must not traverse the public Internet.

Which is the recommended disaster recovery plan?

Options:

A.

Create a new virtual cloud network (VCN) in the Phoenix region and create a subnet in one availability domain (AD) that is not currently being used by your production systems. Establish VCN peering between the production and DR sites.

B.

Create a DR environment in Ashburn. Associate a DRG with the VCN in each region and create a remote peering connection between the two VCNs.

C.

Create a DR environment in Ashburn and provision a FastConnect virtual circuit using DRG between the regions.

D.

Create a DR environment in Ashburn. Associate a dynamic routing gateway (DRG) with the VCN in each region and configure an IPsec VPN connection between the two regions.

Question 11

Your IT department wants to cut down storage costs, but also meet compliance requirements as set up by the central audit group. You have a legacy bucket with both Word does (*.docx) and Excel files (*.xlsx). Your auditors want to retain only Excel files for compliance purposes. Your IT departments wants to keep all other files for 365 days only. What two steps can you take to meet this requirement?

Options:

A.

Create Object Storage Lifecycle rules to archive objects from the legacy bucket after 365 days without any pattern matching

B.

Create Object Storage Lifecycle rules to delete objects from the legacy bucket after 365 days with a filter type - include by pattern: ''.docx

C.

It is not possible to meet this requirement

D.

Create Object Storage Lifecycle rules to delete objects from the legacy bucket after 365 days with a filter type - exclude by pattern: ''.xlsx"

E.

Create Object Storage Lifecycle rules to delete objects from the legacy bucket after 365 days without any pattern matching

Question 12

In what two ways does Oracle Cloud Infrastructure (OCI) file storage service differ from OCI object storage and block volume services?

Options:

A.

You can move object storage buckets, block volumes and file storage mount targets between compartments.

B.

File Storage uses the network file system (NFS) protocol, whereas block volume uses iSCSI.

C.

Block volume service Is NVMe based, while file storage service is not.

D.

File storage mount target does not provide a private IP address, while the object storage bucket provides one.

Question 13

Which two statements about fault domains are true? (Choose two.)

Options:

A.

A fault domain is a grouping of hardware and infrastructure within an availability domain

B.

Each availability domain contains three fault domains

C.

A failed instance in a fault domain is automatically relaunched

D.

A fault domain is selected automatically based on usage data

Question 14

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

Options:

A.

variable

B.

region

C.

metadata

D.

instance

E.

resource

F.

data source

Question 15

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 16

You are in the process of setting up a highly available student registration website on Oracle Cloud Infrastructure (OCI). You use a load balancer and a database service on OCI. You launch two compute instances each in a different subnet and add them to the back end set of a public load balancer. The load balancer is configured correctly and working. You then deploy the student registration application on these two compute instances. The application can communicate with the database service. However, when you type the URL of this student registration application in your browser, no web page appears.

What could be the cause?

Options:

A.

The security lists of the subnets on which the two instances are located do not have “allow” rules for port 80 and 443.

B.

The load balancer performed a health check on the application and found that compute instances were not in a healthy state and terminated the instances.

C.

The client requested https access to the application and the load balancer service does not support end-to-end SSL from the client to the listener to the back-end set.

D.

The Dynamic Routing Gateway is preventing the client traffic from your data center network from reaching the public IP of the load balancer.

Question 17

Which two resources are availability domain constructs? (Choose two.)

Options:

A.

VCN

B.

Groups

C.

Block Volume

D.

Compute Instance

E.

Object Storage

Question 18

Which two statements about the Oracle File Storage Service (FSS) Security are accurate? (Choose two.)

Options:

A.

Oracle IAM controls which filesystems are mountable by which instances.

B.

Security lists can be used as a virtual firewall to prevent an instance from mounting an FSS mount target within a subnet.

C.

Encryption of file storage in FSS is optional.

D.

Data in transit to an FSS mount target is encrypted.

E.

FSS leverages UNIX user group and permission checking for file access security.

Question 19

You are the Solutions Architect of a large company and are tasked with migrating all your services to Oracle Cloud Infrastructure. As part of this, you first design a Virtual Cloud Network (VCN) with a public subnet and a private subnet. Then in order to provide Internet connectivity to the instances in your private subnet, you create an Oracle Linux instance in your public subnet and configure NAT on it. However, even after adding all related security list rules and routes in the Route Table, your private subnet instances still cannot connect to the Internet.

Which action should you perform to enable Internet connectivity?

Options:

A.

Disable “Source and Destination Check” on the VNIC of your Linux instance.

B.

There is no way that a private subnet can connect to the Internet.

C.

Create a Dynamic Routing Gateway (DRG) and route your private IP traffic to the DRG.

D.

Restart the NAT instance.

Question 20

Which option lists Virtual Cloud Networks (VCNs) that can be peered?

Options:

A.

VCN A (172.16.0.0/24) and VCN B (172.16.0.0/28)

B.

VCN A (10.0.0.0/16) and VCN B (10.1.0.0/16)

C.

VCN A (10.0.2.0/16) and VCN B (10.0.2.0/25)

D.

VCN A (10.0.0.0/16) and VCN B (10.0.16.0/24)

Question 21

What does Terraform use to create, manage, and manipulate infrastructure resources?

Options:

A.

resources

B.

provisioner

C.

instances

D.

provider

Question 22

Which statement is true about a pre-authenticated request in Oracle Cloud Infrastructure Object Storage?

Options:

A.

You can create only 1, 000 pre-authenticated requests per bucket.

B.

You can create a pre-authenticated request only for public buckets.

C.

You cannot retire a pre-authenticated request before it expires.

D.

You cannot extend the expiration date on a pre-authenticated request.

Question 23

Which five are the required parameters to launch an instance in Oracle Cloud Infrastructure? (Choose five.)

Options:

A.

subnet

B.

Availability Domain

C.

Virtual Cloud Network

D.

host name

E.

instance shape

F.

image operating system

G.

private IP address

Question 24

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?

Options:

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.

Question 25

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 26

Which is a customer’s responsibility on an Oracle Cloud Infrastructure database?

Options:

A.

patching the database and OS

B.

creating the first default database on the DBCS server

C.

creating an ASM diskgroup for data file or temp file storage

D.

installing the operating system (OS), Grid Infrastructure, and database software

Question 27

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 28

Which of the following statements is true about the Oracle Cloud Infrastructure (OCI) Object Storage serverside encryption?

Options:

A.

Encryption of data encryption keys with a master encryption key is optional.

B.

Customer-provided encryption keys are always stored in OCI Vault service.

C.

Encryption is enabled by default and cannot be turned off.

D.

Each object in a bucket is always encrypted with the same data encryption key.

Question 29

A customer has launched a compute Instance in the Virtual Cloud Network (VCN), which has an Internet gateway, a service gateway, a default security lists and a default route table. Customer has opened up Port 22 in the security lists attached to the compute instance subnet, however is still unable to connect to compute instances using ssh.

Which option would remedy this situation?

Options:

A.

Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table.

Destination CIDR: 0.0.0.0/0

Target: Internet Gateway (IGW)

B.

Modify the security list associated with the VCN subnet in which the instance resides. Add a stateful egress rule to allow icmp traffic in addition to the port 22.

C.

Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table.

Destination CIDR: 0.0.0.0/0

Target: Dynamic Routing Gateway (DRG)

D.

Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table.

Destination CIDR: 0.0.0.0/0

Target: Service Gateway (SGW)

Question 30

You are about to upload log file (5 TiB size) to Oracle Cloud Infrastructure object storage and have decided to use multipart upload capability for a more efficient and resilient upload.

Which two statements are true about multipart upload? (Choose two.)

Options:

A.

Individual object parts can be as small as 10 MiB or as large as 50 GiB

B.

While a multipart upload is still active, you cannot add parts even if the total number of parts is less than 10,000

C.

The maximum size for an uploaded object is 10 TiB

D.

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

Question 31

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.)

Options:

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.

Question 32

You need to implement automatic backups for your database system. You can easily check "Enable Automatic Backup" in the web console. Before you do that though, you need to have which of the following TWO prerequisites in place?

Options:

A.

Private SSH key to the database

B.

Connectivity to Swift endpoints

C.

Access to the OCI Object Storage service

D.

VCN configured with VPN for secure access to the Oracle Cloud Infrastructure (OCI) Object Storage service

Question 33

When you try to create an instance on Oracle Cloud Infrastructure (OCI), what are three valid sources to choose the image from?

Options:

A.

Dedicated VM Host

B.

Object Storage

C.

Bare Metal Instance

D.

Platform Images

E.

Custom Image

F.

Partner Images

G.

Instance Pools

Question 34

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 35

Your company uses the Oracle Cloud Infrastructure (OCI) Object Storage service to share large data sets with its data science team. The data science team consists of 20 people who work from offices in Washington, D.C., and Tokyo. While working in these offices, employees are assigned an IP address from the public IP range 129.146.31.0/27

Which two steps should you take to ensure that the Object Storage bucket used in this scenario was only accessible from these office locations? (Choose two.)

Options:

A.

Write an IAM policy that includes the conditional statement where request.networkSource.name =CorpNet

B.

Set the bucket visibility to public and only share the URL with the data science team via email

C.

Create a pre-authenticated request for each data set and only share with the data science team via email

D.

Create a Network Source named CorpNetwork with a CIDR block of 129.146.31.0/27

E.

Create a Network Source named CorpNetwork with a CIDR block of 129.146.0.0/16

F.

Write an IAM policy that includes the conditional statement where request.region =

129.146.31.0/27

Question 36

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.)

Options:

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.

Question 37

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.

Page: 1 / 25
Total 253 questions