Courseiva

CCNA Core Oci Services Questions

75 of 240 questions · Page 2/4 · Core Oci Services · Answers revealed

76
MCQmedium

You are deploying a microservices architecture on OKE. You need to ensure that the control plane is managed by OCI to reduce management overhead. Which OKE deployment model is best?

A.Custom Kubernetes on VM
B.OCI Managed Kubernetes (OKE)
C.Compute Instance Containerization
D.Kubernetes on Bare Metal
AnswerB

OKE manages the control plane for the user.

Why this answer

OKE is a managed Kubernetes service where the control plane is managed by Oracle.

77
MCQhard

An administrator must configure DNS resolution so that instances within a VCN can resolve custom internal domain names managed by an on-premises DNS server connected via FastConnect. Which OCI DNS feature should be used?

A.Default Internet DNS Resolver
B.Public Zones
C.Traffic Management Steering Policies
D.Private DNS Resolver with Forwarding Rules
AnswerD

Private DNS resolver supports custom views and forwarding rules to on-premises resolvers.

Why this answer

OCI Private DNS resolver allows conditional forwarding rules to forward queries for specific domains to designated on-premises DNS servers.

78
MCQmedium

You need to deploy a microservice application in OCI using serverless containers that start in seconds without provisioning Kubernetes clusters or virtual machines. Which OCI service should you use?

A.Compute VM instance pools
B.Oracle Container Engine for Kubernetes (OKE)
C.OCI Container Instances
D.OCI Functions
AnswerC

Container Instances provides serverless container execution.

Why this answer

OCI Container Instances allows you to run containerized applications serverlessly without managing compute or Kubernetes.

79
MCQmedium

What is the purpose of a Pre-Authenticated Request in Object Storage?

A.Administrative access
B.Permanent access
C.Encryption management
D.Temporary access
AnswerD

PARs provide limited-time access.

Why this answer

PARs allow temporary, time-bound access to objects without requiring user credentials.

80
MCQmedium

A company is running multiple web servers behind an OCI Public Load Balancer. They notice that client IP addresses are appearing in web server logs as the internal private IP address of the load balancer rather than the actual client's public IP address. How can this be resolved?

A.Switch the load balancer from TCP load balancing to a NAT Gateway.
B.Change the load balancer shape from Flexible to a fixed 100 Mbps shape.
C.Configure the web servers to read the X-Forwarded-For HTTP header inserted by the load balancer.
D.Enable SSL client certificate forwarding in the VCN routing table.
AnswerC

The X-Forwarded-For header contains the original client IP address when using a load balancer.

Why this answer

OCI Load Balancer adds standard HTTP headers such as 'X-Forwarded-For' to pass the original client IP address to backend web servers.

81
MCQmedium

Which OCI service is used to host containerized applications and manage clusters?

A.Compute Instances
B.Database Service
C.Container Engine for Kubernetes
D.Functions
AnswerC

OKE is the managed Kubernetes service.

Why this answer

Oracle Container Engine for Kubernetes (OKE) is the service for container orchestration.

82
MCQmedium

You want to automate object lifecycle management in an OCI Object Storage bucket so that files older than 90 days are automatically transitioned to Archive storage. What should you configure?

A.Object Storage Lifecycle Rules
B.Pre-authenticated requests
C.A scheduled OCI Function with a custom script
D.Object Versioning policies
AnswerA

Lifecycle rules automate object tier transitions and deletions natively.

Why this answer

Object Storage Lifecycle Rules allow you to define automated actions to transition objects to different storage tiers or delete them after a specified time period.

83
MCQmedium

When using an OCI Load Balancer, which protocol is recommended for securing traffic?

A.HTTP
B.Telnet
C.HTTPS
D.FTP
AnswerC

HTTPS ensures encryption.

Why this answer

HTTPS (via SSL/TLS certificates) is the standard for securing traffic.

84
Multi-Selectmedium

Which TWO OCI networking components are required to successfully enable private communication between two separate VCNs residing in the same OCI region? (Choose two.)

Select 2 answers
A.Route table rules pointing traffic to the LPG
B.Dynamic Routing Gateway (DRG) with remote peering
C.Local Peering Gateway (LPG) in each VCN
D.NAT Gateway configured on the source VCN
E.Internet Gateway attached to both VCNs
AnswersA, C

VCN route tables must be updated to route traffic destined for the peered VCN CIDR block through the LPG.

Why this answer

Local Peering connects two VCNs in the same region, requiring a Local Peering Gateway (LPG) in each VCN and corresponding routing rule updates in the VCN route tables.

85
Multi-Selecteasy

Which TWO OCI features are associated with OCI Object Storage? (Choose two.)

Select 2 answers
A.iSCSI Block Volume Attachments
B.Pre-authenticated Requests (PARs)
C.NFSv3 File System Mounts
D.VCN Security Lists
E.Lifecycle Management Rules
AnswersB, E

PARs provide temporary URL access to objects.

Why this answer

Object Storage supports bucket lifecycle rules and pre-authenticated requests (PARs).

86
MCQeasy

Which OCI storage service is best suited for storing database backups that require high durability and lowest cost without immediate file system mounting requirements?

