Courseiva

Oracle Cloud Infrastructure Foundations 2026 Associate (1Z0-1085-26) (1Z0-1085-26) (1Z0-1085-26) — Questions 76150

378 questions total · 6pages · All types, answers revealed

Page 1

Page 2 of 6

Page 3
76
MCQeasy

Which OCI service is best suited for running serverless code functions that trigger based on events or HTTP requests?

A.OKE
B.OCI Functions
C.Container Instances
D.Compute Instances
AnswerB

OCI Functions is designed for serverless, event-driven architectures.

Why this answer

OCI Functions is a serverless, event-driven compute service.

77
MCQhard

You are configuring an Oracle Cloud Infrastructure (OCI) Virtual Cloud Network (VCN) and need to ensure that compute instances in a private subnet can initiate outbound internet connections to download software patches without allowing unsolicited inbound traffic from the internet. Which gateway must you attach to the VCN?

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

A NAT Gateway allows outbound traffic to the internet while preventing inbound sessions.

Why this answer

A NAT (Network Address Translation) Gateway enables instances in a private subnet to connect to the internet for updates while blocking inbound connections from the internet.

78
Multi-Selecteasy

Which TWO storage services in OCI provide encryption at rest by default? (Choose two.)

Select 2 answers
A.Public Internet Cache
B.Unencrypted On-Premises NAS
C.Local unmanaged scratch disks
D.OCI Block Volume
E.OCI Object Storage
AnswersD, E

Block Volume encrypts all data at rest by default.

Why this answer

All major OCI storage services including Object Storage and Block Volume encrypt data at rest by default.

79
Multi-Selectmedium

Which TWO statements accurately describe the differences between Availability Domains (ADs) and Fault Domains (FDs)?

Select 2 answers
A.Fault domains allow for cross-region data replication.
B.ADs are connected by a low-latency network, whereas FDs are not connected to each other.
C.ADs are only available in specific regions, while FDs are available in every region.
D.You can move a running instance from one AD to another without a reboot.
E.ADs protect against failures of entire data centers, while FDs protect against failures within a data center.
AnswersC, E

Every region must have fault domains, but not every region has multiple availability domains.

Why this answer

ADs are isolated physical data centers within a region, while FDs are isolated hardware groups within an AD. Both are critical for high availability.

80
MCQmedium

A financial services company needs to ensure that their database primary and standby nodes are never placed on the same physical infrastructure rack, despite being in the same data center building. What configuration satisfies this?

A.Place both nodes in different compartments.
B.Place both nodes in Fault Domain 1.
C.Place both nodes in the root tenancy.
D.Place the primary node in Fault Domain 1 and the standby node in Fault Domain 2.
AnswerD

Fault Domain 1 and Fault Domain 2 represent separate physical hardware racks.

Why this answer

Assigning the primary and standby nodes to separate fault domains ensures they reside on different physical hardware racks.

81
MCQmedium

Your development team is deploying a new service and wants to ensure that a scheduled hypervisor maintenance event on a physical host does not take down all instances of the service. How does OCI handle hypervisor maintenance across Fault Domains?

A.OCI restarts all instances across all Fault Domains simultaneously during off-peak hours.
B.OCI applies maintenance updates to one Fault Domain at a time, allowing instances in other Fault Domains to continue operating uninterrupted.
C.OCI sends an alert and requires the administrator to manually shut down instances before maintenance can begin.
D.OCI automatically live-migrates all instances to another region while maintenance is performed.
AnswerB

Staggered maintenance across fault domains ensures high availability during updates.

Why this answer

OCI performs maintenance on one fault domain at a time, allowing instances in other fault domains to remain running.

82
Multi-Selecteasy

Which TWO OCI storage services provide file or object storage capabilities rather than block storage? (Choose two.)

Select 2 answers
A.Boot Volume
B.OCI Block Volume
C.OCI File Storage Service
D.OCI Object Storage
E.Local NVMe Storage
AnswersC, D

File Storage Service provides shared network file system storage.

Why this answer

Object Storage and File Storage Service provide object and file storage respectively, whereas Block Volume provides block-level storage.

83
MCQhard

