Computer Science > EXAM > OCI Certification (Oracle Cloud Infrastructure) Exam 2022/2023 100% Answered Correct (All)
Which of the following is not a core characteristic of cloud computing as defined by NIST standards? A. On-demand self-service access B. Upfront license payments C. Rapid elasticity D. Measur... ed services A, C, D are characteristics as defined by NIST; cloud computing enables pay-as-you-pricing and does not involve paying for licenses upfront. Which statement below is NOT correct regarding a highly available system? Highly available systems always involve manual intervention to maintain high availability. B. Highly available systems typically have redundant hardware and software C. Highly availability systems avoid having single points-of-failure D. Highly available systems involve a failover process that moves processing performed by the failed component to the backup component It is possible to have some manual intervention, but typically, highly available systems do not involve manual failover processes. The more transparent the failover is, the more highly available the system is. What does compute vertical scaling imply? A. Compute scaling out is called vertical scaling B. Compute scaling in is called vertical scaling C. Compute scaling up (or down) is called vertical scaling D. In cloud, you can cannot scale compute instances Scale in or out is horizontal scaling. Which one of the following is not a cloud pricing model? A. Pay-as-you-go B. Commitment based pricing C. Consumption based pricing D. Enterprise license based pricing Enterprise license-based pricing is not a cloud pricing model, while the others are. In cloud computing, you only pay for resources that you use and, in some cases,, pay only for how much you consume. Which statement below is NOT true regarding an Oracle Cloud Infrastructure Region? A. Each region has at least one Availability Domain. B. Availability domains are isolated from each other and very unlikely to fail simultaneously. C. Each Fault Domain has multiple Availability Domains. D. Each Availability Domain has three Fault Domains. Each Availability Domain has three Fault Domains and not the other way around. Which two are valid reasons to use an Oracle Cloud Infrastructure Fault Domain? Protect against unexpected hardware or power supply failures B. Protect against planned hardware maintenance C. To mitigate the risk of large-scale events such as earthquakes D. Build replicated systems for disaster recovery E. To meet requirements for legal jurisdictions You can use fault domains to (1) protect against unexpected hardware failures or power supply failures (2) protect against planned outages because of computer hardware maintenance. Which statement below is NOT true regarding Oracle Cloud Infrastructure High Availability Architecture? A. Fault Domains provide protection against failures within an Availability Domain B. In a multi-AD region, Availability Domain provides protection from an entire Availability Domain failure C. OCI region pair enables disaster recovery while meeting compliance and data residency requirements D. Compartments enable a high availability design within an Availability Domain A compartment is a collection of related resources and provides logical not physical isolation. Which two are valid reasons to deploy your apps in multiple Oracle Cloud Infrastructure regions? To mitigate the risk of region-wide events such as large weather systems or earthquakes B. To achieve high availability and real time data synchronization C. To meet varying requirements for legal jurisdictions, tax domains, and other business or social criteria D. To lower costs, as some OCI regions have lower pricing than others In OCI, pricing is not region-specific. In addition, if you deploy apps to multiple regions, you cannot achieve real-time data synchronization as regions can be separated by vast distances—across countries or even continents You have two web servers and a clustered database running in a single OCI Availability Domain. Which step below can help you achieve high availability? Group one web server and one database node in one fault domain and the other half of each pair in another fault domain B. OCI provides high availability by default, so you don't need to do anything C. Put both web servers in the same fault domain and database nodes in another fault domain D. Put both database nodes in the same fault domain and web servers in another fault domain. Grouping web server and a database node and placing a pair in two separate fault domains ensure that a failure of any one fault domain does not result in an outage for your application. How do instances in Private Subnets in OCI Virtual Cloud Network communicate to Internet? A. Through a Service Gateway B. Through a Dynamic Routing Gateway C. Through a NAT Gateway D. Through an Internet gateway NAT is a networking technique commonly used to give an entire private network access to the internet without assigning each host a public IP address. OCI provides a managed NAT Gateway service that gives cloud resources without public IP addresses access to the internet without exposing those resources to incoming internet connections. Which of the following statement is true about VCN peering? A. A VCN peering connection is a networking connection between two VCNs within a single region. B. A VCN peering connection is a VPN-based connection. C. VCN peering does not require using any Gateways, Local or Remote D. Peered VCNs can exist in different regions. Remote Peering connects VCNs across regions You are setting up a proof of concept (POC) and need to cost-effectively establish a secure connection between an on-premises data center and Oracle Cloud Infrastructure (OCI). Which OCI service would you use? VPN Connect B. Service Gateway C. Internet Gateway D. Fast Connect VPN Connect provides a site-to-site IPSec VPN between your on-premises network and your virtual cloud network (VCN). It can be used for a proof of concept setup: VPN Connect is a free service with no port hour charges. Data transfer cost is covered under networking cloud pricing. You are building out a site-to-site VPN connection from an on-site network to a private subnet within a Virtual Cloud Network. Which of the following might you need for this connection to function properly? A. NAT Gateway B. Service Gateway C. Internet Gateway D. Dynamic Routing Gateway E. VPN Gateway DRG is a virtual router that provides a path for private traffic (that is, traffic that uses private IPv4 addresses) between your VCN and an on-premises network. If you choose to use both Security Lists and Network Security Groups in an OCI VCN, at what two levels is security functioning? (choose TWO) A. VPN Level B. VCN Level C. Subnet Level D. Instance Level E. Gateways Level NSG rules apply to an instance (vNIC) while Security Lists applies at the subnet level (and all instances in that particular subnet). If you choose to use both, a packet is allowed if any rule in any of the relevant Security Lists and Network Security Groups allows the traffic Which of the following is NOT true about Oracle Cloud Infrastructure Object Storage service? A. Maximum object size that can be stored in OCI Object Storage buckets is 10 TB. B. Standard Object storage buckets cannot be downgraded to Archive storage. C. Archive Storage buckets cannot be upgraded to Standard Object storage. D. Object Storage is eventually consistent. OCI Object Storage supports strong consistency that means that when a read request is made, Object Storage always serves the most recent copy of the data that was written to the system. You have a requirement to store application backups in OCI for 6-12 months, but retrieve data immediately based on business needs. Which OCI storage service can be used to meet this requirement? Object Storage (standard) B. Block Volume C. Archive Storage D. File Storage You can use Object Storage for data to which you need fast, immediate, and frequent access. You can use Archive Storage for data to which you seldom or rarely access, but that must be retained and preserved for long periods. Which Oracle Cloud Infrastructure storage service can provide a shared file system across multiple compute instances? File Storage B. Archive Storage C. Object Storage D. Local NVMe Oracle Cloud Infrastructure File Storage service provides shared, scalable, secure, enterprise-grade storage across multiple compute instances. Which storage service offers the lowest pricing (per GB)? Archive Storage B. Object Storage C. Block Volume D. File Storage Archive Storage is ideal for storing data that is accessed infrequently and requires long retention periods. Archive Storage is more cost effective than Object, Block and File storage services What is the smallest block volume size that can be provisioned on Oracle Cloud Infrastructure? A. 1 GB B. 50 GB C. 1 TB D. 1 MB Block Volume service supports volumes that can be from 50 GB to 32 TB in size. Which Oracle Cloud Infrastructure service allows you to run code without provisioning any underlying infrastructure resources and invoke the code in response to events? Oracle Functions B. Oracle Container Engine for Kubernetes C. OCI Bare Metal D. OCI Virtual Machine The serverless and elastic architecture of Oracle Functions means there is no need to provision or maintain compute instances, and operating system software patches and upgrades. You can deploy your code and call it directly or trigger it in response to events. You are planning to deploy Oracle JDE on Oracle Cloud Infrastructure (OCI). The application will require a database and several servers. Which two OCI services are best suited for this project? A. Oracle Container Engine for Kubernetes B. Oracle Object Storage C. Virtual Machine (VM) or Bare Metal (BM) compute instances D. Virtual Machine (VM) or Bare Metal (BM) DB Systems E. Object File Storage In this case, you can use compute instances - VM or Bare Metal and managed DB systems - VM or Bare Metal. You want to render fluid dynamic jobs on your compute instance in Oracle Cloud Infrastructure (OCI). Which compute shape is the best for your use case? OCI GPU Shapes B. OCI Flexible VM Shapes C. OCI Dedicated Virtual Machine Host D. OCI HPC Shapes OCI GPU shapes are designed for hardware-accelerated workloads such as fluid dynamics jobs. GPU shapes include Intel CPUs and NVIDIA graphics processors. What three characteristics constitute an Oracle Cloud Infrastructure Compute shape? A. Number of vCPU, amount of memory, network bandwidth B. Number of OCPU, amount of memory, network bandwidth C. Public or private visibility of the Compute instance D. Availability Domain and Fault Domain physical locations The amount of memory, network bandwidth (and number of VNICs) scale proportionately with the number of OCPUs in a compute instance. Which statement below is NOT true regarding OCI Compute Autoscaling? Autoscaling lets you scale-up and scale-down instance shapes B. If one VM fails in the Autoscaling group, others will keep working C. Autoscaling lets you match traffic demand by adding or removing VMs automatically D. There is no extra cost for using Autoscaling Autoscaling is also referred to as scale-out or scale-in. Autoscaling does not Scale-up or Scale-down instance shapes. Which is a key benefit of using Oracle Cloud Infrastructure Autonomous Transaction Processing? A. Maintain root-level access to the underlying operating system B. Scale both CPU and Storage without downtime C. Use without any username and password D. Apply database patches as they become available Autonomous Database allows you to scale the CPU and storage capacity of the database at any time without affecting availability or performance Which of the following statements is NOT true regarding Oracle Data Safe? A. Data Safe can be used for protecting sensitive and regulated data in Oracle Cloud databases. B. Data Safe features include Security and User Assessments C. Data safe is not supported for Virtual Machine or Bare Metal DB Systems D. There is no extra cost to use Data safe service Data Safe is supported for VM and BM DB Systems. On Oracle Cloud Infrastructure DB systems, Real Application Clusters (RAC) can be configured for which of the options below? A. Autonomous shared databases B. 2-node virtual machine DB systems C. Bare metal DB systems D. Autonomous dedicated databases Oracle Cloud Infrastructure offers 1-node DB systems on either bare metal or virtual machines, and 2-node RAC DB systems on virtual machines only. Which OCI database service below uses Block Volumes for storing data? Virtual Machine database systems B. Bare Metal database systems C. Exadata database systems D. Autonomous databases VM DB Systems leverage OCI Block Volumes for data storage; BM DB Systems use Local NVMe, and Exadata and Autonomous Database use Local disks and NVMe flash cards. Oracle Data Guard is primarily used for which of the below scenarios? A. To support automatic backups B. To survive disaster and data corruption C. To support rolling patching D. To support auto scaling Oracle Data Guard provides a set of services that create, maintain, manage, and monitor one or more standby databases to enable Oracle databases to survive disasters and data corruptions. It maintains synchronization between the primary and the standby databases. Which of the following is NOT a component of the Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) service? A. User B. Group C. Role D. Policy OCI IAM service components include Users, Groups, Policies and Compartments. Which of the following is NOT a valid method for authenticating a Principal in Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) service? A. User name, Password B. API Signing Key C. Auth Tokens D. Certificate based auth The supported authentication methods for OCI IAM service include user name, password; Auth Tokens and API Signing Keys. Which of the following is the valid syntax for an Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) Policy? Allow group <group_name> to <verb> <resource-type> in tenancy B. Allow user <user_name> to <verb> <resource-type> in tenancy C. Deny group <group_name> to <verb> <resource-type> in tenancy D. Deny user <user_name> to <verb> <resource-type> in tenancy OCI IAM policy is defined at the group level and written in the following syntax: Allow group <group_name> to <verb> <resource-type> in tenancy Which of the following is NOT a valid statement regarding Oracle Cloud Infrastructure (OCI) Compartments? A. Each resource belongs to a single compartment B. Resources can interact with other resources in different compartments C. Resources cannot be moved from one compartment to another D. You can give group of users access to compartments by writing policies In OCI, resources can be moved from one compartment to another. You are writing an Oracle Cloud Infrastructure (OCI) Identity and Access Management (IAM) Policy. Where can it be attached? Choose TWO A. User B. Group C. Tenancy D. Compartment Policies can be attached to a compartment or the tenancy. Where you attach it controls who can then modify it or delete it Which of the below use cases is supported by Oracle Cloud Infrastructure Identity and Access Management service? Single sign-on to identity providers B. Workload isolation C. DDoS Protection D. Centralized key management Oracle Cloud Infrastructure IAM service supports federation and single sign-on with Oracle Identity Cloud Service, Microsoft Active Directory, Microsoft Azure Active Directory, and other identity providers that supports the Security Assertion Markup Language (SAML) 2.0 protocol. What is the primary purpose of using Oracle Cloud Infrastructure Web Application Firewall? A. Network security control B. Hardware based key storage C. Patch management D. Filter malicious web traffic Oracle Cloud Infrastructure Web Application Firewall (WAF) is a cloud-based global security service that protects applications from malicious and unwanted internet traffic. Which of the Oracle Cloud Infrastructure services support encryption of data at rest and in-transit? Choose TWO OCI Block Volume OCI File Storage C. Local NVMe storage D. OCI Virtual Cloud Network OCI Block Volume and File Storage services provide data encryption at-rest and in-transit Which of the below option is NOT recommended for securing your Oracle Cloud Infrastructure virtual cloud networks (VCN)? A. VCN Private subnets B. OCI Object Storage service C. VCN Network Security Groups D. VCN Security Lists The Oracle Cloud Infrastructure Object Storage service is an internet-scale, high-performance storage platform that offers reliable and cost-efficient data durability. Oracle cloud Infrastructure is compliant with which three industry standards? ISO/IEC 27001:2013—International Organization for Standardization 27001 B. Health Care Compliance Association (HCCA) C. Health Insurance Portability and Accountability Act (HIPAA) D. SOC 1 - Systems and Organizational Controls 1 E. CJIS - Criminal Justice Information Services List of certifications is available here, https://www.oracle.com/cloud/cloud-infrastructure-compliance/ You are running two compute instances in Oracle Cloud Infrastructure (OCI): VM.Standard2.1 and VM.Standard2.16. Which of these two instances costs more per OCPU? A. VM.Standard2.1 B. VM.Standard2.16 C. Both cost the same per OCPU D. Depends on how many cores you use in your instance In OCI, compute instances are priced per OCPU and both VM.Standard2.1 and VM.Standard2.16 belong to the same category (Compute - VM Standard - X7). Which of the following factors does NOT impact pricing in Oracle Cloud Infrastructure (OCI)? A. Resource size B. Resource type C. Data transfer D. Compartment size Resource type, size and data transfer impact pricing but pricing is independent of compartments Which of the following features help you set up budgets in Oracle Cloud Infrastructure (OCI)? A. Free-form tags B. Budget tags C. Compartment tags D. Cost-tracking tags You can use cost-tracking tags to track resource usage and costs and set up budgets. Which of the following are valid targets for setting Oracle Cloud Infrastructure (OCI) budgets? Choose TWO. Compartment B. Tenancy C. IAM group D. Cost-tracking tag E. Budget tag Budgets are set on cost tracking tags or on compartments to track all spending in that cost-tracking tag or for that compartment. Where are Oracle Cloud Infrastructure (OCI) cost and usage reports stored? A. User-specified object storage bucket B. Oracle-owned object storage bucket C. User-specified HTTPS end-point D. OCI Cloud Shell What does compute instance vertical scaling mean? A. Enabling Disaster Recovery B. Providing Fault Tolerance C. Changing to a larger or smaller shape D. Adding additional compute instances Which resource do you manage in an IAAS offering? A. Networking B. Servers C. Storage [Show More]
Last updated: 2 years ago
Preview 1 out of 16 pages
Buy this document to get the full access instantly
Instant Download Access after purchase
Buy NowInstant download
We Accept:
Can't find what you want? Try our AI powered Search
Connected school, study & course
About the document
Uploaded On
Aug 23, 2022
Number of pages
16
Written in
This document has been written for:
Uploaded
Aug 23, 2022
Downloads
0
Views
70
In Scholarfriends, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.
We're available through e-mail, Twitter, Facebook, and live chat.
FAQ
Questions? Leave a message!
Copyright © Scholarfriends · High quality services·