Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

2022 Latest 100% Exam Passing Ratio - 1z0-1072-22 Dumps PDF [Q135-Q158]

Share

2022 Latest 100% Exam Passing Ratio - 1z0-1072-22 Dumps PDF

Pass Exam With Full Sureness - 1z0-1072-22 Dumps with 240 Questions


Oracle 1z0-1072-22 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Configure Dynamic Groups and Tag based access control
  • Describe and configure OS Management
Topic 2
  • Understand File System usage and metering
  • Describe public and private subnets
Topic 3
  • Understand External Database Service
  • Configure cross-region replication
Topic 4
  • Configure Volume Groups, Backups, Clones
  • Understand Observability and Management platform
Topic 5
  • Configure Virtual Cloud Network Routing and Gateways
  • Introduction to Database Systems and Autonomous Databases
Topic 6
  • Implement and manage Virtual Cloud Networks
  • Describe and configure a layer-7 Load Balancer
Topic 7
  • Implement conditional and advanced policies
  • Configure and manage Object Storage
Topic 8
  • Implement and manage VCN connectivity
  • Describe Public and Private DNS zones
Topic 9
  • Understand Object Storage replication
  • Describe OCI compute image options

 

NEW QUESTION 135
You created a public subnet and an internet gateway in your virtual cloud network (VCN) of Oracle Cloud Infrastructure. The public subnet has an associated route table and security list. However, after creating several compute instances in the public subnet, none can reach the Internet.
Which two are possible reasons for the connectivity issue? (Choose two.)

  • A. There is no dynamic routing gateway (DRG) associated with the VCN.
  • B. There is no stateful ingress rule in the securitylist associated with the public subnet.
  • C. A NAT gateway is needed to enable the communication flow to internet.
  • D. The route table has no default route forrouting traffic to the internet gateway.
  • E. There is no stateful egress rule in the security list associated with the public subnet.

Answer: D,E

Explanation:
Explanation
An internet gateway as an optional virtual router that connects the edge of the VCN with the internet. To use the gateway, the hosts on both ends of the connection must have public IP addresses for routing. Connections that originate in your VCN and are destined for a public IP address (either inside or outside the VCN) go through the internet gateway. Connections that originate outside the VCN and are destined for a public IP address inside the VCN go through the internet gateway.
Working with Internet Gateways
You create an internet gateway in the context of a specific VCN. In other words, the internet gateway is automatically attached to a VCN. However, you can disable and re-enable the internet gateway at any time.
Compare this with a dynamic routing gateway (DRG), which you create asa standalone object that you then attach to a particular VCN. DRGs use a different model because they're intended to be modular building blocks for privately connecting VCNs to your on-premises network.
For traffic to flow between a subnet and an internetgateway, you must create a route rule accordingly in the subnet's route table (for example, destination CIDR = 0.0.0.0/0 and target = internet gateway). If the internet gateway is disabled, that means no traffic will flow to or from the internet even if there's a route rule that enables that traffic. For more information, see Route Tables.
For the purposes of access control, you must specify thecompartment where you want the internet gateway to reside. If you're not sure which compartment to use, put the internet gateway in the same compartment as the cloud network. For more information, see Access Control.
You may optionally assign a friendly name to the internet gateway. It doesn't have to be unique, and you can change it later. Oracle automatically assigns the internet gateway a unique identifier called an Oracle Cloud ID (OCID). For more information, see Resource Identifiers.
To delete an internet gateway, it does not have to be disabled, but theremust not be a route table that lists it as a target.
AS per compute instances can connect to the Internet so you use egress no ingress

 

NEW QUESTION 136
Which statement is true about restoring a block volume from a manual or policy-based block volumebackup?

  • A. It can be restored as new volumes to any Availability Domain within the same region.
  • B. It can be restored as new volumesto any Availability Domain across different regions.
  • C. It can be restored as new volumes with different sizes from the backups.
  • D. It must be restored as new volumes to the same Availability Domain on which the original block volume backup resides.

Answer: A

 

NEW QUESTION 137
When deploying a highly available, Internet-facing, 2-tier web application on Oracle Cloud Infrastructure (OCI), which design option would you use?

  • A. Deploy all web servers into multiple Availability Domains and behind a public load balancer, and deploy two single-node OCI database systems across two Availability Domains with Data Guard enabled.
  • B. Deploy all web servers into one Availability Domain, and deploy a single-node OCI database system into a different Availability Domain.
  • C. Deploy all web servers into multiple Availability Domains and behind a private load balancer, and deploy two single-node OCI databasesystems across two Availability Domains with Data Guard enabled.
  • D. Deploy all web servers into one Availability Domain and behind a public load balancer, and deploy two single-node OCI database systems in the same Availability Domain with Data Guard enabled.

