Oracle Cloud Solutions Infrastructure 1Z0-1072-20 Dumps Full Questions with Free PDF Questions to Pass [Q18-Q37]

Share

Oracle Cloud Solutions Infrastructure 1Z0-1072-20 Dumps Full Questions with Free PDF Questions to Pass

100% Updated Oracle 1Z0-1072-20 Enterprise PDF Dumps


Oracle 1Z0-1072-20 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe OCI Database options
  • Explain OCI Database Operations
  • Managing Autonomous Database
Topic 2
  • Use advanced database features, such as Dataguard, BYOL, Data encryption, RAC, and EXADATA
Topic 3
  • Create and manage a Compute Virtual Machine (VM) instance
  • Design federation with various identity providers
Topic 4
  • Architect High Availability (HA) using Explain resource locations
Topic 5
  • Troubleshoot options using console connections and boot volume
  • Discuss Load Balancer terminology and concepts

 

NEW QUESTION 18
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 19
You deployed an Oracle Cloud Infrastructure (OCI) compute instance (VM.Standard2.16) to run a SQL database. After a few weeks, you need to increase disk performance by using NVMe disks but keeping the same number of CPUs. As a first step, you terminate the instance and preserve the boot volume.
What is the next step?

  • A. Create a new instance using a VM.DenseIO2.16 shape using the preserved boot volume and move the SQL Database data to block volume
  • B. Create a new instance using a VM.Standard1.16 shape using the preserved boot volume and move the SQL Database data to NVMe disks
  • C. Create a new instance using a VM.DenseIO2.8 shape using the preserved boot volume and move the SQL Database data to NVMe disks
  • D. Create a new instance using a VM.DenseIO2.16 shape using the preserved boot volume move the SQL Database data to NVMe disks

Answer: D

Explanation:
to Increase disk performance by using NVMe disks you can use Dense IO Shape also as the number of CPUs will not change so we should VM.DenseIO2.16

 

NEW QUESTION 20
Which two statements about the Oracle File Storage Service (FSS) Security are accurate? (Choose two.)

  • A. Data in transit to an FSS mount target is encrypted.
  • B. Oracle IAM controls which filesystems are mountable by which instances.
  • C. FSS leverages UNIX user group and permission checking for file access security.
  • D. Encryption of file storage in FSS is optional.
  • E. Security lists can be used as a virtual firewall to prevent an instance from mounting an FSS mount target within a subnet.

Answer: A,C

Explanation:
Explanation
All data is encrypted at rest. and In-transit encryption provides a way to secure your data between instances and mounted file systems using TLS v. 1.2 (Transport Layer Security) encryption.
File Storage service supports the AUTH_UNIX style of authentication and permission checking for remote NFS client requests.

 

NEW QUESTION 21
Which statement is true about the Oracle Cloud Infrastructure File Storage Service Mount Target?

  • A. Mount target has a public IP address and DNS name
  • B. You can access multiple file systems through a single mount target
  • C. Each mount target requires six internal IP addresses in the subnet to function
  • D. Mount target lives in a single subnet of your choice, but is not highly available

Answer: B

Explanation:
A mount target is an NFS endpoint that lives in a VCN subnet of your choice and provides network access for file systems. The mount target provides the IP address or DNS name that is used together with a unique export path to mount the file system. A single mount target can export many file systems. Typically, you create your first mount target and export when you create your first file system. The mount target maintains an export set which contains all of the exports for its associated file systems.
Limitations and Considerations
Each availability domain is limited to two mount targets by default. However, you can export up to 100 file systems through each mount target.
See Service Limits for a list of applicable limits and instructions for requesting a limit increase.
Each mount target requires three internal IP addresses in the subnet to function. Two of the IP addresses are used during mount target creation. The third IP address must remain available for the mount target to use for high availability failover.
The File Storage service doesn't "reserve" the third IP address required for high availability failover. Use care when designing your subnets and file systems to ensure that sufficient IP addresses remain available for your mount targets.

 

