Courseiva

Oracle Cloud Infrastructure 2026 Architect Professional (1Z0-997-26) (1Z0-997-26) (1Z0-997-26) — Questions 226300

344 questions total · 5pages · All types, answers revealed

Page 3

Page 4 of 5

Page 5
226
MCQmedium

An application architect is troubleshooting intermittent latency spikes in a distributed microservices application deployed across multiple OCI regions. Which OCI capability should be used to trace requests end-to-end across service boundaries?

A.OCI Application Performance Monitoring (APM) Distributed Tracing
B.OCI Network Visualizer
C.OCI Logging Analytics with out-of-the-box system parsers
D.OCI Monitoring service anomaly detection
AnswerA

Correct. APM Distributed Tracing tracks transactions across microservices and regions using trace context propagation.

Why this answer

OCI Application Performance Monitoring (APM) provides distributed tracing, capturing the end-to-end journey of requests across complex microservice architectures.

227
MCQmedium

Your finance department requires detailed cost visibility and granular chargeback reporting for multiple cloud environments spanning different business units, departments, and environments (Prod/Dev). Tagging is strictly enforced via OCI Tag Defaults. To analyze historical cost trends and forecast future cloud spend across these business dimensions, which OCI native feature should you use?

A.OCI Logging Analytics custom dashboards querying the Usage Report log stream.
B.OCI Budgets with scheduled CSV report exports sent to an Object Storage bucket.
C.OCI Cost Analysis dashboards filtered by Cost-Tracking Tags.
D.OCI Resource Manager stack drift reports mapped against IAM compartment hierarchies.
AnswerC

Correct. Cost Analysis allows filtering and grouping by cost-tracking tags for chargeback and granular tracking.

Why this answer

OCI Cost Analysis provides interactive dashboards, filtering by compartment, cost-tracking tags, and forecast capabilities to analyze and report on cloud expenditures.

228
MCQhard

You are designing an active-active hybrid architecture between an on-premises datacenter and OCI using two separate FastConnect circuits connected to two different DRG attachments. How does OCI determine path selection when receiving identical BGP route advertisements from both circuits?

A.OCI automatically enforces round-robin load balancing regardless of BGP advertisements.
B.Active-active routing is not supported; OCI randomly drops packets on duplicate routes.
C.OCI always selects the circuit with the lower OCID alphabetically.
D.The DRG uses standard BGP best path selection criteria, including AS Path length and Local Preference.
AnswerD

OCI respects standard BGP attributes for route selection across multiple hybrid connections.

Why this answer

OCI DRGs evaluate standard BGP attributes (such as AS Path length and Local Preference) to determine best path selection for incoming hybrid routes.

229
MCQhard

Your team is executing a cutover plan for migrating a production Microsoft SQL Server database from an on-premises environment to OCI Compute running Windows Server. To ensure data integrity, you decide to use Always On Availability Groups with the on-premises primary and the OCI replica. After completing the initial seed and syncing the databases, you perform the failover. However, application servers in OCI cannot connect to the new primary database. What is the most likely root cause?

A.OCI VCN Security Lists or Network Security Groups block TCP port 1433 or the Availability Group listener port between the application tier subnet and the database subnet.
B.SQL Server Enterprise Edition requires an active Azure ExpressRoute connection to validate cluster heartbeat packets.
C.OCI Compute instances running Windows do not support Windows Server Failover Clustering (WSFC).
D.OCI block volumes do not support Microsoft NTFS file systems, causing the database files to corrupt upon failover.
AnswerA

Default VCN security rules or OS firewalls often block database listener ports unless explicitly opened.

Why this answer

When failing over an Always On Availability Group in a cloud environment like OCI, the listener requires specific network configurations such as an Internal Load Balancer or floating IP configuration, and VCN security lists or Windows Firewall rules must allow traffic on port 1433 and listener ports.

230
Multi-Selecthard

Which TWO mechanisms are used to secure data in transit across OCI networking components? (Choose two.)

Select 2 answers
A.Configure IPsec VPN tunnels with strong encryption algorithms (e.g., AES-256) for on-premises connectivity.
B.Transmit all database traffic over unencrypted public internet connections.
C.Rely on plain-text HTTP for all inter-microservice communication within a VCN.
D.Disable VCN security lists to allow unhindered packet sniffing.
E.Enforce TLS (Transport Layer Security) for applications and HTTPS endpoints communicating across services.
AnswersA, E

IPsec VPNs encrypt all data traversing between on-premises datacenters and OCI VCNs.

Why this answer

Data in transit across OCI networking is secured using IPsec VPN tunnels for hybrid connectivity and TLS/SSL encryption for application and service endpoints.

231
MCQhard

You are architecting a multi-region cloud-native application where OCI API Gateway is deployed in Region A and Region B. You need to ensure that global users are automatically routed to the closest healthy API Gateway endpoint with automatic failover if an entire OCI region experiences an outage. Which OCI service should you use in front of the API Gateways?

A.OCI File Storage cross-region replication
B.OCI DNS Traffic Management Steering with Failover and Health Checks
C.OCI Bastion Service in the primary region
D.OCI Local VCN Peering across regions
AnswerB

Correct. DNS Traffic Management steering policies route global traffic to healthy regional endpoints based on health checks and geolocation/latency.

Why this answer

OCI Traffic Management (or OCI DNS Traffic Management / Global Load Balancing) routes users across multiple regions based on latency, geo-location, or failover policies.

232
MCQhard

You are managing an enterprise OKE cluster that runs multi-tenant workloads. Certain sensitive pods must run on dedicated worker nodes to comply with strict isolation mandates. Which combination of Kubernetes scheduling features should you configure on OCI to enforce this requirement reliably?

A.Kubernetes Taints, Tolerations, and Node Affinity
B.OCI Identity and Access Management (IAM) dynamic groups and compartment isolation
C.Kubernetes Horizontal Pod Autoscaler (HPA) and OCI Cluster Autoscaler
D.OCI Load Balancer flexible shapes and backend set weights
AnswerA

Taints prevent pods from landing on nodes unless they have matching tolerations, and node affinity ensures pods prefer or require specific labeled nodes.

Why this answer

To dedicate specific nodes to specific workloads in Kubernetes, you use Node Selectors or Taints and Tolerations combined with Node Affinity to ensure pods only land on labeled, dedicated worker nodes.

233
Multi-Selectmedium

Which TWO factors should be evaluated when choosing between an OCI FastConnect Colocation model and a Provider model? (Choose TWO)

Select 2 answers
A.Whether the customer wants to use an OCI partner (like Equinix or Megaport) to reach OCI from external datacenters.
B.Whether the customer wants to route FastConnect traffic over the public internet for cost savings.
C.Whether the customer has existing physical infrastructure or a cage in an Oracle-partner colocation facility.
D.Whether Oracle requires root administrator access to the customer's on-premises firewall.
E.Whether the Virtual Cloud Network uses IPv6 or IPv4 addressing.
AnswersA, C

The Provider model leverages third-party network providers to reach OCI.

Why this answer

The Colocation model requires the customer to have physical presence (rack/cage) in the Oracle datacenter or meet-me-room, whereas the Provider model allows connection via a network partner from their existing datacenters or pops.

234
MCQmedium

Your security operations team wants to identify log anomalies, such as sudden spikes in failed SSH login attempts across your OCI Compute fleet, without manually writing complex regex queries. Which Logging Analytics feature leverages machine learning to automatically group and identify patterns in logs?

