Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-1072-21 > 1Z0-1072-21 Online Practice Questions and Answers

1Z0-1072-21 Online Practice Questions and Answers

Questions 4

You are running a mission-critical database application in Oracle Cloud Infrastructure (OCI). You take

regular backups of your DB system to OCI object storage. Recently, you notice a failed database backup

status in the console.

What step can you take to determine the cause of the backup failure?

A. Ensure that your database host can connect to OCI object storage.

B. Ensure the database archiving mode is set to NOARCHIVELOG.

C. Make sure that the database is not active and running while the backup is in progress.

D. Don't restart the dcsagent program even if it has a status of stop/waiting.

Buy Now

Correct Answer: A

Database backups can fail for various reasons. Typically, a backup fails because either the database host cannot access the object store, or there are problems on the host or with the database configuration. First need to determining the Problem In the Console, a failed database backup either displays a status of Failed or hangs in the Backup in Progress or Creating state. If the error message does not contain enough information to point you to a solution, you can use the database CLI and log files to gather more data. Then, refer to the applicable section in this topic for a solution. Database Service Agent Issues Your Oracle Cloud Infrastructure Database makes use of an agent framework to allow you to manage your database through the cloud platform. Occasionally you might need to restart the dcsagent program if it has the status of stop/waiting to resolve a backup failure. Object Store Connectivity Issues Backing up your database to Oracle Cloud Infrastructure Object Storage requires that the host can connect to the applicable Swift endpoint. You can test this connectivity by using a Swift user. Host Issues One or more of the following conditions on the database host can cause backups to fail:

-Interactive Commands in the Oracle Profile

-The File System Is Full

-Incorrect Version of the Oracle Database Cloud Backup Module

-Changes to the Site Profile File (glogin.sql)

Database Issues

An improper database state or configuration can lead to failed backups.

-Database Not Running During Backup

-Archiving Mode Set to NOARCHIVELOG (When you provision a new database, the archiving mode is set

to ARCHIVELOG by default. This is the required archiving mode for backup operations)

-Stuck Database Archiver Process and Backup Failures

-Temporary Tablespace Errors

-

RMAN Configuration and Backup Failures

-

RMAN Retention Policy and Backup Failures

-Loss of Objectstore Wallet File and Backup Failures

TDE Wallet and Backup Failures

-

Incorrect TDE Wallet Location Specification

-

Incorrect State of the TDE Wallet

-

Incorrect Configuration Related to the TDE Wallet

-Missing TDE Wallet File

As this is not new provisioned database and already in the ARCHIVELOG , regular backups of DB system

to OCI object storage in places, so the best answers are,

-Ensure that your database host can connect to the OCI object storage

-Restart the database service agent

Questions 5

At the end of a terraform apply operation, what is the default output?

A. nothing by default

B. statistics about what was added, changed, and destroyed

C. the entire state file

D. statistics about what was added, changed, and destroyed, and the values of outputs

Buy Now

Correct Answer: D

Questions 6

In which language are Terraform and Terraform providers written?

A. Python

B. Go

C. C

D. Ruby

Buy Now

Correct Answer: B

References: https://www.terraform.io/docs/extend/writing-custom-providers.html

Questions 7

For a compute instance that is launched in a private subnet in a Virtual Cloud Network (VCN), which action needs to be performed to connect to the Internet, assuming that the required security list is properly set up?

A. Assign a Public IP address to the compute instance.

B. Create and configure Network Address Translation (NAT) in a public subnet and route all traffic to it.

C. There is no way for an instance in a private subnet to connect to the Internet.

D. Create a default route entry in the route table to forward all traffic to the Internet gateway.

Buy Now

Correct Answer: D

Questions 8

Your company has decided to move a few applications to Oracle Cloud and you have been asked to design it for both High Availability (HA) and Disaster Recovery (DR). Which two should you consider while designing your Oracle Cloud Infrastructure architecture? (Choose two.)

A. Region

B. Instance Shape

C. Compartments

D. Availability Domain

Buy Now

Correct Answer: AD

References: https://blogs.oracle.com/cloud-infrastructure/migration-and-disaster-recovery-in-the-oracle-cloud- withrackware

Questions 9

You are in the process of setting up a highly available student registration website on Oracle Cloud Infrastructure (OCI). You use a load balancer and a database service on OCI. You launch two compute instances each in a different subnet and add them to the back end set of a public load balancer. The load balancer is configured correctly and working. You then deploy the student registration application on these two compute instances. The application can communicate with the database service. However, when you type the URL of this student registration application in your browser, no web page appears. What could be the cause?

A. The security lists of the subnets on which the two instances are located do not have "allow" rules for port 80 and 443.

B. The load balancer performed a health check on the application and found that compute instances were not in a healthy state and terminated the instances.

C. The client requested https access to the application and the load balancer service does not support end-to-end SSL from the client to the listener to the back-end set.

D. The Dynamic Routing Gateway is preventing the client traffic from your data center network from reaching the public IP of the load balancer.

Buy Now

Correct Answer: A

Questions 10

How can you provide users access to an existing compartment?

A. by granting users access to a compartment when the compartment is created

B. by adding users to a group and defining a policy to provide the group access to the compartment

C. by adding users to a compartment. All users in the compartment will have access to the objects in the compartment.

D. by granting access directly to the user when the user is created

Buy Now

Correct Answer: B

A policy is a document that specifies who can access which Oracle Cloud Infrastructure resources that

your company has, and how. A policy simply allows a group to work in certain ways with specific types of

resources in a particular compartment

In general, here's the process an IAM administrator in your organization needs to follow:

Define users, groups, and one or more compartments to hold the cloud resources for your organization.

Create one or more policies, each written in the policy language. Place users into the appropriate groups

depending on the compartments and resources they need to work with.

Provide the users with the one-time passwords that they need in order to access the Console and work

with the compartments. For more information,

Questions 11

Your company has decided to move a few applications to Oracle Cloud Infrastructure and you have been asked to design it for Disaster Recovery (DR). One of the items of your design is to deploy the DR at least 300 miles from the home site and minimize the network latency as much as possible. Based on that, what will be the recommended deployment?

A. Deploy applications in two separated VCNs in different Availability Domains and use VCN Remote Peering

B. Deploy applications in different regions and have them connected using VCN Remote Peering

C. Deploy applications in two separated VCNs in different regions and use VCN Local Peering

D. Deploy applications on the same region splitting workloads across Availability Domains.

Buy Now

Correct Answer: B

Questions 12

Which two Oracle Cloud Infrastructure services use a Dynamic Routing Gateway?

A. OCI FastConnect Public Peering

B. Local Peering

C. OCI FastConnect Private Peering

D. Internet Gateway

E. OCI IPSec VPN Connect

Buy Now

Correct Answer: CE

You can think of a DRG as a virtual router that provides a path for private traffic (that is, traffic that uses private IPv4 addresses) between your VCN and networks outside the VCN's region. You use a DRG when connecting your existing on-premises network to your virtual cloud network (VCN) with one (or both) of these: IPSec VPN Oracle Cloud Infrastructure FastConnect (Private Only) You also use a DRG when peering a VCN with a VCN in a different region: Remote VCN Peering (Across Regions)

Questions 13

Which three load-balancing policies can be used with a backend set?

A. throughput

B. least connections

C. IP hash

D. CPU utilization

E. weighted round robin

Buy Now

Correct Answer: BCE

Exam Code: 1Z0-1072-21
Exam Name: Oracle Cloud Infrastructure 2021 Architect Associate
Last Update: Jun 13, 2025
Questions: 239

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.