Courseiva

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

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

Page 1

Page 2 of 5

Page 3
76
MCQhard

You are designing an alerting strategy in OCI Monitoring. You want to avoid alert storms by ensuring that if a metric fluctuates above a threshold repeatedly, the alarm notification is sent only once every 30 minutes until the condition clears. How should you configure this?

A.Set the alarm evaluation window to 30 minutes and enable metric smoothing.
B.Create an OCI Events rule with a batch window of 30 minutes.
C.Configure the 'Repeat Notification' setting in the OCI Monitoring alarm definition to 30 minutes.
D.Configure a notification suppression window in the Notifications service topic settings.
AnswerC

Correct. The repeat notification feature in OCI alarms allows specifying how often to resend notifications while an alarm remains in the firing state.

Why this answer

OCI Monitoring alarms support configuring the 'Repeat notification' interval or suppression/cooldown configurations to control how often alerts are re-sent.

77
Multi-Selectmedium

An administrator needs to implement secure, administrative access to private OCI compute instances without exposing them to the public internet. Which TWO methods can be utilized?

Select 2 answers
A.Configure a public load balancer pointing directly to port 22 of all backend private compute instances.
B.Attach ephemeral public IP addresses to every target instance and restrict access using strict security lists.
C.Create an API Gateway with an unauthenticated public endpoint linked to the internal compute instances.
D.Deploy an OCI Bastion service configured for the target private subnet, allowing managed, timed SSH sessions.
E.Establish an OCI Site-to-Site VPN or FastConnect circuit from the on-premises datacenter to the VCN, enabling direct administrative access.
AnswersD, E

OCI Bastion provides secure, restricted, and audited access to private instances without requiring public IPs or running custom bastion hosts.

Why this answer

Secure private access can be achieved via OCI Bastion service (which provides managed SSH/SFTP access) or through a site-to-site VPN / FastConnect hybrid connection combined with private subnets.

78
MCQmedium

You are planning to migrate an Oracle Database to OCI using Zero Downtime Migration (ZDM). Which underlying Oracle migration technology does ZDM orchestrate behind the scenes for large databases requiring physical migration?

A.OCI Object Storage lifecycle policies exclusively
B.Oracle RMAN and Oracle Data Guard
C.Third-party ETL pipelines and CSV flat file generation
D.MySQL Enterprise Backup and InnoDB replication
AnswerB

Correct. For physical migrations, ZDM automates RMAN backup/restore and Data Guard setup for near-zero downtime transitions.

Why this answer

OCI Zero Downtime Migration (ZDM) orchestrates native Oracle migration tools such as RMAN, Data Guard, and Data Pump depending on the workflow chosen (physical vs logical).

79
MCQeasy

What is the maximum supported MTU (Maximum Transmission Unit) size for traffic passing through an OCI FastConnect virtual circuit by default?

A.9000 bytes
B.1500 bytes
C.576 bytes
D.65535 bytes
AnswerA

OCI FastConnect supports Jumbo Frames up to 9000 bytes.

Why this answer

OCI supports standard 1500 bytes and Jumbo Frames up to 9000 bytes for FastConnect virtual circuits, depending on the DRG and VCN configuration.

80
MCQeasy

You want to monitor the health and performance of your Oracle Autonomous Database in OCI. Which built-in metric namespace in OCI Monitoring should you query?

A.oci_autonomous_metrics
B.oci_database
C.oci_apm_metrics
D.oci_compute_infra
AnswerB

Correct. Autonomous Database and other database services publish metrics under oci_database.

Why this answer

Oracle Database services in OCI publish their metrics to the oci_database namespace in the OCI Monitoring service.

81
Multi-Selecteasy

Which TWO destinations can receive messages dispatched from an OCI Notifications service topic?

Select 2 answers
A.OCI Internet Gateway route tables
B.OCI Dynamic Routing Gateway (DRG)
C.HTTPS / Webhook endpoints (e.g., Slack, PagerDuty)
D.Email endpoints and SMS
E.OCI Block Volume backup policies
AnswersC, D

Correct. Notifications can dispatch alerts to HTTPS webhooks.

Why this answer

OCI Notifications service supports delivering messages to Email endpoints, HTTPS endpoints (such as webhooks, Slack, PagerDuty), SMS, and OCI Functions.

82
MCQeasy

An administrator needs to encrypt sensitive database passwords stored in OCI Object Storage. The company policy requires customer-managed keys with strict rotation schedules. Which service should the administrator use?

A.OCI Object Storage Server-Side Encryption with Oracle-Managed Keys (SSE-S3).
B.OCI Database Management service.
C.OCI Identity and Access Management (IAM) password policies.
D.OCI Vault service to create and manage Customer-Managed Keys (CMK).
AnswerD

OCI Vault provides customer-managed encryption keys stored in hardware security modules (HSM) for high security.

Why this answer

OCI Vault allows customers to manage their own master encryption keys (CMK) and provides full lifecycle management including key rotation and usage tracking.

83
MCQhard

You are designing a disaster recovery strategy for a stateful microservices application running on OKE across two OCI regions. Persistent data is stored on OCI Block Volumes. What is the recommended approach to replicate persistent storage data across regions for stateful workloads?

A.Configure cross-region block volume asynchronous replication to the secondary region.
B.Rely on Kubernetes Persistent Volume snapshots stored locally on worker node local NVMe drives.
C.Attach the same Block Volume simultaneously to worker nodes in both regions across the VCN peering.
D.Use OCI Streaming to replicate raw block storage disk sectors.
AnswerA

Correct. Cross-region block volume replication replicates block volumes to another region for disaster recovery.

Why this answer

OCI Block Volume provides cross-region block volume replication, allowing you to copy block volumes asynchronously to a destination region for disaster recovery.

84
MCQmedium

A DevOps engineer wants to monitor custom application metrics (such as active shopping cart count) emitted by microservices running on OCI Container Engine for Kubernetes (OKE). Which OCI service provides the necessary API to ingest and query these custom metrics?

A.Events Service
B.OCI Monitoring Service
C.OCI Logging Analytics
D.Application Performance Monitoring (APM)
AnswerB

Correct. The Monitoring service allows publishing and querying custom time-series metrics via its published APIs.

Why this answer

OCI Monitoring service provides metrics ingestion and querying APIs that allow developers to publish custom metrics using the Monitoring API or StatsD protocols.

85
Multi-Selectmedium

When designing a high-performance hybrid architecture integrating an on-premises data center with OCI, which THREE key factors should be evaluated to optimize network throughput and reliability?

Select 3 answers
A.BGP timer tuning for faster convergence and failover detection
B.Maximum Transmission Unit (MTU) size configuration (supporting Jumbo Frames up to 9000 bytes)
C.Enabling public IP addresses on all internal database nodes
D.Configuring Local Peering Gateways for on-premises connectivity
E.Physical path diversity and carrier redundancy for FastConnect circuits
AnswersA, B, E

Tuning BGP keepalive and holddown timers allows faster detection of link failures.

Why this answer

When planning FastConnect or VPN connections, factors such as MTU size (Jumbo frames), redundant physical links or diverse paths, and BGP multipath or dead-peer detection timers heavily impact performance and reliability.

86
Multi-Selecthard

An enterprise is executing a large-scale database migration to OCI using Oracle Data Pump. To ensure optimal performance and minimize the duration of the data load phase, which THREE best practices should the database administrator implement? (Choose three.)