Answer: A

 

NEW QUESTION 138
Which two options are true for Autonomous Transaction Processing (ATP) database? (Choose two.)

  • A. You can scale CPU up or down in ATP
  • B. You can add new ORACLE_HOME for bringing older versions of on-premises databases to ATP
  • C. You can add/remove Diskgroup in ATP
  • D. You canadd more Pluggable Database for consolidating multiple databases in ATP
  • E. You can scale storage up or down in ATP

Answer: A,E

Explanation:
Explanation
You can scale up/down your Autonomous Database to scale both in terms ofcompute and storage only when needed, allows people to pay per use.
Oracle allows you to scale compute and storage independently, no need to do it together. these scaling activities fully online (no downtime required) in Details page Autonomous Database click Scale Up/Down. Click on arrow to select a value for CPU Core Count or Storage (TB).
Or Select auto scaling to allow the system to automatically use up to three times more CPU and IO resources to meet workload demand, compared to the database operatingwith auto scaling disabled.

 

NEW QUESTION 139
Which two tagging related items are valid attributes that may be included in payload of an audit log event?
(Choose two.)

  • A. Defined tags
  • B. Predefined values
  • C. Tag variables
  • D. Cost-tracking tags
  • E. Free-form tags
  • F. Default tags
    D18912E1457D5D1DDCBD40AB3BF70D5D

Answer: A,E

Explanation:
Reference:https://docs.cloud.oracle.com/en-us/iaas/Content/Audit/Reference/logeventreference.htm#payload

 

NEW QUESTION 140
You had an outage in yourapplication 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. 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.
  • B. Open OCI Console, select File Storage Service, find the snapshot you created and click restore.
  • C. 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.
  • D. Open OCI Console, select File Storage Service, find the shared storage, then click onsnapshot and restore.

Answer: D

 

NEW QUESTION 141
In which language are Terraform and Terraform providers written?

  • A. Go
  • B. C
  • C. Python
  • D. Ruby

Answer: A

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

 

NEW QUESTION 142
You want an instance in your compartment to make API calls to other services within Oracle Cloud Infrastructure without storing credentials in a configuration file.
What do you need to do?

  • A. VM instances are treated as users. Create a user and assign the user to that VM instance.
  • B. Create appropriate matching rules in the Dynamic Group to create an Instance Principal.
  • C. No action is required. By default, all VMinstances are created with an Instance Principal.
  • D. Instances cannot access services outside their compartment.

Answer: B

Explanation:
Explanation
References:https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingdynamicgroups.htm

 

NEW QUESTION 143
An instance is launched with a primary VNIC that is created during instance launch.
Which two operations are true when you add secondary VNICs to an existing instance? (Choose two.)

  • A. It is not possible to connect two VNICs to an instance.
  • B. You can remove the secondary VNIC later if it is not needed.
  • C. The primary and secondary VNIC association should be within the same Availability Domain.
  • D. You can remove the primary VNIC after the secondaryVNIC's attachment is complete.

Answer: B,C

Explanation:
Explanation
https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingVNICs.htm

 

NEW QUESTION 144
In what two ways does Oracle Cloud Infrastructure (OCI) file storage service differ from OCI object storage and block volume services?

  • A. Block volume service Is NVMe based, while file storage service is not.
  • B. File Storage uses the network file system (NFS) protocol, whereas block volume uses iSCSI.
  • C. File storage mount target does not provide a private IP address, while the object storage bucket provides one.
  • D. You can move object storage buckets, block volumes and file storage mount targets between compartments.

Answer: B,D

Explanation:
Explanation
The mount target provides the IP address or DNS name that is used together with a unique export path to mount the file system.
You can move mount targets from one compartment to another.

 

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

  • A. OCI FastConnect Private Peering
  • B. Local Peering
  • C. OCI FastConnect Public Peering
  • D. Internet Gateway
  • E. OCI IPSec VPN Connect

Answer: A,E

Explanation:
Explanation
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 adifferent region:
Remote VCN Peering (Across Regions)

 

NEW QUESTION 146
Which two are NOT an image source when launching a new compute instance? (Choose two.)

  • A. boot volume
  • B. custom image
  • C. Object Storage
  • D. bare metal instance

Answer: C,D

 

NEW QUESTION 147
You have a shared file system between two web servers using File Storage Service (FSS) and you were tasked to create a backup plan for this environment to protect the data placed into the shared file system.
What is the recommended approach to create this backup usingFSS features?

  • A. Compress the data that is in the shared volume and copy it into a differentfolder on the boot volume disk.
  • B. Implement a backup policy to copy data from the shared volume to object storage.
  • C. Use the rsync tool to send data from the shared volume to a block volume.
  • D. Use the rsync tool to send data from the shared volume to a boot volume disk.
  • E. Implement a backup policy to execute a snapshot of the shared volume.