An application deployment in a VCN private subnet needs to query external APIs hosted on the public internet, but malicious actors must not be able to initiate inbound connections to the application instances. Which combination of VCN gateways provides this required behavior?

A.Internet Gateway combined with a Service Gateway
B.Dynamic Routing Gateway combined with a NAT Gateway
C.NAT Gateway combined with a Security List blocking all inbound traffic from 0.0.0.0/0
D.Local Peering Gateway combined with an Internet Gateway
AnswerC

A NAT Gateway allows outbound traffic, and Security Lists control packet filtering to block unsolicited inbound traffic.

Why this answer

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

84
MCQhard

An organization requires a highly available IPsec VPN connection from their on-premises data center to an OCI VCN. To ensure high availability, what is the recommended architecture for the Dynamic Routing Gateway (DRG) and customer premise equipment (CPE)?

A.Using an Internet Gateway instead of a DRG with redundant static routes.
B.A single VPN tunnel connecting to a single CPE device.
C.Redundant VPN tunnels utilizing multiple CPE public IP addresses terminating on the DRG.
D.Configuring active-passive peering across two separate VCNs.
AnswerC

Redundant tunnels across multiple CPEs provide automatic failover and high availability.

Why this answer

OCI supports redundant VPN tunnels across multiple CPE public IPs terminating on a DRG to ensure high availability and failover.

85
MCQmedium

What is the default behavior of a Security List in OCI?

A.Stateful
B.Always allow all
C.Stateless
D.Always deny all
AnswerA

Stateful rules track connection status.

Why this answer

Security Lists are stateful by default, meaning return traffic for allowed requests is automatically permitted.

86
MCQhard

An application deployed on OCI Compute instances requires custom DNS records that resolve only within a specific VCN and are not exposed to the public internet. Which OCI DNS feature should you configure?

A.Internet Resolver Forwarding
B.Traffic Management Steering Policies
C.Public DNS Zone
D.Private DNS Zone
AnswerD

Private DNS zones provide internal domain name resolution within VCNs.

Why this answer

Private DNS zones allow you to manage internal domain names that are resolved exclusively within your VCNs.

87
Multi-Selecthard

An administrator is configuring OCI Block Volume backups for production workloads. Which TWO features are natively supported by the OCI Block Volume service? (Choose two.)

Select 2 answers
A.Incremental backups that capture only blocks changed since the last backup
B.Automated backup policies with predefined frequencies (Bronze, Silver, Gold)
C.Real-time synchronous mirroring of block volumes across global cloud regions automatically
D.Direct backup storage to local NVMe drives on the same server
E.Instantaneous read-only block volume cloning
AnswersA, B

Block volume backups are fully incremental, capturing only blocks that have changed since the previous backup.

Why this answer

OCI Block Volume supports both manual backups and automated backup policies (Bronze, Silver, Gold), as well as cross-region volume replication for disaster recovery.

88
MCQhard

An application running in an OCI VCN needs to access OCI Object Storage and Oracle Autonomous Database privately. Both services must be accessed without traffic leaving Oracle's network backbone and without using public IPs. Which combination of OCI gateway features accomplishes this?

A.Internet Gateway and NAT Gateway
B.Dynamic Routing Gateway paired with an external DNS resolver
C.Local Peering Gateway attached to the Object Storage tenancy
D.Service Gateway with appropriate VCN route table rules and security policies
AnswerD

Service Gateways provide private connectivity to Oracle services without public internet traversal.

Why this answer

A Service Gateway allows private access to regional Oracle services (like Object Storage), while Oracle Database services are accessed natively within private subnets via the service network.

89
Multi-Selectmedium

Which THREE storage performance tiers are available for OCI Block Volumes? (Choose three.)

Select 3 answers
A.Lower Cost
B.Archive Tier
C.Higher Performance
D.Balanced
E.Infrequent Access Tier
AnswersA, C, D

Lower Cost is one of the Block Volume performance tiers.

Why this answer

OCI Block Volume offers Lower Cost, Balanced, and Higher Performance tiers.

90
MCQhard

You need to ensure that database block volumes are automatically backed up daily with a retention policy of 30 days and cross-region replication. What OCI feature should you use?

