Courseiva

Oracle Cloud Infrastructure 2026 Architect Associate (1Z0-1072-26) (1Z0-1072-26) (1Z0-1072-26) — Questions 376450

521 questions total · 7pages · All types, answers revealed

Page 5

Page 6 of 7

Page 7
376
MCQeasy

What is the minimum OCPU allocation required when configuring an OCI Ampere A1 Compute flexible shape (VM.Standard.A1.Flex)?

A.4 OCPUs
B.2 OCPUs
C.1 OCPU
D.8 OCPUs
AnswerC

Ampere A1 flexible shapes support starting from 1 OCPU.

Why this answer

Ampere A1 flexible shapes allow provisioning starting at 1 OCPU up to maximum limits depending on tenancy quotas.

377
Multi-Selecthard

Which THREE features are supported by OCI Object Storage buckets?

Select 3 answers
A.Direct attachment to a Linux compute instance as a block storage device formatted with ext4.
B.POSIX-compliant file locking for multi-client NFS v3/v4 mounts directly from the bucket.
C.Object versioning to retain multiple variants of an object in the same bucket.
D.Cross-region replication to automatically copy objects to a bucket in another OCI region.
E.Encryption of data at rest using Customer-Managed Keys (CMK) via OCI Vault.
AnswersC, D, E

Versioning protects data by maintaining previous versions when objects are overwritten or deleted.

Why this answer

OCI Object Storage supports customer-managed encryption keys via Vault, cross-region replication, and versioning to protect against accidental overwrites or deletions.

378
Multi-Selecthard

An administrator is planning an Object Storage data archiving strategy. Which THREE characteristics apply to OCI Archive Storage? (Choose three.)

Select 3 answers
A.It has a minimum storage duration commitment of 90 days.
B.Objects in Archive Storage can be read directly via GET requests without prior restoration.
C.It provides the lowest cost per gigabyte for storage in OCI.
D.Data retrieval requires a restoration request that can take up to 4 hours.
E.It supports instant sub-second retrieval times for disaster recovery testing.
AnswersA, C, D

Archive Storage enforces a minimum storage duration of 90 days.

Why this answer

Archive Storage is designed for long-term retention, offers the lowest storage cost, and requires data to be restored to the Infrequent Access or Standard tier before reading, with a restoration latency of up to 4 hours.

379
MCQmedium

You are managing an instance pool and want to ensure that instances are distributed evenly across multiple Availability Domains (ADs) in a multi-AD region to maximize high availability. How should you configure the instance pool placement?

A.Configure VCN route tables to load balance traffic across ADs.
B.Create separate instance pools for each AD and manually scale them.
C.Select multiple Availability Domains in the instance pool placement configuration.
D.Set the fault domain count to 10.
AnswerC

Specifying multiple ADs ensures the instance pool distributes instances across those ADs.

Why this answer

When creating an instance pool in a multi-AD region, you can specify multiple availability domains in the placement configuration, and OCI will distribute the instances across them.

380
Multi-Selecthard

Which THREE features are provided by File Storage Service?

Select 3 answers
A.Automatic tiering to Archive
B.NFSv3 support
C.Export options
D.Cross-region replication
E.File system snapshots
AnswersB, C, E

NFS is the core protocol.

Why this answer

Snapshots, NFS compatibility, and export options are key features of FSS.

381
MCQhard

You need to configure an Object Storage lifecycle policy to automatically transition objects from the Standard tier to the Infrequent Access tier after 30 days, and then delete them after 365 days from creation. How should the rule be defined?

A.Configure an event rule in OCI Events Service to trigger a function that modifies the storage tier after 30 days.
B.Set the bucket storage policy to automatically purge objects after 365 days and use Object Versioning to handle the 30-day tier shift.
C.Create a single rule with transition after 30 days to Infrequent Access and deletion after 365 days.
D.Create two separate rules: one for transition at 30 days and another rule evaluated independently for deletion at 335 days.
AnswerC

OCI Object Storage lifecycle rules support combining multiple actions like transition and deletion in a single rule using age-based offsets.

Why this answer

Lifecycle rules use offset values based on object creation time. Transition and deletion rules can be chained by specifying days relative to the object's age.

382
MCQmedium

You are configuring an OCI Load Balancer and need to distribute incoming requests across backend servers based on the client's source IP address so that requests from the same client always go to the same backend server. Which load balancing policy should you choose?

A.Least Connections
B.Random
C.Weighted Round Robin
D.IP Hash
AnswerD

IP Hash policy ensures sticky sessions based on client source IP.

Why this answer

The IP Hash load balancing policy hashes the client's source IP address to route requests from the same client to the same backend server, ensuring session persistence.

383
MCQeasy

What is the default retention period for audit logs in OCI?

A.365 days
B.90 days
C.Unlimited
D.30 days
AnswerA

Audit logs are kept for one year.

Why this answer

Audit logs are retained for 365 days by default.

384
MCQmedium

You are planning IP address allocation for a multi-tier application in OCI. You create a VCN with CIDR 172.16.0.0/16. You need three subnets: web (100 hosts), app (200 hosts), and database (50 hosts). Which combination of subnet CIDRs is valid and non-overlapping?

A.Web: 10.0.1.0/24, App: 10.0.2.0/24, DB: 10.0.3.0/24
B.Web: 172.16.1.0/24, App: 172.16.2.0/24, DB: 172.16.3.0/26
C.Web: 172.16.0.0/15, App: 172.16.0.0/16, DB: 172.16.1.0/24
D.Web: 172.16.1.0/24, App: 172.16.1.0/24, DB: 172.16.3.0/24
AnswerB

