Oracle Certification

1Z0-1072 — OCI Architect Associate Study Guide

62 practice questions with correct answers and detailed explanations. Use this guide to review concepts before taking the practice exam.

▶ Take Practice Exam 62 questions  ·  Free  ·  No registration

About the 1Z0-1072 Exam

The Oracle OCI Architect Associate (1Z0-1072) certification validates professional expertise in Oracle technologies. This study guide covers all 62 practice questions from our 1Z0-1072 practice test, complete with correct answers and explanations to help you understand each concept thoroughly.

Review each question and explanation below, then test yourself with the full interactive practice exam to measure your readiness.

62 Practice Questions & Answers

Q1 Medium

You are designing a multi-region OCI deployment for disaster recovery. Which OCI service provides automated, continuous replication of data across regions with minimal RPO?

  • A OCI Object Storage Cross-Region Replication ✓ Correct
  • B OCI MySQL Database Service with High Availability enabled
  • C Oracle Data Guard with cross-region setup
  • D OCI Autonomous Data Warehouse with autonomous backup to another region
Explanation

OCI Object Storage Cross-Region Replication provides continuous, automated replication of objects across regions with near-zero RPO. This is the most efficient method for cross-region data replication in OCI.

Q2 Medium

Your organization requires encryption of data at rest and in transit for a financial services application. Which combination of OCI services ensures end-to-end encryption without key management overhead?

  • A OCI Autonomous Database with OCI Key Management Service and TLS 1.2 for transport ✓ Correct
  • B Oracle-managed encryption exclusively, without any service-specific key management
  • C OCI Compute instances with OS-level encryption and customer-managed keys only
  • D Manual encryption at the application layer combined with VCN network security lists
Explanation

OCI Autonomous Database automatically encrypts data at rest using OCI Key Management Service (which can use Oracle-managed or customer-managed keys) and enforces TLS 1.2+ for all communications, providing comprehensive encryption without requiring custom implementation.

Q3 Medium

When designing a highly available application, you need to distribute traffic across multiple subnets in different availability domains within a single region. Which OCI load balancing solution is most appropriate?

  • A OCI Application Load Balancer within a single subnet only
  • B OCI Network Load Balancer across multiple availability domains ✓ Correct
  • C Traffic Management service with geolocation-based routing
  • D DNS round-robin with manual failover
Explanation

OCI Network Load Balancer supports distribution across multiple availability domains within a region and provides ultra-high performance. Application Load Balancer can also span ADs, but Network Load Balancer is optimized for this scenario.

Q4 Medium

You are implementing a solution where on-premises users need secure, consistent access to OCI resources. Which connectivity option provides the lowest latency with guaranteed bandwidth and service level?

  • A Public internet connectivity with IPSec VPN
  • B OCI FastConnect with a dedicated network connection ✓ Correct
  • C OCI Bastion Host for SSH tunneling
  • D OCI VPN with dynamic routing protocol
Explanation

OCI FastConnect provides a dedicated, private network connection with guaranteed bandwidth and SLA, resulting in predictable low latency. This is superior to internet-based VPN for consistent performance requirements.

Q5 Medium

Your application requires automatic scaling based on custom application metrics, not just CPU or memory. Which OCI service combination enables this capability?

  • A OCI Kubernetes Engine with Horizontal Pod Autoscaler only
  • B OCI Compute Auto Scaling with built-in CPU and memory metrics only
  • C Manual scaling with OCI Functions triggered by CloudWatch events
  • D OCI Compute Auto Scaling with custom metrics from OCI Monitoring ✓ Correct
Explanation

OCI Compute Auto Scaling integrates with OCI Monitoring to use custom metrics for scaling policies, enabling applications to scale based on any application-specific metric, not just standard metrics.

Q6 Hard

You need to implement least privilege access for an application that runs on OCI Compute and needs to read from Object Storage and write to Autonomous Database. What is the best approach?

  • A Store access keys in environment variables on the Compute instance
  • B Use Dynamic Groups with instance principal authentication and detailed resource-specific policies ✓ Correct
  • C Create a single IAM user with broad permissions for all OCI services
  • D Grant permissions at the compartment level to all services the instance may need
Explanation

Dynamic Groups with instance principal authentication eliminate the need for stored credentials, while resource-specific policies enforce least privilege access. This is the OCI best practice for service-to-service authentication.

Q7 Hard