A.Block Volume Backup Policies
B.Object Storage Lifecycle Management rules
C.Compute Instance Autoscaling configurations
D.Manual OCI CLI snapshot scripts
AnswerA

Backup policies automate scheduled backups, retention, and cross-region copying.

Why this answer

Block Volume Backup Policies automate scheduled backups, retentions, and cross-region replication.

91
Multi-Selectmedium

Which TWO of the following features are provided by OCI DNS? (Choose two.)

Select 2 answers
A.Public DNS zones for managing globally resolvable internet domains
B.Automatic SSL certificate provisioning for backend web servers
C.Private DNS zones for internal VCN domain name resolution
D.Automated DDoS mitigation for compute instances without DNS zones
E.Direct layer 4 TCP packet load balancing
AnswersA, C

OCI DNS supports public zones for internet-facing domains.

Why this answer

OCI DNS supports both public DNS zones for internet domain resolution and private DNS zones for internal VCN name resolution.

92
MCQhard

When architecting a high-availability database cluster across multiple availability domains in an OCI region, what is the recommended approach for handling latency-sensitive synchronous replication?

A.Use asynchronous replication because inter-availability domain latency is too high for synchronous replication.
B.Leverage the low-latency high-bandwidth inter-AD network for synchronous replication.
C.Deploy all database nodes in the same fault domain to achieve synchronous replication.
D.Route replication traffic through the public internet to bypass regional limits.
AnswerB

The high-speed fiber backbone between availability domains supports low-latency synchronous replication.

Why this answer

Since availability domains within an OCI region are connected by low-latency networks, synchronous replication is fully supported across them.

93
MCQmedium

To ensure high availability for your web application, you should deploy your instances across:

A.A single VCN
B.The same subnet
C.Different Availability Domains
D.A single Fault Domain
AnswerC

Spanning ADs protects against entire data center failures.

Why this answer

Deploying across different availability domains (ADs) or fault domains (FDs) is best practice for HA.

94
Multi-Selecthard

An enterprise customer is reviewing their high availability architecture in OCI. They want to ensure their database and application tiers are protected against both localized hardware failures and major facility disruptions. Which THREE architectural practices should they follow? (Choose three.)

Select 3 answers
A.Distribute database nodes across distinct Fault Domains within an Availability Domain to protect against rack-level failures.
B.Rely solely on manual administrator intervention for all failover scenarios without automated health checks.
C.Consolidate all application and database nodes onto a single physical server in Availability Domain 1.
D.Deploy application servers across multiple Availability Domains to survive a complete AD outage.
E.Regularly test disaster recovery and failover procedures to validate RTO and RPO metrics.
AnswersA, D, E

Multi-FD distribution protects against single-rack power or switch failures.

Why this answer

High availability across hardware and facility levels requires multi-AD deployment, multi-FD placement, and regular failover testing.

95
MCQhard

An architect is provisioning a high-performance compute cluster that requires direct, unvirtualized access to physical hardware components, including raw local NVMe SSDs and high core counts, without hypervisor overhead. Which compute shape category must be chosen?

A.Bare Metal shapes
B.DenseIO VM shapes
C.Preemptible VM instances
D.Flexible Virtual Machine shapes
AnswerA

Bare Metal shapes provide dedicated physical hardware access without a hypervisor layer.

Why this answer

Bare Metal shapes provide dedicated physical servers with direct hardware access and no virtualization overhead.

96
MCQeasy

Which OCI Object Storage feature allows you to grant temporary, time-bound read or write access to a specific bucket or object without sharing user credentials?

A.API Signing Keys
B.Identity and Access Management (IAM) Policies
C.Security Lists
D.Pre-authenticated Requests (PARs)
AnswerD

PARs allow temporary URL-based access without credentials.

Why this answer

Pre-authenticated requests (PARs) provide a way to securely let external users access or download specific objects or buckets without credentials for a defined duration.

97
Multi-Selectmedium

Which THREE actions can be performed using OCI Object Storage features? (Choose three.)

