Free Oracle 1Z0-997-20 Exam Actual Questions

The questions for 1Z0-997-20 were last updated On Dec 15, 2025

At ValidExamDumps, we consistently monitor updates to the Oracle 1Z0-997-20 exam questions by Oracle. Whenever our team identifies changes in the exam questions,exam objectives, exam focus areas or in exam requirements, We immediately update our exam questions for both PDF and online practice exams. This commitment ensures our customers always have access to the most current and accurate questions. By preparing with these actual questions, our customers can successfully pass the Oracle Cloud Infrastructure 2020 Architect Professional exam on their first attempt without needing additional materials or study guides.

Other certification materials providers often include outdated or removed questions by Oracle in their Oracle 1Z0-997-20 exam. These outdated questions lead to customers failing their Oracle Cloud Infrastructure 2020 Architect Professional exam. In contrast, we ensure our questions bank includes only precise and up-to-date questions, guaranteeing their presence in your actual exam. Our main priority is your success in the Oracle 1Z0-997-20 exam, not profiting from selling obsolete exam questions in PDF or Online Practice Test.

 

Question No. 1

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 Storage and created a policy as below:

[ { "name": "Archive_doc", "action": "ARCHIVE", "objectNameFilter": { "inclusionPrefixes": "doc"] },

"timeAmount": 5, "timeunit": "DAYS", "isEnabled": true },

{ "name": "Delete_doc", "action": "DELETE", "objectNameFilter": "inclusionPrefixes": [ "doc"]

1."timeAmount": 5, "timeunit": "DAYS", "isEnabled": true }

What will happen after this policy is applied?

Show Answer Hide Answer
Correct Answer: A

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 No. 2

You have decided to migrate your application to Oracle Cloud Infrastructure and use Oracle Functions to deploy your microservices.

Which monitoring metrics are available to help you calculate your total cost for using Oracle Functions per month? (Choose Two)

Show Answer Hide Answer
Correct Answer: B, C

Question No. 3

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?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

A new International hacktivfst group based in London, launched a wide scale cyber attacks Including SQL Injection and Cross-Site Scripting (XSS) across multiple websites which are hosted in Oracle Cloud Infrastructure (OCI). As an IT consultant, you must configure a Web Application Firewall (WAF) to protect these website against the attacks.

How should you configure your WAF to protect the website against those attacks?

Show Answer Hide Answer
Correct Answer: A

Question No. 5

By copying block volume backups to another region at regular intervals, it makes it easier for you to rebuild applications and data in the destination region if a region-wide disaster occurs in the source region.

Which IAM Policy statement allows the VolumeAdmins group to copy volume backups between regions '

Show Answer Hide Answer
Correct Answer: C

The backups feature of the Oracle Cloud Infrastructure Block Volume service lets you make a point-intime snapshot of the data on a block volume.These backups can then be restored to new volumes either immediately after a backup or at a later time that you choose.

You can copy block volume backups between regions using the Console, command line interface (CLI), SDKs, or REST APIs.

To copy volume backups between regions, you must have permission to read and copy volume backups in the source region, and permission to create volume backups in the destination region.

to do all things with block storage volumes, volume backups, and volume groups in all

compartments with the exception of copying volume backups across regions.

Allow group VolumeAdmins to manage volume-family in tenancy

The aggregate resource type volume-family does not include the VOLUME_BACKUP_COPY permission, so to enable copying volume backups across regions you need to ensure that you include the third statement in that policy, which is:

Allow group VolumeAdmins to use volume-backups in tenancy where request.permission='VOLUME _BACKUP_COPY'