An organization wants to migrate a database with 50 TB of data to OCI with minimal downtime. Network bandwidth is limited to 100 Mbps. Which OCI service is most suitable for this scenario?

  • A Manual replication scripts over VPN
  • B Direct internet transfer using OCI Database Cloud Service
  • C OCI FastConnect configured immediately
  • D OCI Data Transfer Service with physical appliances ✓ Correct
Explanation

OCI Data Transfer Service provides physical appliances that allow large data transfers offline, which is essential when network bandwidth is limited and data volume is very large. It reduces transfer time from weeks to days.

Q8 Hard

You are designing a microservices architecture on OCI Kubernetes Engine. Services need to communicate securely without exposing credentials. Which approach is recommended?

  • A Use Kubernetes Secrets to store database credentials in plaintext
  • B Use environment variables for all service credentials
  • C Implement OCI Service Mesh with mutual TLS for pod-to-pod communication ✓ Correct
  • D Configure network policies to restrict pod communication
Explanation

OCI Service Mesh provides automatic mutual TLS encryption between services without application-level changes, ensuring secure microservice communication while maintaining zero-trust principles.

Q9 Easy

Your organization needs a database solution that requires minimal administrative overhead, automatic backups, and built-in high availability across availability domains. Which OCI database service meets these requirements?

  • A Oracle Database Cloud Service with manual backup configuration
  • B MySQL HeatWave with single-node architecture
  • C OCI Database Exadata Cloud Service managed entirely by customer
  • D OCI Autonomous Database with guaranteed uptime SLA ✓ Correct
Explanation

OCI Autonomous Database automatically handles backups, patching, and provides high availability across ADs with a guaranteed uptime SLA, requiring minimal database administration.

Q10 Hard

When implementing a disaster recovery strategy, your RPO requirement is 1 hour and RTO is 4 hours. Which OCI solution provides the most cost-effective implementation?

  • A Standby database in another region with hourly log shipping ✓ Correct
  • B Real-time Data Guard replication to a standby instance in another region
  • C Weekly backups restored to another region only when needed
  • D Complete duplicate environment running continuously in another region
Explanation

Hourly log shipping (via Data Pump or incremental backups) can achieve a 1-hour RPO while costing significantly less than continuous replication or fully active standby systems.

Q11 Medium

You need to ensure that sensitive data in Object Storage is only accessible to authorized users and complies with data residency requirements. Which combination of features should you implement?

  • A Private bucket with presigned URLs and encryption ✓ Correct
  • B Object Storage lifecycle policies for automatic deletion
  • C Bucket with object versioning enabled for compliance
  • D Public bucket with IAM policies restricting access
Explanation

Private buckets with presigned URLs for temporary access and encryption ensure data security and residency compliance. Presigned URLs provide temporary, controlled access without exposing sensitive credentials.

Q12 Easy

A customer wants to run containerized applications with automatic scaling on OCI. They require Kubernetes compatibility but prefer minimal operational overhead. Which service should they choose?

  • A OCI Registry with manual container orchestration scripts
  • B OCI Container Engine for Kubernetes (OKE) with managed control plane ✓ Correct
  • C OCI Functions for all containerized workloads
  • D OCI Compute with manually installed Kubernetes
Explanation

OCI Container Engine for Kubernetes provides a fully managed Kubernetes control plane with automatic scaling and minimal operational overhead, while maintaining full Kubernetes compatibility.

Q13 Medium

Your organization requires strict compliance with data sovereignty laws that prohibit data transfer outside a specific country. How should you architect this in OCI?

  • A Use OCI Exadata for on-premises deployment only
  • B Implement VPN tunneling to hide data location
  • C Deploy all resources in OCI regions within the country and implement data residency policies ✓ Correct
  • D Rely on OCI's default settings without additional configuration
Explanation

Deploying resources exclusively in OCI regions within the required country and enforcing data residency policies through IAM and compartment controls ensures compliance with data sovereignty requirements.

Q14 Medium

You are implementing monitoring and alerting for critical applications. Which OCI service provides unified monitoring, logging, and custom metrics for compliance auditing?

  • A OCI Monitoring for metrics and OCI Logging for centralized log storage ✓ Correct
  • B CloudWatch with OCI integration
  • C Manual log aggregation scripts written in Python
  • D OCI Compute instance CloudInit logs only
Explanation

OCI Monitoring collects metrics and OCI Logging provides centralized log storage and analysis, together enabling compliance auditing and unified observability across all OCI resources.

