McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

Oracle Cloud Solutions Infrastructure 1z0-997-22

1z0-997-22

Exam Code: 1z0-997-22

Exam Name: Oracle Cloud Infrastructure 2022 Architect Professional

Updated: Sep 03, 2026

Q&A Number: 167 Q&As

1z0-997-22 Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "PDF"

Price: $59.99 

About Oracle 1z0-997-22 Exam Braindumps

The Oracle Cloud Infrastructure 2022 Architect Professional exam has a reputation for breadth, and many candidates underestimate how much ground it covers. Getcertkey closes those gaps with 167 practice questions that reflect the style and difficulty you can expect in 2026.

Oracle 1z0-997-22 Exam Overview:

Certification Vendor:Oracle
Exam Name:Oracle Cloud Infrastructure 2022 Architect Professional
Exam Number:1Z0-997-22
Exam Duration:120 minutes
Exam Price:Varies by region / ~USD $245 (approx)
Exam Format:Multiple Select, Multiple Choice
Related Certifications:Oracle Cloud Infrastructure Architect Associate (1Z0-1072 series)
Certificate Validity Period:No fixed validity / subject to Oracle policy
Passing Score:65%
Available Languages:English
Real Exam Qty:50
Sample Questions:Free Download 1z0-997-22 Demo
Exam Way:Online proctored exam or in-test-center delivery
Pre Condition:Recommended to have Associate level OCI Architect certification and hands-on experience with Oracle Cloud Infrastructure.
Official Syllabus URL:https://education.oracle.com/oracle-cloud-infrastructure-2022-architect-professional/pexam_1Z0-997-22-S

Oracle 1z0-997-22 Exam Syllabus Topics:

SectionObjectives
Topic 1: Plan and design solutions in OCI- Create architecture patterns (N-tier, microservices, serverless)
- Plan solutions to meet business and technical requirements
Topic 2: Design for security, governance and compliance
Topic 3: Hybrid and multi-cloud architecture evaluation
Topic 4: Implement and operate OCI solutions- Manage infrastructure (IaC, CLI, APIs/SDKs)
- Operate and troubleshoot OCI services
Topic 5: Design scalable, high availability and disaster recovery solutions
Topic 6: Database solutions and migrations in OCI

Common Questions About the Oracle 1z0-997-22 Exam

What is the Oracle Cloud Infrastructure 2022 Architect Professional exam all about?

The 1z0-997-22 exam is the official Oracle exam behind the Oracle Cloud Solutions Infrastructure certification, validating the skills measured by the Oracle Cloud Infrastructure 2022 Architect Professional credential. It sits at the Professional level of the Oracle certification program. It also connects to Oracle Cloud Infrastructure Architect Associate (1Z0-1072 series), so the knowledge you build here carries over to those tracks as well.

How many questions are on the 1z0-997-22 exam, and how much time do I get?

The 1z0-997-22 exam contains 50 questions to be completed within 120 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.

What score do I need to pass the 1z0-997-22 exam, and what does it cost?

The passing score for the 1z0-997-22 exam is 65%, and the official registration fee is Varies by region / ~USD $245 (approx). Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 167 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.

Are there any prerequisites for the 1z0-997-22 exam?

Recommended to have Associate level OCI Architect certification and hands-on experience with Oracle Cloud Infrastructure. Requirements can change when Oracle revises its certification program, so confirm the current eligibility rules on the official exam page before you register.

Can I try the 1z0-997-22 practice questions before I buy?

Yes. Getcertkey provides a free 1z0-997-22 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Oracle revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.

What if I fail the 1z0-997-22 exam, and how is my order delivered?

Every Oracle Cloud Infrastructure 2022 Architect Professional purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.

Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.

What topics are covered in the 1z0-997-22 exam?

The Oracle Cloud Infrastructure 2022 Architect Professional exam blueprint is organized into 6 domains. The first three are:

  • Implement and operate OCI solutions
  • Hybrid and multi-cloud architecture evaluation
  • Database solutions and migrations in OCI

For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.

Oracle Cloud Infrastructure 2022 Architect Professional Sample Questions:

Question 1

You developed a microservices based application that runs on Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE). Your security team wants to use SSL termination for this application. What should you do to create a secure SSL termination for this application using fewest steps?