Answer: E

 

NEW QUESTION 148
With regard to Oracle Cloud Infrastructure Load Balancing service, which two actions will occur when a backend server that is registered with a backend set ismarked to drain connections?

  • A. All existing connections to this backend sever will be immediately closed.
  • B. All new connections to this backend server are disallowed.
  • C. Connections to this backend server will remain open until all in-flight requests are completed.
  • D. All connections to this backend server are forcibly closed after a timeout period.
  • E. Requests to this backend server are redirected to a user-defined error page.

Answer: B,C

Explanation:
Reference:https://docs.cloud.oracle.com/en-us/iaas/Content/Balance/Reference/sessionpersistence.htm

 

NEW QUESTION 149
Which three are capabilities of the dbaascli utility? (Choose three.)

  • A. Patching the primary database deployment
  • B. Open port 1521 in the VCN to allow for traffic to the listener
  • C. Clone a DB
  • D. Start and open the database instance
  • E. Switchover and failover in an Oracle Guard configuration

Answer: A,D,E

Explanation:
Explanation
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/dbaascli.html Using the dbaascli utility, you can:
Change the password of a database user.
Start and stop a database.
Start and stop the Oracle Net listener
Check the status of the Oracle Data Guard configuration.
Perform switchover andfailover in an Oracle Data Guard configuration.
Patch the database deployment.
Perform database recovery.
Rotate the master encryption key.
https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/dbaascli.html

 

NEW QUESTION 150
You must implement a backup solution for your AutonomousData Warehouse (ADW) that will enable you to restore data as old as one year with a recovery point objective (RPO) of 10 days.
Which database backup strategy would you select?

  • A. Take quarterly manual backups to supplement the automated backups and preserve them for 12 months.
  • B. Take monthly manual backups to supplement the automated backups and preserve them for 12 months.
  • C. Use the automated backups.
  • D. Take weekly manual backups to supplement the automated backups and preservethem for 12 months.

Answer: C

Explanation:
Explanation
Oracle Cloud Infrastructure automatically backs up your Autonomous Databases and retains these backups for
60 days. Automatic backups are weekly full backups and daily incremental backups. You can also create manual backups to supplement your automatic backups. Manual backups are stored in an Object Storage bucket that you create, and are retained for 60 days The retention period for manual backups is the same as automatic backups which is 60 days. So we cannot preserve the backup for 12 months
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/user/backup-manual.html#GUID-D95E

 

NEW QUESTION 151
You have two line of business operations (LOB1, LOB2) leveraging Oracle Cloud Infrastructure. LOB1 is deployed in VCN1 in the OCI US East region, while LOB2 is deployed in VCN2 in the US West region. You need to peer VCN1 and VCN2 for disaster recovery and data backup purposes. To ensure you can utilize the OCI Virtual Cloud Network remote peering feature, which CIDR ranges should be used?

  • A. VCN1 (10.0.0.0/16) and VCN2 (10.0.1.0/24)
  • B. VCN1 (192.168.0.0/16) and VCN2 (192.168.1.0/27)
  • C. VCN1 (10.0.0.0/16) and VCN2 (172.16.0.0/16)
  • D. VCN1 (172.16.1.0/24) and VCN2 (172.16.1.0/27)

Answer: C

Explanation:
Explanation
VCN1 (10.0.0.0/16) will use the IP Range from 10.0.0.0 to 10.0.255.255 and the VNC 2 (172.16.0.0/16) will use the IP Range from 172.16.0.0 to 172.16.255.255 the will not be overlap between the 2 VCN

 

NEW QUESTION 152
Which two use Oracle dynamic routing gateway (DRG) for connectivity? (Choose two.)

  • A. Oracle Cloud Infrastructure FastConnect public peering
  • B. Remote virtual cloud network (VCN) peering across region
  • C. Oracle IPsec VPN
  • D. Local VCN peering

Answer: B,C

Explanation:
Explanation
References:https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Concepts/fastconnectoverview.htm You use a DRG when connecting yourexisting on-premises network to your virtual cloud network (VCN) with one (or both) of these:
IPSec VPN
Oracle Cloud Infrastructure FastConnect
You also use a DRG when peering a VCN with a VCN in a different region:
RemoteVCN Peering (Across Regions)

 