Q15 Hard

A multi-tenant SaaS application needs to isolate customer data and workloads while sharing infrastructure. Which OCI architectural approach is most appropriate?

  • A Single monolithic application with application-level isolation only
  • B Shared OCI Kubernetes Engine with namespace isolation and network policies ✓ Correct
  • C Separate OCI regions for each customer
  • D Dedicated compute instances for each customer
Explanation

OCI Kubernetes Engine with namespace isolation, network policies, and resource quotas provides cost-effective multi-tenancy with strong isolation, while avoiding the overhead of dedicated infrastructure per tenant.

Q16 Medium

You need to implement a solution where legacy on-premises applications can access cloud databases with minimal code changes. Which OCI connectivity and database solution is best?

  • A OCI FastConnect with OCI Autonomous Database and public endpoints
  • B Direct routing without encryption for legacy compatibility
  • C Internet connectivity with Application Load Balancer
  • D IPSec VPN with Oracle Database Cloud Service using private endpoints ✓ Correct
Explanation

IPSec VPN provides secure on-premises connectivity, and Oracle Database Cloud Service with private endpoints offers SQL compatibility without code changes, ideal for legacy application migration.

Q17 Medium

Your organization wants to implement infrastructure as code for OCI resources with version control and change management. Which approach is recommended?

  • A OCI Resource Manager with Terraform configurations in source control ✓ Correct
  • B Manual console configuration with documented steps
  • C CloudFormation templates adapted for OCI
  • D OCI Console APIs called directly from scripts
Explanation

OCI Resource Manager integrates with Terraform and supports version-controlled infrastructure definitions, providing proper change management, reproducibility, and compliance tracking.

Q18 Medium

You are designing a backup and recovery strategy for mission-critical databases. Which OCI feature ensures consistent backups across multiple databases with point-in-time recovery?

  • A Manual mysqldump scripts with separate snapshots
  • B OCI Block Volume snapshots without database awareness
  • C Autonomous Database automatic backups with automatic recovery to any point within retention period ✓ Correct
  • D OCI Autonomous Backup with centralized management
Explanation

Autonomous Database provides application-aware, consistent backups with granular point-in-time recovery capabilities managed automatically, without requiring manual intervention.

Q19 Easy

A customer needs to ensure that all OCI API calls are logged for compliance and audit purposes. Which service should be enabled?

  • A VCN Flow Logs for all network traffic only
  • B OCI Audit with Log Files stored in Object Storage ✓ Correct
  • C OCI Monitoring metrics without logging
  • D Application-level logging in individual instances
Explanation

OCI Audit automatically logs all API calls to an auditable format and stores them in Object Storage, providing comprehensive compliance and forensic capabilities for all resource changes.

Q20 Medium

You need to architect a solution where an application running on OCI can securely access secrets without hardcoding credentials. What is the OCI native solution?

  • A AWS Secrets Manager integrated with OCI
  • B OCI Vault for secret storage with instance principal authentication ✓ Correct
  • C Hardcoded credentials in source code with encryption
  • D Environment variables in Compute instance user data
Explanation

OCI Vault stores and manages secrets securely, and instance principal authentication allows applications to retrieve secrets without storing credentials, following the principle of least privilege.

Q21 Hard

An organization is implementing a hybrid cloud strategy with workloads spanning on-premises, OCI, and other cloud providers. Which OCI service enables consistent networking across environments?

  • A OCI Local Peering Gateway for all external connections
  • B Public internet connectivity for all hybrid communication
  • C OCI FastConnect to on-premises and OCI FastConnect to other cloud providers
  • D Multiple site-to-site VPNs and consistent routing with OCI dynamic routing ✓ Correct
Explanation

Multiple site-to-site IPSec VPNs combined with OCI's dynamic routing capabilities (via BGP) enable consistent, scalable networking across multiple environments with proper traffic engineering.

Q22 Medium

You are designing an API endpoint that must handle variable traffic with automatic scaling. Which OCI solution is most serverless and cost-effective?

  • A OCI Functions with API Gateway integration ✓ Correct
  • B Dedicated Compute instances running continuously
  • C Kubernetes Engine with manual pod scaling
  • D OCI Compute with auto-scaling groups
Explanation

OCI Functions with API Gateway provides a fully serverless solution that scales automatically from zero to peak load, charging only for actual execution time, ideal for variable traffic patterns.