Select 3 answers
A.Attach the bucket as an iSCSI block storage disk to a VM
B.Enable object versioning to protect against accidental data deletion
C.Generate pre-authenticated requests for temporary public data access
D.Configure cross-region replication to automatically copy bucket data to another region
E.Mount the bucket directly as a local NFSv3 file system on compute instances
AnswersB, C, D

Versioning retains previous object states.

Why this answer

Object Storage supports versioning, pre-authenticated requests, and cross-region replication.

98
MCQmedium

You are deploying a critical application that must remain available even if a single hardware failure occurs within a specific data center. You have already chosen an Availability Domain. Which configuration provides the best protection against this failure?

A.Use a single compute instance with high-performance storage
B.Place instances in different regions
C.Place instances in different compartments
D.Place instances in different Fault Domains
AnswerD

Fault domains are specifically designed to provide isolation from hardware failures within an availability domain.

Why this answer

Fault domains allow for the distribution of instances across different hardware within an Availability Domain to protect against localized hardware or rack failure.

99
MCQmedium

An auditor needs to verify who deleted a critical production virtual cloud network (VCN) yesterday. Which OCI service should the auditor query to find this exact API event history?

A.OCI Notifications
B.OCI Audit
C.OCI Events
D.OCI Monitoring
AnswerB

OCI Audit logs every API call and user action, making it the definitive tool for tracking who did what and when.

Why this answer

The OCI Audit service automatically records all API calls made to supported OCI services, including identity, user actions, and resource deletions.

100
Multi-Selecthard

Which THREE of the following are methods to connect to OCI?

Select 3 answers
A.Local Peering
B.Public Internet
C.Service Gateway
D.Site-to-Site VPN
E.FastConnect
AnswersB, D, E

Standard connection method.

Why this answer

FastConnect, VPN, and Public Internet are standard connection methods.

101
MCQmedium

An administrator wants to move a Virtual Cloud Network (VCN) from 'CompartmentA' to 'CompartmentB'. What is the primary prerequisite that must be met for this move to succeed?

A.You must stop all running instances attached to the VCN before moving it.
B.The VCN must first be terminated and recreated in the destination compartment.
C.The VCN must be exported to Object Storage prior to the compartment change.
D.You must have permissions to manage the VCN in both the source and destination compartments.
AnswerD

Moving resources across compartments requires 'manage' access on both the source and destination compartments to ensure authorization.

Why this answer

To move a resource between compartments, all dependent child or associated resources (like subnets, route tables, or security lists) must be supported, and you must have manage permissions on both source and destination compartments.

102
MCQeasy

A company is expanding its operations and requires the lowest possible latency for its application within a specific geographic area. Which OCI construct should they select to ensure their resources are located closest to their users?

A.Compartment
B.Availability Domain
C.Region
D.Fault Domain
AnswerC

Selecting the correct OCI region ensures proximity to the user, reducing network latency.

Why this answer

OCI Regions provide the primary geographic location for resources. Selecting the region closest to the user minimizes network latency.

103
MCQmedium

You are configuring an OCI Network Load Balancer (NLB) for a high-performance database cluster. Why would you choose NLB over a regional Layer 7 Load Balancer?

A.NLB operates at Layer 4 and preserves client source IP addresses
B.NLB requires fewer VCN subnets than regional load balancers
C.NLB terminates SSL certificates and inspects HTTP payloads
D.NLB supports URL path-based routing for HTTP applications
AnswerA

NLB is Layer 4 and preserves source IPs.

Why this answer

Network Load Balancer operates at Layer 4, handles high packet rates with ultra-low latency, and preserves client source IP addresses.

104
Multi-Selectmedium

Which TWO tools can you use to analyze and track Oracle Cloud Infrastructure costs and spending? (Choose two.)

Select 2 answers
A.OCI Cloud Guard
B.OCI Cost Analysis
C.OCI Budgets
D.OCI Resource Manager
E.OCI Audit
AnswersB, C

Cost Analysis provides visual dashboards and filters for exploring billing data.

Why this answer

OCI Cost Analysis and OCI Budgets are the primary tools for tracking and analyzing cloud expenditures.

105
MCQhard

A financial institution is prohibited by regulation from storing data in any public data center, even if it is encrypted. They require a complete, physically isolated OCI deployment. What is the recommended deployment?