A.Logging Analytics Cluster and Link commands
B.OCI Service Connector Hub pattern matching
C.OCI Cloud Guard Threat Detector rules
D.OCI APM Anomaly Detection agent
AnswerA

Correct. The Cluster feature uses machine learning to group log messages by structure, making anomalies and patterns immediately visible.

Why this answer

OCI Logging Analytics features ML-driven cluster analysis, which automatically groups similar log records together to highlight patterns and anomalies.

235
Multi-Selecteasy

Which TWO characteristics distinguish OCI Container Engine for Kubernetes (OKE) as a managed Kubernetes service?

Select 2 answers
A.Users have full administrative SSH access to the underlying Kubernetes master control plane nodes.
B.OKE automatically provisions Oracle Autonomous Databases for every deployed pod.
C.Users manage and control the worker node pools (compute shapes, scaling, OS patches).
D.Oracle manages and patches the Kubernetes control plane (master nodes) at no additional charge.
E.Kubernetes worker nodes are billed at a flat hourly rate regardless of compute shape.
AnswersC, D

Correct. Worker nodes run in the customer tenancy and are managed by the user.

Why this answer

Oracle manages the Kubernetes control plane (master nodes) free of charge, while users manage worker nodes.

236
MCQmedium

An architect is configuring an OCI Full Stack Disaster Recovery plan. The plan includes a step to run a custom script on an application server during a failover drill. Which OCI service executes this custom script?

A.Oracle Autonomous Linux Auto-Update Daemon
B.OCI Resource Manager Terraform apply jobs exclusively
C.OCI Functions or OCI Compute instance run-command actions orchestrated by Full Stack DR.
D.OCI Streaming Service consumer groups
AnswerC

FSDR supports user-defined steps such as running OCI Functions or shell scripts on compute instances via Run Command.

Why this answer

OCI Full Stack Disaster Recovery integrates with OCI Functions or custom scripts executed via instance agent / run command to perform pre-checks and custom automation steps.

237
MCQhard

An application tier in a private VCN subnet needs to securely access an Oracle Autonomous Database without traversing the public internet. Which OCI networking feature provides the most secure and performant connection?

A.A NAT Gateway combined with a public IP address on the database.
B.An OCI Service Gateway.
C.A Site-to-Site VPN connection back to the corporate data center.
D.An Internet Gateway attached to the VCN route table.
AnswerB

Service Gateways enable secure, private communication from VCN subnets to Oracle public services within the Oracle network.

Why this answer

OCI Service Gateway allows private access from a VCN to Oracle services (like Autonomous Database and Object Storage) without using public IPs or traversing the public internet.

238
MCQeasy

What is the primary benefit of using OCI Autonomous Database Serverless compared to Provisioned (Dedicated) infrastructure regarding database administration?

A.Oracle fully automates all patching, tuning, scaling, and provisioning with zero infrastructure management required
B.Customers must manually configure Exadata cell software versions
C.Serverless databases do not support automated backups
D.Customers are required to manually apply quarterly database security patches
AnswerA

Correct. Serverless abstracts all underlying infrastructure management, leaving database administration entirely automated.

Why this answer

Autonomous Database Serverless fully automates infrastructure provisioning, tuning, patching, and scaling without requiring manual management of VMs or Exadata hardware.

239
Multi-Selectmedium

When configuring an OCI Application Load Balancer (Layer 7) for high availability, which THREE settings or components must be properly configured? (Choose three.)

Select 3 answers
A.A direct physical connection between the load balancer and on-premises switches
B.Manual IP routing table hacks on every backend compute node
C.SSL/TLS certificates attached to HTTPS listeners if terminating secure traffic
D.Backend sets with defined health checks to monitor backend instance responsiveness
E.Listeners configured with appropriate port and protocol (e.g., HTTP or HTTPS)
AnswersC, D, E

HTTPS listeners require SSL certificates for secure client connections.

Why this answer

Layer 7 Load Balancers require backend sets with health checks, listener rules (HTTP/HTTPS), and SSL certificates if terminating TLS traffic.

240
Multi-Selecthard

Your organization is implementing strict compliance requirements for log retention and auditing in OCI. Which THREE architectural implementations ensure secure, long-term log governance?

Select 3 answers
A.Store unencrypted log backups on public Object Storage buckets for easy developer access.
B.Encrypt log groups in OCI Logging using Customer-Managed Keys (CMK) from OCI Vault.
C.Apply IAM least-privilege policies to restrict who can read, modify, or delete log groups and archival buckets.
D.Use Service Connector Hub to archive logs from OCI Logging to Object Storage buckets configured with Object Lock (WORM).
E.Disable OCI Audit service logging to prevent unauthorized users from viewing API history.
AnswersB, C, D

Correct. CMKs ensure customer control over encryption keys used for log data at rest.

Why this answer

Log governance involves using Service Connector Hub to archive logs to Object Storage, leveraging Object Storage bucket immutability (Object Lock) for compliance, and encrypting log groups with customer-managed keys in OCI Vault.

241
MCQhard

An architect is designing a multi-cloud disaster recovery strategy between OCI and AWS. Production data resides in an Oracle Autonomous Database on OCI, and application servers run in AWS EC2. To secure the network traffic between AWS and OCI without routing over the public internet, which approach should be implemented?

A.Configure an IPSec VPN tunnel between an AWS Virtual Private Gateway and an OCI Dynamic Routing Gateway.
B.Peer an AWS VPC directly to an OCI VCN using Local Peering Gateways.
C.Attach an AWS Elastic IP directly to the OCI Autonomous Database.
D.Use OCI Object Storage pre-authenticated requests over HTTPS.
AnswerA

An IPsec VPN tunnel between AWS VGW and OCI DRG allows secure cross-cloud traffic over encrypted tunnels.

Why this answer

Establishing a Site-to-Site VPN connection between an AWS Virtual Private Gateway (VGW) and an OCI Dynamic Routing Gateway (DRG) provides secure private connectivity over the internet or via AWS Direct Connect/OCI FastConnect partner exchanges.

242
MCQeasy

Your security team wants to continuously monitor OCI resources for misconfigurations and automatically remediate security violations without manual intervention. Which OCI native service should you configure?

A.OCI Cloud Guard
B.OCI Bastion Service
C.OCI Vault
D.OCI Vulnerability Scanning Service
AnswerA

Cloud Guard aggregates security telemetry, detects misconfigurations, and executes responder rules for automated remediation.

Why this answer

OCI Cloud Guard provides threat detection and automated remediation (via responder recipes) to continuously monitor the security posture of OCI resources.

243
Multi-Selectmedium

When configuring OCI Service Connector Hub to move logs from OCI Logging to OCI Object Storage, which THREE components must be defined?

Select 3 answers
A.Target (e.g., OCI Object Storage bucket)
B.A manual SSH tunnel between the source and target regions
C.An active Kubernetes cluster in OKE to host the connector daemon
D.Source (e.g., OCI Logging service)
E.IAM policies granting the service connector permission to read from source and write to target
AnswersA, D, E

Correct. You must specify where the data is delivered.

Why this answer

A Service Connector requires a source (e.g., OCI Logging), an optional task (e.g., log filter), and a target (e.g., Object Storage).

244
MCQmedium

You are designing a hybrid cloud architecture during a phased workload migration to OCI. On-premises applications must securely communicate with migrated OCI workloads over a private, dedicated connection with high throughput and encryption. Which OCI networking service combination provides this capability?

A.OCI Local Peering Gateway with public IP addressing
B.OCI NAT Gateway combined with Service Gateway
C.OCI Internet Gateway with SSL/TLS certificates
D.OCI FastConnect with MACsec encryption or an IPsec VPN tunnel over FastConnect
AnswerD