Q23 Medium

Your organization requires that critical infrastructure changes be approved before deployment. Which OCI service provides this capability with audit trails?

  • A Manual console approvals without documentation
  • B Terraform apply without version control
  • C OCI Compute provisioning scripts without approval gates
  • D OCI Resource Manager with stack approval and audit logging ✓ Correct
Explanation

OCI Resource Manager enables stack approval workflows and integrates with OCI Audit for complete change tracking, providing necessary governance and compliance controls.

Q24 Hard

A customer wants to migrate a large Oracle Database to OCI with zero downtime. Which combination of services minimizes downtime during the cutover?

  • A Manual SQL script execution
  • B Oracle GoldenGate for replication with OCI Database Cloud Service as target ✓ Correct
  • C Database export/import with a brief maintenance window
  • D Backup and restore approach without replication
Explanation

Oracle GoldenGate provides continuous replication allowing for minimal-downtime cutover, enabling the application to switch to the OCI database when fully synchronized.

Q25 Medium

You need to implement network segmentation in OCI to restrict east-west traffic between application tiers. Which mechanism should you use?

  • A OCI Security Groups applied at the subnet level
  • B Physical network separation across different compartments
  • C Operating system firewalls on individual instances only
  • D OCI VCN Network Security Lists on subnets ✓ Correct
Explanation

OCI VCN Network Security Lists provide stateful firewall rules at the subnet level, enabling effective network segmentation and east-west traffic control between application tiers.

Q26 Hard

Your organization is deploying a stateful application requiring consistent network identity. Which OCI networking feature ensures IP address persistence across instance restarts?

  • A OCI Reserved Public IP with secondary VNICs ✓ Correct
  • B Private IP with DHCP
  • C Floating IP from another cloud provider
  • D Dynamic public IP assignment
Explanation

OCI Reserved Public IP can be reassociated with instances, and secondary VNICs allow multiple network interfaces, ensuring network identity persistence across instance lifecycle events.

Q27 Easy

Which OCI service provides a managed Kubernetes container orchestration platform?

  • A Oracle Functions
  • B Oracle Cloud Infrastructure Compute
  • C Oracle Container Engine for Kubernetes (OKE) ✓ Correct
  • D Oracle Application Container Cloud Service
Explanation

OCI Container Engine for Kubernetes (OKE) is Oracle's managed Kubernetes service that simplifies deploying, managing, and scaling containerized applications on OCI infrastructure.

Q28 Medium

You are designing a highly available application that requires automatic failover across multiple regions. Which OCI service should you use to manage traffic across regions?

  • A Traffic Management Steering (TMS) or DNS steering with health checks ✓ Correct
  • B Local Peering Gateway
  • C Internet Gateway
  • D Network Load Balancer
Explanation

Traffic Management Steering policies in OCI DNS or DNS-based steering with health checks enable automatic failover and traffic distribution across multiple regions for disaster recovery.

Q29 Easy

What is the primary purpose of Oracle Cloud Infrastructure Identity and Access Management (IAM)?

  • A To manage backup and disaster recovery policies
  • B To control who can access OCI resources and what actions they can perform ✓ Correct
  • C To monitor network traffic between subnets
  • D To encrypt data at rest in storage services
Explanation

IAM is used to manage user identities, groups, policies, and permissions to control who has access to OCI resources and what operations they can perform.

Q30 Medium

You need to store frequently accessed data with low latency in OCI. Which storage option provides the best performance for real-time analytics on structured data?

  • A Oracle Cloud Infrastructure Block Volumes attached to compute instances
  • B Oracle Autonomous Data Warehouse with result caches ✓ Correct
  • C Oracle Cloud Infrastructure File Storage Service for NFS mounts
  • D Oracle Cloud Infrastructure Object Storage with Archive tier
Explanation

Oracle Autonomous Data Warehouse includes built-in features like result caches and optimizations for fast analytical queries on structured data with minimal latency.

Q31 Easy

In OCI, what is the relationship between a Compartment and a Tenancy?

  • A A Compartment is a logical grouping of resources within a Tenancy ✓ Correct
  • B They are synonymous terms referring to the same entity
  • C A Tenancy can only contain one Compartment at any time
  • D A Tenancy is a subdivision of a Compartment
Explanation

A Tenancy is the root container for all OCI resources, while Compartments are logical subdivisions within a Tenancy used to organize and isolate resources for access control and billing.

