[Q119-Q137] Use the best ways of preparing for 1Z0-1072-20 Exam Dumps with TorrentVCE Oracle 1Z0-1072-20 PDF Dumps [2021]

Share

Use the best ways of preparing for 1Z0-1072-20 Exam Dumps with TorrentVCE Oracle 1Z0-1072-20 dump PDF [2021]

Oracle 1Z0-1072-20 exam candidates will surely pass the Exam if they consider the 1Z0-1072-20 dumps learning material presented by TorrentVCE.

NEW QUESTION 119
You had an outage in your application caused by the loss of a shared volume provisioned by File Storage Service (FSS). At this point, you need to restore the data from a snapshot you created of the FSS.
What are the steps to restore the data?

  • A. Open OCI Console, select File Storage Service, find the shared storage, then click on snapshot and restore.
  • B. Access the directory, where you mounted the shared volume, then cd into .snapshot folder and find the snapshot folder you want to recover and rename that folder to the original folder name.
  • C. Access the directory where the shared volume is mounted, then cd into .snapshot folder, find the snapshot folder you want to recover and use cp or rsync tool to copy the files to the original location.
  • D. Open OCI Console, select File Storage Service, find the snapshot you created and click restore.

Answer: A

 

NEW QUESTION 120
You have launched a compute instance running Oracle database in a private subnet in the Oracle Cloud Infrastructure US East region. You have also created a Service Gateway to back up the data files to OCI Object Storage in the same region. You have modified the security list associated with the private subnet to allow traffic to the Service Gateway, but your instance still cannot access OCI Object Storage. How can you resolve this issue?

  • A. Add a stateful rule that enables ingress HTTPS (TOP port 443) traffic to 001 Object Storage in the security list associated with the private subnet
  • B. Add a rule in the Route Table associated with the private subnet with Target type as "Service Gateway" and destination service as all IAD services in the Oracle Service Network.'
  • C. Use the default Security List, which has ports open for OCI Object Storage
  • D. Add a stateful rule that enables egress HTTPS (TCP port 443) traffic to OCI Object Storage in the security list associated with the private subnet

Answer: B

Explanation:
Explanation
A service gateway lets your virtual cloud network (VCN) privately access specific Oracle services without exposing the data to the public internet. No internet gateway or NAT is required to reach those specific services. The resources in the VCN can be in a private subnet and use only private IP addresses. The traffic from the VCN to the Oracle service travels over the Oracle network fabric and never traverses the internet.
The service gateway is regional and enables access only to supported Oracle services in the same region as the VCN.
For traffic to be routed from a subnet in your VCN to a service gateway, you must add a rule accordingly to the subnet's route table. The rule must use the service gateway as the target. For the destination, you must use the service CIDR label that is enabled for the service gateway. This means that you don't have to know the specific public CIDRs, which could change over time.

 

NEW QUESTION 121
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, and the values of outputs
  • C. the entire state file
  • D. statistics about what was added, changed, and destroyed

Answer: B

 

NEW QUESTION 122
Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a public load balancer. You have configured the load balancer to perform health checks on these instances.
What will happen if an instance fails to pass the configured health checks?

  • A. The instance is taken out of the back end set by the load balancer.
  • B. The load balancer stops sending traffic to that instance.
  • C. The instance is replaced automatically by the load balancer.
  • D. The instance is terminated automatically by the load balancer.

Answer: B

Explanation:
One or more of the backend servers reports as unhealthy.
A backend server might be unhealthy or the health check might be misconfigured.

 

NEW QUESTION 123
Your company decided to move a few applications to Oracle Cloud Infrastructure (OCI) in the US West (us- phoenix-1) region.
You need to design a cloud-based disaster recovery (DR) solution with a requirement to deploy the DR resources in the US East (us-ashburn-1) region to minimize network latency.
What is the recommended deployment?

  • A. Deploy production and DR applications in two separate VCNs, each in different regions. Connect them using a VCN remote peering connection.
  • B. Deploy production and DR applications in two separate VCNs in different availability domains (ADs) within the primary region, and then use a VCN remote peering connection for connectivity.
  • C. Deploy production and DR applications in two separate virtual cloud networks (VCNs), each in different regions, and then use VCN local peering gateways for connectivity.
  • D. Deploy production and DR applications in the same VCN. Create production subnets in one AD, and DR subnets in another AD (assume a multi-AD region).

Answer: B

 