A. Create a self-signed certificate and it's corresponding key. Create a Kubernetes secret using the certificate and the key. Then add these an notations to the Kubernetes service:
annotations:
service.beta.kubernetes.io/oci-load-balancer-ssl-ports: "443"
service.beta.kubernetes.io/oci-load-balancer-security-list-management-mode:"Frontend"
B. Generate a self-signed certificate using Let's Encrypt. Use that certificate on OCI Load Balancer. Create the Kubernetes service usingthis load balancer.
C. Add these annotationsto the Kubernetes service:
annotations:
service.beta.kubernetes.io/oci-load-balancer-ssl-ports: "443"
service.beta.kubernetes.io/oci-load-balancer-ssl-secret-key: ssl-secret-key
D. Create a self-signed certificate and it's corresponding key. Create a Kubernetes secret using then add these annotationsto the Kubernetes service.
Service.beta.kubernete.io/oci-load-balancer-ssl-ports: "443" Service.beta.kubernete.io/oci-load-balancer-tls-secret:SSL-CERTIFICATE-SECRET


Question 2

Your company developed a function that needs to access the Oracle Database to inject some data to it at runtime. You are tasked to move this function to the Oracle Cloud Infrastructure (OCI) and use Oracle Functions and access Oracle Autonomous Database. You created a Dockerfile below to run this function, however, you are getting this error "cx_Oracle.DatabaseError: ORA""12560: TNS:protocol adapter error".

What should you do to make sure that Oracle Functions can run this Dockerfile properly? (Choose the best answer.)