Q32 Medium

You are designing a microservices architecture where individual services must be independently deployable and scalable. Which OCI service combination would be most suitable?

  • A A single monolithic application on a large compute instance
  • B Oracle Functions with Oracle API Gateway and OKE for container orchestration ✓ Correct
  • C Oracle Database with built-in load balancing
  • D Compute instances with manual load balancer configuration
Explanation

Oracle Functions provides serverless computing for independent services, API Gateway manages API access and routing, and OKE provides container orchestration for scalable microservices deployment.

Q33 Medium

Which OCI networking component allows you to control inbound and outbound traffic at the subnet level?

  • A Dynamic Routing Gateway (DRG)
  • B Route Tables
  • C Internet Gateway
  • D Network Security Groups (NSGs) ✓ Correct
Explanation

Network Security Groups (NSGs) function as stateful firewalls at the subnet level, allowing fine-grained control of inbound and outbound traffic to resources using rules.

Q34 Medium

You need to establish a private, dedicated network connection between your on-premises data center and OCI. Which service provides this capability?

  • A Internet Gateway
  • B FastConnect or Virtual Cloud Network (VCN) with IPSec VPN ✓ Correct
  • C Local Peering Gateway
  • D Remote Peering Connection
Explanation

FastConnect provides dedicated network connections for private, high-bandwidth connectivity between on-premises and OCI, while IPSec VPN offers encrypted connections over the internet.

Q35 Medium

An application requires automatic scaling based on CPU utilization. How would you implement this in OCI?

  • A Use manual scaling policies configured in the Load Balancer
  • B Use reserved instances to maintain constant resource allocation
  • C Manually adjust instance counts when monitoring alerts are triggered
  • D Configure an Autoscaling policy with scaling rules based on metric thresholds ✓ Correct
Explanation

OCI Autoscaling policies enable automatic adjustment of instance counts based on predefined scaling rules that respond to metrics like CPU utilization, memory, or custom metrics.

Q36 Medium

Which OCI service is purpose-built for managing and deploying containerized applications without managing the underlying infrastructure?

  • A Oracle Container Instances or Container Engine for Kubernetes (OKE) ✓ Correct
  • B Oracle WebLogic Server Cloud
  • C Oracle Cloud Infrastructure Compute with Docker installed
  • D Oracle Application Express (APEX)
Explanation

Container Engine for Kubernetes (OKE) is a managed service that handles infrastructure management for containerized applications, and Container Instances provides a simpler serverless container option.

Q37 Hard

You are designing a disaster recovery strategy for a business-critical application. The Recovery Time Objective (RTO) is 1 hour and Recovery Point Objective (RPO) is 15 minutes. Which OCI approach best meets these requirements?

  • A Tape backup stored in a secure vault with documented recovery procedures
  • B Real-time data synchronization across regions with automated failover mechanisms
  • C Manual backups taken daily with manual restore procedures
  • D Automated backups with cross-region replication and standby infrastructure provisioned and ready ✓ Correct
Explanation

Automated backups with cross-region replication and pre-provisioned standby infrastructure allow you to achieve 1-hour RTO with 15-minute RPO through faster recovery and minimal data loss.

Q38 Medium

What is the primary advantage of using Oracle Autonomous Database over a traditional self-managed database in OCI?

  • A It eliminates the need for any network security configuration
  • B It uses open-source technology that is universally compatible
  • C It provides lower cost than all other database options in OCI
  • D Automatic patching, tuning, scaling, and backup management with reduced operational overhead ✓ Correct
Explanation

Oracle Autonomous Database automates database management tasks including patching, performance tuning, scaling, and backups, significantly reducing administrative burden and human error.

Q39 Hard

In OCI, how would you ensure that a specific group of users can only access resources tagged with a particular tag value?

  • A Use Network Security Groups to filter by user tags
  • B Create an IAM policy with conditions based on tag keys and values ✓ Correct
  • C Configure compartment-level permissions and rely on naming conventions
  • D Apply encryption keys specific to tagged resources
Explanation

OCI IAM policies support conditional statements based on tags, allowing you to grant permissions only to resources with specific tag key-value pairs, providing fine-grained access control.

Q40 Medium