A.Local NVMe Storage
B.Boot Volume Storage
C.OCI Object Storage
D.OCI File Storage Service
AnswerC

Object Storage is ideal for durable, low-cost backup storage.

Why this answer

OCI Object Storage provides highly durable, low-cost object storage ideal for backups.

87
Multi-Selecthard

Which THREE features or capabilities are associated with OCI Virtual Cloud Network (VCN) Security Lists?

Select 3 answers
A.Security lists are stateful by default for both inbound and outbound rules.
B.You can configure a security list to be stateless if required.
C.A subnet can be associated with an unlimited number of security lists with no maximum limit.
D.Security list rules apply at the individual VNIC level rather than the subnet level.
E.Security lists act as a virtual firewall providing ingress and egress rule sets for subnets.
AnswersA, B, E

Security lists are stateful by default, meaning return traffic is automatically permitted regardless of inbound or outbound rules.

Why this answer

Security lists are stateful by default, act as virtual firewall rules at the subnet level, and apply to all compute instances in the associated subnet.

88
MCQeasy

What is the default maximum size of a single Object Storage bucket in OCI?

A.50 Terabytes
B.10 Petabytes
C.Unlimited (Practically boundless)
D.100 Gigabytes
AnswerC

Object Storage buckets scale automatically to store virtually unlimited data.

Why this answer

OCI Object Storage buckets have no practical size limit and can store an unlimited amount of data.

89
Multi-Selecteasy

Which TWO OCI compute shape categories offer flexible sizing where you can independently select the number of OCPUs and memory? (Choose two.)

Select 2 answers
A.Flexible Virtual Machine Shapes
B.Flexible Bare Metal Shapes
C.Preemptible Fixed VM Shapes
D.Standard Fixed Virtual Machine Shapes
E.Object Storage Compute Shapes
AnswersA, B

Flexible VMs allow custom OCPU and memory allocation.

Why this answer

Flexible shapes are available for standard virtual machines and certain specialized compute families.

90
MCQmedium

A company is deploying an application that requires a shared storage filesystem across multiple OCI Compute instances. The performance requirements dictate sub-millisecond latency and high IOPS for heavy database logging. Which OCI storage service is most appropriate?

A.File Storage Service (FSS)
B.Block Volume with Higher Performance performance tier attached via iSCSI
C.Archive Storage Tier
D.Object Storage Standard Tier
AnswerB

iSCSI attached Block Volumes with high performance tiers deliver sub-millisecond latency and high IOPS.

Why this answer

High-performance Block Volumes attached via iSCSI or local NVMe storage provide the necessary high IOPS and sub-millisecond latency required for database workloads.

91
MCQhard

An application team is deploying microservices on OCI Container Engine for Kubernetes (OKE). They want to expose multiple HTTP services using a single public IP address and route traffic based on URL path routing rules. Which OCI service should they integrate with their Kubernetes Ingress controller?

A.OCI Network Load Balancer
B.OCI Load Balancer
C.OCI Service Gateway
D.OCI Internet Gateway
AnswerB

OCI Load Balancer provides layer 7 load balancing, including HTTP/HTTPS routing based on paths.

Why this answer

OCI Load Balancer supports path-based routing and integrates seamlessly with OKE through the OCI Load Balancer Ingress controller to manage external HTTP/HTTPS traffic.

92
Multi-Selecthard

An auditor is reviewing security controls for OCI Virtual Cloud Networks. Which THREE characteristics differentiate Security Lists from Network Security Groups (NSGs)? (Choose three.)

Select 3 answers
A.Security Lists require an Internet Gateway to function, while NSGs require a NAT Gateway.
B.Security Lists have different resource limits per VCN compared to Network Security Groups.
C.NSG rules reference other NSGs as source/destination, whereas Security Lists reference subnet CIDRs.
D.Security Lists can contain both stateful and stateless rules, while NSGs only support stateless rules.
E.Security Lists apply to all VNICs in a subnet, whereas NSGs apply to a specific set of VNICs.
AnswersB, C, E

OCI enforces distinct resource quotas and limits for Security Lists versus NSGs within a VCN.

Why this answer

Security lists are subnet-wide with stateful/stateless rules and have strict limits per VCN, whereas NSGs are VNIC-specific and have different service limits.

93
MCQhard

An administrator needs to configure custom DNS resolution for instances within a VCN so they can resolve hostnames pointing to an internal on-premises corporate directory server over a FastConnect link. Which OCI DNS feature should be configured?

A.Default Internet Gateway DNS forwarding
B.Public DNS Zones
C.VCN Private DNS Resolver forwarding rules
D.OCI Internet Domain Name Registration
AnswerC

Private DNS resolver forwarding rules allow routing queries for specific domains to internal DNS servers via a DRG.

Why this answer

Private DNS resolver rules, specifically forward zones, allow VCN instances to forward DNS queries for custom domains to designated on-premises name servers.

94
MCQhard

An administrator needs to configure autoscaling for a compute instance pool so that instances scale out when CPU usage exceeds 80% and scale in when CPU usage drops below 20%. Where is this autoscaling configuration applied?

A.On the OCI Load Balancer backend set
B.On an Instance Pool
C.Directly on the VCN Route Table
D.Inside an individual Compute VM's operating system configuration
AnswerB