Select 3 answers
A.Disable secondary indexes, foreign key constraints, and database triggers on target tables before import, and rebuild them afterward.
B.Use high-performance OCI Block Volume performance tiers (such as Higher Performance) or temporary NVMe scratch space for the database staging directories.
C.Configure the PARALLEL parameter in Data Pump to utilize multiple worker processes simultaneously.
D.Route all Data Pump network links strictly through the public internet without compression to maximize packet inspection.
E.Set the database compatibility parameter to a legacy version from 10g to disable modern optimizer features.
AnswersA, B, C

Disabling constraints and indexes during bulk data loads reduces overhead and speeds up row insertions.

Why this answer

To optimize Data Pump performance during migration, administrators should increase parallel execution workers, disable indexes and triggers on the target table during load (or use table transforms), and utilize high-performance OCI Block Volume tiers or NVMe-backed storage.

87
MCQhard

Your organization is performing a zero-downtime database migration from an Oracle Database on-premises to OCI Exadata Database Service using Oracle Zero Downtime Migration (ZDM). During the migration job execution, the workflow pauses during the dataguard broker configuration step. Reviewing the ZDM logs, you find a network timeout error communicating between the ZDM service host and the OCI database listener. What is the most likely cause?

A.OCI Object Storage bucket policies prevent ZDM from reading temporary backup files.
B.OCI VCN Security Lists or Network Security Groups block incoming TCP port 1521 or SSH port 22 from the ZDM client subnet.
C.The Exadata database service requires Autonomous Database credentials to establish connection.
D.OCI IAM quotas restrict the creation of more than 10 Data Guard associations per tenancy.
AnswerB

ZDM requires bidirectional communication over SSH (22) and SQL*Net (1521) for orchestration and Data Guard setup.

Why this answer

ZDM orchestrates migrations by communicating over SSH and Oracle SQL*Net (port 1521) between the ZDM service host, the on-premises database, and the OCI database. Security lists, network security groups, or firewalls blocking port 1521 or SSH will cause communication timeouts.

88
Multi-Selectmedium

When configuring OCI DNS Traffic Management Steering Policies for disaster recovery, which THREE steering methods are commonly used to route traffic between primary and secondary regions? (Choose three.)

Select 3 answers
A.Round-robin routing through a single static IP address without health checks
B.Geolocation steering (routing traffic based on the geographic location of the client)
C.Failover steering (routing traffic to primary, failing over to secondary on health check failure)
D.Manual BGP hijacking between VCN subnets
E.Load Balancer steering (distributing traffic across multiple endpoints with weighted distribution)
AnswersB, C, E

Geolocation steering routes users to the closest regional endpoint for performance and DR resilience.

Why this answer

OCI Traffic Management supports Failover, Load Balancer, and Geolocation/Round Robin steering policies to manage multi-region traffic.

89
Multi-Selecteasy

Which TWO methods can developers use to interact with OCI Registry (OCIR) for pushing and pulling container images?

Select 2 answers
A.Docker CLI authenticated with an OCI Auth Token
B.Podman CLI authenticated with OCI credentials
C.Windows Remote Desktop (RDP) file transfer
D.Kubernetes kubelet raw disk mounting
E.Direct FTP client over port 21
AnswersA, B

Correct. Standard Docker commands work with OCIR using auth tokens.

Why this answer

Developers can interact with OCIR using standard Docker CLI (authenticated via auth tokens) or OCI CLI.

90
MCQmedium

Your development team needs to perform routine maintenance on database compute instances located in a private subnet without exposing SSH ports to the internet or corporate network. Which OCI service should you deploy?

A.OCI NAT Gateway.
B.OCI Load Balancer with TCP routing.
C.OCI API Gateway.
D.OCI Bastion service.
AnswerD

OCI Bastion provides secure, audited, and time-bound access to private compute instances without public IP addresses.

Why this answer

OCI Bastion provides restricted and secure transient access to target resources that do not have public endpoints, using SSH or Port Forwarding through a managed service.

91
MCQmedium

You are designing an automated backup strategy for an Exadata Database Service on Dedicated Infrastructure. You want to ensure that incremental backups are taken daily and full backups weekly, with long-term retention stored in OCI Object Storage. Where are these backup schedules configured?

A.In the OCI Console under the database system backup configuration settings or via API/CLI
B.By modifying the crontab configuration file as root on the dom0 hypervisor node
C.By editing the initialization parameter file (spfile) using SQL*Plus
D.Via Oracle Enterprise Manager Cloud Control deployed exclusively on-premises
AnswerA

Correct. OCI provides native backup management interfaces to define full and incremental backup frequencies and retention periods.

Why this answer

Backup policies and schedules for Exadata Database Service are configured directly through the OCI Console, CLI, or API under the database system backup settings.

92
Multi-Selectmedium

Your enterprise is migrating several mission-critical applications to OCI and requires high availability and disaster recovery across multiple regions. Which THREE OCI architectural components should you configure to meet these requirements? (Choose three.)

Select 3 answers
A.Attaching a single Block Volume across two distinct OCI regions simultaneously over standard iSCSI
B.Cross-region Database Data Guard or OCI GoldenGate replication
C.OCI Object Storage automatic cross-region replication buckets
D.Routing all regional traffic through a single legacy on-premises firewall in a third country
E.OCI Dynamic Routing Gateway (DRG) with Remote Peering Connections between regions
AnswersB, C, E

Database replication ensures near-zero RPO and RTO for database tiers across regions.

Why this answer

Cross-region HA/DR in OCI relies on Inter-Region DRG Remote Peering, Object Storage replication across regions, and Database Data Guard or GoldenGate replication.

93
MCQhard

An application deployed across two OCI regions uses a DNS-based traffic management steering policy. A database failure occurs in the primary region, and the application must failover to the secondary region. What is the primary limitation of relying solely on DNS Traffic Management for disaster recovery failover?

A.DNS steering policies cannot route traffic across different geographic regions.
B.DNS records are permanently immutable once created in OCI.
C.Client-side caching and DNS TTL expiration delays can cause continued traffic routing to the failed region.
D.DNS routing requires public IP addresses to be configured on the database backends.
AnswerC

DNS propagation delay and caching based on TTL mean traffic may not redirect instantly upon failure.

Why this answer

DNS failover relies on TTL (Time to Live) values, which can cause clients to continue sending traffic to the failed primary region until the TTL expires, leading to a delay in RTO.

94
MCQmedium

An enterprise customer wants to restrict OCI API access so that developers can only invoke management APIs from corporate office public IP addresses. Which OCI feature implements this restriction?

A.OCI WAF rules configured for API Gateway.
B.OCI Network Security Groups with CIDR block filters.
C.IAM policies with conditions checking the 'request.ip' against corporate CIDR blocks.
D.OCI Service Gateway IP whitelisting.
AnswerC

IAM conditions allow administrators to restrict API access based on source IP addresses.

Why this answer

IAM policy conditions support request evaluation based on source IP address ranges using the 'request.ip' evaluation clause.

95
MCQhard

An OCI Function in your serverless architecture needs to process large files (up to 5GB) uploaded to an OCI Object Storage bucket. Due to ephemeral storage limits inside the function container (/tmp), the function crashes when attempting to download the entire file locally. How should you redesign this function processing flow?