You need to implement encryption for sensitive data stored in OCI Object Storage. Which encryption option is managed entirely by OCI?

  • A Server-side encryption with Oracle-managed encryption keys ✓ Correct
  • B Client-side encryption performed by your application before upload
  • C Customer-managed keys stored in an external key management system
  • D Transport Layer Security (TLS) encryption only during transit
Explanation

OCI-managed encryption keys provide server-side encryption for Object Storage without requiring customers to manage their own encryption infrastructure, while still offering strong encryption protection.

Q41 Medium

A company wants to use OCI services but must comply with data residency requirements that mandate data storage within specific geographic regions. Which OCI feature directly addresses this requirement?

  • A Network Security Groups with geographic-based rules
  • B Availability Domains (ADs) and region-specific resource deployment ✓ Correct
  • C Compartments with regional naming conventions
  • D Virtual Cloud Networks (VCNs) with multiple subnets
Explanation

OCI Regions and Availability Domains allow you to specify exact geographic locations for resource deployment, ensuring data residency compliance by keeping data within mandated regions.

Q42 Medium

You are architecting a solution where users need quick access to temporary credentials that auto-expire. Which OCI IAM feature should you implement?

  • A Session tokens with configurable expiration and MFA integration ✓ Correct
  • B Long-lived API keys for all users
  • C Shared API keys rotated manually every 90 days
  • D Permanent passwords stored in OCI Vault
Explanation

OCI IAM session tokens provide temporary credentials with configurable expiration times and can integrate with multi-factor authentication, ideal for temporary and secure access.

Q43 Easy

Which OCI service would you use to store and manage application secrets, encryption keys, and sensitive configuration data?

  • A Oracle Cloud Infrastructure Vault for centralized secrets management ✓ Correct
  • B Object Storage with public read permissions
  • C Compute instance environment variables
  • D Database tables with encrypted columns
Explanation

OCI Vault is a dedicated service for managing encryption keys, secrets, and sensitive data with audit logging, access control, and secure rotation capabilities.

Q44 Medium

You are designing a load balancing solution that must route traffic based on URL paths to different backend services. Which load balancer type should you use?

  • A Oracle Traffic Director for proprietary routing only
  • B Network Load Balancer with only IP protocol support
  • C Layer 2 Load Balancer for direct switching
  • D Application Load Balancer with path-based routing rules ✓ Correct
Explanation

OCI Application Load Balancer supports Layer 7 routing rules including path-based, hostname-based, and header-based routing to direct traffic to appropriate backend services.

Q45 Hard

An organization is planning to migrate a large on-premises application to OCI. Which approach would minimize downtime during migration?

  • A Migrate all data first, then shut down on-premises systems immediately
  • B Manually recreate the entire application in OCI before starting any migration
  • C Stop all services, perform a full backup, and restore to OCI in a single operation
  • D Use OCI Database Migration Service or application-level replication with a gradual cutover strategy ✓ Correct
Explanation

OCI Database Migration Service and replication-based strategies allow for continuous synchronization between source and target, enabling minimal-downtime cutover when the on-premises system is stopped.

Q46 Easy

What is the primary benefit of using OCI's 'Always Free' resources for architects and developers?

  • A It eliminates the need for any IAM policies or security configuration
  • B It allows cost-free experimentation and development without time limits or expiration ✓ Correct
  • C It automatically scales to handle any workload without additional charges
  • D It provides unlimited production capacity for commercial use
Explanation

OCI's Always Free tier includes resources that can be used indefinitely at no cost, making it ideal for learning, development, and testing without time limits or surprise charges.

Q47 Hard

You need to monitor and troubleshoot network connectivity issues between your on-premises network and OCI. Which OCI service provides detailed network path analysis and diagnostics?

  • A Internet Gateway logs only for inbound traffic
  • B Compartment-level activity logs without network details
  • C Oracle Cloud Infrastructure Monitoring with basic metrics
  • D Network Path Analyzer (VCN Flow Logs) for network traffic visualization ✓ Correct
Explanation

OCI Network Path Analyzer and VCN Flow Logs provide detailed diagnostics of network traffic flows, helping identify connectivity issues and analyze network paths between resources.

Q48 Hard

An application requires a database with horizontal read scalability while maintaining ACID compliance. Which OCI database solution best fits this requirement?

  • A MySQL HeatWave with automatic read scaling
  • B Object Storage with CSV files and manual data distribution
  • C Single-node Oracle Autonomous Transaction Processing database
  • D Oracle Autonomous Data Warehouse with read-only replicas ✓ Correct
Explanation

