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

Oracle Cloud Infrastructure 2023 Architect Professional Question and Answers

Oracle Cloud Infrastructure 2023 Architect Professional

Last Update May 1, 2024
Total Questions : 13

We are offering FREE 1z0-997-23 Oracle exam questions. All you do is to just go and sign up. Give your details, prepare 1z0-997-23 free exam questions and then go for complete pool of Oracle Cloud Infrastructure 2023 Architect Professional test questions that will help you more.

1z0-997-23 pdf

1z0-997-23 PDF

$35  $99.99
1z0-997-23 Engine

1z0-997-23 Testing Engine

$42  $119.99
1z0-997-23 PDF + Engine

1z0-997-23 PDF + Testing Engine

$56  $159.99
Questions 1

Deploy a Serverless Function and Access Using an API Gateway

Deployment in OCI

Scenario

You have joined ACME as their new Cloud Solutions Architect. Your organization wants to verify if

they can execute their microservices deployed as serverless functions on another cloud provider

using Oracle Functions in OCI.

Preconfigured

To complete this requirement, you are provided with the following:

• Access to an OCI Tenancy, an assigned compartment, and OCI credentials.

• Access to Cloud Shell to execute the Fn CLI and Docker commands.

• Code for a sample Python function, ExamFunction-main.zip.

• Permissions to perform only the tasks within the challenge.

Note: Throughout your exam, ensure to use assigned Compartment 99248134-

C01 and Region us-ashburn-1

Complete the following tasks in the provisioned OCI environment:

1. Set up the context for Fn CLI and deploy the python function to exam-app.

a. Set up the Fn CLI context in Cloud Shell

i. Set your region and your assigned compartment

ii. Set your registry [repo-name-prefix], which must

be: [region_key].ocir.io/[tenancy-name]/{username}

For example, if your tenancy is ocuocictrng19, user name is 99346163-

lab.user02 and region is US East Ashburn, your registry must

be iad.ocir.io/ocuocictrng19/99346163-lab.user02.

Your username is 99248134-lab.user01

Your tenancy is ocuocictrng16

b. Login to the registry using docker login, which will require you to generate and use

an Auth Token

c. Use wget https://objectstorage.us-ashburn1.oraclecloud.com/n/ocuocictrng5/b/PBT_Storage/o/ExamFunction-main.zipto

upload the zip archive containing the Python function files to Cloud Shell.

d. Extract the files by using the unzip utility and navigate to the python sub-folder

e. Deploy the python function to the exam-app using an fn command

f. Invoke the function at least 2 times using an fn command

Options:

Discussion 0
Questions 2

Challenge 2 - Task 2 of 5

Deploy a Serverless Function and Access Using an API Gateway

Deployment in OCI

Scenario

You have joined ACME as their new Cloud Solutions Architect. Your organization wants to verify if

they can execute their microservices deployed as serverless functions on another cloud provider

using Oracle Functions in OCI.

Preconfigured

To complete this requirement, you are provided with the following:

• Access to an OCI Tenancy, an assigned compartment, and OCI credentials.

• Access to Cloud Shell to execute the Fn CLI and Docker commands.

• Code for a sample Python function, ExamFunction-main.zip.

• Permissions to perform only the tasks within the challenge.

Note: Throughout your exam, ensure to use assigned Compartment 99248134-

C01and Region us-ashburn-1

Complete the following task:

In the field below, write an IAM policy statement that allows API Gateway to access Oracle Functions

in your compartment.

Options:

Discussion 0
Questions 3

You designed and deployed your Autonomous Data Warehouse (ADW) so that it is

accessible from your on-premise data center and servers running on both private and public

networks in Oracle Cloud Infrastructure (OCI).

As you are testing the connectivity to your ADW database from the different access paths, you

notice that the server running on the private network is unable to connect to ADW.

Which two steps do you need to take to enable connectivity from the server on the private network to

ADW? (Choose two.)

Options:

A.  

Add an entry in the Security List of the ADW allowing ingress traffic for CIDR block

10.2.2.0/24

B.  

Add an entry in the route table (associated with the private subnet) with destination of

0.0.0.0/0; target type of NAT Gateway, add a stateful egress rule to the security list (associated

with the private subnet) with destination of 0.0.0.0/0 and for all IP protocols.

C.  

Add an entry in the access control list of ADW for IP address 129.146.160.11

D.  

Add an entry in the route table (associated with the private subnet) with destination of

0.0.0.0/0; target type of Internet Gateway, add a stateful egress rule to the security list

(associated with the private subnet) with destination of 0.0.0.0/0 and for all IP protocols.

E.  

Add an entry in the access control list of ADW for CIDR block 10.2.2.0/24.

Discussion 0