A.Attach an OCI Block Volume directly to the OCI Function container instance.
B.Increase the OCI Function memory allocation to automatically provision a larger /tmp filesystem.
C.Stream the file contents in chunks using Object Storage API range requests and process data iteratively without full local storage.
D.Mount an OCI File Storage Service (FSS) target over the internet inside the function code.
AnswerC

Correct. Streaming data in chunks avoids exceeding the limited /tmp storage of OCI Functions.

Why this answer

Instead of downloading the entire file into local ephemeral storage, the function should process the file using Object Storage multi-part upload/download streaming or range requests to process the file in chunks.

96
MCQhard

You are designing an enterprise observability architecture where logs from hundreds of Virtual Cloud Networks (VCNs) and various OCI services must be centrally aggregated. Security mandates that log data must be retained in an immutable, write-once-read-many (WORM) storage bucket for compliance purposes while simultaneously being indexed for rapid search and analysis. Which architectural pattern satisfies these requirements?

A.Configure OCI Logging to export logs to an Object Storage bucket with a Retention Rule in Compliance mode, while retaining logs in the Log Group for search.
B.Configure OCI Logging to stream logs to an OCI Streaming topic, which then writes to a Block Volume with hardware-enforced encryption.
C.Route all logs through an OCI API Gateway, enforce a WORM storage policy via IAM JSON syntax, and query via Logging Analytics.
D.Use Oracle Database Vault to ingest log data into autonomous JSON databases configured with immutable tables.
AnswerA

Correct. Object Storage retention rules in compliance mode provide WORM storage, while the native Log Group allows search and analytics.

Why this answer

OCI Logging allows you to configure log archiving to an OCI Object Storage bucket which can have a Retention Rule in compliance mode (WORM storage). Simultaneously, the logs are ingested into OCI Logging Analytics or retained in the native log group for searching.

97
MCQmedium

You need to connect multiple on-premises branch offices to a single OCI VCN using OCI Site-to-Site VPN. Each branch office uses overlapping private IP address ranges (e.g., 192.168.1.0/24). Which OCI component must you utilize to manage overlapping IP spaces and route traffic correctly?

A.Configure multiple DRG route tables and assign each branch office VPN attachment to a distinct DRG route table with custom import/export rules.
B.Attach an Internet Gateway to each VPN connection to translate overlapping subnets.
C.Deploy separate OCI Dynamic Routing Gateways (DRGs) for each branch office and use Local Peering Gateways.
D.Enable OCI Service Gateway to automatically perform NAT on overlapping customer networks.
AnswerA

Using multiple DRG route tables allows network administrators to isolate and control routing paths for different hybrid attachments.

Why this answer

When dealing with overlapping IP addresses from multiple branch offices connecting to OCI via VPN, Network Address Translation (NAT) must be implemented on the customer premises equipment (CPE) or via advanced routing features since standard OCI DRG routing expects unique CIDRs. Alternatively, OCI's NAT capabilities on DRG attachments can assist, but network design requires careful routing domain isolation. Wait, let's look at OCI DRG route tables.

OCI DRGs support multiple DRG route tables and attachments to handle complex multitenant and hybrid routing scenarios, but overlapping CIDRs typically require NAT on the CPE side. Let's refine the distractor or make sure the question targets DRG route tables for hybrid segmentation. Let's adjust the stem to multi-VCN routing to avoid ambiguity.

98
Multi-Selectmedium

Which THREE methods can be used to back up an Oracle Base Database Service instance in OCI? (Choose three.)

Select 3 answers
A.Copying database datafiles via Secure Copy (scp) while the database is in read-write mode without RMAN
B.Automated backups managed by OCI to Oracle-managed Object Storage
C.On-demand manual backups triggered via the OCI Console, CLI, or API to Object Storage
D.Using Oracle Recovery Manager (RMAN) directly against the database
E.Exporting database files directly to an OCI Block Volume attached as a swap file
AnswersB, C, D

OCI provides automated daily/weekly backups to Object Storage.

Why this answer

Base DB supports automated backups to Object Storage, manual backups to Object Storage, and RMAN-based backups.

99
MCQeasy

You want to monitor the availability of a public-facing corporate web application from multiple global locations outside of OCI. Which OCI service provides this capability?

A.OCI Health Checks
B.OCI Logging Analytics
C.OCI Network Firewall
D.OCI APM Synthetic Monitoring
AnswerA

Correct. Health Checks monitor public-facing endpoints globally.

Why this answer

OCI Health Checks service provides ping and HTTP/HTTPS monitors to check the availability and performance of public endpoints from external vantage points.

100
MCQmedium

Your security team requires that all data traversing the OCI-Azure Interconnect must be encrypted. Does the standard OCI-Azure Interconnect encrypt traffic natively at Layer 3?

A.Yes, Oracle and Microsoft automatically handle TLS 1.3 encryption for all packets.
B.Yes, all traffic is encrypted using MACsec by default.
C.No, native interconnect traffic is unencrypted; you must layer IPsec VPN over the interconnect if encryption is mandatory.
D.No, and encryption is strictly prohibited by Oracle security policies.
AnswerC

Interconnect circuits do not provide native encryption; an IPsec tunnel must be built on top if encryption is required.

Why this answer

The OCI-Azure Interconnect uses dedicated Layer 2/Layer 3 circuits (ExpressRoute to FastConnect) which do not natively encrypt data in transit; customers must implement overlay encryption (like IPsec VPN) if encryption is required.

101
Multi-Selectmedium

You are designing a serverless event-driven architecture on OCI using OCI Events, OCI Notifications, and OCI Functions. Which THREE actions are valid capabilities when integrating these services? (Choose three.)

Select 3 answers
A.OCI Notifications can publish messages to email, PagerDuty, or HTTPS endpoints triggered by service alarms or events.
B.OCI Functions can execute indefinitely without any timeout restrictions up to 24 hours.
C.OCI Events can capture custom application events emitted via the OCI SDK by publishing custom metrics/events.
D.An OCI Events rule can directly trigger an OCI Function as an action target.
E.An OCI Function can be configured to invoke an OCI Database directly over a public IP without any VCN security configurations.
AnswersA, C, D

OCI Notifications supports multiple subscription endpoints including email, SMS, OCI Functions, and HTTPS webhooks.

Why this answer

OCI Events can trigger OCI Functions directly, OCI Notifications can publish messages to email/HTTPS endpoints, and OCI Functions can be invoked synchronously or asynchronously via OCI Events.

102
Multi-Selectmedium

Which THREE practices are recommended when hardening OCI VCN network security? (Choose three.)

Select 3 answers
A.Expose all database management ports to the 0.0.0.0/0 CIDR block.
B.Isolate workloads into private subnets whenever public access is not required.
C.Implement stateful security rules to automatically allow return traffic for established connections.
D.Use Network Security Groups (NSGs) for granular, VNIC-level traffic filtering.
E.Attach an Internet Gateway to every private subnet by default.
AnswersB, C, D

Private subnets protect workloads from direct internet exposure.

Why this answer

VCN security hardening includes subnets, NSGs, and limiting internet gateways.

103
MCQmedium

A security administrator wants to ensure that all virtual machine instances in a specific subnet reject all inbound traffic by default, except for explicitly permitted administrative traffic. Where should this rule be enforced?