Oracle Autonomous Data Warehouse supports read-only replicas across regions for horizontal scaling of read queries while maintaining ACID properties and data consistency.

Q49 Medium

Which OCI service allows you to run Docker containers without provisioning or managing any virtual machines?

  • A Oracle Functions for container image execution only
  • B Oracle Container Instances for serverless container execution ✓ Correct
  • C Container Engine for Kubernetes (OKE) with manual node management
  • D Compute instances with Docker pre-installed
Explanation

Oracle Container Instances is a serverless container service that allows you to run containerized applications without managing underlying compute infrastructure or Kubernetes clusters.

Q50 Hard

You are designing a solution where applications need to access OCI resources without storing API keys or credentials in configuration files. What is the recommended approach?

  • A Share a single service account API key across all applications
  • B Store credentials in plain text configuration files with restricted file permissions
  • C Embed API keys in application code as string literals
  • D Use OCI Identity and Access Management Instance Principals for compute instances ✓ Correct
Explanation

Instance Principals allow compute instances to authenticate to OCI services without requiring stored credentials, using the instance's identity to obtain temporary credentials automatically.

Q51 Medium

In a multi-tier application architecture, how would you isolate network traffic between the web tier and database tier in OCI?

  • A Use separate VCNs and rely on Internet Gateways for communication
  • B Create separate subnets for each tier with Network Security Groups restricting traffic between them ✓ Correct
  • C Place both tiers in the same subnet without any restrictions
  • D Configure the database to reject all non-local connections
Explanation

Separate subnets combined with Network Security Groups allow you to implement granular network policies that restrict traffic flow between tiers, ensuring security and proper isolation.

Q52 Medium

Which OCI service provides centralized monitoring, logging, and analysis of events across your entire OCI infrastructure?

  • A Email notifications when compute instances start or stop
  • B OCI Monitoring, Logging, and Audit services for comprehensive observability ✓ Correct
  • C Object Storage for manual log file storage and retrieval
  • D Oracle Application Express for visual dashboards only
Explanation

OCI Monitoring provides metrics collection, OCI Logging aggregates logs from services, and OCI Audit records API calls and resource changes, together providing comprehensive infrastructure observability.

Q53 Medium

You are designing a highly available application that requires synchronous replication across multiple regions. Which OCI service best supports this requirement while maintaining strong consistency?

  • A OCI NoSQL Database with multi-region active-active replication
  • B OCI MySQL Database Service with cross-region read replicas
  • C OCI Autonomous Data Warehouse with cross-region snapshot copies
  • D OCI Database Cloud Service (Exadata) with Data Guard in synchronous mode across regions ✓ Correct
Explanation

OCI Database Cloud Service with Data Guard provides synchronous replication across regions ensuring strong consistency and high availability for critical databases. Data Guard's synchronous mode guarantees writes are replicated before acknowledgment.

Q54 Medium

Your application requires real-time processing of streaming data from IoT devices with millisecond latency requirements. What is the most suitable OCI service combination?

  • A OCI Analytics Cloud with real-time dashboards
  • B OCI Integration Cloud with scheduled data pipelines
  • C OCI Object Storage with OCI Data Flow for batch analytics
  • D OCI Streaming Service with OCI Functions for event processing ✓ Correct
Explanation

OCI Streaming Service provides real-time data ingestion with low latency, and OCI Functions enable serverless event processing with millisecond response times, making this ideal for IoT streaming applications.

Q55 Easy

When implementing a multi-region disaster recovery solution, which statement about OCI's region independence is correct?

  • A Regions within the same country must use the same availability domains
  • B Cross-region replication requires manual configuration of network peering connections
  • C Each OCI region is physically isolated with independent network, compute, and storage infrastructure ✓ Correct
  • D All OCI regions share the same physical infrastructure and network backbone
Explanation

OCI regions are geographically separated and physically independent, each with their own networking, compute, and storage infrastructure. This isolation is crucial for disaster recovery and compliance purposes.

Q56 Hard

You need to implement network isolation for PCI-DSS compliance across your OCI infrastructure. What combination of services provides the strongest security posture?

  • A Multiple VCNs with Internet Gateways in each subnet and security lists for traffic control
  • B Virtual Cloud Networks (VCNs) segmented with NSGs, private subnets, and OCI Web Application Firewall protecting all ingress ✓ Correct
  • C Single large VCN with extensive security list rules and NAT Gateway for all outbound traffic
  • D Network Security Groups (NSGs) with bastion hosts and encrypted VPN connections to on-premises