These CIDRs are non-overlapping, fit within 172.16.0.0/16, and provide enough hosts for each tier.

Why this answer

Subnet CIDRs must be non-overlapping and sized appropriately. For example, 172.16.1.0/24 (256 addresses), 172.16.2.0/24 (256 addresses), and 172.16.3.0/26 (64 addresses) fit within 172.16.0.0/16 without overlapping.

385
MCQmedium

You need to share a file system between multiple OCI Compute instances across different availability domains. Which service should you use?

A.Local NVMe storage
B.Object Storage
C.Block Volume
D.File Storage Service
AnswerD

FSS allows concurrent access from multiple instances.

Why this answer

File Storage Service (FSS) is a shared file system that can be mounted across ADs in a region.

386
MCQeasy

Which OCI service is most appropriate for storing static website content?

A.File Storage
B.Block Volume
C.Archive Storage
D.Object Storage
AnswerD

Object Storage is ideal for static web hosting.

Why this answer

Object Storage is frequently used to host static website assets.

387
MCQhard

When cloning a Block Volume, what must be true about the source and target volumes?

A.They must be in different regions
B.They must have the same size
C.They must be in the same availability domain
D.They must use different encryption keys
AnswerC

Clone operations are constrained by AD limits.

Why this answer

Clones are created within the same availability domain as the source volume.

388
MCQmedium

An application running on OCI requires an Autonomous Transaction Processing (ATP) database with the ability to automatically scale compute resources up and down based on workload demand, without manual intervention. Which feature should you enable during or after database provisioning?

A.Dynamic Scaling Policy
B.Compute Autoscaling Groups
C.Auto Scaling
D.Elastic Resource Pools
AnswerC

Auto Scaling automatically allows the system to use additional CPU and storage resources when workload increases.

Why this answer

Auto Scaling allows the database to use up to three times the base CPU and memory resources when demand requires it, billing only for the resources actually consumed.

389
MCQeasy

What is the smallest IPv4 CIDR block size supported for an OCI Virtual Cloud Network (VCN)?

A./30
B./24
C./32
D./8
AnswerA

OCI supports VCN sizes ranging from /16 to /30.

Why this answer

The smallest VCN CIDR block supported by OCI is /30, and the largest is /16.

390
MCQmedium

You are deploying a Public Load Balancer in OCI to distribute incoming web traffic across multiple backend compute instances in different availability domains. You notice that backend health checks are failing. Which component's configuration should you check first to ensure health check probes can reach the backend instances?

A.The Service Gateway rules to enable Oracle Object Storage communication.
B.The Internet Gateway route table associated with the private subnets.
C.Security lists or Network Security Groups of the backend instances to allow traffic from the Load Balancer subnet.
D.The Dynamic Routing Gateway route table to ensure BGP routes are propagated.
AnswerC

Backend instance firewall rules (Security Lists/NSGs) must permit ingress traffic coming from the Load Balancer.

Why this answer

Load Balancer backend health checks originate from the Load Balancer's subnet. Security Lists or NSGs attached to the backend instances must allow inbound traffic from the Load Balancer subnet on the backend application ports and health check ports.

391
MCQmedium

You have a web application behind an OCI Public Load Balancer. You want to restrict access so that only clients coming from a specific corporate external IP address range can access your application. Where should you configure this restriction?

A.Database security groups
B.Service Gateway route table
C.Load Balancer Access Control Rules (Rule Sets) or Security Lists on the Load Balancer subnet
D.NAT Gateway routing rules
AnswerC

Access control rules in load balancer rule sets or security lists can restrict traffic by source IP CIDR.

Why this answer

To restrict incoming traffic based on client IP addresses at the load balancer level, you can configure Load Balancer Rule Sets (such as access control rules / IP filtering) or use Security Lists/NSGs on the load balancer subnet.

392
MCQhard

You are deploying an Exadata Cloud Service instance and need to configure separate Virtual Machine clusters on the same Exadata rack. Which architectural feature enables this separation?

A.OCI Compartment boundaries
B.Exadata VM Clusters
C.Oracle Multitenant container databases with PDB isolation
D.Dynamic Routing Gateways (DRG)
AnswerB

Exadata VM clusters allow you to partition a single Exadata infrastructure rack into multiple isolated virtual machine environments.

Why this answer

Exadata Cloud Service allows multiple independent Grid Infrastructure homes and database homes by deploying multiple VM clusters on a single Exadata infrastructure rack.

393
MCQmedium

You are designing a Disaster Recovery architecture where VCN-1 in the Ashburn region needs to peer with VCN-2 in the Phoenix region. Which OCI networking construct is required to achieve this cross-region peering?

A.Dynamic Routing Gateway (DRG)
B.Local Peering Gateway (LPG)
C.NAT Gateway
D.Internet Gateway
AnswerA

DRG version 2 supports cross-region VCN peering and transit routing.

Why this answer

Cross-region VCN peering requires a Dynamic Routing Gateway (DRG) attached to each VCN, and a remote peering connection established between the two DRGs.

394
MCQeasy

Which OCI compute feature allows you to group multiple compute instances together into a low-latency, high-bandwidth physical placement group?

A.Dynamic Routing Groups
B.IAM Security Zones
C.Cluster Placement Groups
D.Autonomous Linux Pools
AnswerC

Cluster placement groups ensure instances are placed physically close together for low latency.

Why this answer

Cluster Placement Groups allow you to place compute instances in close physical proximity to each other to achieve low network latency and high-performance interconnects.

395
MCQmedium