NEW QUESTION 124
You are responsible for creating and maintaining an enterprise application that consists of multiple storage volumes across multiple compute instances in Oracle Cloud Infrastructure (OCI).
The storage volumes include boot volumes and block volumes for your data storage. You need to create backups of these storage volumes in the most time-efficient manner.
How can you meet this requirement?

  • A. Create on-demand full backups of boot volumes, and copy data in block volumes to Object Storage using OCI CLI.
  • B. Group together multiple storage volumes in a volume group and create volume group backups.
  • C. Create clones of all boot volumes and block volumes one at a time.
  • D. Create on-demand full backups of block volumes, and create custom images from the boot volumes.

Answer: B

Explanation:
Explanation/Reference: https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Concepts/volumegroups.htm

 

NEW QUESTION 125
There are multiple options of migrating Oracle Databases from on-premises to Oracle Cloud Infrastructure.
Which two characteristics do you need to consider when choosing a migration method? (Choose two.)

  • A. On-premises connectivity using remote and local VCN peering
  • B. On-premises host operating system platform and network bandwidth
  • C. On-premises database version and quantity of data, including indexes
  • D. On-premises database character set and application version

Answer: B,C

Explanation:
Explanation
References: https://docs.cloud.oracle.com/iaas/Content/Database/Tasks/migrating.htm Some of the characteristics and factors to consider when choosing a migration method are:
On-premises database versionDatabase service database versionOn-premises host operating system and versionOn-premises database character setQuantity of data, including indexesData types used in the on-premises databaseStorage for data stagingAcceptable length of system outageNetwork bandwidth

 

NEW QUESTION 126
Which statement is true about Data Guard implementation in Oracle Cloud Infrastructure (OCI) bare metal and virtual machine database systems?

  • A. Both database systems must be in the same compartment.
  • B. Primary and standby database versions and editions need not be identical.
  • C. Database systems need not be the same shape type (e.g., primary database can be a virtual machine, and standby database a bare metal shape, and vice versa).
  • D. Primary and standby databases must be in the same OCI region.

Answer: A

Explanation:
Explanation/Reference: https://docs.cloud.oracle.com/en-us/iaas/Content/Database/Tasks/exausingdataguard.htm

 

NEW QUESTION 127
Which three must be configured for a load balancer to accept incoming traffic? (Choose two.)

  • A. a certificate
  • B. a listener
  • C. a back end set
  • D. a back-end server
  • E. a security list that is open on a listener port

Answer: B,C,D

Explanation:
Explanation
https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/managingloadbalancer.htm?tocpath=Services%7CLoa The essential components for load balancing include:* A load balancer with pre-provisioned bandwidth.* A backend set with a health check policy. See Managing Backend Sets.* Backend servers for your backend set.
See Managing Backend Servers.* One or more listeners . See Managing Load Balancer Listeners.* Load balancer subnet security rules to allow the intended traffic. To learn more about these rules, see Security Rules.* Optionally, you can associate your listeners with SSL server certificate bundles to manage how your system handles SSL traffic. See Managing SSL Certificates.

 

NEW QUESTION 128
You are a system administrator of your company and you are asked to manage updates and patches across all your compute instances running Oracle Linux in Oracle Cloud Infrastructure (OCI). As part of your task, you need to apply all the latest kernel security updates to all instances.
Which OCI service will allow you to complete this task?

  • A. Streaming
  • B. Storage Gateway
  • C. Resource Manager
  • D. Registry
  • E. OS Management

Answer: E

Explanation:
Reference:
https://blogs.oracle.com/cloud-infrastructure/os-management-with-oracle-cloud-infrastructure

 

NEW QUESTION 129
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. Create a default route entry in the route table to forward all traffic to the Internet gateway.
  • B. There is no way for an instance in a private subnet to connect to the Internet.
  • C. Create and configure Network Address Translation (NAT) in a public subnet and route all traffic to it.
  • D. Assign a Public IP address to the compute instance.

Answer: A

 

NEW QUESTION 130
Which two are Regional resources in Oracle Cloud Infrastructure? (Choose two.)

  • A. Block volume backups
  • B. Ephemeral public IPs
  • C. Dynamic groups
  • D. Compute images
  • E. Compartments

Answer: C,E

Explanation:
Explanation/Reference: https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm

 

NEW QUESTION 131
You are a network architect and have designed the network infrastructure of a three-tier application on Oracle Cloud Infrastructure (OCI). In the architecture, back-end DB servers are in a private subnet. One of your DB administrators requests to have access to OCI object storage service.
How can you meet this requirement?

  • A. Create a service gateway, add a new route rule to the private subnet route table that uses object storage as target type.
  • B. Create a dynamic routing gateway (DRG) and attach it to your virtual cloud network (VCN). Add a default route rule to the private subnets route table and set the target as DRG.
  • C. Attach a public IP address to the instances in the private subnet, and then add a new route rule to the private subnet route table to route default traffic to the internet gateway.
  • D. Add a new route rule to the private subnet route table to route default traffic to the internet gateway.

