1Z0-997-21 Exam Details

  • Exam Code
    :1Z0-997-21
  • Exam Name
    :Oracle Cloud Infrastructure 2021 Architect Professional
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :137 Q&As
  • Last Updated
    :May 25, 2026

Oracle 1Z0-997-21 Online Questions & Answers

  • Question 51:

    An automobile company wants to deploy their CRM application for Oracle Database on Oracle Cloud Infrastructure (OC1) DB Systems for one of major clients. In compliance with the Business Continuity Program of the client, they need to provide a Recovery Point objective (RPO) of 24 hours and a Recovery time objective (RTO) of 24 hours and Recovery Time Objective (RTO) of 1 hour. The CRM application should be available oven in me event that an entire on Region is down. Which approach Is the most suitable and cost effective configuration for this scenario?

    A. Deploy a 1 node VM Oracle database in one region and replicate the database to a 1 node VM Oracle database in another region using a manual setup and configuration of Oracle Data Guard.
    B. Deploy a 2 node Virtual Machine (VM) Oracle RAC database in one region and replicate the database to a 2 node VM Oracle RAC database in another region using a manual setup and configuration of Oracle Data Guard.
    C. Deploy a 1 node VM Oracle database in one region. Manual Configure a Recovery Manager (RMAN) database backup schedule to take hourly database backups. Asynchronously copy the database backups to object storage in another OCI region, If the primary OCI region is unavailable launch a new 1 new VM Database in the other OCI region restore the production database from the backup.
    D. Deploy an Autonomous Transaction Processing (Serverless) database in one region and replicate it to an Autonomous Transaction Processing (Serverless) database in another region Oracle GoldenGate.

  • Question 52:

    A global retailer has decided to re-design its e-commerce platform to have a micro-services architecture. They would like to decouple application architecture into smaller, independent services using Oracle Cloud Infrastructure (OCI). They

    have decided to use both containers and servers technologies to run these application instances.

    Which option should you recommend to build this new platform?

    A. Install a kubernetes cluster on OCI and use OCI event service.
    B. Use Oracle Container Engine for kubernetes, OCI Registry and OCI Functions.
    C. Use OCI Resource Manager to automate compute Instances provisioning and use OCI Streaming service.
    D. Use OCI functions, OCI object storage and OCI event service.

  • Question 53:

    You notice that a majority of your Oracle Cloud Infrastructure (OCI) resources like compute instances, block volumes, and load balancers are not tagged. You have received a mandate from your CIO to add a predefined set of tags to identify owners for respective OCI resources. E.g. if Chris and Larry each create compute instances in a compartment, the instances that Chris creates include tags that contain his name as the value, while the instances that Larry creates have his name. Which option is the simplest way to implement this new tagging requirement?

    A. Create a default tag for each compartment, which ensure that appropriate tags are applied at the time of resource creation.
    B. Create an OCI Identity and Access Management policy requiring users to tag resources with their user name.
    C. Create an OCI Identity and Access Management policy to automatically tag a resource with the user name.
    D. Create tag variables to automatically tag a resource with the user name.

  • Question 54:

    You are working as a cloud engineer for an IoT startup company which is developing a health monitoring pet collar for dogs and cats. The company collects biometric Information of the pet every second and then sends it to Oracle Cloud Infrastructure (OCI) Your task is to come up with an architecture which will accept and process the monitoring data as well as provide complete trends and health reports to the pet owners. The portal should be highly available, durable, and scalable with an additional feature for showing real time biometric data analytics.

    Which architecture will help you meet this requirement?

    A. 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.
    B. 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
    C. 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
    D. 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.

  • Question 55:

    You have created compartment called Dev for developers. There are two IAM groups for developers:

    group-devl and group-dev2. You need to write an Identity and Access Management (IAM) policy to give users in these groups access to manage all resources in the compartment Dev. Which of the following IAM policy will accomplish this?

    A. Allow any-user to manage all resources in compartment Dev where request.group= /group-dev*/
    B. Allow group group-devl group-dev2 to manage all resources in compartment Dev
    C. Allow group /group-dev*/ to manage all resources in compartment Dev
    D. Allow any-user to manage all resources in tenancy where target.comparment= Dev

  • Question 56:

    You are helping a customer troubleshoot a problem. The customer has several Oracle Linux servers in a private subnet within a Virtual Cloud Network (VCN). The servers are configured to periodically communicate to the Internet to get

    security patches for applications Installed on them. The servers are unable to reach the Internet. An Internet Gateway has been deployed In the public subnet in the VCN and the appropriate routes are configured in the Route Table

    associated with the public subnet.

    Based on cost considerations, which option will fix this Issue?

    A. Create a Public Load Balancer In front of the servers and add the servers to the Backend Set of the Public Load Balancer.
    B. Create another Internet Gateway and configure it as route target for the private subnet.
    C. Implement a NAT instance In the public subnet of the VCN and configure the NAT instance as the route target for the private subnet.
    D. Create a NAT gateway in the VCN and configure the NAT gateway as the route target for the private subnet.

  • Question 57:

    You have provisioned a new VM.DenseIO2.24 compute instance with local NVMe drives. The compute instance is running production application. This is a write heavy application, with a significant Impact to the business it the application goes down. What should you do to help maintain write performance and protect against NVMe devices failure.

    A. NVMe drive have built in capability to recover themself so no other actions are required
    B. Configure RAID 6 for NVMe devices.
    C. Configure RAID 1 for NVMe devices.
    D. Configure RAID 10 for NVMe devices.

  • Question 58:

    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?

    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

  • Question 59:

    Which three scenarios are suitable for the Oracle Infrastructure (OCI) Autonomous transaction Processing Server less (ATP-S) deployment?

    A. well established, online auction marketplace is running an application where there is database usage 24? but also has peaks of activity that the hard to predict when the peaks happen, the total activities may reach 3 times the normal activity level (Correct)
    B. A small startup is deploying a new application fen eCommerce and it requires database to store customers' transactions the team b of what the load will look like since it is a new application. (Correct)
    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 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. (Correct)
    E. 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.

  • Question 60:

    You have deployed a multi-tier application with multiple compute instances in Oracle Cloud Infrastructure. You want to back up these volumes and have decided to use 'Volume Groups' feature. The Block volume and Compute instances exist

    in different compartments within your tenancy. Periodically, a few child compartments are moved under different parent compartments, and you notice that sometimes volume group backup fails.

    What could be the cause?

    A. The Identity and Access Management policy allowing backup failed to move when the compartment was moved.
    B. You are exceeding your volume group backup quota configured.
    C. You have the same block volume attached to multiple compute instances; if these compute instances are in different compartments then all concerned compartments must be moved at the same time.
    D. A compute instance with multiple block volumes attached cannot move when a compartment is moved.

Tips on How to Prepare for the Exams

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-21 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.