A.Disable the OCI Internet Gateway on the VCN route table.
B.Enable OCI Bastion service on the database subnet.
C.Configure OCI IAM policies to block network ingress at the user level.
D.Attach a Network Security Group (NSG) with a default-deny ingress rule and specific allow rules to the instance VNICs.
AnswerD

NSGs apply stateful firewall rules directly to VNICs, allowing precise traffic filtering and default-deny implementation.

Why this answer

Network Security Groups (NSGs) or Security Lists control packet-level traffic. NSGs are applied directly to specific VNICs, providing granular control over instance-level traffic isolation.

104
Multi-Selectmedium

Your organization is planning a phased workload migration to OCI. To minimize risk, you decide to use a canary deployment and traffic splitting strategy for web applications. Which TWO OCI services or features can assist in routing fractional traffic percentages between on-premises and OCI environments during migration? (Choose two.)

Select 2 answers
A.OCI Vault master encryption keys
B.OCI Load Balancer backend set weight configurations
C.OCI IAM dynamic groups
D.OCI Block Volume backup policies
E.OCI Traffic Management Steering (Weighted or Load Limiting traffic steering policies)
AnswersB, E

Backend weights allow distributing incoming traffic proportionally between different backend server pools.

Why this answer

OCI Traffic Management Steering (specifically weighted round robin or failover steering policies) and OCI Load Balancer weighted backend sets allow fractional traffic splitting between old and new environments.

105
MCQmedium

Your serverless OCI Function written in Python is failing to process payloads because it exceeds the default execution timeout limit when calling a third-party REST API. How should you resolve this issue while adhering to best practices?

A.Increase the memory allocation to automatically and proportionally increase the timeout limit.
B.Deploy the function behind an OCI Load Balancer to cache timeout requests.
C.Upgrade the underlying OCI Compute shape of the worker nodes in OKE.
D.Modify the function timeout configuration using the Fn Project CLI or OCI Console to a higher value up to the service limit.
AnswerD

Correct. OCI Functions allow configuration of execution timeouts to accommodate longer-running processing tasks.

Why this answer

OCI Functions have a configurable timeout limit. You can update the function's timeout configuration either via the Fn Project CLI or the OCI Console.

106
Multi-Selectmedium

When designing a disaster recovery plan using OCI Full Stack Disaster Recovery (FSDR), which THREE resource types can be managed and orchestrated within a DR Protection Group? (Choose three.)

Select 3 answers
A.OCI Load Balancers and Network Load Balancers
B.Oracle Database systems (Base Database and Exadata Database Service)
C.OCI Compute instances (including boot and block volumes)
D.OCI Key Management service Vault encryption keys
E.OCI Identity and Access Management (IAM) global policies
AnswersA, B, C

Load balancers are supported by FSDR to reroute traffic during failover.

Why this answer

FSDR supports orchestration of compute instances, database systems (Base DB, Exadata), and OCI Load Balancers / Network Load Balancers.

107
MCQhard

An administrator has set up a FastConnect public peering session to access OCI Object Storage from an on-premises data center without traversing the public internet. However, on-premises hosts are still failing to resolve the Object Storage public IP addresses. What must be configured to ensure proper routing and resolution?

A.Configure the on-premises DNS to forward OCI service domain queries to the VCN resolver and advertise the required public IP prefixes over the BGP session.
B.Create a local peering gateway on the VCN and peer it with the FastConnect virtual circuit.
C.Deploy an OCI DRG and configure static routes pointing to the Object Storage service endpoints.
D.Attach a NAT Gateway to the VCN and configure default routes pointing traffic to the FastConnect circuit.
AnswerA

Public peering requires advertising public IP prefixes over BGP and configuring on-premises DNS to resolve OCI public endpoints correctly.

Why this answer

When using FastConnect public peering, on-premises DNS servers must be configured to resolve OCI object storage endpoints to public IPs that route over the FastConnect public virtual circuit, and BGP must advertise the correct public prefix routes.

108
MCQhard

Your organization has deployed an enterprise workload on OCI Exadata Database Service. You are configuring Data Guard with Fast-Start Failover (FSFO). To prevent split-brain scenarios where both primary and standby databases assume primary roles simultaneously, where must the Data Guard Observer be placed?

A.Directly on the primary database compute node to ensure low-latency communication.
B.Inside an OCI Object Storage bucket as a serverless function.
C.Inside the same Oracle Grid Infrastructure clusterware home on the standby database.
D.In a separate fault domain or external location independent of both the primary and standby database nodes.
AnswerD

An independent observer location ensures that network partitions do not result in both sides believing they are primary.

Why this answer

The Data Guard Observer must run on a third, independent fault domain, availability domain, or separate site (such as another OCI region or on-premises) to act as a neutral arbiter preventing split-brain.

109
MCQeasy

An Oracle Cloud Infrastructure (OCI) architect is designing a high-availability web tier across multiple Availability Domains (ADs) within a single region. Which component should be used to distribute incoming client traffic evenly across web server instances residing in different ADs?

A.An OCI Dynamic Routing Gateway (DRG) configured with equal-cost multi-path routing.
B.A Network Load Balancer restricted to a single Availability Domain subnet.
C.A primary Local Peering Gateway (LPG) connected to multiple VCNs.
D.An OCI Public Load Balancer configured with backend sets spanning multiple ADs.
AnswerD

OCI Load Balancers are regional services capable of balancing traffic across ADs.

Why this answer

An OCI Public Load Balancer is regional, meaning it spans all ADs in a region and can distribute traffic across backend servers located in different ADs, ensuring high availability.

110
MCQeasy

Which Autonomous Database workload type is specifically optimized for running complex analytical queries, machine learning, and data warehousing workloads?

A.Autonomous Data Warehouse (ADW)
B.Autonomous JSON Database (AJD)
C.Autonomous Transaction Processing (ATP)
D.Autonomous Apex Application Development (APEX)
AnswerA

Correct. ADW is tailored for data warehousing and high-throughput analytical workloads.

Why this answer

Autonomous Data Warehouse (ADW) is optimized for analytical queries, reporting, and data warehousing.

111
MCQmedium

Your organization uses an external identity provider (IdP), such as Microsoft Entra ID (Azure AD), to authenticate users. You need to map IdP group memberships to OCI IAM groups so that users inherit the correct permissions upon login. How is this integration achieved?

A.Attach API signing keys to each federated user profile manually through the OCI Console.
B.Create dynamic groups in OCI with matching rules checking the user's corporate email domain string.
C.Configure a Federation in OCI IAM using SAML 2.0, establish the IdP trust, and then create IdP Group Mappings to OCI IAM groups.
D.Write a custom Python script running on compute instances that synchronizes user passwords from the IdP to OCI local users every hour.
AnswerC

SAML 2.0 federation links the external IdP, and IdP group mapping translates external group claims into OCI group memberships.

Why this answer

Federation in OCI is established by setting up an Identity Provider relationship using SAML 2.0 and configuring Identity Provider Groups mapped to OCI IAM groups.

112
MCQeasy

Which OCI service can be used to monitor the health and performance of your load balancers and backend compute instances across multiple availability domains, triggering alarms if health checks fail?

A.OCI Monitoring service with Alarm definitions
B.OCI DNS Traffic Management
C.OCI Audit service
D.OCI Vault service
AnswerA