Autoscaling configurations are attached to Instance Pools.

Why this answer

Autoscaling configurations in OCI are linked directly to an Instance Pool to automatically manage the number of instances.

95
MCQmedium

An enterprise application running on OCI requires high availability across two Availability Domains within a single region. The database backend needs to be securely isolated from public internet traffic while maintaining high-speed, low-latency communication with the application servers. How should the Virtual Cloud Network (VCN) be structured?

A.Create a single VCN with only private subnets and use a NAT Gateway to allow inbound traffic to the database.
B.Deploy all resources in a single Availability Domain using Network Security Groups to isolate traffic.
C.Place both application and database instances in a single public subnet spanning both Availability Domains.
D.Create public subnets in each Availability Domain for the application servers and private subnets in each Availability Domain for the database instances.
AnswerD

Private subnets protect the database from direct external access, while multi-AD deployment ensures high availability.

Why this answer

Deploying the application servers in public subnets behind a Load Balancer and the database in private subnets across multiple ADs ensures high availability and security.

96
Multi-Selecthard

Which THREE of the following are valid OCI File Storage Service (FSS) characteristics?

Select 3 answers
A.Requires manual OS mounting
B.Elastic capacity
C.Access across ADs
D.Block-level access
E.Supports NFS protocol
AnswersB, C, E

Storage scales automatically.

Why this answer

FSS is NFS-based, multi-AD accessible, and highly scalable.

97
MCQmedium

You are configuring security rules for a multi-tier application. You want to allow web servers in a specific Network Security Group (NSG) to communicate with database servers in another NSG. How should you define the rule in the database NSG?

A.Specify the web server Network Security Group as the source
B.Configure a Dynamic Routing Gateway rule
C.Use an Internet Gateway source identifier
D.Specify the entire VCN CIDR block as the source
AnswerA

Reference the web server NSG as the source for precise tier-to-tier security rules.

Why this answer

OCI NSGs allow you to reference another NSG as the source in security rules for fine-grained access control.

98
MCQmedium

An administrator is setting up an OCI File Storage (FSS) mount target in a specific subnet. When attempting to mount the file system from a compute instance in a different subnet within the same VCN, the mount command hangs. What must be configured to allow this connection?

A.Configure security rules (Security Lists or NSGs) allowing NFS traffic (ports 111, 2048, 2049, 2050) to the mount target.
B.Add a NAT Gateway to translate NFS packets across subnets.
C.Attach the File Storage volume directly to the compute instance via iSCSI.
D.Create a Local Peering Gateway between the two subnets.
AnswerA

NFS requires specific ports open in the security lists or NSGs associated with the mount target subnet.

Why this answer

Access to File Storage requires security rules allowing TCP and UDP ports 111, 2048, 2049, and 2050 for NFS traffic between the compute instance and the FSS mount target.

99
MCQeasy

Which OCI compute feature allows you to run virtual machines on dedicated physical servers allocated exclusively to your organization?

A.OCI Container Instances
B.Dedicated Virtual Machine Hosts
C.Preemptible Instances
D.Standard Flexible VM Shapes
AnswerB

Dedicated hosts provide physical server isolation for your VMs.

Why this answer

Dedicated Virtual Machine Hosts provide physical servers dedicated solely to your tenancy for compliance and isolation requirements.

100
Multi-Selecteasy

Which TWO metrics can be monitored using OCI Monitoring service for compute instances? (Choose two.)

Select 2 answers
A.VCN Route Table Rule Count
B.Memory Utilization
C.Object Storage Bucket Count
D.Subnet CIDR block utilization
E.CPU Utilization
AnswersB, E

Memory utilization is tracked (often requiring the monitoring agent).

Why this answer

OCI Monitoring tracks standard metrics such as CPU utilization and Memory utilization for compute instances.

101
MCQhard

A network engineer is configuring a Site-to-Site VPN between an on-premises data center and an OCI VCN. To ensure high availability, the setup requires multiple customer-premises equipment (CPE) public IP addresses communicating with distinct Oracle VPN tunnel endpoints on the DRG. How many default tunnels does each OCI VPN connection provision per DRG attachment?

A.Eight tunnels
B.Two tunnels
C.One tunnel
D.Four tunnels
AnswerB

OCI Site-to-Site VPN provides two distinct tunnels per connection by default for high availability.

Why this answer

Each OCI Site-to-Site VPN connection automatically provisions two redundant tunnels terminating on distinct OCI gateway hardware endpoints for high availability.

102
MCQmedium

When creating a block volume backup, where is the data stored?

A.File Storage
B.The same volume
C.Local SSD
D.Object Storage
AnswerD

Backups are automatically offloaded to Object Storage.

Why this answer

Block volume backups are stored in OCI Object Storage.

103
MCQeasy

Which OCI Object Storage tier is optimized for storing active data that requires fast and frequent access with lowest latency?

A.Archive Storage
B.Infrequent Access Storage
C.Standard Storage
D.Backup Storage Tier
AnswerC

Standard storage is optimized for frequent, fast access to active data.

Why this answer

Standard storage tier is the default tier for hot data that is accessed frequently.