FastConnect provides dedicated private bandwidth, and adding MACsec or IPsec encryption secures the transit data.

Why this answer

An OCI FastConnect circuit combined with an IPsec VPN tunnel running over FastConnect provides dedicated, high-speed, private, and encrypted connectivity between on-premises data centers and OCI VCNs.

245
MCQeasy

Which OCI security feature provides a centralized view of security recommendations and allows you to remediate misconfigurations with a single click?

A.OCI Bastion Service session manager.
B.OCI Database Migration Service.
C.OCI Cloud Guard Managed Recipes and Responder Rules.
D.OCI IAM Policy Generator.
AnswerC

Cloud Guard provides detector recipes to find problems and responder recipes to automatically or manually remediate them.

Why this answer

OCI Cloud Guard provides managed problem remediation and configuration recommendations across your tenancy.

246
MCQhard

An administrator is designing a hybrid cloud architecture where OCI workloads need to access an Azure SQL Database over the OCI-Azure Interconnect. The OCI VCN and Azure VNet have overlapping IP address spaces (10.0.0.0/16). What is the mandatory architectural requirement to make this cross-cloud communication possible?

A.Deploy an OCI NAT Gateway inside the VCN.
B.Re-address one of the virtual networks to ensure non-overlapping IP address spaces.
C.Configure a Dynamic Routing Gateway route table with static overriding rules.
D.Enable FastConnect MACsec encryption.
AnswerB

Overlapping IP spaces cannot be routed directly across an ExpressRoute/FastConnect interconnect without re-addressing or complex NAT appliances.

Why this answer

When IP address spaces overlap between interconnected clouds, Network Address Translation (NAT) must be implemented, or the networks must be re-addressed to be non-overlapping because standard routing cannot resolve overlapping prefixes.

247
Multi-Selectmedium

Which TWO network security features can be applied to an Oracle Base Database system on OCI to protect database traffic and restrict access? (Choose two.)

Select 2 answers
A.Oracle Database Firewall and Audit Vault (AVDF) integration
B.Disabling all VCN route tables to block internal routing
C.OCI Web Application Firewall (WAF) applied directly to SQL port 1521
D.Virtual Cloud Network (VCN) Security Lists and Network Security Groups (NSGs)
E.Exposing database ports directly to the public Internet with default security lists
AnswersA, D

Correct. AVDF inspects and blocks unauthorized SQL traffic.

Why this answer

Base Database systems can be protected using Virtual Cloud Network (VCN) Security Lists / Network Security Groups (NSGs) and database-level firewalls.

248
Multi-Selecteasy

Which TWO editions of Oracle Database are available when deploying an Oracle Base Database system on OCI? (Choose two.)

Select 2 answers
A.Oracle Database Micro Edition (ME)
B.Oracle Database Enterprise Edition (EE)
C.Oracle Database Web Edition (WE)
D.Oracle Database Standard Edition 2 (SE2)
E.Oracle Database Personal Edition (PE)
AnswersB, D

Correct. EE is a supported base database edition.

Why this answer

Standard Edition 2 and Enterprise Edition are core editions available for Oracle Base Database systems.

249
MCQeasy

Your development team needs to scale up CPU cores for an Autonomous JSON Database instance dynamically without restarting the application or causing downtime. Which feature should you use?

A.Auto-scaling with Oracle Data Guard switchover.
B.OCI Compute Instance resizing via instance pool configuration.
C.Manual cold restart of the container database.
D.Autonomous Database Elastic Resource Scaling.
AnswerD

Elastic Resource Scaling enables online scaling of CPU and storage resources immediately without downtime.

Why this answer

Autonomous Database supports Elastic Resource Scaling, allowing users to scale CPU and storage independently and online without any database downtime.

250
Multi-Selectmedium

When configuring OCI API Gateway, which THREE types of backends are natively supported for routing incoming API requests?

Select 3 answers
A.OCI Functions backend
B.HTTP/HTTPS URL backend
C.Stock Response (Mock) backend
D.OCI Identity Domain SAML federation metadata XML file store
E.Direct raw magnetic tape drive backup backend
AnswersA, B, C

Correct. API Gateway integrates natively with OCI Functions.

Why this answer

OCI API Gateway supports HTTP/HTTPS backends (URL), OCI Functions backends, and Stock Response (Mock) backends.

251
MCQeasy

You have deployed an OCI Function and want to test its HTTP trigger endpoint without writing custom client code. Which OCI service or feature should you use to invoke the function directly via an HTTP URL?

A.OCI API Gateway route pointing to the OCI Function
B.OCI Object Storage pre-authenticated request (PAR)
C.OCI Cloud Guard trigger policy
D.OCI Streaming cursor initialization
AnswerA

Correct. API Gateway integrates natively with OCI Functions, allowing them to be invoked via HTTP requests.

Why this answer

OCI API Gateway can be configured with a route pointing directly to an OCI Function, exposing it as an HTTP endpoint.

252
MCQhard

You are building a high-throughput event-processing pipeline where multiple consumer instances need to read messages from an OCI Stream concurrently. Each consumer instance must maintain its own independent cursor position and process every message in the stream without interfering with other consumer instances. How should you configure your consumers?

A.Configure each consumer instance to belong to a separate, unique consumer group.
B.Use the OCI Streaming default single-consumer mode with multithreaded polling.
C.Assign all consumer instances to the exact same consumer group and increase the number of partitions.
D.Publish events via OCI Notifications instead, as Streaming does not support consumer groups.
AnswerA

Correct. Different consumer groups maintain independent offsets, enabling separate processing pipelines to consume the same stream.

Why this answer

In OCI Streaming, to have multiple independent applications process the exact same stream concurrently, each application must use a unique consumer group. Messages are distributed among instances within the same consumer group, but separate consumer groups each get their own copy of the message stream.

253
MCQeasy

You need to export OCI Audit logs to a third-party SIEM tool (such as Splunk or Elastic) in real-time. Which OCI architecture is best suited for this requirement?

A.Schedule an OCI Resource Manager job to FTP log files every night.
B.Install the OCI Logging Agent directly on the OCI Audit service control plane.
C.Configure OCI Health Checks to poll the Audit API.
D.Use OCI Service Connector Hub to route logs from OCI Audit to OCI Streaming or Object Storage for SIEM consumption.
AnswerD

Correct. Service Connector Hub connects Audit logs to Streaming or Object Storage for external SIEM integration.

Why this answer

OCI Service Connector Hub can stream Audit logs directly to OCI Streaming, which can then be consumed by third-party SIEM integrations.

254
MCQmedium

An architect is designing a multi-region disaster recovery architecture for an application running on OCI Compute. The database layer uses Oracle Data Guard. For the application tier, what is the recommended approach to handle stateless application servers in the DR region?

A.Run all application servers at full capacity in both regions simultaneously with active write locks.
B.Pre-provision compute instances in a stopped state or use instance pools with standby configuration, activating them during a disaster event.
C.Store application binaries solely in Object Storage and compile them on the fly using user-data scripts during failover.
D.Rely entirely on manual creation of compute instances via the OCI console after an outage occurs.
AnswerB

Keeping compute instances stopped or using instance pools ensures capacity availability while minimizing runtime compute costs.

Why this answer

Stateless application servers in the DR region can be pre-provisioned in a stopped state or dynamically provisioned using instance pools and autoscaling, reducing costs while maintaining readiness.

255
MCQhard