A.OCI Dedicated Region
B.OCI Cloud@Customer with public peering
C.OCI Public Cloud
D.OCI Hybrid Cloud with VPN
AnswerA

Dedicated Regions provide a self-contained, isolated cloud environment that is physically separated.

Why this answer

The OCI Dedicated Region provides a fully integrated, physically isolated OCI footprint exclusively for a single customer.

106
MCQhard

; You need to access a private database instance in an OCI VCN that has no public IP addresses assigned, without setting up a traditional VPN or an inbound bastion host with an open SSH port. Which service should you configure?

A.Dynamic Routing Gateway
B.OCI Bastion
C.NAT Gateway
D.Site-to-Site VPN
AnswerB

OCI Bastion provides secure, managed, zero-public-IP access to private target resources.

Why this answer

OCI Bastion service provides restricted and time-limited secure access to target resources that do not have public IPs, using ephemeral SSH or port forwarding sessions without maintaining a permanent bastion host.

107
MCQhard

An application running on OCI Compute instances requires shared file storage that can be mounted concurrently across hundreds of Linux instances via the standard NFS protocol. Which OCI storage service is best suited?

A.Object Storage
B.File Storage Service
C.Block Volume
D.Local NVMe Temporary Storage
AnswerB

File Storage Service supports standard NFSv3 protocol and concurrent multi-instance mounting.

Why this answer

File Storage Service (FSS) provides a durable, scalable, enterprise-grade network file system that can be mounted by NFS protocol across multiple compute instances simultaneously.

108
Multi-Selecthard

Which THREE of the following actions can be performed using OCI File Storage Service (FSS)? (Choose three.)

Select 3 answers
A.Encrypt file system data using Oracle-managed or customer-managed encryption keys in OCI Vault.
B.Attach the file system to compute instances as a block device using iSCSI commands.
C.Take point-in-time snapshots of the file system for data backup and recovery.
D.Mount the file system concurrently across thousands of compute instances using standard NFS v3 protocol.
E.Resize the file system storage capacity manually or configure it to require fixed 32 TB increments.
AnswersA, C, D

FSS supports encryption at rest using keys managed in OCI Vault.

Why this answer

FSS supports NFSv3, snapshot creation for data protection, and cross-region replication or cloning.

109
MCQmedium

An administrator wants to ensure that all Audit log events in the tenancy are archived to an Object Storage bucket for long-term retention and compliance. How should this be configured?

A.Create a Cloud Guard detector recipe for log archiving.
B.Configure Audit Log Configuration in the OCI Console to export logs to an Object Storage bucket.
C.Write a custom Python script that polls the OCI Monitoring API every minute.
D.Attach a compartment quota to the audit compartment.
AnswerB

OCI Audit allows you to configure periodic export and archiving of audit logs into an Object Storage bucket.

Why this answer

OCI Audit provides an archival feature where you can configure a retention period and point Audit logs to an Object Storage bucket for long-term preservation.

110
MCQmedium

Which OCI feature allows you to attach a single block volume to multiple instances simultaneously?

A.Dynamic Routing Gateway
B.Object Storage
C.File Storage
D.Multi-attach
AnswerD

Multi-attach feature enables shared block storage access.

Why this answer

Block Volume 'multi-attach' allows read/write access from multiple instances.

111
Multi-Selectmedium

Which TWO characteristics accurately describe Oracle Cloud Infrastructure (OCI) Fault Domains?

Select 2 answers
A.Each availability domain contains exactly one fault domain.
B.They provide anti-affinity by ensuring instances placed in different fault domains do not run on the same physical hardware.
C.They span across multiple geographic regions to provide disaster recovery.
D.They help protect applications against unexpected hardware failures and power supply outages within an availability domain.
E.They are isolated data centers connected by high-speed, low-latency cross-links.
AnswersB, D

Fault domains isolate your instances so they do not share physical infrastructure.

Why this answer

Fault domains are logical groupings of hardware within an AD that provide anti-affinity, protecting against unexpected hardware and power failures.

112
MCQeasy

An operations team wants to ensure that a critical web application automatically scales compute capacity up during high traffic spikes and scales down when traffic subsides. Which OCI service combination provides this capability?

