Oracle
1z0-997-22
Oracle Cloud
Infrastructure 2022
Architect Professional
Version: Jan - 2023
[ Total Questions: 10]
Web: [Link]
Email: support@[Link]
IMPORTANT NOTICE
Feedback
We have developed quality product and state-of-art service to ensure our customers interest. If you have any
suggestions, please feel free to contact us at feedback@[Link]
Support
If you have any questions about our product, please provide the following items:
exam code
screenshot of the question
login id/email
please contact us at support@[Link] and our technical experts will provide support within 24 hours.
Copyright
The product of each order has its own encryption code, so you should use it independently. Any unauthorized
changes will inflict legal punishment. We reserve the right of final explanation for this statement.
Practice Exam Oracle - 1z0-997-22
Question #:1
You are responsible for migrating your on premises legacy databaseson [Link] version to Autonomous
Transaction Processing Dedicated (ATP-D) In Oracle Cloud Infrastructure (OCI). As a solution architect, you
need to plan your migration approach.
Which two options do you need to implement together to migrate your on premises databases to OCI?
A. Use Oracle Data Guard to keep on premises database always active during migration
B. Retain changes to Oracle shipped privileges, stored procedures or views In the on-premises databases.
C. Use Oracle GoldenGate replication tokeep on premises database online during migration.
D. Convert on-premises databases to PDB, upgrade to 19c, and encrypt Migration.
E. Retain all legacy structures and unsupported features (e.g. taw U>Bs) In the onuses databases for
migration.
Answer: C D
Explanation
Autonomous Database is an Oracle Managed and Secure environment.
A physical database can’t simply be migrated to autonomous because:
- Database must be converted to PDB, upgraded to 19c, andencrypted
- Any changes to Oracle shipped privileges, stored procedures or views must be removed
- All legacy structures and unsupported features must be removed (e.g. legacy LOBs)
GoldenGate replication can be used to keep database online during migration
Question #:2
A large financial services company has used 2 types of Oracle DB Systems. In Oracle Cloud Infrastructure
(OCI) to store user data. One is running on a VM.Standard2.8 shape and the other on a [Link] 2.4
shape.
As business grows, data is growing rapidly on both the databases and performance is also degrading. The
company wants to address this problem with a viable and economical solution.
As the solution architect for that company you have suggested that they move their databases to Autonomous
Transaction Processing Serverless (ATP-S) database.
Which two factors should you consider before you arrived at that recommendation?
Leaders in it certification 1 of 6
Practice Exam Oracle - 1z0-997-22
A. You verified that ATP S supports the database features and options currently being used by the
2databases.
B. Validate that ATP-S will support the storage and processing requirements for the 2 databases over the
life cycle of the business applications.
C. Confirm that ATP-S allows customers to compress tablespaces to reduce storage costs
D. Upon provisioning, ATP-S automatically scales up CPU to meet the application's processing
requirements.
Answer: A B
Explanation
Not all features present in Oracle Database Enterprise Edition are available in ATP, and some some Oracle
Database features are restricted, for example, database features designed for administration are not available.
so you need to validate it first, You can find a complete list of the features that are not supported,
[Link]
Also, you must specify the initial storage required for your database but ADB is elastic, so it is possible to
grow or shrink your database as needed.
Question #:3
Which of the following is NOT a good use case for the Oracle Cloud Infrastructure (OCI) Streaming service?
A. Meeting compliance requirements for data to remain unchanged over a long time, so that it can be
retrieved for audit purposes.
B. Messaging with a pull-based communication model and the ability to feed multiple consumers with the
same data independently.
C. Ingesting metric and logdata to help make critical operational data more quickly available for indexing,
analysis, and visualization.
D. Providing a unified entry point for cloud components to report their life cycle events for audit,
accounting, and related activities.
Answer: A
Question #:4
You are creating an Oracle Cloud Infrastructure Dynamic Group. To determine the members of this group you
are defining a set of matching rules.
Which of the following are the supported variables to define conditions in the matching rules? (Choose Two)
Leaders in it certification 2 of 6
Practice Exam Oracle - 1z0-997-22
A. [Link] -the OCID of the compartment where the instance resides.
B. [Link] -the OCID of the tenancywhere the instance resides.
C. tag.<tagnamespace>.<tagkey>.value -the tag namespace and tag key.
D. [Link] - the OCID of the IAM policy to apply to the group.
Answer: A C
Question #:5
You have been asked to implement a bespoke financial application in Oracle Cloud Infrastructure using virtual
machine instances controlled by Autoscaling across multiple Availability Domains. The application stores
transaction logs, intermediate transaction data, andaudit data and needs to store this on a persistent, durable
data store accessible from all of the application servers. The application requires the file system to be mounted
in the /audit folder on the
Linux file system. The system needs to tolerate thefailure of two or more Fault Domains and still maintain data
integrity. The solution should be as low maintenance as possible.
What storage architecture should you suggest?
A. Use locally attached NVMe instances and configure RAID 0 replication betweenservers.
B. Implement a single instance and install an NFS server, configure and create an NFS share, and mount
this as /audit on the application instances.
C. Store the data on Oracle Object Storage mounted at the /audit mount point on all the Linux instances
using the default mount options.
D. Use File Storage Service(FSS). Configure FSS to operate from all Availability Domains the application
servers operate in and mount the file system in the /audit folder.
Answer: D
Question #:6
A customer is in a process of shifting their web based Sales application from their own data center located in
US West to OCI India West (Mumbai) [Link] want to do it in a controlled manner and initially only 1%
of the traffic will be steered to the servers in OCI. After verification of everything is working as expected, the
company is gradually planning to increase the ratio until they are comfortable with fully migrating all traffic to
OCI.
Which of the following solution can be used in this situation?
A. OCI DNS and Traffic Management with Geolocation Steering policy
B. OCI DNS and Traffic Management with Failover Steering policy
Leaders in it certification 3 of 6
Practice Exam Oracle - 1z0-997-22
C. OCI DNS and Traffic Management with Load Balancer Steering policy
D. OCI DNS and OCI Load Balancer Service
Answer: A
Explanation
STEERING POLICIESis A framework to define the traffic management behavior for your zones. Steering
policies contain rules that help to intelligentlyserve DNS answers.
FAILOVER
Failover policies allow you to prioritize the order in which you want answers served in a policy (for example,
Primary and Secondary). Oracle Cloud Infrastructure Health Checks are leveraged to determine the health of
answers inthe policy. If the Primary Answer is determined to be unhealthy, DNS traffic will automatically
be steered to the Secondary Answer.
LOAD_BALANCE
Load Balancer policies allow distribution of traffic across multiple endpoints. Endpoints can be assigned equal
weights to distribute traffic evenly across the endpoints orcustom weightsmay be assigned for ratio load
balancing. Oracle Cloud InfrastructureHealth Checksare leveraged to determine the health of the
endpoint. DNS traffic will be automatically distributed to the other endpoints, if an endpoint is determined to
be unhealthy.
ROUTE_BY_GEO
Geolocation-based steering policies distribute DNS traffic to different endpoints based on the location of the
end user. Customers can define geographic regions composed of originating continent, countries or
states/provinces (North America) and define a separate endpoint or set of endpoints for each region.
ROUTE_BY_ASN
ASN-based steering policies enable you to steer DNS traffic based on Autonomous System Numbers (ASN).
DNS queries originating from a specific ASN or set of ASNs can be steered to a specified endpoint.
ROUTE_BY_IP
IP Prefix-based steering policies enable customers to steer DNS traffic based on the IP Prefix of the
originating query.
Question #:7
You are tasked with backing up your data using Oracle Cloud Infrastructure Block Volume service.
Leaders in it certification 4 of 6
Practice Exam Oracle - 1z0-997-22
When you are finalizing your block volume backup schedule, which of the following two are valid
considerations for your backup plan? (Choose Two)
A. Number of stored backups: How many backups you need to keep available and the deletion schedule
forthose you no longer need.
B. Governance: Tagging of backups so you can capture backup related API calls through the Audit service.
C. Frequency: How often you want to back up your data.
D. Location: Determine the Object Store Bucket where the backups willbe stored.
E. Encryption: Whether to use your own key to encrypt your volume backups.
Answer: A C
Question #:8
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.
Answer: C
Question #:9
A small business specializing in video processing wants to leverage cloud storage in order to lower its costs.
They are looking to backup all video data generated, from an existing on-premises file server to Oracle Cloud
Infrastructure (OCI). The requirement is to setup continuous data sync as changes are made to on-
premises file server. What is the most costeffective solution for this scenario?
A. Set up a Fastconnect virtual Circuit and nightly back up all videos to OCI Archive Storage.
B. Set up file storage service on OCI and mount the file system to an instance running on-premises. Move
all the data to this on-premises instance and then sync the videos to the shared file system.
C. Set up a VPN connect connection and back up all videos to Object storage standard bucket. Create a
lifecycle policy to move files older than 30 days to Archive Storage.
Leaders in it certification 5 of 6
Practice Exam Oracle - 1z0-997-22
D. Setup an on-premises OCI Storage Gateway Cloud Sync to back up videos to OCI Object Storage
Archive tier.
Answer: D
Question #:10
You are working as a solution architect for a customer in Frankfurt, which uses multiple compute instance
VMs spread among three Availability Domains in the Oracle Cloud Infrastructure (OCI) eu-frankfurt-1 region.
The compute instances do not have public IP addresses and are running in private subnets inside a Virtual
Cloud Network (VCN). You have set up OCI Autoscaling feature for the compute instances, but find out that
instances cannot be auto scaled. You have enabled monitoring on the instances.
What could be wrong in this situation?
A. You need to assign a reserved public IP address to the compute instances.
B. You need to set up a Service Gateway to send metrics to the OCI Monitoring service.
C. Autoscaling only works for instances with public IP addresses.
D. Autoscaling only works with single availability domains.
Answer: B
Leaders in it certification 6 of 6
About [Link]
[Link] was founded in 2007. We provide latest & high quality IT / Business Certification Training Exam
Questions, Study Guides, Practice Tests.
We help you pass any IT / Business Certification Exams with 100% Pass Guaranteed or Full Refund. Especially
Cisco, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on.
View list of all certification exams: All vendors
We prepare state-of-the art practice tests for certification exams. You can reach us at any of the email addresses listed
below.
Sales: sales@[Link]
Feedback: feedback@[Link]
Support: support@[Link]
Any problems about IT certification or our products, You can write us back and we will get back to you within 24
hours.