An organization is designing a disaster recovery strategy using Exadata Database Service on Dedicated Infrastructure. They require an Recovery Time Objective (RTO) of less than 30 seconds and a Recovery Point Objective (RPO) of zero for an enterprise database handling mission-critical workloads. Which Data Guard configuration should be implemented?

A.Oracle Active Data Guard configured in Maximum Protection mode with synchronous transport
B.Manual RMAN backup replication via OCI Object Storage every 15 minutes
C.Oracle Data Guard configured in Maximum Performance mode with asynchronous transport
D.Oracle GoldenGate real-time replication with asynchronous extract configurations
AnswerA

Correct. Maximum Protection mode ensures zero data loss (RPO = 0) by syncing redo to the standby before committing transactions on the primary.

Why this answer

To achieve an RPO of zero and ultra-low RTO for mission-critical Exadata workloads, Oracle Data Guard should be configured in Maximum Protection mode with synchronousredo transport across Availability Domains or regions.

256
MCQeasy

You want to track API calls made by a specific user who deleted a critical production database in OCI. Which OCI service log should you examine?

A.OCI Audit Log
B.OCI VCN Flow Log
C.OCI APM Transaction Log
D.OCI Database Alert Log
AnswerA

Correct. Audit logs track all control-plane API actions across the tenancy.

Why this answer

OCI Audit service logs all API calls, recording who did what, when, and from which IP address.

257
MCQeasy

Which OCI service is primarily used to establish an encrypted site-to-site IPSec VPN connection between an on-premises datacenter and an OCI Virtual Cloud Network?

A.OCI Storage Gateway
B.OCI API Gateway
C.OCI Site-to-Site VPN
D.OCI Bastion Service
AnswerC

OCI Site-to-Site VPN provides secure IPsec tunnels to on-premises networks.

Why this answer

The OCI Site-to-Site VPN service uses IPsec tunnels connecting an on-premises customer-premises equipment (CPE) to an OCI Dynamic Routing Gateway (DRG).

258
MCQeasy

Your team is planning to migrate virtual machines from an on-premises hypervisor to OCI Compute. You want to generate an automated report detailing resource utilization (CPU, memory, storage IOPS) over the past 30 days to right-size the target OCI instance shapes. Which OCI tool supports this discovery phase?

A.OCI Migration Discovery and Assessment
B.OCI Cost Estimator
C.OCI Logging Analytics
D.OCI Database Migration Service
AnswerA

OCI Migration collects on-premises inventory and performance utilization data to recommend optimal OCI compute shapes.

Why this answer

OCI Migration service includes discovery and assessment capabilities that collect performance metrics and hardware inventories from on-premises VMware or physical servers to recommend right-sized OCI shapes.

259
Multi-Selecthard

Which THREE strategies can be implemented in OCI to mitigate the impact of a regional availability outage on a multi-tier web application? (Choose three.)

Select 3 answers
A.Deploying application tiers across two OCI regions with DNS Traffic Management health checks for automated failover
B.Replicating critical block volumes and object storage data to the secondary region
C.Relying on a single Availability Domain deployment with automated daily backups
D.Configuring Oracle Data Guard between the primary database and a standby database in a secondary region
E.Running all database write operations simultaneously against both regions with synchronous multi-master locking over public internet
AnswersA, B, D

DNS traffic steering routes users to the secondary region if the primary region fails health checks.

Why this answer

Mitigating regional outages requires multi-region deployments with DNS traffic steering, database replication (Data Guard), and cross-region storage/compute readiness.

260
MCQeasy

An enterprise is planning to migrate a large on-premises Oracle Database of 15 TB to Oracle Cloud Infrastructure (OCI) Exadata Database Service. The maintenance window for the final cutover is extremely short (less than 2 hours). Which migration method should you recommend to minimize application downtime?

A.Set up an Oracle Data Guard standby database in OCI from an on-premises primary database using RMAN duplication over FastConnect, then perform a switchover during the maintenance window.
B.Use Oracle Database Actions to export all schemas to a local staging server and import them into the new database.
C.Migrate the database using OCI Database Migration service with a standard full database backup without incremental backups.
D.Perform a cold backup on-premises, upload it to OCI Object Storage, and restore it using RMAN during the maintenance window.
AnswerA

Data Guard physical standby allows continuous replication and reduces final cutover time to mere seconds or minutes.

Why this answer

Oracle Data Guard or GoldenGate combined with transportable tablespaces or RMAN cross-platform incremental backup provides the lowest downtime for large databases by synchronizing data in the background and performing a quick final cutover.

261
Multi-Selecteasy

Which TWO of the following are valid deployment models or connection types supported by OCI FastConnect?

Select 2 answers
A.FastConnect direct model
B.FastConnect public internet gateway model
C.FastConnect partner (Provider) model
D.FastConnect IPsec tunnel overlay model
E.FastConnect satellite uplink model
AnswersA, C

You can connect directly to an Oracle router from your colocation facility.

Why this answer

OCI FastConnect supports provider-specific connections (Layer 2 or Layer 3 via partners) and direct connections where the customer connects directly to an Oracle router in a FastConnect location.

262
Multi-Selecteasy

Which TWO actions can you take in OCI to ensure high availability of application data stored in Block Volumes? (Choose two.)

Select 2 answers
A.Store block volume backups locally on the compute instance root partition.
B.Enable asynchronous cross-region block volume replication.
C.Configure OCI Volume Backup Policies to automate regular snapshots.
D.Manually disconnect block volumes every night via the API.
E.Disable encryption on block volumes to speed up replication.
AnswersB, C

Cross-region replication provides a synchronized copy of block volumes in another region for DR.

Why this answer

Block Volume high availability and disaster recovery can be achieved using automated backup policies and cross-region block volume replication.

263
MCQmedium

You are configuring a site-to-site IPSec VPN between your on-premises datacenter and an OCI VCN. To ensure data confidentiality and integrity across the public internet, which encryption algorithms should you mandate in the IPSec configuration?

A.Plaintext transmission without IPsec encapsulation.
B.RC4 stream cipher with no hashing.
C.AES-256 with SHA-256 hashing.
D.DES with MD5 authentication.
AnswerC

AES-256 combined with SHA-256 provides strong, industry-standard cryptographic security for IPSec VPN tunnels.

Why this answer

Modern security standards recommend robust encryption algorithms such as AES-256 for phase 1 and phase 2 IPSec tunnels to ensure strong confidentiality and integrity.

264
Multi-Selectmedium

Which TWO methods can be used to achieve high availability for an OCI Site-to-Site VPN connection to an on-premises datacenter? (Choose TWO)

Select 2 answers
A.Running Ophalmic routing daemons on OCI compute instances.
B.Setting up multiple Customer-Premises Equipment (CPE) objects and redundant VPN connections.
C.Enabling OCI Bastion service across all VPN subnets.
D.Configuring redundant IPSec tunnels provided automatically by OCI on separate Oracle gateway endpoints.
E.Attaching an Internet Gateway directly to the VPN tunnel endpoints.
AnswersB, D

Using multiple CPEs and VPN connections protects against on-premises hardware failures.

Why this answer

OCI automatically provides two tunnels per VPN connection. Additionally, customers can deploy multiple CPE devices or multiple VPN connections to ensure redundancy against CPE failure or Oracle gateway maintenance.

265
MCQmedium

You are deploying an application on OKE using Helm charts. You need to ensure that Helm release secrets and deployment state are stored securely and persistently within the cluster so that failed tiller/helm operations do not corrupt deployment tracking. Where does Helm v3 store its release state in OKE by default?