You want to automate the installation of packages and configuration scripts on newly launched compute instances without manual intervention. What OCI feature should you use?

A.Block Volume Attachment scripts
B.VCN Security List rules
C.IAM Instance Principals policy generator
D.Instance User Data (Cloud-init)
AnswerD

User data scripts are executed by cloud-init upon first boot to automate configuration.

Why this answer

Cloud-init (User Data) allows you to pass scripts or configuration directives when launching a compute instance to customize the OS upon first boot.

396
MCQmedium

You have a large dataset in Object Storage that needs to be accessed by an on-premises server. What is the most efficient way to access this data via a local file interface?

A.Use Mount Targets
B.Use OCI CLI to download everything
C.Use FastConnect alone
D.Use Storage Gateway
AnswerD

Storage Gateway mounts buckets as local file systems.

Why this answer

Storage Gateway provides a file-system interface to Object Storage.

397
MCQmedium

You are setting up OCI DNS and want to configure a zone transfer (AXFR) from your on-premises DNS server to OCI Private DNS. Which feature enables secondary DNS functionality in OCI?

A.NAT Gateway port forwarding for DNS ports
B.Internet Gateway DNS proxy
C.OCI DNS Secondary DNS feature with TSIG key authentication
D.Service Gateway DNS resolver
AnswerC

Secondary DNS configuration allows zone transfers between on-premises and OCI DNS.

Why this answer

OCI DNS supports secondary DNS configurations where OCI acts as a primary or secondary DNS server for zones, supporting zone transfers.

398
MCQmedium

You have an OCI alarm that is stuck in the 'Firing' state. What is the most likely cause?

A.The alarm is paused
B.The notification topic is disabled
C.The metric data is still above the threshold
D.The notification frequency is too high
AnswerC

Alarms stay in firing state as long as the threshold condition is met.

Why this answer

If the metric evaluation remains above the threshold, the alarm will stay in the firing state.

399
MCQeasy

Which storage type offers the highest performance for random I/O operations?

A.Archive Storage
B.File Storage
C.Block Volume
D.Object Storage
AnswerC

Block volumes are optimized for random IOPS.

Why this answer

Block Volume with Ultra High Performance is built for random I/O.

400
Multi-Selecthard

Which TWO conditions must be met for a dynamic group matching rule to successfully include compute instances based on a defined tag? (Choose two.)

Select 2 answers
A.The compute instance must have an API signing key uploaded to its metadata.
B.The defined tag namespace and key must be created prior to launching the tagged instance.
C.The dynamic group must be assigned a static user password.
D.The compute instance must be rebooted every 24 hours to maintain dynamic group membership.
E.The dynamic group rule syntax must correctly reference the tag namespace, key, and value.
AnswersB, E

Defined tags must be defined in governance before they can be assigned and evaluated.

Why this answer

Tag-based dynamic group rules require the tag namespace and key to exist, and the compute instance must be tagged with that exact defined tag.

401
MCQhard

You are setting up Oracle Data Guard between a primary Base Database System in the us-ashburn-1 region and a standby database in the us-phoenix-1 region. Which networking configuration is mandatory to enable redo transport across regions?

A.A Public Load Balancer fronting the standby database listener
B.Configuring a Dynamic Routing Gateway (DRG) and Remote VCN Peering between the regions
C.Enabling NAT gateways in both regions to route private database redo packets
D.Installing an IPSec VPN appliance directly on the database node operating systems
AnswerB

Remote VCN peering via DRGs is necessary for secure, private cross-region IP connectivity.

Why this answer

Cross-region Data Guard requires Remote VCN Peering or DRG attachments with appropriate security list rules allowing traffic on listener ports (e.g., port 1521) between the primary and standby subnets.

402
MCQeasy

Which OCI networking component is automatically created when you provision a Virtual Cloud Network using the VCN Wizard with 'Internet Connectivity'?

A.Internet Gateway
B.Dynamic Routing Gateway
C.Local Peering Gateway
D.FastConnect Virtual Circuit
AnswerA

The VCN Wizard automatically provisions an Internet Gateway for public subnet traffic.

Why this answer

The VCN Wizard with internet connectivity automatically sets up a VCN, a public subnet, a private subnet, an Internet Gateway, a NAT Gateway, and a Service Gateway.

403
Multi-Selecthard

Which THREE components are required when configuring an OCI FastConnect direct peering connection?

Select 3 answers
A.Internet Gateway
B.Physical cross-connect or partner provider connection
C.Dynamic Routing Gateway (DRG)
D.Local Peering Gateway (LPG)
E.FastConnect Virtual Circuit
AnswersB, C, E

Physical connectivity is required either via colocation cross-connect or a FastConnect partner.

Why this answer

A FastConnect direct peering connection requires a Dynamic Routing Gateway (DRG) attached to your VCN, a FastConnect virtual circuit, and a physical cross-connect or partner connection setup.

404
Multi-Selectmedium

Which THREE services can be used as a destination for the Events service?

Select 3 answers
A.Functions
B.Compute Instance
C.Streaming
D.Notifications
E.Object Storage
AnswersA, C, D

Events can trigger serverless functions.

Why this answer

The Events service supports Functions, Notifications, and Streaming as targets.

405
MCQeasy

Which OCI service allows you to deploy and manage managed Kubernetes clusters without having to administer the underlying control plane nodes?

A.OCI Functions
B.Compute Instance Pools
C.Oracle Container Engine for Kubernetes (OKE)
D.Container Instances
AnswerC

OKE provides managed Kubernetes clusters where Oracle manages the control plane.