104
MCQeasy

Which OCI Object Storage tier is recommended for storing data that is accessed infrequently, but requires rapid access when needed with lower retrieval costs than Archive?

A.Standard Storage
B.Infrequent Access Storage
C.Boot Volume storage
D.Archive Storage
AnswerB

Infrequent Access is optimized for data accessed less often with rapid retrieval.

Why this answer

Infrequent Access storage tier is designed for data accessed less frequently, offering lower storage costs than Standard and faster retrieval than Archive.

105
MCQmedium

You need to automatically increase the number of compute instances in your cluster when CPU utilization exceeds 80%. Which service should you use?

A.Autoscaling
B.OCI Events
C.Load Balancer
D.Instance Pools
AnswerA

Autoscaling monitors and scales instance pools.

Why this answer

Autoscaling allows automatic adjustment of instance counts based on performance metrics.

106
MCQeasy

Which OCI service provides a managed Domain Name System (DNS) to manage your domain records?

A.Load Balancer
B.FastConnect
C.Object Storage
D.DNS Service
AnswerD

The OCI DNS service is the native managed DNS solution.

Why this answer

OCI DNS service manages public and private DNS zones.

107
Multi-Selecthard

Which THREE of the following statements about OCI Object Storage lifecycle management rules are true? (Choose three.)

Select 3 answers
A.Lifecycle rules require manual execution via the OCI CLI every time objects are uploaded.
B.Lifecycle rules can be applied to specific object name prefixes within a bucket.
C.Lifecycle rules can automatically delete objects after a specified number of days.
D.Lifecycle rules can automatically transition objects from Standard storage to Infrequent Access or Archive storage.
E.Lifecycle rules are restricted to buckets with versioning disabled.
AnswersB, C, D

Rules can target specific folders or prefixes rather than the entire bucket.

Why this answer

Lifecycle rules can automatically transition objects to Archive/Infrequent Access or delete them based on age, and can target specific object name prefixes.

108
MCQmedium

An administrator has configured a Dynamic Routing Gateway (DRG) to connect an on-premises datacenter to an OCI VCN using an IPsec VPN. However, on-premises servers cannot communicate with instances in the VCN. Which VCN routing configuration is missing?

A.A route rule in the subnet route table with the on-premises CIDR as the destination and the DRG as the target.
B.A security list rule allowing ingress TCP traffic from the local VCN CIDR.
C.A NAT Gateway attached to the DRG to translate internal IP addresses.
D.A route rule in the subnet route table with a destination of 0.0.0.0/0 and target as the Internet Gateway.
AnswerA

Subnets must have a route pointing to the DRG for traffic originating from the on-premises network.

Why this answer

Traffic coming from the DRG needs a route rule in the VCN route table pointing to the DRG as the target for the on-premises CIDR block.

109
MCQhard

A company requires a dedicated, private connection between their on-premises data center and OCI that provides consistent bandwidth. Which service is recommended?

A.FastConnect
B.NAT Gateway
C.Site-to-Site VPN
D.Local Peering Gateway
AnswerA

FastConnect is a dedicated physical link.

Why this answer

FastConnect provides private, dedicated connectivity between on-premises and OCI.

110
MCQeasy

An application developer needs to trigger a data-processing script immediately whenever a new object is uploaded to an OCI Object Storage bucket. Which OCI service should be used to execute the script in a serverless manner?

A.Autonomous Database scheduled jobs
B.OCI Functions triggered via OCI Events
C.Compute Instance Cron jobs
D.Oracle Container Engine for Kubernetes CronJobs
AnswerB

OCI Events detect object creation in Object Storage and invoke OCI Functions serverlessly.

Why this answer

OCI Events service captures changes to cloud resources and can automatically trigger OCI Functions in response to Object Storage uploads.

111
MCQhard

An administrator is configuring autoscaling on an OCI Instance Pool. They notice that the autoscaling configuration is not triggering scale-out actions despite high CPU utilization. What is a likely cause?

A.The VCN Security List lacks an inbound rule for autoscaling metrics
B.The instance pool is attached to an Internet Gateway instead of a NAT Gateway
C.The compute instances are using Flexible shapes instead of Bare Metal
D.The autoscaling policy threshold or cooldown period is misconfigured
AnswerD

Improper metric thresholds or active cooldown periods prevent trigger actions.

Why this answer

Autoscaling requires a co-configured scaling policy with defined thresholds and cooldown periods linked to the instance pool. If the cooldown period is active or thresholds are improperly configured, scaling won't occur.

112
MCQmedium

A security administrator wants to implement stateful packet filtering at the individual instance level within a VCN subnet, allowing different rules to apply to different groups of instances in the same subnet. Which OCI feature should be used?

A.Dynamic Routing Gateway firewall rules
B.Security Lists
C.Internet Gateway security policies
D.Network Security Groups (NSGs)
AnswerD

NSGs allow fine-grained, instance-level security rules for specific VNICs within a subnet.

Why this answer

Network Security Groups (NSGs) act as virtual firewalls that provide security rules applied to a specified set of VNICs, unlike security lists which apply to entire subnets.

113
Multi-Selecthard

Which TWO statements are true regarding OCI Flexible Compute shapes? (Choose two.)