The Monitoring service uses metrics and alarms to alert administrators on backend health and load balancer status.

Why this answer

OCI Monitoring service collects metrics and logs from resources like Load Balancers and Compute instances, allowing you to create alarms based on metric thresholds.

113
MCQmedium

You are executing a lift-and-shift migration of a multi-tier application where subnet IP addressing must remain identical to the on-premises environment due to hardcoded IP configurations in legacy software. How should you configure the OCI Virtual Cloud Network (VCN) to accommodate this requirement?

A.Use OCI Flexible Load Balancers configured in Layer 2 bridging mode.
B.Configure the OCI VCN and subnets with the exact same CIDR block ranges as the on-premises network.
C.Design the OCI VCN with disjoint RFC 1918 address space and use OCI NAT gateways to rewrite hardcoded IP addresses dynamically.
D.Deploy an OCI API Gateway in front of each virtual machine to proxy internal IP traffic.
AnswerB

Matching the VCN and subnet CIDR blocks allows migrated instances to retain their original private IP addresses.

Why this answer

OCI VCNs and subnets support bringing your own IP (BYOIP) or matching CIDR blocks. By provisioning an OCI VCN with the exact same CIDR block range as the on-premises subnet, hardcoded IPs can be preserved.

114
Multi-Selecthard

You are troubleshooting a cross-cloud connectivity issue between an OCI VCN and an Azure VNet via the OCI-Azure Interconnect. Traffic is dropping intermittently between the environments. Which THREE diagnostic steps or configuration checks should you perform?

Select 3 answers
A.Inspect OCI VCN route tables and Azure route tables to ensure return paths are correctly specified.
B.Attach an Internet Gateway to the Azure VNet to route private interconnect packets.
C.Configure an OCI Local Peering Gateway to bridge the Azure and OCI subnets.
D.Verify that BGP status on both the OCI DRG and Azure Virtual Network Gateway is in the Established state.
E.Check Network Security Groups (NSGs) in OCI and Network Security Groups in Azure for overly restrictive security rules.
AnswersA, D, E

Missing or incorrect route table rules will cause asymmetric routing or packet drops.

Why this answer

Troubleshooting the OCI-Azure Interconnect involves checking BGP route advertisement status, verifying Network Security Group (NSG) and route table rules on both clouds, and inspecting MTU matching across the circuit.

115
MCQeasy

An enterprise is planning to migrate a large monolithic .NET application from on-premises VMware to Oracle Cloud Infrastructure (OCI). The database is Microsoft SQL Server Enterprise Edition, and the virtual machines require persistent shared block storage using NFS. Which combination of OCI services provides the most native and seamless lift-and-shift architecture?

A.Oracle Container Engine for Kubernetes (OKE), Autonomous Database, and OCI Object Storage
B.OCI Compute, OCI Database with Microsoft SQL Server, and OCI File Storage Service (FSS)
C.Oracle Zero Downtime Migration, OCI Exadata Database Service, and OCI Archive Storage
D.OCI Functions, MySQL HeatWave, and OCI Block Volume Service
AnswerB

This combination natively fulfills the compute, database, and shared NFS storage requirements for a lift-and-shift migration.

Why this answer

OCI Compute provides the virtual machine hosting, OCI Database with Microsoft SQL Server supports the backend database requirements, and OCI File Storage Service (FSS) provides enterprise-grade NFS-based shared storage.

116
Multi-Selecthard

An administrator wants to configure OCI Logging Analytics to parse custom application log formats that do not match out-of-the-box parsers. Which THREE steps or tools are involved in creating a custom parser?

Select 3 answers
A.Associate the newly created custom parser with a custom Log Source in Logging Analytics.
B.Provide a sample log message to test and validate pattern matching.
C.Define extraction rules using regular expressions or parser builder tools to map fields (e.g., timestamp, severity, message).
D.Modify the hypervisor kernel parameters on all compute instances.
E.Compile a C++ binary package and upload it to an OCI Function.
AnswersA, B, C

Correct. Parsers are assigned to Log Sources which are then applied to incoming log data.

Why this answer

Creating a custom parser in Logging Analytics involves defining the log format sample, setting up parser rules (regex or grok patterns), and associating the parser with a defined log source.

117
MCQeasy

When designing high availability across multiple Availability Domains in an OCI region, how should database or application subnets be configured to ensure fault tolerance?

A.Restrict all subnets to a single Availability Domain to prevent cross-AD latency.
B.Create regional subnets so that instances can be placed across multiple Availability Domains.
C.Disable security lists on subnets to allow uninterrupted cross-AD replication traffic.
D.Attach all VNICs directly to the Dynamic Routing Gateway without using subnets.
AnswerB

Regional subnets span all ADs in a region, making it easy to place backend instances across ADs.

Why this answer

Subnets in OCI can be regional or AD-specific. For high availability across ADs, architects should deploy regional subnets or span instances across multiple AD-specific subnets.

118
Multi-Selectmedium

When designing IAM policies at scale in a large OCI enterprise tenancy, which THREE best practices should be followed? (Choose three.)

Select 3 answers
A.Hardcode IAM user passwords directly in instance metadata.
B.Apply the principle of least privilege by using the most restrictive verbs (inspect, read, use, manage) necessary.
C.Use IAM groups to organize users based on job functions rather than writing policies for individual users.
D.Assign all human users directly to the Administrators group for operational simplicity.
E.Leverage compartment hierarchy so that policies defined on parent compartments cascade to child compartments.
AnswersB, C, E

Using least-privilege verbs limits potential damage from compromised credentials.

Why this answer

Effective IAM design at scale relies on groups, least-privilege verbs, and compartment hierarchy inheritance.

119
MCQmedium

Your organization is implementing a multicloud strategy where workloads in OCI must securely communicate with workloads in AWS over a private connection. You decide to set up a third-party software virtual appliance (VPN gateway) inside an OCI VCN. What specific VCN configuration change is required to ensure that return traffic from OCI compute instances correctly routes back through the virtual appliance instance?

A.Configure a Local Peering Gateway on the appliance subnet.
B.Disable 'Source/Destination Check' on the virtual appliance's VNIC and update the VCN route table to point traffic to the appliance's private IP.
C.Enable 'Source/Destination Check' on the virtual appliance's VNIC.
D.Attach an Internet Gateway to the virtual appliance instance to route packets to AWS.
AnswerB

Disabling Source/Destination Check allows the virtual appliance to act as a router/firewall forwarding packets across networks.

Why this answer

When deploying third-party firewall or routing appliances in OCI to handle hybrid or multicloud traffic, you must disable 'Source/Destination Check' on the VNIC of the appliance instance so it can forward traffic not addressed to it directly.

120
MCQmedium

Your organization is implementing an alerting strategy in OCI Monitoring to avoid alert fatigue caused by transient network blips. You need to configure an alarm so that it only fires when a high CPU utilization condition persists for at least 3 consecutive evaluation periods of 5 minutes each. Which parameter in the Alarm definition should you modify?

A.Modify the OCI Events service emission frequency to throttle metric collection to once every 15 minutes.
B.Apply a smoothing function like 'Moving Average' directly within the OCI Notifications topic subscription settings.
C.Configure the Alarm evaluation window and set the trigger condition based on consecutive evaluation periods exceeding the threshold.
D.Set the Repetition Interval to 15 minutes.
AnswerC