Why this answer

OCI Container Engine for Kubernetes (OKE) is a fully managed, scalable, and highly available service that you can use to deploy your containerized applications to the cloud.

406
MCQhard

You are configuring cross-tenancy access where Tenancy A needs to allow a dynamic group from Tenancy B to access Object Storage buckets in Tenancy A. In addition to the endorsement and commitment policies, what other configuration is mandatory in Tenancy A for the dynamic group from Tenancy B to be recognized?

A.Nothing further; endorsement and commitment IAM policies are sufficient for cross-tenancy dynamic group authorization.
B.You must create a local dynamic group in Tenancy A with the exact same matching rules as Tenancy B.
C.You must configure an API signing key for the dynamic group in Tenancy B.
D.You must establish a Remote VCN Peering connection between the two tenancies.
AnswerA

Once the endorsement policy is set in the resource tenancy and the commitment policy is set in the principal tenancy, the cross-tenancy trust is established for the dynamic group.

Why this answer

For cross-tenancy dynamic group access, the target tenancy must also trust the source tenancy as an identity provider or use resource principal federation mechanisms supported by OCI cross-tenancy architecture.

407
Multi-Selecthard

Which THREE factors should you consider when selecting an OCI Compute shape for an enterprise application? (Choose three.)

Select 3 answers
A.Specific workload requirements such as local NVMe storage, GPUs, or high-performance networking
B.The requirement that all compute instances must use public IP addresses by default
C.Whether the compute instance can be converted into an Autonomous Database instance
D.The availability of flexible shape configurations to precisely match CPU and memory needs
E.Processor architecture (Intel, AMD EPYC, or ARM Ampere)
AnswersA, D, E

Specialized workloads require Dense I/O, GPU, or HPC shape types.

Why this answer

When choosing a compute shape, consider processor architecture (AMD, Intel, ARM), workload requirements (GPU, HPC, Dense I/O, general purpose), and whether flexible sizing is needed for exact OCPU/RAM requirements.

408
MCQhard

You are configuring Data Guard between two Exadata Cloud Service instances across different OCI regions. Which network component is mandatory to facilitate redo transport securely across regional boundaries?

A.OCI API Gateway
B.An Internet Gateway with public IP addresses
C.Remote VCN Peering
D.Local VCN Peering gateway
AnswerC

Remote VCN Peering connects VCNs across different regions, allowing secure IP communication for Data Guard redo transport.

Why this answer

Cross-region Data Guard communication requires secure network connectivity, typically achieved using Remote VCN Peering or an Oracle Cloud Infrastructure FastConnect / VPN connection between virtual cloud networks.

409
MCQmedium

Your organization uses Oracle Identity Cloud Service (IDCS) federated with OCI. You need to assign an existing IDCS group named 'NetworkAdmins' to manage Virtual Cloud Networks in OCI. What is the proper workflow to achieve this?

A.Assign the NetworkAdmins group directly to the tenancy root compartment via the IDCS console.
B.Write a policy directly referencing the IDCS group name 'NetworkAdmins' with no OCI group mapping.
C.Create a local user in OCI IAM for every member of the IDCS 'NetworkAdmins' group and assign them roles.
D.Map the IDCS group 'NetworkAdmins' to an OCI IAM group, then write an OCI policy allowing that OCI IAM group to manage virtual-network-family in the desired compartment.
AnswerD

This describes the correct integration workflow: federated identity provider groups are mapped to local OCI groups, which are then used in IAM policies.

Why this answer

Federated groups from IDCS must be mapped to OCI IAM groups in the OCI Console, and then a policy must be written granting that OCI IAM group access.

410
MCQeasy

What is the primary purpose of an OCI Service Gateway?

A.To load balance HTTP traffic across backend servers.
B.To provide internet access to public subnets.
C.To privately connect a VCN to Oracle services like Object Storage without using the public internet.
D.To connect on-premises datacenters to cloud subnets.
AnswerC

Service Gateways keep traffic within the Oracle network backbone when accessing regional Oracle services.

Why this answer

A Service Gateway enables private connectivity from a VCN to Oracle services in the Oracle Services Network without traversing the public internet.

411
MCQmedium

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

A.Unlimited
B.1 TB
C.10 TB
D.1 GB
AnswerC

10 TiB is the supported limit.

Why this answer

The maximum object size supported is 10 TiB.

412
MCQmedium

When configuring an alarm, what does the 'suppression' feature do?

A.Deletes all historical logs
B.Temporarily stops notifications for the alarm
C.Prevents the resource from scaling
D.Disables all metrics for the resource
AnswerB

This is useful during scheduled maintenance.

Why this answer

Suppression allows you to temporarily disable notifications for an alarm without deleting or disabling the alarm itself.

413
MCQeasy

What is the maximum MTU (Maximum Transmission Unit) supported on standard OCI VCN virtual network interfaces (VNICs)?

A.576 bytes
B.9000 bytes (Jumbo Frames)
C.1500 bytes
D.65535 bytes
AnswerB

OCI supports jumbo frames with up to 9000 bytes MTU for high-throughput workloads.

Why this answer

Standard OCI VNICs support an MTU of 9000 bytes (Jumbo Frames), as well as the standard 1500 bytes.

414
MCQmedium

You are troubleshooting a web application where users intermittently experience 504 Gateway Timeout errors when connecting via the OCI Public Load Balancer. What is the most common cause related to the load balancer or backend configuration?

A.The Internet Gateway has exceeded its bandwidth limit.
B.The NAT Gateway is blocking incoming HTTP traffic.
C.The VCN route table is missing a default route.
D.Backend servers are taking longer to process requests than the load balancer idle timeout threshold.
AnswerD