A.Bare Metal instances with manual resizing
B.Instance Pools with Autoscaling Configurations
C.OCI Functions triggered by Object Storage events
D.Dedicated Virtual Host resource groups
AnswerB

Autoscaling configurations dynamically adjust the size of an instance pool based on performance metrics.

Why this answer

Compute autoscaling configurations work alongside Load Balancers and Instance Pools to automatically adjust the number of compute instances based on metrics like CPU utilization.

113
MCQmedium

An administrator needs to grant a group of database administrators the ability to manage Autonomous Databases only within a specific compartment named DevCompartment, without giving them access to any other resources in that compartment. Which IAM policy statement achieves this requirement?

A.Allow group DBA-Group to manage all-resources in compartment DevCompartment
B.Allow compartment DevCompartment to manage autonomous-databases for group DBA-Group
C.Allow group DBA-Group to manage autonomous-databases in compartment DevCompartment
D.Allow group DBA-Group to manage autonomous-databases in tenancy
AnswerC

This statement correctly scopes the 'manage' verb to autonomous-databases specifically within DevCompartment for DBA-Group.

Why this answer

To scope access to a specific resource type within a specific compartment, the policy must use the target resource type (autonomous-databases) and be defined at the appropriate compartment level.

114
MCQhard

In an OCI region with a single availability domain, how does OCI achieve high availability and fault isolation for compute workloads?

A.By provisioning multiple availability domains dynamically behind the scenes.
B.By requiring users to manually peer across international regions.
C.By utilizing multiple fault domains within that single availability domain.
D.High availability is not possible in single-AD regions.
AnswerC

Fault domains provide hardware fault isolation within single-AD regions.

Why this answer

In regions with a single availability domain, OCI relies on multiple fault domains to distribute workloads across isolated physical hardware.

115
Multi-Selecthard

Which TWO actions are supported when managing OCI Block Volume backups? (Choose two.)

Select 2 answers
A.Copying block volume backups across regions for disaster recovery
B.Attaching a block volume backup directly to multiple running instances
C.Converting a block volume backup directly into an Object Storage bucket
D.Mounting a block volume backup directly as an NFS file system
E.Automating backups using user-defined or predefined backup policies
AnswersA, E

Cross-region replication copies block backups to secondary regions.

Why this answer

Block volume backups can be scheduled using backup policies and replicated across regions.

116
MCQhard

A retail company needs to run a subset of OCI services (such as Autonomous Database and Container Engine for Kubernetes) locally within their corporate data center due to extreme latency requirements for point-of-sale terminals, while keeping data management tied to the public cloud control plane. Which OCI deployment option should they choose?

A.OCI Local Region
B.OCI Public Cloud Region
C.OCI Cloud@Customer
D.OCI Dedicated Region
AnswerC

OCI Cloud@Customer enables enterprises to run OCI services on-premises in their own data centers with local data processing and low latency.

Why this answer

OCI Cloud@Customer brings specific OCI cloud services and managed infrastructure directly into customer data centers while managed via the public cloud control plane.

117
MCQeasy

What is the name of the file format used by OCI Usage Reports that allows financial teams to ingest cloud spending data into spreadsheet and BI tools?

A.SQL
B.XML
C.PDF
D.CSV
AnswerD

Usage Reports deliver data in compressed CSV format into an Object Storage bucket.

Why this answer

Usage Reports export data as CSV (Comma-Separated Values) files.

118
MCQeasy

Your development team needs to deploy containerized applications rapidly on OCI without managing underlying compute servers or clusters. Which OCI container service fits this requirement best?

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

Container Instances is a serverless service that enables developers to run containers instantly on OCI without managing underlying compute infrastructure.

Why this answer

OCI Container Instances is a serverless compute service that lets you run containers quickly without having to manage any servers or Kubernetes clusters.

119
MCQmedium

Your company operates workloads in an OCI region that suffers a rare regional-wide network partition. Your architecture remains online because you implemented a multi-region deployment. Which OCI feature enables this level of business continuity?

A.Fault Domains
B.OCI Regions
C.Availability Domains
D.Dynamic Routing Gateway
AnswerB

