Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! 1z0-1072 has been withdrawn. The new exam code is 1z0-1072-23

1z0-1072 Practice Exam Questions with Answers Oracle Cloud Infrastructure 2019 Architect Associate Certification

Question # 6

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

A.

Oracle Cloud at Customer

B.

Oracle Cloud Infrastructure Classic

C.

Oracle Cloud Ravello service

D.

Oracle Cloud Infrastructure

Full Access
Question # 7

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

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.

Full Access
Question # 8

Which three actions need to be performed before attempting a data transfer service job?

A.

Obtain an available host machine which can run the dts utility on-premise with SATA or USB drives attached for the transfer job.

B.

Get access to a high-speed internet connection

C.

Data Transfer Service and Storage Service Limits should be checked and raised if required.

D.

Set up SSH access to a host on OCI to coordinate the transfer job.

E.

Create an object bucket to receive the job.

Full Access
Question # 9

Which two options are valid for loading data directly into Autonomous Data Warehouse (ADW)? (Choose two.)

A.

Data Integrator

B.

Data Pump

C.

Data Transfer Service

D.

SQL *Loader

Full Access
Question # 10

Which two statements are true about subnets within a VCN? (Choose two.)

A.

You can have multiple subnets in an Availability Domain for a given VCN.

B.

Private and Public subnets cannot reside in the same Availability Domain for a given VCN.

C.

Subnets can have their IP addresses overlap with other subnets in another network for a given VCN.

D.

Instances obtain their private IP and the associated security list from their subnets.

Full Access
Question # 11

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

A.

VCN

B.

Groups

C.

Block Volume

D.

Compute Instance

E.

Object Storage

Full Access
Question # 12

You are about to deploy an e-business application on Oracle Cloud Infrastructure and one of the requirements is to use a shared file system that supports the NFS protocol.

Which storage service would meet this requirement?

A.

object storage

B.

block volume

C.

data transfer appliance

D.

file storage

Full Access
Question # 13

You create a public Load Balancer instance and configure a back end set “BES1” with one back end server running a service on port 80. You also create a listener on port 80 and configure that listener to use the back end set “BES1”. A client makes one HTTP request to the Load Balancer with the correct protocol and port.

How many connections does the Load Balancer maintain?

A.

1

B.

2

C.

4

D.

3

Full Access
Question # 14

You currently manage an e-commerce application that utilizes 25 identical compute resources to handle customer traffic. The stakeholders have asked you to create another 25 identical compute resources in order to deploy and test a new version of the software?

What is the most efficient process to create 25 additional compute resources that are identical to the first 25?

A.

Create a custom image from 1 of the 25 servers. Use this custom image to provision 25 more servers

B.

Create a manual backup of each boot volume belonging to the 25 servers. Restore each backup to create 25 new boot volumes, from which you will provision 25 more servers

C.

Provision a new server and configure it to be identical to the first 25. Create a custom image from the new server, then use the custom image to provision 24 more servers

D.

Clone the boot volume of 1 of the 25 servers. Use the boot volume clone to provision 25 more servers

Full Access
Question # 15

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?

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

Full Access
Question # 16

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

A.

resources

B.

provisioner

C.

instances

D.

provider

Full Access
Question # 17

You are responsible for creating and maintaining an enterprise application that consists of multiple storage volumes across multiple instances. The storage volumes include boot volumes and block volumes for your data storage. You need to create backups of these storage volumes in the most time-efficient manner.

How can you meet this requirement?

A.

You can create clones of storage volumes one at a time

B.

You can group together multiple storage volumes in a volume group and create volume group backups

C.

You can create on-demand one-off backups of boot volumes, but not block volumes

D.

You can create on-demand one-off backups of block volumes, but not boot volumes

Full Access
Question # 18

Which does NOT set a variable in Terraform?

A.

Passing the variable with a var statement to Terraform

B.

Setting the variable as key value pairs in a file in a subdirectory named tfvar

C.

A default value in the variable declaration within a TF plan file

D.

Setting the environment variable using a TF_VAR_ predicate in front of the variable name

Full Access
Question # 19

Which two statements are true about data guard service on DB Systems in Oracle Cloud Infrastructure (OCI)? (Choose two.)

A.

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

B.

Data guard configuration on the OCI is limited to one standby database per primary database

C.

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

D.

Data guard implementation requires two DB Systems, one containing the primary database and one containing the standby database

Full Access
Question # 20

Which two options are available when setting up DNS for your bare metal and virtual machine DB Systems? (Choose two.)

A.

Internet and custom resolver

B.

Google DNS servers

C.

custom resolver

D.

Internet and virtual cloud network (VCN) resolver

Full Access
Question # 21

What is the maximum CIDR range that can be assigned when configuring a Virtual Cloud Network?

A.

/16

B.

/26

C.

/24

D.

/8

Full Access
Question # 22

Which two statements are true about an Oracle Cloud Infrastructure Virtual Cloud Network (VCN)? (Choose two.)

A.

A VCN can reside in multiple Oracle Cloud Infrastructure regions and Availability Domains.

B.

A VCN covers a single contiguous IPv4 CIDR block of your choice.

C.

An allowable VCN size range is: /16 to /30.

D.

A VCN creates the dynamic routing gateway by default.

Full Access
Question # 23

You are designing a two-tier web application in Oracle Cloud Infrastructure (OCI). Your clients want to access the web servers from anywhere, but want to prevent access to the database servers from the Internet.

Which is the recommended way to design the network architecture?

A.

Create public subnets for web servers and private subnets for database servers in your virtual cloud network (VCN), and associate separate internet gateways for each subnet.

B.

Create public subnets for web servers and associate a dynamic routing gateway with that subnet, and a private subnet for database servers with no association to dynamic gateway.

C.

Create public subnets for web servers and private subnets for database servers in your VCN, and associate separate security lists and route tables for each subnet.

D.

Create a single public subnet for your web servers and database servers, and associate only your web servers to internet gateway.

Full Access
Question # 24

Which two identity providers can your administrator federate with Oracle Cloud Infrastructure? (Choose two.)

A.

Microsoft Active Directory

B.

Oracle Identity Cloud Services

C.

AWS Directory Services

D.

Google Directory Federation Services

Full Access