Slow backend responses exceeding the timeout cause the load balancer to return a 504 error.

Why this answer

A 504 Gateway Timeout occurs when the load balancer does not receive a timely response from the backend servers within the configured idle timeout period.

415
MCQmedium

Your serverless application built on OCI Functions needs to process events coming from OCI Object Storage when a new file is uploaded. What is the primary mechanism to trigger the function?

A.OCI Events Service
B.Direct polling of Object Storage buckets by the function container
C.Scheduled Cron Jobs in Compute
D.API Gateway direct integration
AnswerA

OCI Events captures changes in Object Storage and invokes the target OCI Function.

Why this answer

OCI Events service listens to resource state changes and can trigger an OCI Function when an object is created in Object Storage.

416
MCQeasy

An OCI administrator wants to implement a cost-allocation tagging strategy across multiple departments sharing the same tenancy. Which OCI feature should be used to enforce that specific tag keys and values are applied to resources during creation?

A.OCI Notifications Topic
B.OCI Events Service
C.Freeform Tags
D.Defined Tags
AnswerD

Correct. Defined tags are controlled by administrators and enable structured metadata, governance, and cost tracking.

Why this answer

Defined Tags with Tag Defaults or IAM policies enforcing tag values help standardize and govern tagging in OCI.

417
MCQhard

You are planning a Disaster Recovery strategy for an Oracle Base Database System using Oracle Data Guard on OCI. You need the standby database to be open in read-only mode for reporting queries while simultaneously applying redo data from the primary database. Which Data Guard mode should you configure?

A.Snapshot Standby
B.Active Data Guard
C.Logical Standby in read-write mode
D.Traditional Physical Standby (Mount mode)
AnswerB

Active Data Guard allows the physical standby database to be open in read-only mode for queries and reporting while receiving redo apply.

Why this answer

Active Data Guard enables physical standby databases to be open for read-only queries while performing real-time apply of redo from the primary database.

418
Multi-Selecthard

Which THREE of the following are valid lifecycle policy actions?

Select 3 answers
A.Delete
B.Archive
C.Abort multipart upload
D.Compress
E.Encrypt
AnswersA, B, C

Valid action.

Why this answer

Delete, Archive, and aborting multipart uploads are valid.

419
MCQeasy

What is the primary difference between a public subnet and a private subnet in an OCI Virtual Cloud Network?

A.Private subnets require IPv6 addressing.
B.Public subnets have route table rules pointing to an Internet Gateway, while private subnets do not.
C.Private subnets cannot use Security Lists.
D.Public subnets cannot communicate with Oracle Database services.
AnswerB

This is the fundamental distinction defining public versus private subnets in OCI.

Why this answer

Public subnets have a route to an Internet Gateway, allowing instances within them to have public IP addresses and communicate with the public internet. Private subnets do not have routes to an Internet Gateway.

420
Multi-Selectmedium

Which TWO features are supported by OCI File Storage Service (FSS)? (Choose two.)

Select 2 answers
A.Block-level multi-attach with read-write access across availability domains
B.Encryption at rest using customer-managed keys in OCI KMS
C.Snapshots for point-in-time recovery
D.Automatic tiering from file storage to Archive Storage
E.Native integration with Block Volume replication policies
AnswersB, C

FSS file systems can be encrypted using keys managed in OCI Key Management.

Why this answer

OCI File Storage Service supports snapshots for data protection and encryption using customer-managed keys via OCI KMS.

421
Multi-Selectmedium

Which TWO methods can be used to connect your on-premises datacenter to an OCI Virtual Cloud Network?

Select 2 answers
A.OCI FastConnect
B.Internet Gateway
C.OCI Site-to-Site VPN
D.Service Gateway
E.Local Peering Gateway
AnswersA, C

FastConnect provides dedicated, high-bandwidth private connectivity to OCI.

Why this answer

OCI offers FastConnect for dedicated private connections and Site-to-Site VPN for encrypted IPSec connections over the public internet.

422
MCQhard

You are running a stateful application inside an OKE cluster that requires persistent storage backed by OCI Block Volumes. When a pod is rescheduled to a different worker node due to a node failure, how does the Persistent Volume (PV) behave?

A.The OCI Block Volume CSI driver automatically detaches the volume from the old node and attaches it to the new worker node.
B.You must manually log into the OCI Console, detach the volume, and attach it to the new worker node.
C.The persistent volume is converted to Object Storage automatically.
D.The data is permanently lost because block volumes cannot move across worker nodes.
AnswerA

The CSI driver manages volume attachment lifecycle across nodes during pod rescheduling.

Why this answer

OCI Block Volume CSI (Container Storage Interface) driver dynamically detaches the block volume from the failed worker node and attaches it to the new worker node where the rescheduled pod is running, preserving data persistence.

423
MCQmedium

You are planning to deploy a high-performance computing (HPC) cluster on OCI requiring extremely high packet per second (PPS) and ultra-low latency between compute nodes. Which feature must you utilize?

A.NAT Gateway with bandwidth throttling disabled
B.Cluster Networks with RDMA (Remote Direct Memory Access)
C.Public IP addresses on all compute nodes
D.OCI Local Peering Gateway
AnswerB

Cluster Networks provide RDMA networking for MPI-based HPC workloads requiring ultra-low latency.

Why this answer

OCI HPC and bare metal clusters support Cluster Networks with RDMA (Remote Direct Memory Access) over RoCE (RDMA over Converged Ethernet) for ultra-low latency and high throughput.