Multiple OCI regions provide complete geographic isolation for disaster recovery.

Why this answer

Independent OCI regions allow organizations to deploy active-active or active-passive architectures across geographies.

120
MCQhard

An organization is building a hybrid cloud strategy and evaluates OCI's cloud models. They want to run Oracle Database workloads on Exadata infrastructure inside their own data center, managed through the OCI console, with infrastructure maintenance performed by Oracle. Which service matches this requirement?

A.Oracle Database Appliance (ODA) on-premises with manual cloud sync.
B.Oracle Autonomous Database on Dedicated Exadata Infrastructure
C.OCI Dedicated Region
D.OCI Exadata Cloud@Customer
AnswerD

Exadata Cloud@Customer brings Oracle Exadata database infrastructure to the customer's data center while maintaining OCI cloud management and operational control.

Why this answer

Exadata Cloud@Customer provides Oracle Database on Exadata infrastructure installed on-premises and managed via the OCI console.

121
MCQmedium

An organization requires a complete disaster recovery site located in a different geographic jurisdiction hundreds of miles away to comply with business continuity mandates, ensuring data replication across independent regions. Which construct forms the foundational basis for this requirement?

A.Fault Domains
B.OCI Regions
C.Tenancies
D.Availability Domains
AnswerB

OCI Regions are completely independent geographic areas, separated by significant distance to provide robust disaster recovery capabilities.

Why this answer

OCI Regions are localized geographic areas that are completely independent of one another, separated by hundreds of miles, making them ideal for disaster recovery.

122
Multi-Selecthard

An enterprise customer evaluating OCI's distributed cloud model wants to understand the advantages of OCI Dedicated Region compared to traditional public cloud. Which THREE benefits are provided by OCI Dedicated Region? (Choose three.)

Select 3 answers
A.Elimination of all software licensing costs for third-party operating systems.
B.Requiring the customer's internal IT staff to manually patch the underlying hypervisors and control plane.
C.Complete control and data residency within the customer's own data center facility.
D.Exact API parity and the full suite of OCI public cloud services running on-premises.
E.Fully managed by Oracle administrators, receiving continuous updates and new service additions automatically.
AnswersC, D, E

Dedicated Region satisfies strict data residency by placing the cloud infrastructure locally.

Why this answer

Dedicated Region provides local data residency, full API/service parity with public cloud, and local control.

123
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.

124
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.

125
MCQeasy

Which OCI architectural component provides high-speed, low-latency network connectivity between multiple Availability Domains within the same region?

A.Local Peering Gateway (LPG)
B.Dynamic Routing Gateway (DRG)
C.OCI FastConnect
D.A high-bandwidth, low-latency inter-AD network fabric
AnswerD

OCI connects availability domains within a region with a dedicated, high-performance network fabric that ensures low latency.

Why this answer

Availability domains within a region are connected by a high-bandwidth, low-latency network fabric.

126
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.

127
MCQmedium

You are configuring disaster recovery for an Oracle Database running in OCI. You choose to replicate your database to a standby instance in a different OCI region. How does OCI's distributed cloud architecture support this cross-region replication?

A.By routing all replication traffic through the public internet using Oracle-managed VPNs.
B.By leveraging OCI's high-speed private global network backbone to securely transfer data between regions without traversing the public internet.
C.By synchronizing block storage volumes directly across regions using shared physical disk arrays.
D.By requiring the database to be exported to Object Storage and downloaded manually in the target region.
AnswerB

OCI uses its private global network backbone for secure, high-performance cross-region communication.

Why this answer

OCI's private global network connects regions, facilitating secure and reliable cross-region replication.

128
MCQmedium

Your development team needs to test an application's resilience against infrastructure hardware failures within a specific OCI region that contains only a single Availability Domain. Which OCI feature should you utilize to distribute your compute instances for fault tolerance?

A.Dynamic Routing Gateways
B.Cross-Region Replication
C.Fault Domains
D.Secondary Regions
AnswerC

Fault Domains allow you to distribute instances across physical hardware within a single availability domain to protect against unexpected hardware failures or maintenance.

Why this answer