A.OCI Object Storage bucket managed by Helm
B.Kubernetes Secrets within the respective namespace
C.OCI Registry chart annotations
D.Local SQLite database on the master control plane node
AnswerB

Correct. Helm v3 stores release state as Kubernetes Secrets (or ConfigMaps) in the namespace where the release is deployed.

Why this answer

Helm v3 stores release state and history directly inside Kubernetes Secrets located within the respective namespace.

266
MCQeasy

An organization is preparing to migrate 500 virtual machines to OCI. To govern resource creation, budget allocation, and access control effectively, how should the OCI tenancy be structured prior to starting resource migrations?

A.Deploy all migrated virtual machines into the tenancy root compartment with a single administrator policy.
B.Create a separate OCI tenancy for every single virtual machine being migrated.
C.Rely entirely on tags without creating compartments or IAM policies.
D.Create a structured hierarchy of compartments (e.g., Prod, Non-Prod, Networking) beneath the root tenancy and apply least-privilege IAM policies to each compartment.
AnswerD

Compartment hierarchies enable precise access control, cost tracking, and security governance across migrated workloads.

Why this answer

A well-architected OCI tenancy uses a multi-compartment hierarchy aligned with business units, project environments (prod/non-prod), and security zones, governed by IAM policies and OCI Tagging.

267
MCQeasy

An OCI Administrator needs to set up proactive alerting when the CPU utilization of a production Compute instance exceeds 90% for a sustained period of 15 minutes. Which OCI service should be configured to evaluate this metric and trigger notifications via an email endpoint?

A.OCI Health Checks configured with custom ICMP ping probes targeting the private IP of the instance.
B.OCI Events Service configured with a rule filtering for Compute metric threshold violations.
C.OCI Logging Analytics with scheduled saved search alerts.
D.OCI Monitoring Service Alarms combined with OCI Notifications Service topics.
AnswerD

Correct. Monitoring Alarms evaluate metric expressions and send notifications through OCI Notifications topics.

Why this answer

OCI Monitoring service allows the creation of alarms based on metrics emitted by resources (like Compute CPU utilization). When thresholds are breached, it triggers messages to OCI Notifications service, which then dispatches emails.

268
Multi-Selectmedium

Your organization is planning to migrate file shares from an on-premises Windows environment (SMB protocol) to OCI. Which THREE factors or options should you consider when selecting the appropriate OCI storage architecture for Windows file shares? (Choose three.)

Select 3 answers
A.Deploying Windows Server instances on OCI Compute attached to high-performance OCI Block Volumes to act as native SMB file servers.
B.Using OCI Object Storage as a direct replacement for active SMB shared network drives requiring file locking.
C.Attaching OCI Archive Storage directly to Windows clients via USB cable simulation.
D.Evaluating OCI Marketplace partner solutions that provide enterprise NAS appliances with native SMB protocol support on OCI.
E.Standard OCI File Storage Service (FSS) natively speaks NFSv3 and does not support SMB/CIFS natively without third-party gateways or workarounds.
AnswersA, D, E

Windows file servers on OCI compute provide native SMB support with NTFS permissions and Active Directory integration.

Why this answer

OCI File Storage Service (FSS) supports NFS, but for native Windows SMB protocol requirements, architects must consider running Windows File Server on OCI Compute with Block Volumes, using OCI Storage Gateway, or leveraging third-party Marketplace SMB solutions.

269
Multi-Selectmedium

When designing a container build and deployment pipeline using OCI DevOps and OCI Registry (OCIR), which THREE tasks can be automated within the CI/CD build pipeline stage?

Select 3 answers
A.Push newly built container images securely to OCI Registry (OCIR)
B.Run automated unit tests and code linting scans as part of the build step
C.Automatically provision a brand new OCI Tenancy root compartment
D.Build container images using a build specification file (build_spec.yaml) and Dockerfile
E.Directly modify physical OCI data center HVAC cooling temperatures
AnswersA, B, D

Correct. Build pipelines can push images directly to OCIR.

Why this answer

OCI DevOps build pipelines can execute shell commands, build container images from Dockerfiles, and push images to OCIR.

270
MCQhard

You are troubleshooting a microservice on OKE that is experiencing intermittent 502 Bad Gateway errors when communicating with another internal service. The application uses Kubernetes ClusterIP services for discovery. You suspect DNS resolution failure within the cluster. Which diagnostic tool and approach should you use inside the OKE cluster?

A.Check the OCI VCN internet gateway route table.
B.Deploy a temporary diagnostic container pod (such as netshoot) and test DNS resolution using nslookup against CoreDNS.
C.Review OCI Cloud Guard threat detection policies.
D.Restart the OCI API Gateway service.
AnswerB

Correct. Using a diagnostic pod with networking tools allows direct testing of internal Kubernetes DNS and service endpoints.

Why this answer

Deploying a temporary diagnostic pod (e.g., netshoot or busybox) and running DNS queries via CoreDNS/kube-dns helps diagnose in-cluster DNS and service connectivity issues.

271
MCQmedium

You are configuring the OCI-Azure Interconnect to link an OCI Virtual Cloud Network (VCN) with an Azure Virtual Network (VNet). You have already established the FastConnect and ExpressRoute circuits. What is the mandatory next step to enable cross-cloud routing between the OCI Dynamic Routing Gateway (DRG) and the Azure Virtual Network Gateway?

A.Configure an OCI Service Gateway to route traffic to Azure services directly.
B.Attach the Azure VNet directly to an OCI Local Peering Gateway (LPG).
C.Establish a BGP session between the OCI DRG and the Azure Virtual Network Gateway over the FastConnect/ExpressRoute circuit.
D.Deploy an OCI NAT Gateway to translate Azure private IP addresses into OCI public IP addresses.
AnswerC

Cross-cloud connectivity requires BGP peering configuration to exchange routing information between the OCI DRG and Azure Virtual Network Gateway.

Why this answer

Oracle and Microsoft manage the interconnect partners, but the routing configuration requires peering the OCI Dynamic Routing Gateway (DRG) with the Azure Virtual Network Gateway using the specific peering mechanisms provided by the Oracle Interconnect for Azure setup wizard or manual BGP peering over the circuit.

272
MCQmedium

You are configuring an OCI API Gateway deployment to route requests to backend microservices running on OKE. You need to ensure that if a backend microservice takes longer than 3 seconds to respond, the API Gateway cancels the request and returns a 504 Gateway Timeout error to the client. Where should you configure this timeout?

A.In the OCI WAF protection ruleset configuration.
B.In the OCI Load Balancer idle timeout setting associated with the subnet.
C.In the OKE Kubernetes Ingress resource annotations.
D.In the API Gateway deployment specification under the route backend configuration timeout parameter.
AnswerD

Correct. API Gateway supports backend timeout configurations in the deployment JSON/YAML spec.

Why this answer

OCI API Gateway route definitions allow configuring backend timeouts (maximum time to wait for a response from the backend) per route.

273
Multi-Selecteasy

During a migration cutover weekend, your team encounters unexpected DNS resolution failures preventing users from reaching the newly migrated OCI application endpoints. Which TWO immediate troubleshooting steps should you perform? (Choose two.)

Select 2 answers
A.Check OCI VCN DNS resolver settings and custom resolver forwarders if integrating with on-premises DNS.
B.Verify that public DNS records (A and CNAME) have been updated with the correct OCI Load Balancer IP addresses and check TTL settings.
C.Change the tenant subscription currency from USD to EUR.
D.Reformat all backend database tables using SQL*Plus.
E.Delete all OCI compartments and recreate the tenancy root structure.
AnswersA, B