424
MCQhard

Your organization requires that all database traffic originating from OCI subnets to Oracle Autonomous Database bypass the public internet and use private IP paths. You have configured a Service Gateway. What additional configuration is mandatory in the subnet route table?

A.No route table changes are required once the Service Gateway is attached to the VCN.
B.Add a route rule with destination service cidr (e.g. All Services in Oracle Services Network) and target as the Service Gateway.
C.Add a route rule pointing to the Dynamic Routing Gateway.
D.Add a route rule with destination 0.0.0.0/0 and target as the Service Gateway.
AnswerB

Route rules pointing to the Service Gateway are required to route Oracle Services traffic correctly.

Why this answer

To direct traffic to the Service Gateway, the subnet route table must have a route rule where the destination is the Oracle Services Network (or a specific service region prefix) and the target is the Service Gateway.

425
Multi-Selecteasy

Which TWO storage options are available when provisioning an Oracle Base Database System?

Select 2 answers
A.Google Cloud Persistent Disk
B.Local floppy disk drives
C.Amazon S3 object storage buckets
D.OCI Block Volume storage managed via Automatic Storage Management (ASM)
E.Local NVMe storage (available on specific Bare Metal shapes)
AnswersD, E

Base DB systems use OCI block volumes organized into ASM disk groups.

Why this answer

Base Database Systems in OCI support Grid Infrastructure with ASM on OCI Block Volume storage, and Bare Metal systems also feature local NVMe drives.

426
Multi-Selectmedium

Which TWO of the following metrics or conditions can trigger an OCI Autoscaling event for an Instance Pool? (Choose two.)

Select 2 answers
A.CPU utilization crossing a specified threshold percentage
B.Object Storage bucket upload frequency
C.Database backup completion status
D.VCN route table modification events
E.A predefined schedule based on date and time
AnswersA, E

CPU threshold rules are standard metric-based scaling triggers.

Why this answer

Autoscaling configurations support metric-based triggers (CPU and memory) and schedule-based triggers (specific dates and times).

427
Multi-Selectmedium

Which TWO of the following statements are true regarding OCI Compute Instance Maintenance and Events? (Choose two.)

Select 2 answers
A.Maintenance events cause permanent data loss on attached boot volumes.
B.Instance maintenance events can only be managed using Terraform scripts.
C.Customers have zero visibility into hardware retirement schedules and cannot take preemptive action.
D.OCI sends notifications when underlying infrastructure maintenance is scheduled for a compute instance.
E.For certain maintenance events, customers can choose to reboot the instance to apply maintenance early.
AnswersD, E

Maintenance events generate notifications via OCI Events and Console alerts.

Why this answer

OCI notifies customers of scheduled infrastructure maintenance and provides options such as rebooting or migrating instances before maintenance windows.

428
MCQeasy

What is the primary function of the OCI Compute Instance Oracle Cloud Agent?

A.To route TCP/IP packets across VCN subnets at the hypervisor level.
B.To provide serverless execution environments for OCI Functions.
C.To manage Kubernetes cluster worker node lifecycles.
D.To perform plugin-based management tasks like monitoring, patching, and run commands on the instance.
AnswerD

Oracle Cloud Agent manages instance monitoring, OS management, and run commands.

Why this answer

Oracle Cloud Agent is a lightweight process that runs on instances to manage administrative tasks such as collecting monitoring metrics, executing run commands, and managing OS patches.

429
MCQeasy

Which OCI service should you use if you want to store and manage custom VM disk images so that they can be deployed across multiple regions easily?

A.OCI Block Volume Backups
B.OCI Custom Images
C.OCI Object Storage Archival Tier
D.OCI File Storage Service
AnswerB

Custom Images store boot volume templates for cross-region compute deployments.

Why this answer

OCI Custom Images service allows you to store images and copy them across regions for compute deployments.

430
MCQmedium

An Oracle Cloud Infrastructure (OCI) architect needs to configure a Virtual Cloud Network (VCN) with a public subnet and a private subnet. Which configuration is required for resources in the private subnet to reach the public internet through a NAT Gateway?

A.Add a route in the private subnet route table with a destination of 0.0.0.0/0 and the target as the NAT Gateway.
B.Attach an Internet Gateway directly to the private subnet and add a security list rule allowing egress to 0.0.0.0/0.
C.Configure a Service Gateway with a route to 0.0.0.0/0.
D.Assign a public IP address to the instances within the private subnet.
AnswerA

This is the correct configuration to route outbound traffic from the private subnet to the NAT Gateway.

Why this answer

A NAT Gateway allows instances in a private subnet to initiate connections to the internet, but prevents inbound connections from the internet. The route table associated with the private subnet must have a route pointing 0.0.0.0/0 to the NAT Gateway.

431
Multi-Selectmedium

Which TWO tasks can an administrator perform when managing database homes in Oracle Base Database Service? (Choose two.)

Select 2 answers
A.Apply Database Updates (Database Software Patches) to the DB home.
B.Modify the underlying physical CPU hardware model of the hypervisor.
C.Delete the DB home while keeping all associated databases running unaffected.
D.Convert the database home into an Autonomous Container Database.
E.Create multiple databases within the same database home if they share the same software version.
AnswersA, E

Patching is managed at the DB home level in Base Database Service.

Why this answer

Database homes in Base Database Service allow administrators to apply quarterly database patches (RU/RUR) and create multiple databases using the same software version.

432
MCQhard