Correct. Configuring the trigger rule with evaluation periods prevents transient metric spikes from triggering false alarms.

Why this answer

In OCI Monitoring alarms, the 'Trigger rule' configuration includes the metric evaluation window and the time interval/repetition settings that control how many consecutive evaluation periods must breach the threshold before the alarm transitions to FIRING.

121
Multi-Selecteasy

Which TWO of the following services are native components of the Oracle Cloud Infrastructure Observability and Management platform?

Select 2 answers
A.OCI Autonomous Database
B.OCI Container Engine for Kubernetes
C.OCI Application Performance Monitoring (APM)
D.OCI File Storage Service
E.OCI Logging Analytics
AnswersC, E

Correct. APM is part of the O&M portfolio.

Why this answer

OCI Logging Analytics and OCI Application Performance Monitoring (APM) are core services within the OCI Observability and Management suite.

122
Multi-Selecthard

An enterprise is designing a comprehensive cost observability and governance strategy in OCI. Which THREE practices or features should be implemented?

Select 3 answers
A.Route all VCN flow logs through OCI Logging Analytics to calculate cloud infrastructure billing.
B.Enforce defined tags for resource creation using IAM policy conditions or tag defaults.
C.Analyze spending patterns and spot cost anomalies using OCI Cost Analysis dashboards.
D.Configure OCI Budgets with both actual and forecasted spending alert thresholds.
E.Install APM Java agents on all block storage volumes to track storage encryption costs.
AnswersB, C, D

Correct. Defined tags ensure proper cost attribution by business unit, project, or owner.

Why this answer

Effective OCI cost governance involves enforcing defined tags for attribution, using Budgets with forecast alerts, and leveraging Cost Analysis for trend monitoring.

123
MCQhard

An enterprise application uses an Oracle Exadata Database Service on Dedicated Infrastructure with Maximum Availability Architecture (MAA). A catastrophic regional disaster occurs, and you must initiate a failover to the standby region. What is the expected behavior of Active Data Guard during this process?

A.The standby database converts to the primary role, opens for read/write operations, and stops applying redo from the old primary.
B.The standby database automatically initiates a flashback database operation to sync with object storage backups before opening.
C.Active Data Guard remains in read-only mode until a manual database restore command is issued.
D.The database becomes inaccessible until Full Stack Disaster Recovery automatically reprovisions the storage cells.
AnswerA

A failover promotes the standby to primary, making it writable and terminating the previous primary link.

Why this answer

During a failover, the standby database is transitioned to become the primary role, opening for read/write traffic while breaking the replication relationship with the former primary.

124
Multi-Selecthard

You are designing an OKE-based cloud-native microservices architecture and want to ensure high availability and robust security isolation. Which THREE architectural best practices should you implement?

Select 3 answers
A.Enable private Kubernetes API server endpoint access so the control plane is not exposed publicly.
B.Deploy worker nodes in private subnets with no direct public IP addresses.
C.Distribute OKE worker node pools across multiple Fault Domains or Availability Domains within the region.
D.Disable all Kubernetes RBAC authorization to allow unrestricted developer deployments.
E.Run all Kubernetes system pods and application workloads in the 'default' namespace as root user.
AnswersA, B, C

Correct. Private cluster endpoints secure access to the Kubernetes control plane.

Why this answer

Best practices for OKE include distributing worker nodes across multiple Availability Domains or Fault Domains, utilizing private subnets for nodes, and enabling control plane private endpoints.

125
Multi-Selecteasy

Which TWO OCI networking features help achieve high availability for applications accessing external services or on-premises datacenters? (Choose two.)

Select 2 answers
A.Disabling Dynamic Routing Gateway route propagation.
B.Redundant FastConnect virtual circuits terminating on separate DRG ports or diverse provider locations.
C.Redundant IPSec VPN tunnels configured on the Dynamic Routing Gateway.
D.Single public Internet Gateway attached without backup routes.
E.Using local peering gateways for on-premises connections.
AnswersB, C

Redundant FastConnect circuits eliminate single points of failure in hybrid connectivity.

Why this answer

FastConnect redundant circuits and redundant IPSec VPN tunnels provide highly available hybrid connectivity.

126
Multi-Selecthard

You are tasked with migrating a large enterprise database to OCI Exadata Database Service. To ensure minimal downtime and high reliability during cutover, which TWO Oracle migration tools or features are specifically designed for this purpose? (Choose two.)

Select 2 answers
A.Windows Robocopy utility
B.OCI File Storage CLI upload utility
C.Oracle Zero Downtime Migration (ZDM)
D.OCI Streaming Service Kafka producer APIs
E.Oracle Data Guard
AnswersC, E

ZDM automates end-to-end database migrations to OCI Exadata with minimal downtime using Data Guard and RMAN.

Why this answer

Oracle Zero Downtime Migration (ZDM) and Oracle Data Guard / GoldenGate are the primary tools used for migrating databases to Exadata Database Service with minimal or zero downtime.

127
Multi-Selectmedium

Which THREE capabilities are provided by OCI Vault for cryptographic key management? (Choose three.)

Select 3 answers
A.Direct routing of BGP peering sessions for on-premises routers.
B.Automated or manual key rotation policies.
C.Unlimited free public storage of plaintext database files.
D.Creation and management of customer-managed master encryption keys (CMK).
E.Hardware Security Module (HSM) backing for cryptographic keys (FIPS 140-2 Level 3).
AnswersB, D, E

Vault supports scheduling and executing key rotations.

Why this answer

OCI Vault provides master key creation, key rotation, and hardware security module (HSM) backed protection.

128
Multi-Selectmedium

When configuring an OCI API Gateway deployment to protect and route traffic to backend services, which THREE authentication or authorization mechanisms are natively supported?

Select 3 answers
A.Custom authenticator functions written and deployed as OCI Functions
B.JSON Web Token (JWT) validation against an identity provider
C.HTTP Basic Authentication
D.SSH Public Key fingerprint authorization
E.Direct integration with Active Directory domain controller LDAP sockets over the public internet
AnswersA, B, C

Correct. API Gateway supports custom authentication using OCI Functions to validate credentials.

Why this answer

OCI API Gateway natively supports HTTP Basic authentication, custom authentication functions (Lambda-style auth via OCI Functions), and JWT validation.

129
MCQmedium

An auditor requests a complete historical record of all console sign-ins, IAM policy modifications, and compartment deletions across your OCI tenancy for the past 365 days. Which OCI service provides this data natively?

A.OCI Events Service
B.OCI Audit Service
C.OCI Cloud Guard Activity Tracking
D.OCI Logging Analytics
AnswerB

Correct. Audit service tracks all control plane API activities and management events across the tenancy.

Why this answer

OCI Audit service records API calls for all OCI services. To retain logs beyond the default retention, they should be archived to Object Storage via Service Connector Hub.

130
Multi-Selecthard

Which THREE operational tasks should be included in a comprehensive disaster recovery runbook when utilizing OCI Full Stack Disaster Recovery for an enterprise application? (Choose three.)

Select 3 answers
A.Executing pre-checks in the target DR region to validate resource readiness and configurations
B.Manually deleting all IAM policies in the primary region during normal operations
C.Format-all commands on primary database storage volumes prior to initiating DR
D.Verifying database role transition and redo application status on the standby database
E.Orchestrating traffic rerouting via DNS or Load Balancers to point clients to the DR region
AnswersA, D, E