Select 2 answers
A.You can independently configure the number of OCPUs and memory (RAM) when launching a flexible VM.
B.Flexible shapes are only available on Bare Metal instances and cannot be used with Virtual Machines.
C.Flexible shapes do not support boot volume resizing.
D.You must select a fixed tier of memory for every OCPU selected.
E.Network bandwidth scales proportionally with the number of OCPUs selected on flexible shapes.
AnswersA, E

Flexible shapes allow independent custom selection of OCPUs and RAM.

Why this answer

Flexible compute shapes allow independent scaling of OCPUs and memory, and are available for both virtual machine and certain bare metal or specialized instance families.

114
MCQmedium

An application running on an Oracle Cloud Infrastructure (OCI) compute instance needs secure, private access to Object Storage in the same region without traversing the public internet. Which architecture should you implement?

A.Configure a Service Gateway in your VCN and add a route rule with the destination set to the Object Storage service CIDR.
B.Attach a NAT Gateway to your VCN and route traffic destined for Object Storage through it.
C.Deploy an Internet Gateway and use security lists to block all inbound traffic except Object Storage traffic.
D.Set up a Local Peering Gateway and peer your VCN directly to the Object Storage public namespace.
AnswerA

A Service Gateway allows your VCN to securely access OCI services like Object Storage privately over OCI's internal network backbone.

Why this answer

To securely access OCI Object Storage privately from a VCN without public internet, you should configure a Service Gateway and a corresponding route table rule targeting the Object Storage service.

115
MCQhard

An enterprise application deployed across multiple OCI subnets requires a Layer 4 load balancer that can handle millions of packets per second with ultra-low latency and preserve client source IP addresses. Which service should you deploy?

A.OCI API Gateway
B.Network Load Balancer
C.Dynamic Routing Gateway
D.Public Load Balancer (Layer 7)
AnswerB

Network Load Balancer provides Layer 4 high-performance TCP/UDP load balancing preserving source IPs.

Why this answer

Network Load Balancer (NLB) operates at Layer 4, handles high throughput and packet rates with low latency, and preserves source IPs.

116
MCQmedium

A database administrator needs to share a multi-gigabyte Oracle Database backup file stored in an OCI Object Storage bucket with an external auditor who does not have an OCI account. How can this be achieved securely without granting IAM console access?

A.Generate a Pre-authenticated Request (PAR) for the specific backup object with an expiration date.
B.Configure a Service Gateway to allow external IP ranges to access the bucket.
C.Make the entire bucket public by modifying the bucket access policy.
D.Create a temporary IAM user account with Object Storage Reader permissions.
AnswerA

PARs allow secure, time-limited external access to a single object or bucket without an OCI account.

Why this answer

Pre-authenticated requests (PARs) provide a unique URL to download or upload a specific object or bucket without requiring user credentials.

117
MCQhard

You are troubleshooting intermittent packet drops between two subnets in different VCNs connected via a Local Peering Gateway (LPG). Both VCNs have non-overlapping CIDR blocks. What is a common misconfiguration that could cause this issue?

A.Using security lists instead of Network Security Groups
B.Missing route table entries directing traffic to the Local Peering Gateway in both VCNs
C.Attaching an Internet Gateway to the peering connection
D.Enabling Flow Logs on the subnets
AnswerB

Without route table entries pointing to the LPG, traffic cannot find its way across the peering connection.

Why this answer

VCN route tables must have rules pointing traffic destined for the peer VCN CIDR block to the Local Peering Gateway.

118
Multi-Selecteasy

Which TWO networking services or gateways in OCI can be used to route traffic from a VCN to the public internet? (Choose two.)

Select 2 answers
A.Internet Gateway
B.Dynamic Routing Gateway
C.Service Gateway
D.Local Peering Gateway
E.NAT Gateway
AnswersA, E

Internet Gateway allows bidirectional public internet traffic.

Why this answer

Internet Gateway and NAT Gateway both facilitate traffic flowing from a VCN out to the public internet.

119
MCQhard

You need to allow your OKE cluster to access a private database. Where should the database be placed for the best security practice?

A.The same public subnet as OKE
B.Private subnet
C.Management subnet
D.Public subnet
AnswerB

Private subnets prevent direct public access.

Why this answer

Placing the database in a private subnet and using NSGs to allow traffic from the OKE nodes is best practice.

120
Multi-Selecteasy

An engineer needs to deploy flexible compute instances on OCI. Which TWO parameters can be independently adjusted when configuring a flexible compute shape? (Choose two.)

Select 2 answers
A.Amount of Memory (RAM)
B.GPU manufacturer and core architecture
C.Hypervisor version and vendor
D.Number of OCPUs
E.Physical motherboard serial number
AnswersA, D

Memory can be allocated independently of OCPUs within supported shape limits.

Why this answer

Flexible shapes allow users to customize the number of OCPUs and the amount of memory independently to fit workload requirements.

121
MCQmedium

Your development team needs to deploy microservices orchestrated via Kubernetes with automated worker node scaling and managed control plane upgrades. Which OCI service should you provision?

A.OCI Functions
B.OCI Container Instances
C.OCI Compute Instances with Docker
D.Oracle Container Engine for Kubernetes (OKE)
AnswerD