You are troubleshooting a connectivity issue where an on-premises server is trying to reach an OCI compute instance via an IPsec VPN attached to a Dynamic Routing Gateway (DRG). The VPN tunnels are up, but traffic is dropped. Upon checking the VCN route table, you see a route pointing to the DRG, but the on-premises subnet CIDR is missing. What specific OCI construct must be updated to ensure return traffic from the VCN successfully routes back to the on-premises network?

A.The Security List must have a stateful egress rule allowing all protocols to the internet.
B.The Local Peering Gateway route table must map the on-premises subnet.
C.The NAT Gateway route table must be updated with the on-premises CIDR.
D.The VCN Route Table associated with the subnet must include a route rule with the destination as the on-premises CIDR and the target as the DRG.
AnswerD

Subnet route tables dictate how outbound and return traffic within the VCN is directed to gateways like the DRG.

Why this answer

The VCN route table associated with the compute instance's subnet must contain a route entry pointing the on-premises CIDR block to the DRG as the target.

433
MCQmedium

An autoscaling configuration is attached to your instance pool. You notice that instances are scaling out correctly based on CPU utilization, but you want to ensure that scaling events do not happen too frequently in response to brief traffic spikes. Which setting should you adjust?

A.The Instance Pool capacity limits
B.The Autoscaling Cooldown Period
C.The VCN DHCP Options timeout value
D.The Monitoring service metric polling interval
AnswerB

The cooldown period dictates how long the autoscaling mechanism waits before evaluating metrics for subsequent scaling actions.

Why this answer

Autoscaling configurations allow you to define a cooldown period (step delay) to prevent rapid scaling oscillations.

434
MCQmedium

You are planning to restore an Oracle Base Database Service DB system from an object storage backup. Which backup types are supported by OCI for creating a new DB system?

A.OCI Block Volume snapshots
B.Only incremental manual backups
C.Only Data Pump export dump files
D.Automated backups or manual full backups
AnswerD

You can launch a new DB system using either automated backups or manual full backups created via the console or RMAN.

Why this answer

OCI Base Database Service allows you to restore a database from either automated backups or manual full backups stored in Object Storage.

435
MCQmedium

An administrator wants to delegate compartment creation to a group of team leads named 'TeamLeads' without granting them full tenancy administrator privileges. Which policy statement achieves this?

A.Allow group TeamLeads to create sub-tenancies in tenancy
B.Allow group TeamLeads to manage compartments in tenancy
C.Allow group TeamLeads to use tenancy-root in tenancy
D.Allow group TeamLeads to administer identity in tenancy
AnswerB

This policy allows the 'TeamLeads' group to create, update, and move compartments across the tenancy without granting access to other services.

Why this answer

Compartments are managed via the 'compartments' resource type in OCI IAM policies.

436
Multi-Selecthard

Which TWO mechanisms are used by OCI Database backup services to ensure data consistency and integrity during backups of Oracle Base Database Systems?

Select 2 answers
A.Third-party FTP mirroring of the /etc/passwd file
B.Oracle Recovery Manager (RMAN) backup validation and incremental backup integration
C.OCI Block Volume crash-consistent and point-in-time snapshot mechanisms
D.Manual SQL*Plus file copy commands while the database is in read-write mode
E.Automatic conversion of all database files to CSV format prior to backup
AnswersB, C

RMAN ensures database-level logical and physical block consistency.

Why this answer

Database backups use Oracle RMAN for physical block-level consistency and OCI Block Volume snapshots for disk-level consistency.

437
MCQmedium

You are designing an architecture where instances in a private subnet need to send log data to an OCI Logging analytics endpoint, but must not have access to the general public internet. Which service should you leverage?

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

Service Gateways provide secure, private connectivity to regional OCI services.

Why this answer

A Service Gateway enables private access to regional OCI services (such as Object Storage, Logging, and Database) without requiring internet access.

438
Multi-Selectmedium

Which TWO of the following can prevent a bucket from being deleted?

Select 2 answers
A.Public access allowed
B.Bucket contains objects
C.Versioning enabled
D.Retention rules
E.Bucket encryption
AnswersB, D

Non-empty buckets cannot be deleted.

Why this answer

Retention rules and non-empty status prevent bucket deletion.

439
MCQeasy

What is the primary purpose of OCI Compute Instance Launch Options?

A.To set up automatic IAM user credential rotation.
B.To schedule automated block volume backup retention policies.
C.To define DNS domain suffix forwarding rules for VCN resolvers.
D.To configure instance network virtualization, firmware type, and boot parameters.
AnswerD

Launch options control hypervisor-level settings like firmware and network paravirtualization.

Why this answer

Launch options allow you to customize settings such as network virtualization type, boot volume firmware (BIOS/UEFI), and secure boot when configuring a custom image or instance.

440
MCQeasy

A company requires an extremely low-cost storage solution for data archiving that is rarely accessed, with a retrieval time requirement of within an hour. Which OCI storage tier should be used?

A.Archive Storage Tier
B.Block Volume Performance Level 'Lower Cost'
C.Object Storage Standard Tier
D.Object Storage Infrequent Access Tier
AnswerA

Archive Storage is specifically designed for long-term backup and data archival at the lowest cost.

Why this answer

OCI Archive Storage provides the lowest cost per gigabyte for long-term data retention, with a standard time-to-first-byte retrieval SLA of within one hour.

441
MCQeasy

What is the default replication method for Object Storage buckets?

A.Manual replication
B.RAID 5
C.Not replicated
D.Automatic replication
AnswerD

Data is automatically replicated for durability.

Why this answer

Object Storage data is automatically replicated across three Fault Domains within an AD.

442
Multi-Selecthard