NEW QUESTION 22
You have an AI/ML application running on Oracle Cloud Infrastructure. You identified that the application needs GPU and at least 20Gbps Network throughput.
The application is currently using a VM.Standard2.1 compute without any block storage attached to it.
Which two options allow you to get your required performance for your application? (Choose two.)

  • A. Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.HPC2.36 shape using the boot volume preserved and use the NVMe devices to host your application.
  • B. Terminate the compute instance preserving the boot volume. Create a new compute instance using the VM.Standard2.2 shape using the boot volume preserved, but no block volume attached.
  • C. Terminate the compute instance preserving the boot volume. Create a new compute instance using the VM.GPU3.4 shape using the boot volume preserved and use the NVMe devices to host your application.
  • D. Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.GPU2.2 shape using the boot volume preserved and attach a new block volume to host your application.
  • E. Terminate the compute instance preserving the boot volume. Create a new compute instance using the BM.GPU2.2 shape using the boot volume preserved, but no block volume attached.

Answer: A,D

 

NEW QUESTION 23
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.

Answer: B

 

NEW QUESTION 24
As a solution architect, you designed the network infrastructure of a three-tier web application on Oracle Cloud Infrastructure (OCI) and the back-end database servers are put in a private subnet. One of your database administrators requests to have private access to OCI object storage service.
How should you fulfill this request?

  • A. Create a service gateway, add a new route rule to the private subnet route table that uses object storage as target type.
  • B. 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.
  • C. 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.
  • D. Add a new route rule to the private subnet route table to route default traffic to the internet gateway.

Answer: A

Explanation:
Explanation/Reference: https://blogs.oracle.com/cloud-infrastructure/connect-private-instances-with-oracle-services- through-an-oracle-cloud-infrastructure-service-gateway

 

NEW QUESTION 25
What happens when you run terraform plan?

  • A. It deletes all existing resources and re-creates them.
  • B. It shows a dependency graph.
  • C. It configures, reconfigures, and instantiates resources and their dependencies.
  • D. It shows the operator the course of action that would be taken if a change is applied.

Answer: D

Explanation:
Explanation
References:
The terraform plan command is used to create an execution plan. Terraform performs a refresh, unless explicitly disabled, and then determines what actions are necessary to achieve the desired state specified in the configuration files.
This command is a convenient way to check whether the execution plan for a set of changes matches your expectations without making any changes to real resources or to the state. For example, terraform plan might be run before committing a change to version control, to create confidence that it will behave as expected.

 

NEW QUESTION 26
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 is marked to drain connections?

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

Answer: A,B

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

 

NEW QUESTION 27
A customer launched a compute instance in the Virtual Cloud Network (VCN), which has an internet gateway, a service gateway, a default security lists and a default route table. The customer opened up Port 22in the security lists attached to the compute instance subnet, however is still unable to connect to compute instances using SSH.
Which action can resolve this issue?

  • A. Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table:
    Destination CIDR: 0.0.0.0/0
    Target: Dynamic Routing Gateway (DRG)
  • B. Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table:
    Destination CIDR: 0.0.0.0/0
    Target: Internet Gateway (IGW)
  • C. Modify the security list associated with the VCN subnet in which the instance resides. Add a stateful egress rule to allow ICMPtraffic in addition to the port 22.
  • D. Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table:
    Destination CIDR: 0.0.0.0/0
    Target: Service Gateway (SGW)

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 28
Which two choices are true for Autonomous Data Warehouse (ADW)? (Choose two.)

  • A. Billing stops for both CPU usage and storage usage when ADW is stopped
  • B. Billing for compute stops when ADW is stopped
  • C. Billing stops only when the ADW is terminated
  • D. Billing for storage continues when ADW is stopped

Answer: B,D

Explanation:
Explanation
When Autonomous Databas instance is stopped,
CPU billing is halted based on full-hour cycles of usage
Billing for storage continues as long as the service instance exists.
and When Autonomous Database instance is started, the CPU billing is initiated

 