Pre-checks validate that all required infrastructure and permissions are in place before executing a failover.

Why this answer

An FSDR runbook should include verifying database synchronization, executing pre-checks before failover, starting application services via orchestrated plans, and updating DNS/load balancer routing.

131
MCQeasy

An enterprise requires a dedicated, private connection between their on-premises data center and Oracle Cloud Infrastructure (OCI). The connection must bypass the public internet and offer high bandwidth, predictable performance. Which OCI networking service should be deployed?

A.OCI Site-to-Site VPN
B.OCI FastConnect
C.OCI Internet Gateway
D.Oracle Database Gateway
AnswerB

FastConnect provides private connectivity between your data center and OCI with higher bandwidth and predictability.

Why this answer

OCI FastConnect provides a dedicated, private connection with higher bandwidth options and more reliable network performance compared to internet-based VPNs, making it the ideal choice for connecting on-premises data centers to OCI.

132
Multi-Selecthard

An enterprise is integrating their on-premises network with OCI and requires secure, encrypted hybrid connectivity. Which THREE mechanisms or features can be utilized to secure data in transit between on-premises and OCI? (Choose THREE)

Select 3 answers
A.MACsec encryption on FastConnect dedicated circuits
B.OCI Site-to-Site IPSec VPN tunnels
C.Application-level encryption such as TLS 1.3 or HTTPS
D.OCI Internet Gateway packet inspection
E.OCI Local Peering Gateways with default encryption
AnswersA, B, C

MACsec provides Layer 2 encryption across FastConnect dedicated connections.

Why this answer

Data in transit can be secured using OCI Site-to-Site IPSec VPN, MACsec encryption on FastConnect circuits, or application-layer encryption (such as TLS/HTTPS).

133
MCQmedium

You are designing a defense-in-depth network architecture for a multi-tier application on OCI. Database servers must reside in a private subnet and accept traffic ONLY from application servers running in a separate private subnet within the same VCN. No external traffic should reach the database. How should you configure security controls?

A.Use OCI Cloud Guard to block any unauthorized IP connection attempts to the database.
B.Attach a public IP to the database servers and use a public load balancer to filter database ports.
C.Configure a Network Security Group (NSG) for the database tier with an ingress rule allowing traffic solely from the application tier's NSG.
D.Deploy a DRG with a firewall ruleset between the app subnet and DB subnet.
AnswerC

NSGs allow grouping of resources and enable referencing other NSGs as sources for stateful firewall rules, providing granular micro-segmentation.

Why this answer

To isolate database tiers, use regional or subnet-level Security Lists (or Network Security Groups) where the ingress rule explicitly references the application subnet CIDR or application NSQ, combined with a private subnet layout.

134
MCQhard

Your organization mandates that any newly created compartment must automatically enforce rigid security baselines (such as blocking public buckets and disallowing open security list rules). Which OCI feature should you configure to enforce these guardrails at creation time?

A.OCI Security Zones
B.IAM Policy Condition statements with 'request.time'
C.OCI Audit Log Service with Event-Driven Automation
D.OCI Tag Defaults with validation rules
AnswerA

Security Zones enforce maximum-security recipes that prevent non-compliant resource creation (e.g., blocking public buckets or open security lists).

Why this answer

OCI Security Zones enforce strict security postures on compartments from the moment they are created by blocking any actions or configurations that violate predefined recipes.

135
MCQeasy

Which OCI database service provides fully managed Oracle Database instances running on dedicated virtual machines with root access and granular control over operating system parameters?

A.Oracle Exadata Database Service on Dedicated Infrastructure
B.OCI NoSQL Database service
C.Oracle Autonomous Database Serverless
D.Oracle Base Database service
AnswerD

Correct. Base Database provides virtual machine or bare metal instances with full root/sudo OS access.

Why this answer

Oracle Base Database service provides virtual machine database systems with full root access and OS-level control.

136
MCQhard

You are designing a multi-tenant microservices platform on OKE. You need to ensure that tenant workloads are strictly isolated at the kernel level, preventing potential container breakout vulnerabilities from affecting other tenants. Which OCI Container Engine for Kubernetes node configuration should you choose?

A.Worker nodes utilizing Kata Containers runtime for hardware-level isolation
B.Standard OKE worker nodes with Kubernetes LimitRanges
C.Standard worker nodes with Network Security Groups (NSGs) applied per pod
D.Worker nodes running Docker Engine with privileged containers enabled
AnswerA

Correct. Kata Containers provide hardware-virtualized isolation for each pod, offering stronger isolation than standard runc containers.

Why this answer

To achieve strong kernel-level isolation for multi-tenant workloads in OKE, you should use worker nodes configured with Kata Containers (secure containers utilizing lightweight hardware virtualization).

137
MCQhard

An administrator needs to configure DNS resolution between an on-premises datacenter and OCI. On-premises servers must resolve hostnames of compute instances in an OCI VCN. Which OCI service component must be utilized to achieve this?

A.OCI Internet Gateway DNS proxy
B.OCI Email Delivery DNS records
C.OCI Private DNS Resolver with a Listener and forwarding rules
D.OCI Load Balancer DNS plugin
AnswerC

OCI Private DNS Resolver listeners accept DNS queries from on-premises and resolve VCN records or forward queries.

Why this answer

To enable conditional forwarding from on-premises to OCI, or vice versa, you configure OCI Private DNS Resolver endpoints and rules.

138
MCQmedium

An administrator needs to track who deleted a critical database instance in OCI last week. Which service provides the exact API event history needed for this forensic investigation?

A.OCI Cloud Guard Responder Logs
B.OCI Audit Service
C.OCI Database Performance Hub
D.OCI Monitoring Service
AnswerB

Audit logs capture all control plane API activities, including resource deletions.

Why this answer

OCI Audit service records calls to all OCI API endpoints as log events, detailing who performed the action, when, and from what IP address.

139
MCQeasy

An Oracle Cloud Infrastructure (OCI) Administrator needs to collect log data from custom applications running on Compute instances. Which OCI service should be configured to ship these logs to OCI Logging?

A.OS Management Hub
B.OCI Service Connector Hub
C.OCI Logging Agent
D.OCI Streaming Service
AnswerC

Correct. The OCI Logging Agent runs on instances to ingest custom logs and system logs.

Why this answer

The OCI Logging Agent is a unified agent that can be installed on Compute instances (both Linux and Windows) to collect custom log files and OS logs and forward them to OCI Logging.

140
MCQhard

You are migrating a 50 TB Oracle Database from an on-premises Sun Solaris SPARC server to OCI Exadata Database Service on X9M hardware (Linux x86-64 architecture). Because the source and target platforms have different endianness and operating system architectures, standard RMAN backup restoration is not possible. Which migration strategy should you implement?

A.Perform a cold OS-level tar/gzip copy of the Oracle home and data directories from Solaris to Linux.
B.Use OCI Zero Downtime Migration (ZDM) physical offline migration mode without endian conversion parameters.
C.Take an RMAN incremental backup on Solaris SPARC, copy the backup pieces to OCI Object Storage, and restore them directly onto the Exadata target.
D.Use Transportable Tablespaces with RMAN `CONVERT DATAFILE` or Oracle Data Pump to transfer and convert data between different endian architectures.
AnswerD