OKE is the managed Kubernetes service in OCI.

Why this answer

Oracle Container Engine for Kubernetes (OKE) is a fully managed, scalable, and highly available service where you can deploy your containerized applications.

122
MCQmedium

You need to deploy a batch processing job that can tolerate sudden termination by OCI if compute capacity is reclaimed, significantly reducing your compute costs. Which instance type should you choose?

A.Standard Flexible VM Shape
B.Preemptible Instance
C.Dedicated Virtual Machine Host
D.Standard Bare Metal Shape
AnswerB

Preemptible instances offer discounted compute capacity subject to reclamation.

Why this answer

Preemptible instances are spare compute capacity offered at a lower price that can be reclaimed by OCI when capacity is needed.

123
MCQeasy

A cloud architect needs to deploy a lightweight web application in OCI that requires rapid provisioning without managing underlying virtual machine infrastructure, operating systems, or cluster orchestration. Which OCI service should be selected?

A.OCI Functions
B.OCI Container Instances
C.Oracle Container Engine for Kubernetes (OKE)
D.Compute Standard Flex Instances
AnswerB

Container Instances are serverless containers that let you run applications instantly without managing underlying VMs.

Why this answer

OCI Container Instances provide a serverless experience to run containers quickly without needing to manage servers or clusters like OKE.

124
MCQhard

What happens to an Ephemeral Public IP when you stop a compute instance?

A.It is assigned to a new instance
B.It remains assigned
C.It is released
D.It changes to a private IP
AnswerC

Ephemeral IPs do not persist.

Why this answer

Ephemeral public IPs are released when the instance is stopped or terminated.

125
Multi-Selectmedium

Which THREE storage tiers are available in OCI Object Storage? (Choose three.)

Select 3 answers
A.Higher Performance Storage
B.Standard Storage
C.Archive Storage
D.Infrequent Access Storage
E.Balanced Performance Storage
AnswersB, C, D

Standard storage is for frequent access.

Why this answer

OCI Object Storage offers Standard, Infrequent Access, and Archive storage tiers.

126
MCQmedium

How does OCI ensure that high-availability requirements are met within a single region?

A.Availability Domains
B.Multiple VCNs
C.Multiple Load Balancers
D.Global clusters
AnswerA

ADs are isolated data centers within a region.

Why this answer

Availability Domains (ADs) and Fault Domains (FDs) provide physical isolation.

127
MCQeasy

Which OCI storage service is best suited for sharing configuration files across multiple Linux virtual machine instances simultaneously?

A.OCI Block Volume
B.Local NVMe Storage
C.OCI File Storage Service
D.OCI Object Storage
AnswerC

FSS allows concurrent multi-instance NFS mounting.

Why this answer

OCI File Storage Service (FSS) provides a shared network file system that can be mounted simultaneously by multiple instances.

128
MCQeasy

An administrator needs to store infrequently accessed backups in OCI Object Storage that require long-term retention and can tolerate a retrieval time of up to several hours. Which storage tier is most cost-effective?

A.Infrequent Access Storage
B.Archive Storage
C.Standard Storage
D.Block Volume Backups tier
AnswerB

Archive Storage provides the lowest storage cost for long-term retention with a multi-hour retrieval time.

Why this answer

Archive Storage is designed for data that is rarely accessed and has a multi-hour retrieval latency, offering the lowest cost.

129
Multi-Selectmedium

Which TWO of the following statements are correct regarding OCI Compute flexible shapes? (Choose two.)

Select 2 answers
A.When using a flexible shape, increasing OCPUs automatically decreases available memory proportionally.
B.Flexible shapes are supported across multiple processor architectures, including AMD and Intel.
C.Flexible shapes allow users to independently customize the number of OCPUs and memory.
D.Flexible shapes are restricted to bare-metal instances only and cannot be used with virtual machines.
E.Flexible shapes do not support attaching Block Volumes via iSCSI.
AnswersB, C

OCI supports flexible VM shapes on AMD, Intel, and Ampere processors.

Why this answer

Flexible shapes allow independent customization of OCPUs and memory, and they are available across multiple modern compute families (such as AMD and Intel).

130
Multi-Selecthard

Which THREE of the following are features of OCI Load Balancer?

Select 3 answers
A.SSL termination
B.Weighted Round Robin
C.Path-based routing
D.Autoscaling of backends
E.DNS management
AnswersA, B, C

Offloads encryption.

Why this answer

SSL termination, path-based routing, and weighted round robin are key features.

131
MCQhard

A database administrator must establish a high-throughput, highly reliable hybrid connection between an on-premises data center and OCI. The connection must bypass the public internet and guarantee steady throughput with SLA-backed performance. Which networking service combination meets these criteria?

A.Service Gateway connected to an IPSec VPN
B.IPSec VPN connected to an Internet Gateway
C.OCI FastConnect connected to a Dynamic Routing Gateway (DRG)
D.Local Peering Gateway connected to a NAT Gateway
AnswerC

FastConnect provides dedicated private connectivity, terminating on a DRG attached to the VCN.

Why this answer