Explanation

PCI-DSS requires network segmentation, encrypted traffic, and access controls. VCN segmentation with NSGs in private subnets combined with WAF provides layered security controls necessary for compliance.

Q57 Medium

A customer wants to migrate a large database (10 TB) from on-premises to OCI with minimal downtime. Which migration strategy is most appropriate?

  • A Use OCI Data Transfer Service with physical appliances and Oracle Data Pump
  • B Use OCI Database Migration Service with full load followed by change data capture for incremental sync ✓ Correct
  • C Perform a manual backup and restore using RMAN across the network connection
  • D Export data to CSV files and import using SQL*Plus into OCI Database
Explanation

OCI Database Migration Service is purpose-built for minimal-downtime migrations, using full load initially and then capturing changes in real-time, ensuring the target database stays synchronized before cutover.

Q58 Medium

Your organization requires encryption of data at rest and in transit for all cloud resources. Which statement about OCI's encryption approach is accurate?

  • A Encryption in transit is optional and must be manually enabled for each service
  • B OCI provides hardware-based encryption at rest by default, while TLS 1.2+ encrypts data in transit for most services ✓ Correct
  • C Customers must purchase additional encryption licenses from third-party vendors
  • D OCI uses software-only encryption which is less secure than third-party solutions
Explanation

OCI provides built-in encryption at rest using hardware-based encryption on storage devices and mandates TLS 1.2 or higher for data in transit across most services, with customer-managed encryption keys available via OCI Key Management.

Q59 Medium

When designing a containerized microservices architecture on OCI, which container orchestration platform provides the most seamless integration with OCI services?

  • A Amazon EKS running on OCI Compute instances through cross-cloud deployment
  • B Self-managed Kubernetes cluster on Compute instances
  • C Docker Swarm deployed on OCI Compute with manual service discovery
  • D OCI Container Engine for Kubernetes (OKE) with integrated logging, monitoring, and service mesh ✓ Correct
Explanation

OCI Container Engine for Kubernetes is purpose-built for OCI and includes native integration with OCI Logging, Monitoring, API Gateway, and service mesh capabilities, providing superior operational efficiency.

Q60 Hard

A financial services company needs to ensure that specific workloads never leave a particular geographic region due to data residency laws. How should this be architected?

  • A Implement OCI FastConnect to a dedicated regional data center with manual approval workflows
  • B Use OCI's region-specific deployments with resource tagging and implement policies to enforce region affinity via Identity and Access Management ✓ Correct
  • C Configure cross-region replication with explicit region blacklisting in application code
  • D Deploy resources in a single availability domain and use security lists to restrict egress
Explanation

OCI's region-based architecture combined with IAM policies and resource tagging allows enforcement of data residency requirements at the platform level, preventing accidental cross-region data movement and ensuring compliance.

Q61 Medium

You are implementing auto-scaling for a web application tier. Which metrics combination provides the most reliable trigger for scaling decisions?

  • A CPU utilization combined with request count and memory utilization for comprehensive load assessment ✓ Correct
  • B CPU utilization only, as it directly correlates with application load
  • C Memory utilization only, to prevent out-of-memory errors
  • D Network throughput only, as it represents actual customer traffic
Explanation

Using multiple metrics (CPU, memory, and request count) provides more accurate load assessment than single metrics, preventing premature or delayed scaling decisions and improving application responsiveness.

Q62 Hard

A healthcare organization needs to implement backup and disaster recovery with Recovery Time Objective (RTO) of 1 hour and Recovery Point Objective (RPO) of 15 minutes. Which backup strategy best meets these requirements?

  • A Daily incremental backups with manual restoration procedures documented for staff training
  • B Continuous replication to a standby environment with automated failover capabilities and transaction logs backed up every 15 minutes ✓ Correct
  • C Weekly full backups to OCI Object Storage with monthly archival to cold storage
  • D On-demand backups triggered manually when administrators identify the need for backup copies
Explanation

Continuous replication with transaction log backups every 15 minutes ensures RPO of 15 minutes, while automated failover achieves the 1-hour RTO requirement for healthcare data recovery scenarios.

Ready to test your knowledge?

You've reviewed all 62 questions. Take the interactive practice exam to simulate the real test environment.

▶ Start Practice Exam — Free