VCN resolver configuration ensures internal and hybrid DNS queries route correctly to private endpoints.

Why this answer

Troubleshooting DNS issues during cutover involves checking DNS record propagation, TTL values, and OCI VCN DNS resolver configuration or Load Balancer listener endpoints.

274
MCQmedium

An architect is designing an Oracle Autonomous JSON Database instance to store flexible document workloads. Which feature is automatically enabled on Autonomous JSON Database that distinguishes it from general-purpose Autonomous Transaction Processing instances regarding storage management?

A.Automatic conversion of all JSON documents into relational third-normal-form tables upon ingestion
B.Mandatory requirement to define fixed database schemas via JSON Schema validators before inserting data
C.Storage and indexing are specifically optimized for JSON collections with restrictions on non-JSON relational tables
D.Exclusion of automated backups to reduce operational overhead
AnswerC

Correct. Autonomous JSON Database is optimized exclusively for JSON data models, offering lower cost per terabyte for document stores with specific usage boundaries.

Why this answer

Autonomous JSON Database provides optimized storage and indexing specifically for JSON collections, allowing schema-less storage while maintaining relational capabilities, but restricts the creation of non-JSON relational tables.

275
MCQhard

An architect is configuring Oracle Autonomous Database Disaster Recovery with cross-region Data Guard. The primary database is in Ashburn, and the standby is in Phoenix. You execute a switchover operation. What happens to the connection strings (such as tnsnames.ora entries) used by client applications?

A.The database IP addresses change, requiring manual DNS A-record updates in OCI DNS.
B.Client connection strings remain valid; applications reconnect, and the regional endpoint automatically routes traffic to the new primary.
C.You must manually regenerate new wallet zip files and redeploy them to all application servers.
D.Client applications must be rewritten to use hardcoded IP addresses instead of TNS names.
AnswerB

Autonomous Database handles DNS and service routing so that connection strings transparently target the newly promoted primary database.

Why this answer

Autonomous Database uses regional service names and client credential wallets (tnsnames.ora) that automatically update or resolve to the active primary region during a switchover/failover, though client reconnection is required.

276
MCQmedium

An enterprise application running on Oracle Autonomous Transaction Processing (ATP) requires dedicated infrastructure isolation for compliance reasons. You need to provision an Autonomous Database on Dedicated Exadata Infrastructure. Which architectural step is mandatory before you can provision the database instance?

A.Contact Oracle Support to manually allocate physical rack boundaries in your tenancy region.
B.Create an Autonomous Exadata Infrastructure resource in your compartment and virtual cloud network.
C.Create a Pluggable Database (PDB) manually via SQL*Plus on an existing multitenant container database.
D.Provision a standard Exadata Cloud Service cluster using the Database management service console.
AnswerB

An Autonomous Exadata Infrastructure resource must be created first to define the Exadata rack allocation within your VCN and subnet before creating Autonomous Container Databases and Autonomous Databases.

Why this answer

Before provisioning an Autonomous Database on Dedicated Exadata Infrastructure, you must first create an Autonomous Exadata Infrastructure resource within a specific availability domain or fault domains, which reserves the underlying compute and storage resources.

277
MCQeasy

What is the primary function of an OCI Service Gateway?

A.To translate private IP addresses to public IP addresses for internet bound traffic
B.To provide private access to Oracle public services without using public IP addresses or the internet
C.To connect on-premises datacenters to OCI via FastConnect
D.To load balance HTTP/HTTPS traffic across multiple backend servers
AnswerB

Service Gateways provide optimized, private routing to regional OCI services.

Why this answer

A Service Gateway allows private access from a VCN to Oracle Cloud services (such as Object Storage) without traversing the public internet.

278
Multi-Selecthard

When designing a high-availability and disaster recovery architecture for an enterprise Oracle Database on OCI, which THREE components or patterns are crucial for achieving optimal recovery and uptime? (Choose three.)

Select 3 answers
A.Automated and policy-driven backups to OCI Object Storage with cross-region replication
B.Relying solely on local ephemeral NVMe drive snapshots for disaster recovery
C.Oracle Data Guard standby database in a remote region for disaster recovery
D.Stretching a single-node database VM across distinct cloud regions using unencrypted NFS mounts
E.Oracle Real Application Clusters (RAC) across fault domains or availability domains for local HA
AnswersA, C, E

Correct. OCI backups to Object Storage with replication ensure long-term retrievability.

Why this answer

Enterprise HA/DR patterns for Oracle databases on OCI involve Data Guard, Real Application Clusters (RAC), and automated backup strategies.

279
MCQeasy

During a lift-and-shift migration planning phase, your team needs to estimate the monthly running costs of various OCI Compute shapes, block storage volumes, and egress data transfer fees before provisioning resources. Which OCI tool should you use to generate this detailed cost breakdown?

A.OCI Budgets and Alerts
B.OCI Cost Estimator
C.OCI Resource Manager
D.OCI Migration Asset Inventory dashboard
AnswerB

The OCI Cost Estimator provides detailed pricing calculations for compute, storage, networking, and database services.

Why this answer

The OCI Cost Estimator (cloud.oracle.com/cost-estimator) allows architects and administrators to calculate and plan estimated monthly expenditures across all OCI services based on specific configurations and regions.

280
MCQmedium

An enterprise application deployed on Oracle Container Engine for Kubernetes (OKE) requires low-latency, secure, private connectivity between microservices residing in different Virtual Cloud Network (VCN) subnets without exposing traffic to the public internet. Which OKE add-on or feature should a Solutions Architect implement?

A.OCI Service Mesh
B.OCI Streaming Service
C.Oracle Cloud Guard
D.OCI API Gateway
AnswerA

OCI Service Mesh provides secure service-to-service communication, traffic management, and observability for microservices on OKE.

Why this answer

OCI Service Mesh provides a dedicated infrastructure layer to easily manage service-to-service communication across microservices within OKE, offering secure mutual TLS (mTLS) and traffic management without modifying application code.

281
Multi-Selectmedium

Which THREE features are supported within OCI Cost Analysis to help administrators analyze and report on cloud spending?

Select 3 answers
A.Directly modifying customer credit card billing details without contacting Oracle Support
B.Grouping and filtering costs using OCI Defined Tags
C.Visualizing cumulative cost trends over customizable time ranges (e.g., daily, monthly)
D.Automatically executing database SQL queries against Autonomous Database instances
E.Exporting cost charts and tabular data to CSV format
AnswersB, C, E

Correct. Defined tags allow slicing costs by department or project.

Why this answer

Cost Analysis features include filtering and grouping by defined tags, exporting cost data as CSV files, and viewing historical cost trends across compartments.

282
MCQmedium

An enterprise architect is designing a centralized log management solution in Oracle Cloud Infrastructure (OCI) Logging Analytics. The team needs to ingest logs from various heterogeneous sources, including custom applications, Oracle databases, and third-party firewalls, while ensuring that the log data is properly parsed and enriched without requiring custom regex development for every vendor format. Which feature should the architect leverage to meet this requirement?

A.OCI Telemetry Data Plane auto-extractors that automatically normalize all logs into a unified OpenTelemetry schema.
B.OCI Object Storage lifecycle rules configured with transformation policies to convert raw text logs into structured JSON formats.
C.OCI Logging Analytics out-of-the-box parsers and source configurations along with custom parsers built via the Log Parser Workbench.
D.OCI Streaming Service combined with Oracle Functions to manually parse every raw log payload prior to storage.
AnswerC