RMAN `CONVERT DATAFILE` converts datafiles between big-endian and little-endian formats during migration.

Why this answer

Migrating across different endian formats (Solaris SPARC is big-endian, Linux x86-64 is little-endian) requires conversion methods such as Oracle Data Pump, Transportable Tablespaces with RMAN CONVERT DATAFILE, or OCI GoldenGate.

141
MCQhard

An enterprise is designing a cost observability architecture in OCI. They want to attribute cloud spend dynamically to different business units based on resource metadata tags, and they need historical trend analysis with anomaly detection. Which combination of features and tools provides the most robust solution?

A.Use Logging Analytics custom parsers on generated invoice PDFs stored in Object Storage.
B.Use native OCI Tag Defaults and OCI Monitoring alarms on the 'Billing' metric namespace.
C.Deploy OCI APM Java agents to every compute node and query the JVM memory usage to estimate spend.
D.Use OCI Cost Analysis with defined tags, export Cost Reports to Object Storage, and configure Budgets with alert rules.
AnswerD

Correct. Defined tags allow cost grouping in Cost Analysis, Cost Reports offer deep historical exports, and Budgets provide proactive alerting.

Why this answer

OCI Cost Analysis, Cost Reports, and Budgets combined with Defined Tags provide the best mechanism for tracking, forecasting, and attributing costs across business units.

142
MCQeasy

Which OCI tool should a cloud architect recommend for automating the lifecycle management, patching, and backing up of a fleet of Oracle Base Database systems across multiple compartments?

A.OCI Compute Instance Scheduler
B.Oracle Cloud Infrastructure GoldenGate deployment console
C.OCI Identity and Access Management (IAM) policies
D.OCI Database Management service
AnswerD

Correct. Database Management provides fleet-wide observability, monitoring, and lifecycle administration for Oracle databases.

Why this answer

OCI Database Management service provides comprehensive monitoring, fleet management, and operational insights for Oracle databases across OCI.

143
MCQeasy

You want to quickly visualize CPU utilization across 50 Compute instances on a single pane of glass without creating complex custom dashboards. Which OCI Monitoring feature allows you to view pre-packaged metrics grouped by resource?

A.OCI Logging Analytics Dashboards
B.OCI APM Dashboards
C.OCI Stack Monitoring
D.OCI Metrics Explorer
AnswerD

Correct. Metrics Explorer provides an interactive query and charting interface for immediate metric visualization.

Why this answer

OCI Monitoring provides Metrics Explorer, allowing users to query, filter, and visualize metrics across compartments and resources instantly.

144
MCQeasy

Which OCI storage service provides massively scalable, highly durable regional object storage that is ideal for storing database backups and disaster recovery artifacts?

A.OCI Object Storage
B.OCI Block Volume
C.Local NVMe Scratch Disks
D.OCI Boot Volumes
AnswerA

Object Storage provides secure, durable, and highly available storage across ADs within a region.

Why this answer

OCI Object Storage is a regional, highly durable service designed for unstructured data storage, frequently used for backups and DR.

145
Multi-Selectmedium

Which THREE methods can be used to establish secure, private connectivity from an on-premises datacenter to an OCI VCN without traversing the public internet? (Choose three.)

Select 3 answers
A.OCI FastConnect dedicated private circuit.
B.OCI Internet Gateway attached to a public subnet.
C.OCI Site-to-Site IPsec VPN.
D.OCI FastConnect via a Partner virtual circuit.
E.Unencrypted public IP address assignment on database instances.
AnswersA, C, D

FastConnect provides high-speed, private connectivity bypassing the public internet.

Why this answer

OCI FastConnect, Site-to-Site IPsec VPN, and Oracle Cloud VMware Solution private links provide secure private connectivity.

146
MCQmedium

You are migrating an Oracle Database to an Exadata Database Service on Dedicated Infrastructure. You need to ensure that database backups are stored securely with zero public internet exposure. What is the recommended networking architecture for backup transmission?

A.Deploy an internet gateway with IPSec VPN tunnels terminating at the backup bucket
B.Configure a Service Gateway in your VCN to access OCI Object Storage privately
C.Expose a NAT Gateway with strict IP whitelisting
D.Attach a secondary public IP address to the database VM guest nodes
AnswerB

Correct. A Service Gateway allows private routing from the VCN to OCI Object Storage without public IP addresses.

Why this answer

OCI services like Database backups communicate via Service Gateways or Private Endpoints to prevent traversing the public internet.

147
Multi-Selectmedium

When configuring DRG route tables and route distributions in OCI for hybrid connectivity, which TWO routing actions or concepts are supported? (Choose TWO)

Select 2 answers
A.Automatically peering AWS VPC route tables directly from the DRG console.
B.Using route distributions to control which routes are imported into or exported from a DRG route table.
C.Importing static or dynamic routes from FastConnect and VPN attachments into DRG route tables.
D.Enabling Ophaned route garbage collection on Internet Gateways.
E.Converting OCI VCN subnets into Azure Subnets via DRG translation rules.
AnswersB, C

Route distributions provide fine-grained control over route propagation in DRGs.

Why this answer

DRG route tables allow importing and exporting routes between attachments. You can use route distributions to filter imported or exported routes based on match conditions.

148
MCQeasy

Your company requires automated daily backups of block volumes attached to critical production compute instances in OCI. Which OCI service feature should you configure?

A.Custom Oracle Autonomous Linux scripts cron-scheduled to push to Object Storage.
B.OCI File Storage service snapshot schedules.
C.OCI Block Volume Vaults with automated cross-region replication policies.
D.OCI Volume Backup Policies attached to the block volumes.
AnswerD

OCI provides predefined and user-defined backup policies to automate daily, weekly, and monthly block volume backups.

Why this answer

Volume Groups and Volume Group Backups or Backup Policies allow you to automate backups across multiple block volumes with defined retention schedules.

149
MCQeasy

What is the primary purpose of configuring Border Gateway Protocol (BGP) Autonomous System Numbers (ASNs) when establishing an OCI FastConnect connection?

A.To authenticate OCI console users via single sign-on.
B.To encrypt all payloads traversing the FastConnect physical fiber.
C.To assign public IP addresses to OCI compute instances.
D.To uniquely identify routing domains and enable dynamic exchange of network routes between OCI and on-premises routers.
AnswerD

ASNs are mandatory identifiers for establishing BGP peering and route advertisement.

Why this answer

BGP ASNs uniquely identify routing domains and are required to establish BGP peering sessions for dynamic route exchange over FastConnect.

150
MCQmedium

You are designing a high-availability architecture for an Oracle Base Database system across two Availability Domains (ADs) within a single OCI region. Which multi-database HA pattern ensures automatic failover with minimal data loss?

A.Oracle Data Guard configured between primary and standby database instances across ADs
B.Periodic RMAN duplication scripts executed via cron jobs every hour
C.Active-Active Oracle RAC cluster spanning multiple Availability Domains over long-distance synchronous interconnects
D.Shared OCI Block Volumes mounted simultaneously by database nodes in different ADs
AnswerA

Correct. Data Guard across ADs ensures high availability and disaster recovery within a region.

Why this answer

Oracle Data Guard configured between two VMs across different Availability Domains provides high availability and automatic failover.

Page 1

Page 2 of 5

Page 3

All pages