Oracle 1Z0-997-22 Online Practice
Questions and Exam Preparation
1Z0-997-22 Exam Details
Exam Code
:1Z0-997-22
Exam Name
:Oracle Cloud Infrastructure 2022 Architect Professional
Certification
:Oracle Certifications
Vendor
:Oracle
Total Questions
:165 Q&As
Last Updated
:May 24, 2026
Oracle 1Z0-997-22 Online Questions &
Answers
Question 121:
Which of the below options for private access to services within Oracle Cloud Infrastructure (OCI) is NOT valid?
A. You cannot use the private endpoint for hosts in the on-premises network. B. Traffic from an OCI compute instance going through a Service Gateway to Object Storage is routed without being sent over the internet. C. You can enable private access to certain services within OCI from your Virtual Cloud Network by using either a private endpoint or a service gateway. D. The private endpoint gives hosts within your Virtual Cloud Network access to a given service within Oracle Cloud Infrastructure.
A. You cannot use the private endpoint for hosts in the on-premises network.
Question 122:
You have been asked to create a mobile application which will be used for submitting orders by users of a popular E-Commerce site. The application is built to work with Autonomous Transaction Processing - Serverless (ATP-S) database as the backend and HTML5 on Oracle Application Express as the front end. During the peak usage of the application you notice that the application response time is very slow. ATP-S database is deployed with 3 CPU cores and 1 TB of memory.
Which two options are expensive or impractical ways to improve the application response times?
A. Identify the maximum memory capacity needed for peak times and scale the memory for the ATP-S database to that number. ATP-S will scale the memory down when not needed. B. Use the Machine Learning (ML) feature of the ATP-S database iteratively to tune the SQL queries used by the application. C. Scale up CPU core count and memory during peak times. D. Enable auto scaling for CPU cores on ATP-S database. E. Identify the maximum CPU capacity needed for peak times and scale the CPU core count for the ATP-S database to that number. ATP-S will scale the CPU core count down when not needed.
C. Scale up CPU core count and memory during peak times. E. Identify the maximum CPU capacity needed for peak times and scale the CPU core count for the ATP-S database to that number. ATP-S will scale the CPU core count down when not needed.
Question 123:
You are using the Oracle Cloud Infrastructure (OCI) OS Management service to manage updates and patches for the Oracle Linux 8 environments on your compute instances in OCI. You have verified that the OS Management Service Agent (osms-agent) is installed and running properly in the instances.
One of the compute instances is not getting the updates from OS Management Service. You use the following command to validatethatyourinstance cannot reach the OS Management Ingestion service by running curl https://ingestion.osms.
.oci.oraclecloud.com/
Which Is NOT a possible reason for this issue?
A. The instance Is in a private subnet with a NAT gateway. B. The instance is in a private subnet with a privateendpointwith security rules configured to access the OS Managementingestion service C. The instance is in a private subnet with a service gatewaythat uses the All Services in Oracle Services Network CIDR label. D. The Instance is in a publicsubnet with an Internet gateway.
B. The instance is in a private subnet with a privateendpointwith security rules configured to access the OS Managementingestion service
Explanation/Reference:
Question 124:
An OCI Architect is working on a solution consisting of analysis of data from clinical trials of a pharmaceutical company. The data is being stored in OCI Autonomous Data Warehouse (ADW) having 8 CPU Cores and 70 TB of storage. The architect is planning to setup autoscaling to respond to dynamic changes in the workload.
Which of the following needs to be considered while configuring auto scaling? Choose two
A. Enabling auto scaling does not change the concurrency and parallelism settings B. Auto scaling also scales IO throughput linearly along with CPU C. The database memory SGA and PGA will not get affected by the changes in the number of CPUs during auto scaling D. The maximum CPU cores that will be automatically allocated for this database is 16 CPUs
A. Enabling auto scaling does not change the concurrency and parallelism settings B. Auto scaling also scales IO throughput linearly along with CPU
Explanation/Reference:
Auto scaling is enabled by default when you create an Autonomous Database instance or you can use Scale Up/Down on the Oracle Cloud Infrastructure console to enable or disable auto scaling. With auto scaling enabled the database can
use up to three times more CPU and IO resources than specified by the number of OCPUs currently shown in the Scale Up/Down dialog. When auto scaling is enabled, if your workload requires additional CPU and IO resources the database
automatically uses the resources without any manual intervention required.
Enabling auto scaling does not change the concurrency and parallelism settings for the predefined services IO throughput depends on the number of CPUs you provision and scales linearly with the number of CPUs.
Question 125:
You are a solution architect working with a startup that has decided to move their workload to Oracle Cloud Infrastructure. Since their workload is small, upon architecting, you decide its sufficient to use 8 compute instances to run their workload. The company wants to use a common storage for their instances. So, you propose the idea of attaching a block volume to multiple instances to provide a common storage.
Which of the below option is NOT true for such a solution?
A. If the block volume is already attached to an instance as read/write non-shareable you can't attach it to another instance until you detach it from the first instance. B. Block volumes attached as read-only are configured as shareable by default. C. You can delete a block volume from one instance without detaching it from all other instances there by keeping other instance's storage intact. D. Once you attach a block volume to an instance as read-only, it can only be attached to other instances as read-only.
C. You can delete a block volume from one instance without detaching it from all other instances there by keeping other instance's storage intact.
Question 126:
You are a cloud architect at a financial organization. The development team is tasked with creating a cloud native application to be hosted on Oracle Cloud Infrastructure (OCI). The development team has followed a microservices-based approach and created containerized images of the cloud-native application and pushed them to OCI Registry (OCIR).
How can you deploy a load balanced application to your OCI Container Engine for Kubernetes (OKE) cluster using these images?
A. Create a load balancer using the OCI load balancer service, add the load balancer service IP in the manifest file, add the location of the docker image to the manifest file, and deploy the manifest file. B. Create a named secret, add the secret to the manifest file, add the location of the docker image to the manifest file, add the service of type LoadBalancer in the manifest file, and deploy the manifest file. C. Create an auth token, add the auth token to the manifest file, add the location of the docker image to the manifest file, add the service of type LoadBalancer in the manifest file, and deploy the manifest file. D. Add the location of the docker image to the manifest file, deploy the manifest file. All applications are load-balanced by default in OKE
A. Create a load balancer using the OCI load balancer service, add the load balancer service IP in the manifest file, add the location of the docker image to the manifest file, and deploy the manifest file.
Question 127:
A company has an urgent requirement to migrate 300 TB of data to Oracle Cloud Infrastructure (OCI) In two weeks. Their data center has been recently struck by a massive hurricane and the building has been badly damaged, although still operational. They have a 100 Mbps Internet line but the connection is Intermittent due to the damages caused to the electrical grid.
In this scenario, what is the most effective service to use to migrate the data to OCI given the time constraints?
A. Setup a OCI Storage Gateway to connect your data center and your VCN. Once the connection has been established, upload all data to OCI using OCI Storage Gateway Cloud Sync tool. B. Setup a hybrid network by launching aIGbpsFastConnect virtual circuit between your data center and OCI. Use OCI Object storage multipart upload tool to automate the migration of your data to OCI. C. Use multiple OCI Data Transfer Appliances to transfer data to OCI. D. Upload the data to OCI using OCI Object Storage multipart upload tool. E. Storage Gateway to connect your data center and your VCN. Once the connection has been established, upload all data to OCI.
C. Use multiple OCI Data Transfer Appliances to transfer data to OCI.
Explanation/Reference:
Due to the network speed is not good enough and the connection is Intermittent due to the damages caused to the electrical grid Oracle offers offline data transfer solutions that let you migrate data to Oracle Cloud Infrastructure. You have 2 Options of Data Transfer DISK-BASED DATA TRANSFER You send your data as files on encrypted commodity disk to an Oracle transfer site. Operators at the Oracle transfer site upload the files into your designated Object Storage bucket in your tenancy. APPLIANCE-BASED DATA TRANSFER you send your data as files on secure, high-capacity, Oracle-supplied storage appliances to an Oracle transfer site. Operators at the Oracle transfer site upload the data into your designated Object Storage bucket in your tenancy.
Question 128:
A cloud consultant is working on implementation project on OCI. As part of the compliance requirements, the objects placed in object storage should be automatically archived first and then deleted. He is testing a Lifecycle Policy on Object
A. All objects with names starting with "doc" will be deleted after 5 days of object creation B. All the objects having file extension ".doc" will be archived for 5 days and will be deleted 10 days after object creation C. All the objects having file extension ".doc" will be archived 5 days after object creation D. All the objects with names starting with "doc" will be archived 5 days after object creation and will be deleted 5 days after archival
A. All objects with names starting with "doc" will be deleted after 5 days of object creation
Explanation/Reference:
Object Lifecycle Management works by defining rules that instruct Object Storage to archive or delete objects on your behalf within a given bucket. A bucket's lifecycle rules are collectively known as an object lifecycle policy. You can use a rule to either archive or delete objects and specify the number of days until the specified action is taken.
A rule that deletes an object always takes priority over a rule that would archive that same object.
Question 129:
Which of the below options is true regarding Oracle Cloud Infrastructure's load balancing service?
A. You can dynamically change the load balancer shape to handle more incoming traffic. B. The public load balancer applies a floating public IP address to the primary load balancer. C. When you create a private load balancer, the service requires 2 or more subnets to host both the primary and standby load balancers. D. A public load balancer is Availability Domain specific in scope.
B. The public load balancer applies a floating public IP address to the primary load balancer.
Question 130:
Which of the following is NOT a good use case for the volume backup feature of the Oracle Cloud Infrastructure Block Volume service?
A. Support business continuity requirements of reducing the risk of outages or data mutation over time. B. Meet compliance and regulatory requirements for data to remain unchanged over time, so that it can be retrieved for audit purposes. C. Rapidly duplicate an environment in seconds to test configuration changes without impacting your production environment. D. Retain a copy of data in a volume, so that you can duplicate an environment later or preserve the data for future use.
C. Rapidly duplicate an environment in seconds to test configuration changes without impacting your production environment.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Oracle exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 1Z0-997-22 exam preparations
and Oracle certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.