NEW QUESTION 153
Which two statements below are correct with respect to adding secondary Virtual Network Interface Cards (VNICs) to an existing compute instance in Oracle Cloud Infrastructure? (Choose two.)

  • A. The primary and secondary VNIC association can be in different virtual cloud networks (VCNs).
  • B. The secondaryVNIC is required to be in the same Virtual Cloud Network (VCN), but can be in different subnet, as the primary VNIC.
  • C. The primary and secondary VNIC association must be in the same availability domain.
  • D. You cannot assign an Ephemeral Public IP to a secondary VNIC.
  • E. You can remove the primary VNIC after the secondary VNIC's attachment is complete.

Answer: A,C

Explanation:
Explanation
"You can add secondary VNICs to an instanceafter it's launched. Each secondary VNIC can be in a subnet in the same VCN as the primary VNIC, or in a different subnet that is either in the same VCN or a different one. However, all the VNICs must be in the same availability domain as the instance."
https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/managingVNICs.htm

 

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

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

Answer: A

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 DBsystem 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 thesubnets 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 155
Which two resources reside exclusively in a single Oracle Cloud Infrastructure Availability Domain? (Choose two.)

  • A. Compute instance
  • B. Object Storage
  • C. Identity and Access Management Groups
  • D. Block volume
  • E. Web Application Firewall policy

Answer: A,D

Explanation:
Explanation
Availability Domain-Specific Resources
DB Systems
ephemeral public IPs
instances: They can be attached only to volumesin the same availability domain.
subnets: When you create a subnet, you choose whether it is regional or specific to an availability domain.
Oracle recommends using regional subnets.
volumes: They can be attached only to an instance in the same availability domain.

 

NEW QUESTION 156
You are deploying a highly available web application InOracle Cloud Infrastructure and have decided to use a public load balancer. The back-end web servers will be distributed across all three availability domains (ADs).
How many subnets should you create to deliver a secure, highly available application?

  • A. two subnets in total; one regional public subnet to host your back-end web servers and one regional private subnet to host your public load load balancer.
  • B. three subnets in total; one regional public subnet to host your back-end web servers and two AD specific private subnets to host your private load load balancer.
  • C. two subnets in total; one regional private subnet to host your back-end web servers and one regional public subnet to host your public load load balancer.
  • D. one subnet in total; one regional private subnet to host your back-end web servers and your public load balancer.

Answer: C

Explanation:
Explanation
To accept traffic from the internet, you create a public load balancer. The service assigns it a public IP address that serves as the entry point for incoming traffic. You can associate the public IP address with a friendly DNS name through any DNS vendor.
A public load balancer is regional in scope. If your region includes multiple availability domains, a public load balancer requires either a regional subnet (recommended) or two availability domain-specific (AD-specific) subnets, each in a separate availability domain. With a regional subnet, the Load Balancing service creates a primary load balancer and a standby load balancer, each in a different availability domain, to ensure accessibility even during an availability domain outage. If you create a load balancer in two AD-specific subnets, one subnet hosts the primary load balancer and the other hosts a standby load balancer. If the primary load balancer fails,the public IP address switches to the secondary load balancer. The service treats the two load balancers as equivalent and you cannot specify which one is "primary".
Whether you use regional or AD-specific subnets, each load balancer requires one privateIP address from its host subnet. The Load Balancing service supplies a floating public IP address to the primary load balancer.
The floating public IP address does not come from your backend subnets.
You cannot specify a private subnet for your public load balancer.
The backend servers (Compute instances) associated with a backend set can exist anywhere, as long as the associated network security groups (NSGs), security lists, and route tables allow the intended traffic flow.
Oracle recommends that you create your load balancer in a regional subnet.
Oracle recommends that you distribute your backend servers across all availability domains within the region.

 

NEW QUESTION 157
You are deploying a highly available web application in OracleCloud Infrastructure and have decided to use a public load balancer. The back-end web servers will be distributed across all three availability domains (ADs).
How many subnets should you create to deliver a secure highly available application?

  • A. six subnets in total; two subnets in each AD; one for the load balancer and one for the web servers
  • B. foursubnets in total; one subnet in each AD for the web servers and a single subnet in any one AD for the load balancer
  • C. three subnets in total; one subnet in each AD
  • D. five subnets in total; two subnets each in the first and second AD with a single subnet in the third AD

Answer: A

 

NEW QUESTION 158
......

Verified 1z0-1072-22 dumps Q&As - 100% Pass from ValidExam: https://www.validexam.com/1z0-1072-22-latest-dumps.html

Pass 1z0-1072-22 Exam in First Attempt Guaranteed 2022 Dumps: https://drive.google.com/open?id=1yp5A8hevDhU2g7UPMxEiGzIr6r3bUJgI