FastConnect provides a dedicated, private connection with higher speeds and SLAs, bypassing the public internet, paired with a Dynamic Routing Gateway (DRG) on the VCN side.

132
Multi-Selectmedium

Which TWO of the following are valid OCI Object Storage storage tiers? (Choose two.)

Select 2 answers
A.Ephemeral SSD Tier
B.Archive Storage Tier
C.Standard Tier
D.High-Performance Flash Tier
E.Magnetic Tape Tier
AnswersB, C

Archive Storage Tier is for long-term cold storage.

Why this answer

OCI Object Storage provides Standard and Archive storage tiers (along with Infrequent Access).

133
Multi-Selecthard

Which THREE of the following OCI services are considered serverless?

Select 3 answers
A.Functions
B.Object Storage
C.Compute Instances
D.Container Instances
E.Bare Metal
AnswersA, B, D

Fully serverless.

Why this answer

Functions, Container Instances, and Object Storage (managed) are effectively serverless.

134
MCQhard

An enterprise application running on OCI Compute instances requires shared block storage that can be attached in read/write mode across multiple virtual machines simultaneously. What is the recommended OCI solution?

A.Use Object Storage mounted as a block device
B.Attach a single Block Volume in read/write mode to multiple instances simultaneously
C.Use OCI File Storage Service (FSS) for concurrent shared access
D.Configure Local NVMe drives as a shared cluster disk
AnswerC

FSS provides concurrent multi-instance read/write shared file storage via NFS.

Why this answer

Standard block volumes cannot be attached read/write to multiple instances. Clustered databases or specialized clustered file systems using shared block volumes with clustered device mapping or File Storage Service are required. (File Storage Service provides standard concurrent shared file storage).

135
MCQmedium

You are configuring security rules for a multi-tier application. You want to allow web servers in a specific Network Security Group (NSG) to communicate with database servers in another NSG. How should you define the ingress rule in the database NSG?

A.Configure a Dynamic Routing Gateway rule
B.Use an Internet Gateway source identifier
C.Specify the web server Network Security Group as the source
D.Specify the CIDR block of the entire VCN as the source
AnswerC

Reference the web server NSG as the source for precise tier-to-tier security rules.

Why this answer

OCI NSGs allow you to reference another NSG as the source in security rules, enabling tight access control between tiers without managing IP addresses.

136
MCQmedium

A web application deployed across multiple compute instances experiences fluctuating traffic loads throughout the day. The infrastructure needs to automatically add or remove compute instances based on CPU utilization metrics. Which OCI service combination provides this capability?

A.Container Instances combined with Object Storage lifecycle rules
B.Instance Pools combined with Compute Autoscaling
C.Virtual Cloud Network with Dynamic Routing Gateway autoscaling
D.Load Balancer combined with Block Volume backups
AnswerB

Instance pools group similar instances, and autoscaling adjusts the pool size based on rules.

Why this answer

Compute Autoscaling automatically adjusts the number of compute instances in an instance pool based on performance metrics such as CPU utilization.

137
MCQmedium

You are configuring a VCN and need to ensure that instances in a private subnet can access the internet to download updates without exposing them to incoming traffic. Which component is required?

A.Dynamic Routing Gateway
B.Service Gateway
C.NAT Gateway
D.Internet Gateway
AnswerC

NAT Gateway provides secure outbound-only internet access.

Why this answer

A NAT Gateway allows instances in a private subnet to initiate outbound connections to the internet while preventing inbound connections.

138
MCQhard

You have two VCNs in the same region that need to communicate privately. Which component must be configured?

A.DRG
B.Internet Gateway
C.Local Peering Gateway
D.NAT Gateway
AnswerC

LPGs enable VCN-to-VCN communication within a region.

Why this answer

Local Peering Gateways (LPG) are required for VCN peering within the same region.

139
MCQhard

An administrator needs to route internet-bound traffic from private compute instances through a NAT Gateway. What route table configuration is required in the private subnet?

A.Destination: 0.0.0.0/0, Target: NAT Gateway
B.Destination: 0.0.0.0/0, Target: Service Gateway
C.Destination: 10.0.0.0/16, Target: Internet Gateway
D.Destination: VCN CIDR, Target: NAT Gateway
AnswerA

Directing 0.0.0.0/0 to the NAT Gateway routes all outbound internet traffic through it.

Why this answer

A private subnet route table must have a rule directing destination CIDR 0.0.0.0/0 to the NAT Gateway target.

140
MCQhard

You need to migrate a legacy application to OCI that requires a specific IP address to be retained for compliance. Which OCI networking feature allows you to attach a specific public IP to an instance?

A.Ephemeral Public IP
B.Private IP
C.Reserved Public IP
D.Service Gateway IP
AnswerC

Reserved Public IPs are persistent and can be assigned to VNICs.

Why this answer

Reserved Public IPs are long-lived public IP addresses that can be assigned to resources and retained after the resource is deleted.

141
Multi-Selecthard

Which THREE of the following are components of an OCI Load Balancer?

Select 3 answers
A.Security Lists
B.Listeners
C.Route Tables
D.Backend sets
E.Load balancing policies
AnswersB, D, E

The entry point for client requests.

Why this answer