Correct. Logging Analytics provides pre-built parsers and an interactive workbench for defining custom parsing rules.

Why this answer

OCI Logging Analytics provides out-of-the-box parsers for a wide variety of standard log types (Oracle databases, firewalls, etc.) as well as the Log Parser Workbench to create and test custom parsers using Grok or regular expressions without writing manual ingestion scripts.

283
MCQeasy

You are using Fn Project CLI to deploy an OCI Function. Which command is used to build, push, and deploy the function to your application in OCI in a single streamlined step?

A.oci functions function create
B.kubectl apply -f function.yaml
C.docker build and docker push only
D.fn deploy --app <app-name>
AnswerD

Correct. 'fn deploy' automates building, pushing, and deploying functions.

Why this answer

The 'fn deploy --app <app-name>' command builds the image, pushes it to OCIR, and deploys the function configuration to the specified OCI application.

284
MCQhard

An organization has multiple child compartments under a parent compartment. A security architect needs to write an IAM policy that allows a specific developer group to manage compute instances across all child compartments without granting permissions at the root tenancy level. How should this policy be structured?

A.Allow group Developers to manage compute-instances in compartment ParentCompartment
B.Allow group Developers to manage compute-instances in tenancy
C.Allow group Developers to manage compute-instances in root
D.Write individual policies for every single child compartment separately without referencing the parent.
AnswerA

Permissions granted on a parent compartment automatically cascade to all nested child compartments in OCI IAM.

Why this answer

Policies can be scoped to compartments using the 'in compartment' clause. By targeting a parent compartment, permissions automatically flow down to all nested child compartments.

285
MCQhard

An enterprise is migrating a cluster of microservices running on Kubernetes from an on-premises data center to OCI Container Engine for Kubernetes (OKE). The cluster uses custom CNI (Container Network Interface) plugins and persistent storage backed by an on-premises Ceph cluster. During migration planning, how should you architect the persistent storage layer in OCI to support OKE stateful workloads?

A.Use ephemeral container scratch space for all persistent state requirements in OKE.
B.Mount the on-premises Ceph cluster directly inside OKE worker nodes using public IP addresses over an internet gateway.
C.Install the OCI Block Volume and OCI File Storage CSI drivers in the OKE cluster to dynamically provision persistent storage volumes.
D.Store all database and application state inside OCI Object Storage bucket folders mounted via local loop devices.
AnswerC

OCI CSI drivers allow Kubernetes stateful sets to natively provision and attach OCI block or file storage.

Why this answer

OCI Container Engine for Kubernetes (OKE) integrates natively with OCI Block Volume and OCI File Storage via Container Storage Interface (CSI) drivers, enabling dynamic provisioning of persistent volumes (PVs) and persistent volume claims (PVCs).

286
MCQmedium

You are configuring an OCI API Gateway deployment to secure a backend microservice running on OKE. You need to implement token-based authentication where the API Gateway validates a JSON Web Token (JWT) issued by an external identity provider before routing the request. Where should you configure this validation?

A.Inside an OCI Events rule matching the incoming HTTP request payload.
B.Within an OCI Functions-based custom authorizer or native JWT validation block in the API Gateway deployment specification.
C.By attaching an OCI IAM policy to the target VCN subnet route table.
D.Inside the Ingress Controller configuration manifest deployed on the OKE cluster.
AnswerB

OCI API Gateway supports native JWT validation policies that check issuer, audience, and signature, as well as custom authorizer functions.

Why this answer

OCI API Gateway supports custom authenticators and native JWT validation policies directly on the deployment routes to validate authorization headers before forwarding requests to backends.

287
MCQeasy

You need to automate the build, test, and deployment phases of your microservices application whenever developers push code changes to a Git repository on OCI. Which OCI service provides native CI/CD pipelines?

A.OCI Events Service
B.OCI GoldenGate
C.OCI DevOps Service
D.OCI Resource Manager
AnswerC

Correct. OCI DevOps provides native CI/CD service pipelines.

Why this answer

OCI DevOps service provides fully managed CI/CD developer pipelines for building, testing, and deploying software applications.

288
MCQeasy

Your organization is migrating a high-throughput transactional database to OCI. During peak business hours, the database experiences massive I/O bursts. You want to ensure the underlying storage configuration can scale its IOPS independently of storage capacity. Which OCI block volume feature should you enable?

A.OCI Object Storage Infrequent Access tier
B.OCI File Storage Service snapshot policies
C.OCI Local NVMe RAID striping
D.OCI Block Volume Auto-Tune performance feature or manual VPU adjustment.
AnswerD

Auto-tune or manual VPU scaling allows block volumes to dynamically increase IOPS and throughput without needing to increase volume size.

Why this answer

OCI Block Volume service allows users to dynamically adjust the Performance Units (VPUs) per GB independently of the storage capacity size, enabling high IOPS on demand.

289
MCQhard

An architect is migrating a multi-tier enterprise web application from an on-premises data center to OCI using the Lift and Shift Migration tool. During the migration assessment phase, the migration agent reports that several source VMs have unsupported guest operating system kernels and specific block device partitioning that cannot be directly converted by the OCI Image Builder. What is the recommended remediation strategy before initiating the bulk instance migration?

A.Use Oracle Zero Downtime Migration to rewrite the kernel binary during the transition phase.
B.Export the source VMs as custom VMDK/QCOW2 images, upload them to OCI Object Storage, and import them as OCI Custom Images to provision new instances.
C.Deploy OCI Full Stack Disaster Recovery to automatically fix and patch the kernel partitions upon boot.
D.Convert the instances directly into OKE worker nodes using the OCI Migration Workbench.
AnswerB

Importing custom images allows administrators to bypass automated tool limitations by using pre-configured, compatible guest OS images.

Why this answer

When source VMs have incompatible kernels or partitioning schemes that prevent automated conversion by OCI migration tooling, the recommended approach is to manually build a custom QCOW2 or VMDK image that is OCI-compatible, upload it to OCI Object Storage, and import it as a Custom Image.

290
MCQmedium

Your OKE cluster has autoscaling enabled using the Kubernetes Cluster Autoscaler. However, during peak hours, new pods remain in 'Pending' state for 15 minutes before the cluster autoscaler provisions new worker nodes. How can you reduce this provisioning delay?

A.Deploy Kubernetes over-provisioning pods (pause pods) with lower priority to keep spare node capacity ready instantly.
B.Convert all worker nodes from virtual machines to bare metal shapes.
C.Increase the OCI Load Balancer bandwidth shape to maximum.
D.Disable OCI IAM token caching on worker nodes.
AnswerA

Correct. Over-provisioning uses low-priority pods that get evicted when real workloads arrive, instantly triggering node scale-up before actual workloads are pending.

Why this answer

Optimizing node pool initialization settings, using pre-warmed node pools, or adjusting cluster autoscaler polling interval / over-provisioning (pause pods) can speed up scaling.

291
MCQhard

Your security team mandates that all traffic entering your OCI VCN from the internet must be inspected by a next-generation firewall before reaching backend web servers. How should you design this architecture?

A.Attach public IP addresses directly to all backend web servers.
B.Rely entirely on default VCN Security Lists without route table modifications.
C.Route inbound traffic from the Internet Gateway through a firewall appliance subnet before forwarding it to backend subnets via route tables.
D.Use OCI Object Storage to filter incoming HTTP packets.
AnswerC

Routing traffic through a security appliance subnet enforces perimeter defense and inspection before reaching internal workloads.