Answer: A

Explanation:
A service gateway lets resources in your VCN privately access specific Oracle services, without exposing the data to an internet gateway or NAT. The resources in the VCN can be in a private subnet and use only private IP addresses. The traffic from the VCN to the service of interest travels over the Oracle network fabric and never traverses the internet.
To give your VCN access to a given service CIDR label, you must enable that service CIDR label for the VCN's service gateway. You can do that when you create the service gateway, or later after it's created. You can also disable a service CIDR label for the service gateway at any time.
For traffic to be routed from a subnet in your VCN to a service gateway, you must add a rule accordingly to the subnet's route table. The rule must use the service gateway as the target.
Reference:
https://blogs.oracle.com/cloud-infrastructure/connect-private-instances-with-oracle-servicesthrough-an-oracle-cloud-infrastructure-service-gateway

 

NEW QUESTION 132
Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a load balancer. You have configured the load balancer to perform health checks on these instances.
If an instance fails to pass the configured health checks, what will happen?

  • A. The instance is taken out of the back end set by the load balancer.
  • B. The load balancer stops sending traffic to that instance.
  • C. The instance is replaced automatically by the load balancer.
  • D. The instance is terminated automatically by the load balancer.

Answer: B

Explanation:
Explanation
One or more of the backend servers reports as unhealthy.
A backend server might be unhealthy or the health check might be misconfigured.

 

NEW QUESTION 133
Which two statements are true about restoring a volume from a block volume backup in Oracle Cloud Infrastructure Block Volume service?

  • A. You can restore a volume from any full volume backup but not from an Incremental backup.
  • B. You can restore a block volume backup to a larger volume size.
  • C. You can restore only one volume from a manual block volume backup.
  • D. You can only restore a volume to the same availability domain in which the original block volume resides.
  • E. You can restore a volume to any availability domain within the same region where the backup is stored.

Answer: B,E

Explanation:
Reference https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Tasks/restoringavolumefromabackup.htm

 

NEW QUESTION 134
Which statement is true about Oracle Cloud Identifiers (OCID)?

  • A. If you delete a user, and then create a new user with the same name, the new user will be assigned the exact same OCIDs as the system remembers.
  • B. mytenancy.oc.ocid is a valid OCID.
  • C. Users can customize OCIDs for all the resources in their compartments.
  • D. If you delete a user, and them create a new user with the same name, the user will be considered a different user because of different OCIDs.

Answer: D

 

NEW QUESTION 135
Which statement is true about Data Guard Implementation in DB systems?

  • A. You cannot manage the database as sys/sysdba.
  • B. Both DB systems must be in the same compartment, and they must be the same shape
  • C. You cannot manage Oracle database initialization parameters at a global level.
  • D. You can define the backup window and set custom backup retention period for the automatic database backup schedule.

Answer: B

Explanation:
Explanation
An Oracle Data Guard implementation requires two DB systems, one containing the primary database and one containing the standby database. When you enable Oracle Data Guard for a virtual machine DB system database, a new DB system with the standby database is created and associated with the primary database. For a bare metal DB system, the DB system with the database that you want to use as the standby must already exist before you enable Oracle Data Guard.
Requirement details are as follows:
- Both DB systems must be in the same compartment.
- The DB systems must be the same shape type (for example, if the shape of the primary database is a virtual machine, then the shape of the standby database can be any other virtual machine shape).
- If your primary and standby databases are in different regions, then you must peer the virtual cloud networks (VCNs) for each database. See Remote VCN Peering (Across Regions).
- Configure the security list ingress and egress rules for the subnets of both DB systems in the Oracle Data Guard association to enable TCP traffic to move between the applicable ports. Ensure that the rules you create are stateful (the default).

 

NEW QUESTION 136
Which two options are available when configuring DNS resolution for your virtual cloud network? (Choose two.)

  • A. custom resolver
  • B. Internet and virtual cloud network (VCN) resolver
  • C. Internet and custom resolver
  • D. Google DNS servers

Answer: A,B

Explanation:
Explanation
References: https://docs.cloud.oracle.com/iaas/Content/Database/Tasks/launchingDB.htm

 

NEW QUESTION 137
......

Accurate & Verified Answers As Seen in the Real Exam here: https://www.torrentvce.com/1Z0-1072-20-valid-vce-collection.html