Which TWO actions can be performed using OCI Resource Manager stacks? (Choose two.)

Select 2 answers
A.Send email notifications when an object storage bucket size exceeds a threshold.
B.Create custom time-series metric alarms to monitor CPU and memory utilization.
C.Automatically ingest and parse custom application log files from compute instances.
D.Provision and configure cloud infrastructure resources using Terraform configuration files.
E.Import existing OCI cloud resources into a Terraform state file managed by the stack.
AnswersD, E

Correct. Resource Manager manages infrastructure using Terraform configurations.

Why this answer

OCI Resource Manager uses Terraform to provision, update, import, and destroy infrastructure stacks.

443
Multi-Selecthard

Which THREE statements are true regarding OCI Object Storage architecture and data durability? (Choose three.)

Select 3 answers
A.Checksums are automatically calculated and verified for data integrity.
B.Data stored in a multi-AD region is distributed across availability domains.
C.Object Storage provides eventual consistency for bucket listing operations.
D.Data is replicated synchronously across multiple fault domains in a region.
E.Objects larger than 50 GiB must be stored using Block Volume instead.
AnswersA, B, D

OCI computes MD5 checksums to ensure data integrity during transit and storage.

Why this answer

OCI Object Storage is designed for high durability, stores data redundantly across availability domains or fault domains, and supports strong consistency for all operations.

444
Multi-Selecthard

Which THREE components are required when configuring OCI VCN Remote Peering between two regions?

Select 3 answers
A.Local Peering Gateway (LPG)
B.Remote Peering Connection (RPC) between the two DRGs
C.Dynamic Routing Gateway (DRG) attached to VCN-1 in Region A
D.Dynamic Routing Gateway (DRG) attached to VCN-2 in Region B
E.Internet Gateway in both VCNs
AnswersB, C, D

An RPC establishes the peer connection between the two cross-region DRGs.

Why this answer

Remote VCN peering across regions requires a Dynamic Routing Gateway (DRG) attached to each VCN, a Remote Peering Connection (RPC) established between the two DRGs, and matching route table/security rules.

445
Multi-Selecteasy

Which TWO of the following are valid characteristics of OCI Virtual Cloud Networks (VCNs)?

Select 2 answers
A.A VCN can span multiple OCI geographic regions simultaneously.
B.A VCN is a regional resource that spans all Availability Domains in that region.
C.The maximum size of a VCN CIDR block is /8.
D.A VCN is restricted to a single Availability Domain by default.
E.You can assign multiple CIDR blocks to a single VCN after creation.
AnswersB, E

VCNs are regional constructs in OCI.

Why this answer

VCNs span all availability domains within a region and reside within a single OCI region.

446
MCQeasy

What is the main advantage of the OCI Block Volume performance tier selection?

A.Customizable IOPS and throughput
B.Always fixed price
C.Mandatory for boot volumes
D.Only for production
AnswerA

This allows fine-tuning for application needs.

Why this answer

Performance tiers allow users to balance cost and performance for specific workloads.

447
MCQhard

You are deploying a microservices application on OKE and want to implement zero-downtime rolling deployments for your pods. Which Kubernetes deployment strategy and configuration parameter should you utilize?

A.RollingUpdate strategy with maxSurge and maxUnavailable configured
B.Horizontal Pod Autoscaler with metric-based CPU triggers
C.Static Pod assignment via node selectors
D.Recreate strategy with immediate termination of all old pods
AnswerA

RollingUpdate strategy gradually replaces old pods with new ones while ensuring availability via maxSurge and maxUnavailable settings.

Why this answer

Kubernetes deployments support `RollingUpdate` strategy with parameters like `maxSurge` and `maxUnavailable` to control how pods are replaced during updates without downtime.

448
Multi-Selecthard

Which THREE actions occur when you terminate an OCI compute instance? (Choose three.)

Select 3 answers
A.The compute instance virtual machine is permanently destroyed.
B.You are given the option to preserve or delete the boot volume.
C.The primary VNIC and its assigned private IP addresses are deleted.
D.All attached data block volumes are automatically deleted by default.
E.All custom images created from the instance are automatically deleted.
AnswersA, B, C

Termination destroys the VM instance.

Why this answer

When terminating a compute instance, the virtual machine is destroyed, and the primary VNIC is deleted. You are prompted whether to retain or delete the boot volume, and data block volumes remain attached unless explicitly deleted.

449
MCQeasy

What is the primary function of an OCI IAM policy statement?

A.To specify who can access what resources in OCI and at what level of granularity.
B.To establish routing tables for internet gateways.
C.To configure automated backup schedules for block storage volumes.
D.To define firewall rules for IP traffic filtering across VCN subnets.
AnswerA

IAM policies define authorization rules determining who (principals) can perform actions on resources within a scope.

Why this answer

An IAM policy statement grants a specific group permission to perform specific actions on specific resources within a specific scope.

450
Multi-Selectmedium

Which TWO components are involved when routing traffic from an OCI private subnet to an on-premises datacenter via FastConnect?

Select 2 answers
A.Internet Gateway
B.Dynamic Routing Gateway (DRG)
C.Subnet Route Table with a rule pointing on-premises CIDR to the DRG
D.Local Peering Gateway
E.NAT Gateway
AnswersB, C

The DRG acts as the router connecting the VCN to the FastConnect circuit.

Why this answer

Traffic from a private subnet to on-premises via FastConnect requires a route table rule pointing to the Dynamic Routing Gateway (DRG), and the FastConnect virtual circuit terminating on that DRG.

Page 5

Page 6 of 7

Page 7

All pages