In regions with a single Availability Domain, Fault Domains provide the necessary high availability by logically isolating instances onto separate underlying hardware.

129
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.

130
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.

131
MCQeasy

A DevOps engineer is provisioning compute instances in a region that has a single availability domain. To protect the application from unexpected physical hardware failures and power supply outages within that single availability domain, how should the engineer distribute the instances?

A.Across multiple OCI Regions
B.Inside the same Fault Domain
C.Across different Fault Domains
D.Across multiple Availability Domains
AnswerC

Fault domains allow you to distribute your instances so that they do not share the same physical hardware and power infrastructure within an availability domain.

Why this answer

Fault domains provide anti-affinity and isolate instances across different physical hardware, power, and network infrastructure within a single availability domain.

132
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.

133
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.

134
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.

135
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.

136
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).

137
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.

138
MCQhard

You need to write an IAM policy that allows a group named 'NetworkAdmins' to manage all VCN components, but you want to ensure that this policy is only applicable when evaluated from the home region of the tenancy. How can you accomplish this using policy conditions?

A.Use the condition 'where request.region = <home-region>'
B.IAM policies cannot be restricted by region; they always apply globally.
C.Use the condition 'where target.region.home = true'
D.Use the condition 'where principal.region = home'
AnswerA

The 'request.region' variable checks the region where the API request is being executed.

Why this answer

OCI IAM policy conditions support checking contextual variables such as request.region, enabling regional scoping.

139
MCQmedium

Your organization has strict compliance requirements and needs to ensure that no compute instance in a specific production compartment can ever have a public IP address attached. Which OCI service should you use to enforce this rule automatically?

A.Security Zones
B.Cloud Guard
C.Web Application Firewall
D.Vault Service
AnswerA

Security Zones use pre-built security recipes to enforce preventive guardrails that block non-compliant resource creation.

Why this answer

OCI Security Zones enforce maximum security policies (recipes) by automatically validating and preventing misconfigurations, such as blocking public IP addresses on compute instances or ensuring buckets are private.

140
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.

141
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.

142
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.

143
MCQmedium

A government agency requires full control over their physical infrastructure and data sovereignty, necessitating a solution that keeps the hardware on-premises but uses the OCI control plane. Which OCI distributed cloud model best fits this requirement?

A.OCI Edge Services
B.OCI Cloud@Customer
C.OCI Public Cloud
D.OCI Multicloud
AnswerB

This model brings OCI services to the customer's data center, maintaining full control and compliance.

Why this answer

OCI Dedicated Region or OCI Cloud@Customer allows for the OCI cloud experience to be delivered within the customer's own data center, satisfying strict data sovereignty requirements.

144
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.

145
MCQmedium

A developer needs to store database connection strings and API tokens securely so that applications can retrieve them dynamically without hardcoding credentials. Which OCI service is designed specifically for this purpose?

A.Object Storage with customer-managed keys
B.Key Management Service Master Keys
C.Vault Secrets
D.Identity and Access Management Dynamic Groups
AnswerC

Vault Secrets allows secure storage and dynamic retrieval of sensitive application configuration data.

Why this answer

OCI Vault provides secrets management capabilities that allow you to securely store, manage, and retrieve secrets such as passwords, database connection strings, and certificates.

146
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.

147
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.

148
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.

149
MCQmedium

You are deploying a distributed database cluster that requires three nodes to be isolated from one another regarding underlying infrastructure failures. The chosen OCI region has only one Availability Domain. How should you provision the database instances?

A.Deploy the nodes in the same Fault Domain and configure OCI Compute Auto-Scaling.
B.Deploy the nodes across three different OCI regions using asynchronous database links.
C.Deploy all three nodes in the same Fault Domain to maximize internal rack-level network performance.
D.Deploy each node in a separate Fault Domain (FD-1, FD-2, and FD-3) within the single Availability Domain.
AnswerD

Distributing the three nodes across FD-1, FD-2, and FD-3 ensures that no single hardware failure or maintenance event takes down more than one node.

Why this answer

When an OCI region has only one Availability Domain, you achieve high availability by placing instances across three distinct Fault Domains within that AD.

150
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.

Page 1

Page 2 of 6

Page 3

All pages