NEW QUESTION 29
You are managing a tier-1 OLTP application on an Autonomous Transaction Processing (ATP) database. Your business needs to run hourly batch processes on this ATP database that may consume more CPUs than what is available on the server.
How can you limit these batch processes to not interfere with the OLTP transactions?

  • A. ATP is designed for OLTP workload only; you should not run batch processes on ATP
  • B. Disable automated backup during the batch process operations
  • C. Copy OLTP data into new tables in a new table space and run batch processes against these new tables
  • D. Configure ATP resource management rules to manage runtime and IO consumption for the consumer group of batch processes

Answer: D

Explanation:
Explanation
Autonomous Transaction Processing comes with predefined CPU/IO shares assigned to different consumer groups. You can modify these predefined CPU/IO shares if your workload requires different CPU/IO resource allocations.
By default, the CPU/IO shares assigned to the consumer groups TPURGENT, TP, HIGH, MEDIUM, and LOW are 12, 8, 4, 2, and 1, respectively. The shares determine how much CPU/IO resources a consumer group can use with respect to the other consumer groups. With the default settings the consumer group TPURGENT will be able to use 12 times more CPU/IO resources compared to LOW, when needed. The consumer group TP will be able to use 4 times more CPU/IO resources compared to MEDIUM, when needed.

 

NEW QUESTION 30
Which of the following statements is true about the Oracle Cloud Infrastructure (OCI) Object Storage serverside encryption?

  • A. Each object in a bucket is always encrypted with the same data encryption key.
  • B. Encryption is enabled by default and cannot be turned off.
  • C. Encryption of data encryption keys with a master encryption key is optional.
  • D. Customer-provided encryption keys are always stored in OCI Vault service.

Answer: D

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

 

NEW QUESTION 31
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 granting access directly to the user when the user is created
  • C. by adding users to a compartment. All users in the compartment will have access to the objects in the compartment.
  • D. by adding users to a group and defining a policy to provide the group access to the compartment

Answer: D

Explanation:
Explanation
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,

 

NEW QUESTION 32
What is the maximum IP address size range that you can have in a Virtual Cloud Network?

  • A. /16
  • B. /26
  • C. /8
  • D. /24

Answer: A

Explanation:
Explanation
When you create your VCN, you assign a contiguous IPv4 CIDR block of your choice. VCN sizes ranging from /16 (65,533 IP addresses) to /30 (1 IP address) are allowed. Example: 10.0.0.0/16, 192.168.0.0/24.

 

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

  • A. Oracle Cloud Infrastructure FastConnect public peering
  • B. Oracle IPsec VPN
  • C. Remote virtual cloud network (VCN) peering across region
  • 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 your existing 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:
Remote VCN Peering (Across Regions)

 

NEW QUESTION 34
Which statement is true about Oracle Cloud Infrastructure Object Storage Service?

  • A. You cannot directly download an object from an Archive Object Storage bucket.
  • B. An existing Standard Object Storage tier bucket can be downgraded to the Archive Object Storage tier.
  • C. An Archive Object Storage tier bucket can be upgraded to the Standard Object Storage tier.
  • D. Data retrieval in Archive Object Storage is instantaneous.

Answer: A

 

NEW QUESTION 35
Which is a customer's responsibility on an Oracle Cloud Infrastructure database?

  • A. installing the operating system (OS), Grid Infrastructure, and database software
  • B. creating the first default database on the DBCS server
  • C. patching the database and OS
  • D. creating an ASM diskgroup for data file or temp file storage

Answer: C

Explanation:
Explanation
On autonomous there's no patching needed. But on the regular DB Cloud services you need to patch the DB and the OS. During the creation on the OCDB the first DB is created automatically Oracle automatically takes care of Operating system Installation/Configuration, Grid Infrastructure, ASM diskgroup Creation/Configuration , and database software Installation and first database on the DB System.
that's all when Creating DB Systems. and then the customer responsible to apply the patches to the database and OS

 

NEW QUESTION 36
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 terminated automatically by the load balancer.
  • D. The instance is replaced 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 37
......

Use Valid Exam 1Z0-1072-20 by PracticeDump Books For Free Website: https://www.practicedump.com/1Z0-1072-20_actualtests.html