A. You ned to run this Container as root, so add this line: USER root
B. Use """"privileged flag while running the Docker container to add runtime privilege
C. Add these two lines to your Dockerfile: groupadd """"gid 1000 fn && \ adduser """"uid 1000 """"gid fn fn
D. Use """"cap""add=ALL flag while running the Docker container to add runtime capability


Question 3

Which three scenarios are suitable for the use of Oracle Cloud Infrastructure (OCI) Autonomous Transaction Processing - Serverless (ATP-S) deployment? (Choose three.)

A. A well-established, online auction marketplace is running an application where there is database usage 24x7, but also has peaks of activity that are hard to predict. When the peaks happen, the total activities may reach 3 times the normal activity level.
B. A manufacturing company is running Oracle E-Business Suite application on-premises. They are looking to move this application to OCI and they want to use a managed database offering for their database tier.
C. A midsize company is considering migrating its legacy on-premises MongoDB database to Oracle Cloud Infrastructure (OCI). The database has significantly higher workloads on weekends than weekdays.
D. A small startup is deploying a new application for eCommerce and it requires a database to store customers' transactions. The team is unsure of what the load will look like since it is a new application.
E. A developer working on an internal project needs to use a database during work hours but doesn't need it during nights or weekends. The project budget requires her to keep costs low.


Question 4

A startup company is looking for a solution for processing of data transmitted by the IOT devices fitted to transport vehicles that carry frozen foods. The data should be consumed and processed in real time. The processed data should be archived to OCI Object Storage bucket. and use Autonomous Data warehouse (ADW) to handle analytics.
Which architecture will help you meet this requirement?

A. Use OCI Streaming Service to collect the incoming biometric data. Use an open source Hadoop cluster to analyze the data horn streaming service. Store the results to OCI Autonomous Data warehouse (ADW) to handle complex analytics
B. Create an OCI Object Storage bucket to collect the incoming biometric data from the smart pet collar Fetch the data horn OC\ Object storage to OCI Autonomous Data Warehouse (ADW) every day and run analytics Jobs with it
C. Use OCI Streaming Service to collect the incoming biometric data. Use Oracle Functions to process the date and show the results on a real-time dashboard and store the results lo OCI Object Storage Store the data In OCI Autonomous Data warehouse (ADW) to handle analytics.
D. Launch an open source Hadoop cluster to collect the Incoming biometrics data Use an Open source Fluentd cluster to analyze the- data me results to OCI Autonomous Transaction Processing (ADW)to handle complex analytics


Question 5

You are tasked with building a highly available, fault tolerant web application for your current employer. The security team is concerned about an increase in malicious web-based attacks across the internet and asked what you can do to add a higher level of security to the website.
How should you architect the solution on Oracle Cloud Infrastructure (OCI) to meet all requirements defined by your organization? (Choose the best answer.)

A. Deploy at least 3 web application servers, each in a different fault domain, using a regional private subnet. Place a public load balancer in a regional public subnet and create a backend set for all of the web application servers. Create a Geolocation steering policy in Traffic Management and add an answer pool that directs to the public IP address of the load balancer. Configure a global catch-all rule to use this answer pool.
B. Deploy at least 3 web application servers, each in a different fault domain, using a regional public subnet. Ensure that each web application server is assigned a public IP address. Deploy a Web Application Firewall (WAF) and configure one Origin for each public IP address.
C. Deploy at least 3 web application servers, each in a different fault domain, using a regional private subnet. Place a public load balancer in a regional public subnet and create a backend set for all of the web application servers. Deploy a Web Application Firewall (WAF) and configure the load balancer public IP address as the origin.
D. Deploy at least 3 web application servers, each in a different fault domain, using a regional public subnet. Use the OCI Traffic Management service to create a load balancing policy that will resolve DNS evenly between all web servers.


Solutions:

Question 1
Answer: D
Question 2
Answer: C
Question 3
Answer: A,D,E
Question 4
Answer: C
Question 5
Answer: C

1245 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

Testing engine really helps a lot. I was hesitant to spend money but the results were worth it. Got 93% marks in the 1z0-997-22 exam. Thank you Getcertkey.

Cecilia

Cecilia     4 star  

When I made up my mind to take Oracle 1z0-997-22 certification exam, I hadn't any idea of the exam pattern and its requirements. Thanks to Getcertkey Study Guide that it

Zora

Zora     4 star  

To my surprise, I got all of them and succeed Oracle Cloud Solutions Infrastructure.

Wanda

Wanda     4 star  

Passed my 1z0-997-22 certification exam today with the help of exam dumps from Getcertkey. Questions were in a different order but were in the exam. I got 90% marks.

Meredith

Meredith     5 star  

1z0-997-22 exam changed some days ago, and you sent me another new version so I remembered the two versions I have,so many questions but I have to pass exam so I try my best to remember them well.

Raymond

Raymond     4.5 star  

The 1z0-997-22 exam dumps from Getcertkey is very helpful for me.Thanks for the info. I took the 1z0-997-22 exam on Friday and passed it!

Mamie

Mamie     5 star  

My eternal desire to be on the cutting edge of my professional career always keep me hunting for latest certification exams related to my field. Thanks to Getcertkey for providing such an outstanding as well as true platform to achieve my goals.

Hayden

Hayden     5 star  

I found 1z0-997-22 exam torrent in Getcertkey. I tried the free demo before buying complete version, and the complete version was pretty good.

Wendell

Wendell     4.5 star  

Getcertkey's questions and answers worked in a magical way.

Basil

Basil     5 star  

Passed this 1z0-997-22 exam thid morning with a 98% score. The 1z0-997-22 dump is valid!

Lester

Lester     4.5 star  

Highly appreciated to this wonderful set of 1z0-997-22 exam questions! I passed the exam without difficulty. Every question worked well for me! Thanks a lot!

Gabrielle

Gabrielle     4 star  

I got 92% on this exam.

Joseph

Joseph     4 star  

It saves lots of time for me. Perfect 1z0-997-22 exam braindumps! I will interduce my friends to buy your exam materials.

Franklin

Franklin     4 star  

The training materials are straight to the point. I took and passed the 1z0-997-22 last week! Trustful exam materials!

Jodie

Jodie     5 star  

Thre are high pass rate though 1z0-997-22 training materials shows some errors. BTW, I passed 1z0-997-22 last week.

Ophelia

Ophelia     4.5 star  

The 1z0-997-22 latest practice test and updated exam questions give overall coverage to study material preparing for the exam. You can rely on it. I passed mine successfully.

Sean

Sean     4 star  

I love these 1z0-997-22 exam braindumps, so easy and helpful!

Kimberley

Kimberley     4.5 star  

Questions and answers were quite similar to the actual1z0-997-22 exam. Thank you Getcertkey for the amazing work. Passed my exam with 95% marks.

Celeste

Celeste     4.5 star  

Thank very much for offering me an admission to online program, and i used it to pass the 1z0-997-22 exam smoothly.

Pandora

Pandora     5 star  

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Contact US:  
 [email protected]  Support

Free Demo Download

Popular Vendors
Adobe
Alcatel-Lucent
Avaya
BEA
CheckPoint
CIW
CompTIA
CWNP
EC-COUNCIL
EMC
EXIN
Hitachi
HP
ISC
ISEB
Juniper
Lpi
Network Appliance
Nortel
Novell
SASInstitute
Sybase
Symantec
The Open Group
all vendors
Why Choose GetCertKey Testing Engine
 Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
 Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
 Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
 Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.