PDF (New 2023) Actual Oracle 1z0-1085-22 Exam Questions
Dumps Moneyack Guarantee - 1z0-1085-22 Dumps UpTo 90% Off
NEW QUESTION # 79
Which two situations incur costs in Oracle Cloud Infrastructure (OCI)?
- A. Data ingress from the internet
- B. Transferring data across regions
- C. Transferring data from one instance to another in the same Availibility Domain
- D. Transferring data from one instance to another across different Availibility Domains in a Region
- E. Data egress to the internet
Answer: B,E
NEW QUESTION # 80
Which TWO are valid targets for setting up Oracle Cloud Infrastructure (OCI) budgets?
(Choose all correct answers)
- A. Cost-tracking tag
- B. Tenancy
- C. Compartment
- D. Identity and Access Management (IAM) group
- E. Budget tag
Answer: A,C
NEW QUESTION # 81
A banking platform has been re-designed to a microservices based architecture using Docker containers for deployment.
Which service can you use to deploy containers on Oracle Cloud Infrastructure (OCI)?
- A. Streaming Service
- B. Container Engine for Kubernetes (OKE)
- C. File Storage Service
- D. API Gateway
Answer: B
Explanation:
Oracle Cloud Infrastructure Container Engine for Kubernetes is a fully-managed, scalable, and highly available service that you can use to deploy your containerized applications to the cloud. Use Container Engine for Kubernetes (sometimes abbreviated to just OKE) when your development team wants to reliably build, deploy, and manage cloud-native applications. You specify the compute resources that your applications require, and Container Engine for Kubernetes provisions them on Oracle Cloud Infrastructure in an existing OCI tenancy.
Container Engine for Kubernetes uses Kubernetes - the open-source system for automating deployment, scaling, and management of containerized applications across clusters of hosts. Kubernetes groups the containers that make up an application into logical units (called pods) for easy management and discovery.
You can access Container Engine for Kubernetes to define and create Kubernetes clusters using the Console and the REST API. You can access the clusters you create using the Kubernetes command line (kubectl), the Kubernetes Dashboard, and the Kubernetes API.
Container Engine for Kubernetes is integrated with Oracle Cloud Infrastructure Identity and Access Management (IAM), which provides easy authentication with native Oracle Cloud Infrastructure identity functionality.
NEW QUESTION # 82
What does compute instance horizonal scaling mean?
- A. changing compute instance size
- B. backing up data to object storage
- C. adding additional compute instances
- D. stopping/starting the instance
Answer: C
Explanation:
Cloud Horizontal Scaling refers to provisioning additional servers to meet your needs, often splitting workloads between servers to limit the number of requests any individual server is getting. In a cloud-based environment, this would mean adding additional instances instead of moving to a larger instance size.
Cloud Vertical Scaling refers to adding more CPU or memory to an existing server, or replacing one server with a more powerful server.
Reference:
https://cloudcheckr.com/cloud-cost-management/cloud-vs-data-center-what-is-scalability-in-cloud-computing/ Horizontal scaling means that you scale by adding more machines into your pool of resources whereas Vertical scaling means that you scale by adding more power (CPU, RAM) to an existing machine.
An easy way to remember this is to think of a machine on a server rack, we add more machines across the horizontal direction and add more resources to a machine in the vertical direction.
With horizontal-scaling it is often easier to scale dynamically by adding more machines into the existing pool - Vertical-scaling is often limited to the capacity of a single machine, scaling beyond that capacity often involves downtime and comes with an upper limit.
NEW QUESTION # 83
Which Oracle Cloud Infrastructure compute shapes does not incur instance billing in a STOPPED state?
- A. HPC
- B. GPU
- C. Dense I/O
- D. Standard
Answer: D
Explanation:
A shape is a template that determines the number of CPUs, amount of memory, and other resources that are allocated to an instance.
Standard shapes don't incur costs in a STOPPED state.
NEW QUESTION # 84
You have an analytics workload that requires a shared file system to store persistent dat a. Which Oracle Cloud Infrastructure (OCI) Storage service is most suited for this requirement?
- A. Local NVMe Devices
- B. Data Transfer Disks
- C. File Storage
- D. Object Storage
Answer: D
NEW QUESTION # 85
Which statement below is not true for Oracle Cloud infrastructure Compartments?
- A. Resources can be moved from one compartment to another
- B. Resources and compartments can be added and deleted anytime
- C. Compartments cannot be nested
- D. Each OCI resource belongs to a single compartment
Answer: C
Explanation:
When creating a compartment, you must provide a name for it (maximum 100 characters, including letters, numbers, periods, hyphens, and underscores) that is unique within its parent compartment. You must also provide a description, which is a non-unique, changeable description for the compartment, from 1 through 400 characters. Oracle will also assign the compartment a unique ID called an Oracle Cloud ID.
You can create subcompartments in compartments to create hierarchies that are six levels deep.
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcompartments.htm When you first start working with Oracle Cloud Infrastructure, you need to think carefully about how you want to use compartments to organize and isolate your cloud resources. Compartments are fundamental to that process. Most resources can be moved between compartments. However, it's important to think through your compartment design for your organization up front, before implementing anything. For more information, see Setting Up Your Tenancy.
The Console is designed to display your resources by compartment within the current region. When you work with your resources in the Console, you must choose which compartment to work in from a list on the page. That list is filtered to show only the compartments in the tenancy that you have permission to access. If you're an administrator, you'll have permission to view all compartments and work with any compartment's resources, but if you're a user with limited access, you probably won't.
Compartments are tenancy-wide, across regions. When you create a compartment, it is available in every region that your tenancy is subscribed to. You can get a cross-region view of your resources in a specific compartment with the compartment explorer. See Viewing All Resources in a Compartment.
You can create subcompartments in compartments to create hierarchies that are six levels deep.
NEW QUESTION # 86
Which three components are part of Oracle Cloud Infrastructure Identity and Access Management service?
- A. Policies
- B. Dynamic Groups
- C. Virtual Cloud Networks
- D. Roles
- E. Users
- F. Compute Instances
- G. Regional Subnets
Answer: A,B,E
Explanation:
IAM components are
RESOURCE
The cloud objects that your company's employees create and use when interacting with Oracle Cloud Infrastructure. For example: compute instances, block storage volumes, virtual cloud networks (VCNs), subnets, route tables, etc.
USER
An individual employee or system that needs to manage or use your company's Oracle Cloud Infrastructure resources. Users might need to launch instances, manage remote disks, work with your virtual cloud network, etc. End users of your application are not typically IAM users. Users have one or more IAM credentials (see User Credentials).
POLICY
A document that specifies who can access which resources, and how. Access is granted at the group and compartment level, which means you can write a policy that gives a group a specific type of access within a specific compartment, or to the tenancy itself. If you give a group access to the tenancy, the group automatically gets the same type of access to all the compartments inside the tenancy. For more information, see Example Scenario and How Policies Work. The word "policy" is used by people in different ways: to mean an individual statement written in the policy language; to mean a collection of statements in a single, named "policy" document (which has an Oracle Cloud ID (OCID) assigned to it); and to mean the overall body of policies your organization uses to control access to resources.
GROUP
A collection of users who all need the same type of access to a particular set of resources or compartment.
DYNAMIC GROUP
A special type of group that contains resources (such as compute instances) that match rules that you define (thus the membership can change dynamically as matching resources are created or deleted). These instances act as "principal" actors and can make API calls to services according to policies that you write for the dynamic group.
NETWORK SOURCE
A group of IP addresses that are allowed to access resources in your tenancy. The IP addresses can be public IP addresses or IP addresses from a VCN within your tenancy. After you create the network source, you use policy to restrict access to only requests that originate from the IPs in the network source.
COMPARTMENT
A collection of related resources. Compartments are a fundamental component of Oracle Cloud Infrastructure for organizing and isolating your cloud resources. You use them to clearly separate resources for the purposes of measuring usage and billing, access (through the use of policies), and isolation (separating the resources for one project or business unit from another). A common approach is to create a compartment for each major part of your organization. For more information, see Setting Up Your Tenancy.
TENANCY
The root compartment that contains all of your organization's Oracle Cloud Infrastructure resources. Oracle automatically creates your company's tenancy for you. Directly within the tenancy are your IAM entities (users, groups, compartments, and some policies; you can also put policies into compartments inside the tenancy). You place the other types of cloud resources (e.g., instances, virtual networks, block storage volumes, etc.) inside the compartments that you create.
HOME REGION
The region where your IAM resources reside. All IAM resources are global and available across all regions, but the master set of definitions reside in a single region, the home region. You must make changes to your IAM resources in your home region. The changes will be automatically propagated to all regions. For more information, see Managing Regions.
FEDERATION
A relationship that an administrator configures between an identity provider and a service provider. When you federate Oracle Cloud Infrastructure with an identity provider, you manage users and groups in the identity provider. You manage authorization in Oracle Cloud Infrastructure's IAM service. Oracle Cloud Infrastructure tenancies are federated with Oracle Identity Cloud Service by default.
Reference:
https://docs.cloud.oracle.com/en-us/iaas/data-safe/doc/iam-components.html
NEW QUESTION # 87
Which is a key benefit of using oracle cloud infrastructure autonomous data warehouse?
- A. Scale both CPU and Storage without downtime
- B. Maintain root level acress to the underlying operating system
- C. Apply database patches as they become available
- D. No username and password required
Answer: A
Explanation:
Oracle Autonomous Data Warehouse is a cloud data warehouse service that eliminates virtually all the complexities of operating a data warehouse and securing data. It automates provisioning, configuring, securing, tuning, scaling, patching, backing up, and repairing of the data warehouse. Unlike other "fully managed" cloud data warehouse solutions that only patch and update the service, it also features elastic, automated scaling, performance tuning, security, and a broad set of built-in capabilities that enable machine learning analysis, simple data loading, and data visualizations.
Data Warehouse uses continuous query optimization, table indexing, data summaries, and auto-tuning to ensure consistent high performance even as data volume and number of users grows. Autonomous scaling can temporarily increase compute and I/O by a factor of three to maintain performance. Unlike other cloud services which require downtime to scale, Autonomous Data Warehouse scales while the service continues to run.
NEW QUESTION # 88
A company has developed an eCommerce web application In Oracle Cloud Infrastructure.
What should they do to ensure that the application has the highest level of resilience?
- A. Deploy the application across multiple Availability Domains and Fault Domains.
- B. Deploy the application across multiple Regions and Availability Domains.
- C. Deploy the application across multiple Virtual Cloud Networks.
- D. Deploy the application across multiple Availability Domains and subnet.
Answer: B
Explanation:
For highest level of resilience you can deploy the application between regions and distribute on availability domain and fault domains.
Reference:
https://www.oracle.com/cloud/iaas/faq.html
NEW QUESTION # 89
Which option provides the best performance for running OTLP workloads in Oracle Cloud Infrastructure (OCI)?
- A. OCI Virtual Machine Instance
- B. OCI Autonomous Data Warehouse
- C. OCI Autonomous Transaction Processing
- D. OCI Dedicated Virtual Host
Answer: C
Explanation:
https://docs.oracle.com/en/cloud/paas/atp-cloud/index.html
NEW QUESTION # 90
You are querying the Oracle Cloud Infrastructure (OCI) monitoring data related to the oci_computeagent metric namespace.
Which is NOT a valid dimension name for the oci_cooputeagent metrics?
- A. availabilityDomain
- B. faultDomain
- C. shape
- D. attachmentid
Answer: C
NEW QUESTION # 91
In what two ways does Oracle Cloud Infrastructure (OCI) offer industry leading price-performance?
- A. OCI backs performance claims with Service Level Agreements.
- B. With OCI, pricing Is low and predictable across all regions and services.
- C. OCI does not over subscribe CPU, but only memory.
- D. OCI leverages advanced encryption that results In fast performance
- E. OCI hypervisor provides Industry loading performance.
Answer: A,B
Explanation:
OCI leverages advanced encryption that leads to fast performance, OCI does not over subscribe CPU, but only memory, and OCI hypervisor provides industry leading performance are WRONG.
However, OCI does back claims with SLAs and offers predictable pricing for all services.
Reference:
https://www.oracle.com/in/cloud/pricing.html
NEW QUESTION # 92
How is total network throughput allocated to a Virtual Machine (VM) Instance?
- A. When launching a compute instance, customers may select the desired maximum network bandwidth
- B. Each VM is allocated 10 Gbps of network bandwidth regardless of the selected shape
- C. Network bandwidth is proportional to the number of OCPUs in the Instance shape
- D. Network bandwidth is variable
Answer: C
Explanation:
A shape is a template that determines the number of CPUs, amount of memory, and other resources that are allocated to an instance.
The network bandwidth is directly proportional to the number of OCPUs in the instance shape!
NEW QUESTION # 93
You are required to host several files in a location that can be publicly accessible from anywhere in the world. Which Oracle Cloud Infrastructure (OCI) service should you use?
- A. OCI Block Volume
- B. OCI File Storage
- C. OCI Object Storage
- D. Oracle Functions
- E. OCI Storage Gateway
Answer: C
NEW QUESTION # 94
Which of the following is an example of an edge service in OCI?
- A. Oracle Data Guard
- B. Virtual Machines
- C. OCI compute instances
- D. DNS Zone Management
Answer: D
Explanation:
The Oracle Cloud Infrastructure Domain Name System (DNS) service lets you create and manage your DNS zones. You can create zones, add records to zones, and allow Oracle Cloud Infrastructure's edge network to handle your domain's DNS queries.
NEW QUESTION # 95
Which Oracle Cloud Infrastructure storage service can provide a shared file system across multiple compute instances?
- A. Archive storage
- B. file Storage
- C. Local NVMe
- D. Object Storage
Answer: B
Explanation:
Oracle Cloud Infrastructure File Storage service provides a durable, scalable, secure, enterprise-grade network file system. You can connect to a File Storage service file system from any bare metal, virtual machine, or container instance in your Virtual Cloud Network (VCN). You can also access a file system from outside the VCN using Oracle Cloud Infrastructure FastConnect and Internet Protocol security (IPSec) virtual private network (VPN).
Large Compute clusters of thousands of instances can use the File Storage service for high-performance shared storage. Storage provisioning is fully managed and automatic as your use scales from a single byte to exabytes without upfront provisioning.
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/File/Concepts/filestorageoverview.htm
NEW QUESTION # 96
Which is NOT required to register and log support requests in My Oracle Support (MOS)?
- A. Your account password
- B. Your resource OCID (Oracle Cloud Identifier)
- C. Your Customer Support Identifier (CSl)
- D. Your tenancy OCID (Oracle Cloud Identifier)
Answer: B
Explanation:
You can open a support service request with Oracle Support
To create a service request:
Go to My Oracle Support and sign in.
If you are not signed in to Oracle Cloud Support, click Switch to Cloud Support at the top of the page.
Click Create Service Request.
Select the following from the displayed menus:
Service Type: Select Oracle Cloud Infrastructure from the list.
Service Name: Select the appropriate option for your organization.
Problem Type: Select your problem type from the list.
Enter your contact information.
Enter a Description, and then enter the required fields specific to your issue. For most Oracle Cloud Infrastructure issues you need to include the OCID (Oracle Cloud Identifier) for each resource you need help with. See Locating Oracle Cloud Infrastructure IDs for instructions on locating these.
Reference:
https://www.zerowait-state.com/blog/create-sr/
NEW QUESTION # 97
What does Oracle's Payment Card Industry Data Security Standard (PCI DSS) attestation of compliance provide to customers?
- A. Customers can use these services for workloads that provides validation of card holder transaction but only as 3rd party
- B. Customers can use these services for workloads that store, process, or transmit cardholder data.
- C. Customers can use these services for workloads that process, or transmit cardholder data but not store it.
- D. Customers can use these services for workloads to process applications for credit card approval securely.
Answer: B
Explanation:
The Payment Card Industry Data Security Standard (PCI DSS) is a global set of security standard designed to encourage and enhance cardholder data security and promote the adoption of consistent data security measures around the technical and operational components related to cardholder data.
Oracle has successfully completed a Payment Card Industry Data Security Standard (PCI DSS) audit and received an Attestation of Compliance (AoC) covering several Oracle Cloud Infrastructure services and the Oracle RightNow Service Cloud Service. As a PCI Level 1 Service Provider, customers can now use these services for workloads that store, process or transmit cardholder data.
Reference:
https://www.oracle.com/cloud/cloud-infrastructure-compliance/
NEW QUESTION # 98
Which is an example of Edge Services in Oracle Cloud Infrastructure (OCI)?
- A. Virtual Firewall
- B. Web Application Firewall
- C. Virtual Cloud Network (VCN)
- D. Object Storage
Answer: B
Explanation:
Oracle Cloud Infrastructure Web Application Firewall (WAF) is a cloud-based, Payment Card Industry (PCI) compliant, global security service that protects applications from malicious and unwanted internet traffic. WAF can protect any internet facing endpoint, providing consistent rule enforcement across a customer's applications.
WAF provides you with the ability to create and manage rules for internet threats including Cross-Site Scripting (XSS), SQL Injection and other OWASP-defined vulnerabilities. Unwanted bots can be mitigated while tactically allowed desirable bots to enter. Access rules can limit based on geography or the signature of the request.
Reference:
https://blogs.oracle.com/cloud-infrastructure/innovation-in-edge-services-the-oracle-cloud-infrastructure-edge-network
NEW QUESTION # 99
A customer wants a dedicated connection with minimal network latency from their on-premises data center to Oracle Cloud Infrastructure (OCI).
Which service should they choose?
- A. Public internet
- B. Virtual Cloud Network Remote Peering
- C. IPSec Virtual Private Network (VPN)
- D. OCI FastConnact
Answer: D
Explanation:
Oracle Cloud Infrastructure FastConnect provides an easy way to create a dedicated, private connection between your data center and Oracle Cloud Infrastructure. FastConnect provides higher-bandwidth options, and a more reliable and consistent networking experience compared to internet-based connections.
NEW QUESTION # 100
Your client needs to move their Extract-Transform-Load (ETL) process to Oracle Cloud Infrastructure (OCI). They want to take a no-code approach.
Which OCI service would you recommend?
Analytics Cloud
- A. Data catalog
- B. Data Integration
- C. Data Flow
- D. Data science
Answer: D
NEW QUESTION # 101
Which capability enables you to search, purchase, and start using software in your Oracle Cloud Infrastructure (OCI) tenancy?
- A. OCI OS Management
- B. OCI Registry
- C. OCI Resource Manager
- D. OCI Marketplace
Answer: D
Explanation:
Oracle Cloud Infrastructure Marketplace is an online store that offers solutions specifically for customers of Oracle Cloud Infrastructure. In the Oracle Cloud Infrastructure Marketplace catalog, you can find listings for two types of solutions from Oracle and trusted partners: images and stacks. These listing types include different categories of applications. Also, some listings are free and others require payment.
Images are templates of virtual hard drives that determine the operating system and software to run on an instance. You can deploy image listings on an Oracle Cloud Infrastructure Compute instance. Marketplace also offers stack listings. Stacks represent definitions of groups of Oracle Cloud Infrastructure resources that you can act on as a group. Each stack has a configuration consisting of one or more declarative configuration files. With an image or a stack, you have a customized, more streamlined way of getting started with a publisher's software.
Reference:
https://docs.cloud.oracle.com/en-us/iaas/Content/Marketplace/Concepts/marketoverview.htm
NEW QUESTION # 102
Which Oracle Cloud Infrastructure (OC!) service can be configured to send you an alert for high CPU usage?
- A. Analytics
- B. Eve
- C. Logging
- D. Logging Analytics
- E. Monitoring
Answer: E
NEW QUESTION # 103
......
Updated Jul-2023 Pass 1z0-1085-22 Exam - Real Practice Test Questions: https://www.pdf4test.com/1z0-1085-22-dump-torrent.html
Pass Your Exam With 100% Verified 1z0-1085-22 Exam Questions: https://drive.google.com/open?id=10B-ZsAuTRhYovt_k-Wn6Zs0vddiQqAwc