Backend sets, listeners, and policies are core components of an OCI Load Balancer.

142
Multi-Selectmedium

Which TWO of the following networking components are used to control traffic flow between subnets?

Select 2 answers
A.Network Security Groups
B.Internet Gateway
C.Object Storage
D.FastConnect
E.Security Lists
AnswersA, E

VNIC-level traffic rules.

Why this answer

Security Lists and Network Security Groups are the primary traffic filtering tools.

143
MCQhard

An administrator needs to attach a Block Volume to a Compute instance using the paravirtualized attachment type. However, the application requires maximum possible IOPS and throughput performance. What is the recommended approach to resolve this requirement?

A.Keep the paravirtualized attachment and increase the volume size to the maximum limit of 32 TB.
B.Switch the volume attachment method from paravirtualized to iSCSI and select the Higher Performance volume performance tier.
C.Enable Block Volume backups with incremental scheduling to reduce I/O contention.
D.Use a local NVMe scratch disk instead of a Block Volume for the database storage.
AnswerB

iSCSI attachments deliver maximum IOPS and throughput, bypassing paravirtualized virtualization overhead.

Why this answer

To achieve maximum performance (such as up to 75,000 IOPS and 800 MB/s per volume), the administrator should use an ISCSI attachment type instead of paravirtualized, alongside a Higher Performance volume performance unit.

144
MCQmedium

An enterprise application running on Oracle Cloud Infrastructure requires block storage that dynamically scales performance levels up to 300 IOPS per GB with a maximum performance target independent of volume capacity scaling. Which Block Volume performance tier should the administrator configure?

A.Higher Performance
B.Lower Cost
C.Ultra High Performance
D.Balanced
AnswerA

Higher Performance provides up to 300 IOPS per GB for demanding databases and high-transaction applications.

Why this answer

The Higher Performance tier is designed for workloads requiring up to 300 IOPS/GB, allowing high performance independent of capacity.

145
Multi-Selecthard

Which TWO features are characteristic of OCI Network Load Balancers (NLB)? (Choose two.)

Select 2 answers
A.Preserves client source IP addresses to backend servers
B.Only supports HTTP and HTTPS protocols
C.Operates at Layer 4 (TCP/UDP/ICMP) of the OSI model
D.Terminates SSL/TLS connections and performs URL path-based routing
E.Requires manual scaling configuration up to 100 Gbps
AnswersA, C

NLB preserves source IP addresses without requiring proxy headers.

Why this answer

Network Load Balancer operates at Layer 4, handles millions of requests with low latency, and preserves client source IP addresses.

146
MCQeasy

What is the container image registry service provided natively by Oracle Cloud Infrastructure for storing and sharing OCI container images?

A.File Storage Service
B.OCI Functions repository
C.OCI Object Storage
D.Oracle Cloud Infrastructure Registry (OCIR)
AnswerD

OCIR is the native container image registry service.

Why this answer

Oracle Cloud Infrastructure Registry (OCIR) is an Oracle-managed registry that enables you to store and manage your development container images.

147
Multi-Selecteasy

Which TWO statements are true regarding OCI File Storage Service (FSS)? (Choose two.)

Select 2 answers
A.File systems require manual capacity planning and provisioning of underlying physical disks.
B.File Storage is accessed exclusively through Object Storage REST API calls.
C.File Storage file systems are encrypted at rest by default.
D.File Storage is restricted to a single compute instance at a time in read/write mode.
E.File systems can be mounted concurrently by compute instances across different availability domains.
AnswersC, E

All OCI File Storage file systems are encrypted at rest using keys managed by Oracle or customers.

Why this answer

FSS provides a managed file system accessible via NFSv3 that automatically scales and encrypts data at rest by default.

148
MCQeasy

You need to run a stateless containerized background processing job that executes periodically and terminates immediately upon completion without managing servers. Which OCI serverless service is ideal?

A.Oracle Container Engine for Kubernetes
B.Block Storage Volumes
C.Bare Metal Compute Instances
D.OCI Functions
AnswerD

OCI Functions is ideal for event-driven, short-lived containerized code execution.

Why this answer

OCI Functions is a serverless, pay-as-you-go platform built on Fn Project that runs code in response to events or schedules.

149
MCQhard

You need to route traffic privately from your VCN to Oracle Cloud Infrastructure Object Storage in the same region without traversing the public internet. Which components must be configured?

A.NAT Gateway and an inbound firewall rule
B.Service Gateway and a route table rule with service destination
C.Dynamic Routing Gateway and IPsec VPN
D.Internet Gateway and a matching security list rule
AnswerB

A Service Gateway allows private connectivity to regional Oracle services using a service destination route.

Why this answer

A Service Gateway combined with a route table entry pointing to the service destination allows private traffic routing to regional Oracle services.

150
MCQmedium

How do you improve the performance of a block volume attached to a compute instance?

A.Change volume performance tier
B.Add more RAM to instance
C.Increase subnets
D.Switch to a different VCN
AnswerA

OCI allows dynamic adjustment of volume performance.

Why this answer

Changing the performance tier of a block volume (e.g., to Higher Performance) increases IOPS and throughput.

← PreviousPage 2 of 4 · 240 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Core Oci Services questions.