Why this answer

To inspect inbound internet traffic with a firewall appliance, traffic must enter via an Internet Gateway, route to the firewall appliance VNIC in a DMZ subnet, and then route through a DRG or local routing to backend subnets. Alternatively, OCI Network Firewall can be deployed inline.

292
MCQeasy

You need to migrate a 50 TB Oracle Database from on-premises to Exadata Database Service on Dedicated Infrastructure with minimal downtime. The source database is operating on AIX and uses big-endian architecture, while OCI Exadata runs on little-endian Linux. Which migration method handles cross-platform endian conversion most efficiently?

A.Direct database clone via SQL*Developer migration wizard
B.Oracle GoldenGate initial load using SQL direct paths
C.RMAN Transportable Tablespaces with cross-platform data file conversion
D.Standard Oracle Data Pump export and import over direct database links
AnswerC

Correct. RMAN CONVERT DATAFILE handles endian format conversion natively during transportable tablespace migrations.

Why this answer

Transportable Tablespaces with RMAN CONVERT DATAFILE provide the most efficient method for cross-platform migrations when endianness differs between source and target architectures.

293
Multi-Selectmedium

Which THREE features are provided by OCI Application Performance Monitoring (APM)?

Select 3 answers
A.Distributed Tracing across microservices
B.Automatic provisioning of bare metal database backups
C.Real User Monitoring (RUM) to track end-user browser performance
D.Management of BGP routing tables for FastConnect
E.Synthetic Monitoring using browser and script-based tests
AnswersA, C, E

Correct. APM traces transactions across services.

Why this answer

OCI APM provides distributed tracing, synthetic monitoring (browser and script tests), and Real User Monitoring (RUM).

294
MCQeasy

You are provisioning an Autonomous Data Warehouse (ADW) instance and want to configure network access so that only specific corporate IP addresses can connect to the database. Which feature should you enable?

A.Autonomous Database Access Control Lists (ACLs).
B.Virtual Cloud Network (VCN) Security Lists only.
C.OCI Web Application Firewall (WAF) rule sets.
D.OCI Identity and Access Management (IAM) dynamic groups.
AnswerA

ACLs restrict public IP access to specific allowed ranges on public Autonomous Database endpoints.

Why this answer

Access Control Lists (ACLs) allow you to restrict access to your Autonomous Database by specifying allowed IP addresses or CIDR blocks.

295
MCQmedium

An enterprise application hosted on OCI requires high availability across multiple fault domains within a single availability domain. Which resource placement strategy should you use for your application compute instances?

A.Distribute instances evenly across three different Fault Domains.
B.Configure a dedicated virtual cloud network for each fault domain.
C.Attach all instances to separate Internet Gateways.
D.Place all instances in Fault Domain 1 to optimize network latency.
AnswerA

Fault domains isolate instances from hardware and infrastructure failures within the same AD.

Why this answer

Fault domains provide anti-affinity within an availability domain. Distributing instances across different fault domains ensures they do not share physical hardware, power, or top-of-rack switch infrastructure.

296
MCQhard

You are configuring transparent data encryption (TDE) for an Oracle Database on Exadata Database Service using OCI Vault for master encryption key management. What happens if the database loses connectivity to the OCI Vault key management service?

A.The database instantly crashes and forces an immediate failover to the standby database
B.The database automatically falls back to self-managed wallet storage without alerting administrators
C.The database continues to run using keys cached in memory for a period, but cannot be restarted until connectivity to OCI Vault is restored
D.All encrypted data files are automatically wiped to prevent security breaches
AnswerC

Correct. Cached keys allow active operations to continue temporarily, but database restart or key rotation fails without vault access.

Why this answer

If TDE master keys are stored in OCI Vault (external key management), the database can continue operating temporarily using cached keys in memory, but cannot restart or decrypt new sessions if key access remains blocked indefinitely.

297
Multi-Selecthard

Which TWO architectural best practices should you follow when designing cloud-native microservices on Oracle Container Engine for Kubernetes (OKE) to ensure high availability and resilience? (Choose two.)

Select 2 answers
A.Deploy all microservices into a single flat Kubernetes namespace to maximize intra-cluster communication speed.
B.Store all application state and user sessions locally on the ephemeral container root filesystem.
C.Distribute OKE worker node pools across multiple Fault Domains or Availability Domains.
D.Use NodePorts for all external microservice access directly bypassing the OCI Load Balancer.
E.Configure Kubernetes Pod Disruption Budgets (PDBs) to control minimum available pods during maintenance or scaling events.
AnswersC, E

Spreading worker nodes across Fault Domains or Availability Domains ensures that hardware failures do not take down all replicas of a microservice.

Why this answer

High availability on OKE requires spreading worker nodes across multiple Availability Domains (ADs) or Fault Domains (FDs), and implementing Kubernetes Pod Disruption Budgets (PDBs) to prevent downtime during cluster upgrades.

298
MCQhard

You are designing a secure zero-trust architecture for database access in OCI. Developers must authenticate using short-lived tokens rather than long-term database passwords. Which OCI and database feature combination supports token-based authentication?

A.OCI IAM token-based database authentication combined with Oracle Autonomous Database.
B.Disabling all authentication to maximize application performance.
C.Hardcoded administrator passwords stored in plain text configuration files.
D.Using static API signing keys for database connection strings.
AnswerA

OCI IAM database authentication allows users and applications to authenticate to the database using OCI IAM tokens instead of database-specific passwords.

Why this answer

OCI IAM can integrate with Oracle Autonomous Database using OAuth2 / OpenID Connect tokens or OCI IAM database token authentication, allowing users to connect using token-based credentials.

299
Multi-Selecthard

You are migrating a monolithic application to microservices on OKE and implementing resilient design patterns. Which THREE resiliency patterns should you implement to handle transient failures gracefully?

Select 3 answers
A.Circuit Breaker pattern to prevent cascading failures when downstream services are struggling
B.Bulkhead pattern to isolate resource pools (e.g., thread pools) so one failing service doesn't starve others
C.Single large monolithic database instance shared by all microservices without connection pooling
D.Retries with Exponential Backoff and Jitter for transient network or service errors
E.Disabling all health checks and liveness probes to prevent container restarts
AnswersA, B, D

Correct. Circuit breakers stop calling failing services to allow them time to recover.

Why this answer

Standard resilience patterns in microservices architectures include Circuit Breakers, Retries with Exponential Backoff, and Bulkheading.

300
Multi-Selecthard

An enterprise multicloud architect is planning disaster recovery for workloads running across OCI and AWS. Which THREE strategies are commonly employed for cross-cloud disaster recovery architectures? (Choose THREE)

Select 3 answers
A.Configuring database replication (such as Oracle Data Guard) between OCI Autonomous Database and a database running in AWS.
B.Using OCI Traffic Management Steering to fail over DNS traffic between OCI and AWS endpoints based on health checks.
C.Physically merging AWS VPC physical switches into OCI Meet-Me-Rooms.
D.Replicating OCI IAM identity domains natively inside AWS IAM without federation.
E.Establishing redundant IPsec VPN tunnels between OCI DRG and AWS VGW for secure private connectivity.
AnswersA, B, E

Database-level replication ensures data synchronization for DR across clouds.

Why this answer

Multicloud DR strategies include active-passive database replication (e.g., Oracle Data Guard between OCI and custom cloud deployments), DNS-based global traffic management (like OCI Traffic Management Steering), and cloud-to-cloud VPN/interconnect backup links.

Page 3

Page 4 of 5

Page 5

All pages