Oracle Certification

1Z0-1085 — OCI Foundations 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-1085 Exam

The Oracle OCI Foundations (1Z0-1085) certification validates professional expertise in Oracle technologies. This study guide covers all 62 practice questions from our 1Z0-1085 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

Which OCI service provides a fully managed, petabyte-scale data warehouse solution?

  • A Oracle MySQL Database Service
  • B Oracle NoSQL Database Cloud Service
  • C Oracle Database Cloud Service
  • D Oracle Autonomous Data Warehouse ✓ Correct
Explanation

Oracle Autonomous Data Warehouse is OCI's petabyte-scale, fully managed data warehouse service that eliminates manual tuning and patching. The other services are designed for different use cases such as transactional databases or NoSQL workloads.

Q2 Medium

What is the primary benefit of using Oracle Autonomous Database over traditional on-premises databases?

  • A Guaranteed 100% uptime with no maintenance windows
  • B Ability to run any application without modification
  • C Automatic patching, tuning, and high availability with minimal management overhead ✓ Correct
  • D Lower initial hardware costs only
Explanation

Oracle Autonomous Database automatically handles patching, tuning, and backup operations, significantly reducing administrative overhead and human error. While it offers high availability, it does not guarantee 100% uptime, and some applications may require modification.

Q3 Medium

Which networking component in OCI allows you to logically partition a network and control traffic between subnets?

  • A Security List
  • B Internet Gateway
  • C Network Security Group
  • D Virtual Cloud Network ✓ Correct
Explanation

A Virtual Cloud Network (VCN) is the foundation of OCI networking that enables you to create isolated network environments with subnets. While Security Lists and Network Security Groups control traffic rules, the VCN itself provides the logical partitioning.

Q4 Medium

In OCI Identity and Access Management, what is a policy?

  • A A set of rules written in a specific language that grants or denies access to resources ✓ Correct
  • B A document that defines user credentials and password requirements for all accounts
  • C An automated process that encrypts data based on predefined rules
  • D A service that monitors and logs all user activities across the tenancy
Explanation

An IAM policy is a set of rules written in OCI's policy language that specifies what actions users or groups can perform on specific resources. Policies are the mechanism for implementing fine-grained access control in OCI.

Q5 Medium

Which statement accurately describes the relationship between compartments and resources in OCI?

  • A Each resource belongs to one compartment, and compartments can be organized hierarchically ✓ Correct
  • B Resources can belong to multiple compartments simultaneously for redundancy
  • C Each resource must belong to exactly one compartment, and compartments cannot be nested
  • D Compartments are optional organizational structures with no impact on resource access control
Explanation

In OCI, each resource belongs to exactly one compartment at a time, and compartments support hierarchical nesting, allowing for logical organization of resources and IAM policy application at multiple levels. Resources cannot belong to multiple compartments simultaneously.

Q6 Easy

What is the primary function of a Load Balancer in OCI?

  • A To encrypt all incoming traffic using TLS/SSL protocols
  • B To manage DNS resolution for application domains
  • C To distribute incoming traffic across multiple compute instances and ensure high availability ✓ Correct
  • D To store and cache frequently accessed database queries
Explanation

OCI Load Balancer distributes incoming application traffic across multiple backend servers to improve availability and scalability. While it can support SSL/TLS termination, its primary function is traffic distribution and load balancing.

Q7 Medium

Which OCI service is designed for building, deploying, and managing containerized applications?

  • A Oracle Kubernetes Engine ✓ Correct
  • B Oracle Container Instances
  • C Oracle Functions
  • D Oracle Container Registry
Explanation

Oracle Kubernetes Engine (OKE) is OCI's managed Kubernetes service for deploying and managing containerized applications at scale. While Container Registry stores images and Container Instances run standalone containers, OKE is the full orchestration platform.

Q8 Easy

What does the OCI Free Tier provide?

  • A Completely free access to all OCI services for 12 months
  • B Limited access to compute services only, with no database or networking services included
  • C Always-free services with no time limit and paid services with a $300 credit for 30 days ✓ Correct
  • D Trial access to enterprise features only, with standard features requiring immediate payment
Explanation

The OCI Free Tier includes a set of always-free services (no expiration) plus a $300 credit for 30 days to try paid services. This combination allows users to build solutions without cost for always-free services and experiment with other services during the trial period.

Q9 Easy

In OCI Object Storage, what is the smallest unit of data that can be stored?

  • A A bucket containing multiple files of at least 100 MB
  • B An object with no minimum size restriction ✓ Correct
  • C A partition requiring at least 1 MB
  • D A block of 4 KB minimum size
Explanation

OCI Object Storage allows objects of any size, from bytes to terabytes, with no minimum size restriction. Objects are the fundamental unit of storage in Object Storage, organized within buckets.

Q10 Medium

Which OCI feature allows you to monitor resource utilization and set up automated responses to specific metrics?

  • A Oracle Cloud Guard
  • B Oracle Cloud Events Service
  • C Oracle Cloud Monitoring and Alarms ✓ Correct
  • D Oracle Cloud Audit Service
Explanation

OCI Monitoring collects metrics from resources, and Alarms enable automated responses (like notifications or scaling) based on metric thresholds. Cloud Guard focuses on security posture, Audit tracks API calls, and Events provides real-time event streaming.

Q11 Medium

What is the primary difference between Block Volume and Object Storage in OCI?

  • A They are identical services with different names in different regions
  • B Block Volume is for databases only, while Object Storage is for everything else
  • C Object Storage is faster but more expensive, while Block Volume is slower but cheaper
  • D Block Volume provides low-latency storage for instances, while Object Storage provides scalable, eventually consistent storage for unstructured data ✓ Correct
Explanation

Block Volume is high-performance, low-latency storage attached to compute instances (like traditional disks), while Object Storage is scalable, distributed storage for unstructured data accessed via APIs. They serve different use cases and have different performance characteristics.

Q12 Medium

Which OCI service allows you to run serverless functions without managing compute infrastructure?

  • A Oracle Functions ✓ Correct
  • B Oracle Kubernetes Engine
  • C Oracle Container Instances
  • D Oracle Compute (Virtual Machines)
Explanation

Oracle Functions is OCI's serverless platform where you write code functions that execute in response to events without provisioning or managing servers. The other services require you to manage compute resources directly.

Q13 Medium

In OCI, what is a subnet?

  • A A subnet is a physical server that hosts virtual machines
  • B A subnet is a subdivision of a VCN that can span multiple availability domains ✓ Correct
  • C A subnet is a backup storage location for disaster recovery purposes
  • D A subnet is a container for organizing compartments within a region
Explanation

A subnet is a logical subdivision of a VCN in a specific availability domain, which determines where resources within that subnet are physically located. Subnets enable you to organize resources and apply security rules at a more granular level than the VCN itself.

Q14 Medium

Which OCI service provides DNS management and routing capabilities for domain names?

  • A Oracle DNS Traffic Management ✓ Correct
  • B Oracle API Gateway
  • C Oracle Email Delivery Service
  • D Oracle Cloud Guard
Explanation

Oracle DNS Traffic Management (part of the broader DNS service) provides DNS hosting, management, and advanced routing capabilities for domain names. API Gateway handles API management, not DNS; Email Delivery is for sending emails.

Q15 Medium

What does an Availability Domain (AD) represent in OCI?

  • A A physically isolated data center within an OCI region with independent infrastructure and utilities ✓ Correct
  • B A geographical region where OCI has infrastructure, spanning multiple countries
  • C A logical grouping of users with similar access requirements within a tenancy
  • D A backup copy of your data that is automatically maintained for disaster recovery
Explanation

An Availability Domain is a physically isolated data center within a region with its own power, cooling, and network infrastructure, ensuring high availability and fault isolation. Regions span geographical areas; compartments group users; backups are separate concepts.

Q16 Medium

Which statement is true about OCI Regions?

  • A All OCI services are available in every region
  • B Regions are primarily used for disaster recovery backup only
  • C You can only create resources in one region and must replicate manually to other regions
  • D Regions are geographically distributed locations where OCI infrastructure is deployed, but service availability varies by region ✓ Correct
Explanation

OCI Regions are geographically distributed areas where OCI has deployed infrastructure and data centers, but not all services are available in all regions. Service availability varies, and you must check the OCI services availability matrix for your region.

Q17 Hard

In OCI, what is the primary use case for using Instance Metadata Service (IMDS)?

  • A To retrieve information about the instance itself, such as its IP address, SSH keys, and other metadata without network calls ✓ Correct
  • B To store encrypted credentials for accessing other cloud providers
  • C To monitor instance performance metrics and send alerts
  • D To manage instance scheduling and automatic start/stop policies
Explanation

Instance Metadata Service allows applications running on an instance to retrieve metadata about the instance (such as IP addresses, SSH public keys, and instance configuration) locally without requiring network calls to external services.

Q18 Medium

Which OCI service allows you to set up a private, dedicated network connection from your on-premises infrastructure to OCI?

  • A Oracle VPN Connect
  • B Oracle Dedicated Network
  • C Oracle FastConnect ✓ Correct
  • D Oracle Direct Link
Explanation

Oracle FastConnect provides a dedicated, private network connection from your on-premises data center or office to OCI without using the public internet. This ensures consistent, low-latency, and high-bandwidth connectivity compared to VPN alternatives.

Q19 Hard

What is the primary advantage of using a Security List in OCI over Network Security Groups?

  • A Security Lists support stateful rules while Network Security Groups only support stateless rules
  • B Security Lists apply at the subnet level and are easier to manage when you have many subnets with similar rules ✓ Correct
  • C Security Lists are more granular and can be applied at the instance level
  • D Security Lists are more cost-effective and require no additional configuration
Explanation

Security Lists operate at the subnet level and control traffic for all instances within that subnet, making them efficient for managing rules across many subnets. Network Security Groups operate at the instance-level and provide more granular control, so the choice depends on your architectural needs.

Q20 Easy

In OCI Database services, what does the term 'Autonomous' refer to?

  • A The requirement to use custom programming languages instead of SQL
  • B The ability to operate without internet connectivity or cloud management
  • C Independence from Oracle's support and maintenance services
  • D Automatic management of routine tasks like patching, tuning, and backups without manual intervention ✓ Correct
Explanation

Autonomous databases automatically handle administrative tasks such as patching, tuning, backups, and recovery, eliminating manual database management work and reducing human error. This automation is the defining characteristic of OCI's Autonomous Database offerings.

Q21 Easy

Which OCI service is best suited for storing and managing large collections of unstructured data like images, videos, and documents?

  • A Oracle Autonomous Database
  • B Oracle MySQL Database Service
  • C Oracle Object Storage ✓ Correct
  • D Oracle Block Volume
Explanation

Oracle Object Storage is designed for storing large amounts of unstructured data with high scalability and availability. Autonomous Database and MySQL are for structured data; Block Volume is for high-performance attached storage.

Q22 Medium

What is the purpose of a route table in OCI networking?

  • A To store encrypted passwords and API keys for database connections
  • B To define rules that determine where network traffic from a subnet should be directed based on destination IP addresses ✓ Correct
  • C To cache DNS responses and improve domain name resolution speed
  • D To monitor and log all network traffic patterns and generate usage reports
Explanation

A route table contains routing rules that specify how traffic from a subnet should be routed based on destination IP address, directing traffic to gateways, VNICs, or other targets. It is a fundamental networking component for controlling traffic flow within a VCN.

Q23 Hard

In OCI IAM, what is the difference between a user and a service principal?

  • A Users are people who authenticate interactively, while service principals are non-human identities created for applications and services to authenticate programmatically ✓ Correct
  • B They are synonymous terms used interchangeably in OCI documentation
  • C Users are for cloud administrators only, while service principals are for regular end-users
  • D Service principals can access more resources than users because they have higher privileges by default
Explanation

Users represent people who log in interactively with credentials, while service principals are non-human identities (created for applications, instances, or functions) that authenticate using API keys or other credentials. Both can have IAM policies, but they serve different authentication purposes.

Q24 Medium

Which OCI service helps you identify and address security vulnerabilities and compliance risks in your cloud infrastructure?

  • A Oracle Vulnerability Scanner
  • B Oracle Cloud Guard ✓ Correct
  • C Oracle Security Assessment Service
  • D Oracle Cloud Compliance Checker
Explanation

Oracle Cloud Guard uses machine learning and threat intelligence to continuously monitor your OCI environment, identify security risks, detect compliance violations, and recommend remediation actions. It is OCI's primary service for security posture management.

Q25 Medium

What is the primary function of OCI Vault?

  • A To provide encrypted backups of databases and virtual machines
  • B To encrypt all data in transit across OCI networks automatically
  • C To serve as a dedicated storage location for financial and billing information
  • D To store and manage encryption keys, certificates, and other secrets with controlled access and audit logging ✓ Correct
Explanation

OCI Vault is a managed service for securely storing and managing cryptographic keys, certificates, and secrets. It provides centralized key management with fine-grained access control and comprehensive audit logging, essential for encryption key and secret management.

Q26 Hard

In OCI, which service allows you to automatically trigger functions or other OCI services in response to specific events occurring in your infrastructure?

  • A Oracle Cloud Audit
  • B Oracle Cloud Alarms
  • C Oracle Events Service ✓ Correct
  • D Oracle Cloud Monitoring
Explanation

OCI Events Service allows you to define rules that automatically trigger actions (like invoking functions or sending notifications) in response to events occurring in your OCI infrastructure, enabling event-driven automation. Monitoring collects metrics; Alarms respond to metric thresholds; Audit logs API calls.

Q27 Easy

Which statement accurately describes how OCI pricing works?

  • A OCI requires annual prepayment contracts with no flexibility for scaling resources
  • B OCI charges a fixed monthly fee regardless of actual resource usage
  • C OCI uses a pay-as-you-go model where you pay only for the resources you consume, based on consumption metrics like CPU, storage, and network ✓ Correct
  • D OCI pricing is significantly higher than other cloud providers and cannot be negotiated
Explanation

OCI uses a consumption-based pricing model where you pay only for the resources you actually use, measured by various metrics depending on the service (compute hours, storage GB-months, network traffic, etc.). This allows for cost-effective scaling based on actual demand.

Q28 Easy

What is the primary benefit of using Oracle Cloud Infrastructure (OCI) Regions?

  • A Reduced licensing costs across all cloud services
  • B Improved latency and data residency compliance by deploying applications closer to end users ✓ Correct
  • C Automatic scaling without any configuration required
  • D Elimination of the need for security patches
Explanation

OCI Regions enable organizations to deploy resources in geographically distributed locations, reducing latency for end users and helping meet data sovereignty requirements.

Q29 Easy

Which OCI service provides block storage that can be attached to compute instances?

  • A Object Storage
  • B Block Volume ✓ Correct
  • C Archive Storage
  • D File Storage Service
Explanation

Block Volume is OCI's block storage service that provides persistent, high-performance storage that can be attached to Compute instances similar to traditional hard drives.

Q30 Medium

In OCI's shared responsibility model, who is responsible for securing the physical infrastructure and facilities?

  • A The customer is fully responsible for all security aspects
  • B A third-party security firm contracted by OCI handles all security
  • C Responsibility is split equally between Oracle and the customer regardless of the service type
  • D Oracle is responsible for securing physical infrastructure, while customers secure their applications and data ✓ Correct
Explanation

Under OCI's shared responsibility model, Oracle is responsible for infrastructure security (physical facilities, hardware), while customers are responsible for securing their applications, data, and access controls.

Q31 Medium

Which of the following best describes an Availability Domain in OCI?

  • A A single isolated data center within a region with independent infrastructure ✓ Correct
  • B A backup facility used only for disaster recovery purposes
  • C A logical grouping of compute resources sharing the same network
  • D A geographic region containing multiple data centers
Explanation

An Availability Domain is a single, isolated data center within an OCI Region that has independent power, cooling, and network infrastructure to provide high availability.

Q32 Easy

What is the primary purpose of Identity and Access Management (IAM) in OCI?

  • A To automatically backup all data stored in OCI services
  • B To control who has access to OCI resources and what actions they can perform ✓ Correct
  • C To provide encryption for data at rest and in transit
  • D To monitor and log all API calls made to OCI services
Explanation

IAM in OCI is used to manage user authentication, authorization, and permissions, controlling who can access which resources and what operations they can perform.

Q33 Medium

Which networking component in OCI allows you to control inbound and outbound traffic to compute instances?

  • A Load Balancer
  • B Network Security Group (NSG) ✓ Correct
  • C Internet Gateway
  • D Virtual Cloud Network (VCN)
Explanation

A Network Security Group (NSG) acts as a virtual firewall that controls traffic to and from resources by enforcing stateful ingress and egress rules.

Q34 Medium

When deploying a multi-tier application in OCI for high availability, which approach is most recommended?

  • A Use only the most recently launched Availability Domain for the latest infrastructure
  • B Deploy the application in only one Region regardless of geographic distribution needs
  • C Deploy all resources in a single Availability Domain to minimize latency
  • D Distribute resources across multiple Availability Domains within the same Region ✓ Correct
Explanation

Distributing resources across multiple Availability Domains within a Region provides fault tolerance and high availability while maintaining low-latency communication between tiers.

Q35 Easy

What does OCI Compute provide as its primary service offering?

  • A Object storage for storing unstructured data like files and media
  • B Managed database services with automated backups and patching
  • C Virtual machines and bare metal servers for running applications and workloads ✓ Correct
  • D API gateway services for managing microservices communication
Explanation

OCI Compute provides both virtual machine instances and bare metal servers, allowing customers to deploy and manage compute resources for their applications.

Q36 Easy

Which OCI service is best suited for storing large amounts of unstructured data like images, videos, and documents?

  • A Object Storage ✓ Correct
  • B File Storage Service
  • C Block Volume
  • D Autonomous Database
Explanation

Object Storage is OCI's scalable, durable service designed for storing unstructured data with high availability and multiple access methods.

Q37 Medium

In the context of OCI tenancies, what is a Compartment used for?

  • A A logical container for organizing, isolating, and controlling access to OCI resources ✓ Correct
  • B A physical separation of data centers across different regions
  • C A temporary storage location for data being transferred between regions
  • D A virtual machine instance type optimized for specific workloads
Explanation

Compartments are logical containers in OCI that allow you to organize resources, set policies for access control, and track costs and usage by department or project.

Q38 Medium

Which of the following is a key advantage of Oracle Autonomous Database compared to traditional managed databases?

  • A Lower initial purchase cost than on-premises solutions
  • B Ability to run only on-premises infrastructure without cloud deployment
  • C Automatic patching, backups, and tuning with minimal manual administration required ✓ Correct
  • D Support for only proprietary Oracle applications and tools
Explanation

Autonomous Database automates many operational tasks including patching, backups, and performance tuning, reducing the administrative overhead and human error.

Q39 Medium

What is the purpose of a Virtual Cloud Network (VCN) in OCI?

  • A To monitor and alert on database performance metrics across all instances
  • B To provide managed Kubernetes container orchestration services
  • C To encrypt all data stored in Object Storage buckets automatically
  • D To define an isolated network environment where you can launch OCI resources and control network traffic ✓ Correct
Explanation

A VCN is OCI's virtual networking service that allows you to create isolated network environments with customizable IP address ranges, subnets, and routing rules.

Q40 Medium

Which pricing model in OCI allows you to commit to using a specific amount of resources over a period of time to receive a discount?

  • A On-Demand pricing with no commitments
  • B Reserved Instances ✓ Correct
  • C Pay-as-you-go with automatic scaling adjustments
  • D License-included subscriptions for software only
Explanation

Reserved Instances allow customers to make upfront commitments for compute capacity over 1 or 3-year terms, providing significant discounts compared to on-demand pricing.

Q41 Medium

In OCI, what is the main purpose of using subnets within a VCN?

  • A To divide network address space and control routing and security rules for different resource groups ✓ Correct
  • B To provide load balancing capabilities across compute instances
  • C To automatically replicate data across multiple geographic regions
  • D To separate billing charges between different departments
Explanation

Subnets allow you to divide your VCN's IP address space and apply specific routing, security, and access control rules to different groups of resources.

Q42 Medium

Which OCI service should you use to build, deploy, and manage containerized applications at scale?

  • A Autonomous Database with native JSON support
  • B Object Storage with lifecycle policies
  • C Oracle Container Engine for Kubernetes (OKE) or Container Instances ✓ Correct
  • D Compute Instances with manual Docker installation
Explanation

OCI Container Engine for Kubernetes (OKE) and Container Instances are managed container services that handle orchestration, scaling, and lifecycle management of containerized workloads.

Q43 Hard

What does the principle of least privilege mean in the context of OCI IAM policies?

  • A Grant users the minimum necessary permissions required to perform their job functions ✓ Correct
  • B Provide all administrators with full access to every resource in the tenancy
  • C Allow public access to all resources to maximize ease of use
  • D Restrict all access and require manual approval for every API call
Explanation

Least privilege means granting users only the specific permissions they need to accomplish their tasks, reducing security risks from over-privileged accounts.

Q44 Medium

How does OCI Object Storage ensure data durability and availability?

  • A By requiring customers to manually replicate data to other regions
  • B By storing data only on the most expensive premium storage hardware
  • C By storing data in a single location with daily manual backups
  • D By replicating data across multiple Availability Domains within a Region automatically ✓ Correct
Explanation

OCI Object Storage automatically replicates data across multiple Availability Domains within a region, providing high durability and availability without manual intervention.

Q45 Medium

Which of the following best describes Oracle Cloud's approach to compliance and certifications?

  • A Compliance certifications are not applicable to cloud services
  • B OCI supports only the most basic compliance standards for small businesses
  • C OCI has achieved multiple compliance certifications including ISO, SOC 2, and industry-specific standards like HIPAA and PCI-DSS ✓ Correct
  • D OCI requires customers to handle all compliance responsibilities without cloud provider support
Explanation

OCI has achieved numerous compliance certifications and continues to maintain them across various standards to meet enterprise and regulatory requirements.

Q46 Hard

What is the relationship between OCI Regions and Availability Domains?

  • A Each Region contains multiple independent Availability Domains, allowing for high availability within the region ✓ Correct
  • B Regions and Availability Domains are the same thing with different naming conventions
  • C Availability Domains are located outside of Regions and serve all regions equally
  • D Each Region contains a single Availability Domain for simplicity
Explanation

Each OCI Region contains multiple independent Availability Domains, enabling customers to architect highly available solutions by distributing workloads across them.

Q47 Hard

Which feature of OCI Autonomous Database provides built-in machine learning capabilities?

  • A Machine learning is only available in separate OCI services, not in databases
  • B Autonomous Database Machine Learning (ADML) service for building custom models
  • C Autonomous Database includes integrated machine learning algorithms for anomaly detection and performance optimization ✓ Correct
  • D OCI requires customers to build machine learning models externally and import results
Explanation

Autonomous Database includes built-in machine learning capabilities for tasks like anomaly detection, performance tuning, and intelligent forecasting without requiring separate tools.

Q48 Easy

What is the primary benefit of using OCI's pay-as-you-go pricing model?

  • A Reduced costs specifically for long-term contracts of 5+ years
  • B Guaranteed fixed monthly costs regardless of resource usage
  • C Free access to all OCI services with limited bandwidth
  • D Customers pay only for resources they actually consume, providing flexibility and cost efficiency ✓ Correct
Explanation

Pay-as-you-go pricing allows customers to pay only for what they use, providing flexibility for variable workloads and helping control costs for unpredictable usage patterns.

Q49 Hard

In OCI, what is the purpose of a Route Table in a VCN?

  • A To monitor and log all database transactions in real-time
  • B To automatically scale compute resources based on traffic patterns
  • C To define rules that determine where network traffic from your subnet is directed ✓ Correct
  • D To store encrypted passwords and authentication credentials securely
Explanation

A Route Table contains rules that specify where network traffic from resources in a subnet should be routed (e.g., to an internet gateway, NAT gateway, or VPN connection).

Q50 Medium

Which OCI database service is designed specifically for analytics and data warehousing workloads?

  • A Oracle Exadata Cloud Service for transactional systems
  • B Oracle Autonomous Transaction Processing (ATP)
  • C Oracle Autonomous Data Warehouse (ADW) ✓ Correct
  • D Oracle NoSQL Database for document storage
Explanation

Autonomous Data Warehouse (ADW) is specifically optimized for analytics and data warehousing workloads, providing fast query performance and automatic scaling for analytical queries.

Q51 Easy

What does Oracle Cloud Infrastructure's free tier provide to new customers?

  • A Free services only for academic institutions and non-profit organizations
  • B One-time free $500 credit that must be used within the first month
  • C A 30-day trial with limited compute resources and full access to all services
  • D Permanent free access to a selection of popular services with specified usage limits ✓ Correct
Explanation

OCI's Always Free tier provides permanent free access to selected services with specified usage limits, allowing customers to explore and develop without ongoing charges.

Q52 Hard

How can you ensure that sensitive data in OCI is protected both at rest and in transit?

  • A Encryption is only recommended for highly sensitive data and not necessary for most workloads
  • B Manually encrypt and decrypt data outside of OCI services for maximum control
  • C Store data unencrypted and rely only on network isolation for security
  • D Use OCI's built-in encryption services for data at rest and enable TLS/SSL for data in transit ✓ Correct
Explanation

OCI provides built-in encryption capabilities for data at rest using customer-managed or Oracle-managed keys, and TLS/SSL encryption for data in transit to protect sensitive information.

Q53 Medium

Which Oracle Cloud Infrastructure service allows you to run containerized applications without managing the underlying infrastructure?

  • A Oracle Container Instances ✓ Correct
  • B Oracle Virtual Machine Database Service
  • C Oracle Container Engine for Kubernetes (OKE)
  • D Oracle Functions
Explanation

Oracle Container Instances is a serverless compute service that allows you to run containers without managing Kubernetes clusters or virtual machines. It abstracts away infrastructure management while OKE requires cluster management.

Q54 Easy

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

  • A To organize and isolate cloud resources for billing and access control ✓ Correct
  • B To encrypt data at rest in storage buckets
  • C To manage network traffic between subnets
  • D To schedule automated backups of databases
Explanation

Compartments are the primary mechanism in OCI IAM for organizing resources, controlling access, and managing billing. They provide isolation and hierarchical organization of resources within a tenancy.

Q55 Hard

An organization needs to ensure that their database backups are stored in a geographically separate location for disaster recovery. Which OCI feature should they implement?

  • A Cross-region backup replication using Object Storage and standby databases ✓ Correct
  • B Synchronous data mirroring within the same availability domain
  • C Backup retention policies with local storage only
  • D Network security groups with geo-blocking rules
Explanation

Cross-region backup replication moves backups to Object Storage in different regions, and standby databases can be deployed in separate regions for disaster recovery. Local-only storage and same-AD mirroring do not provide geographic separation.

Q56 Medium

Which OCI service provides a fully managed, serverless database solution optimized for document storage and retrieval?

  • A Oracle Database Service
  • B Oracle Autonomous Data Warehouse
  • C Oracle NoSQL Database Cloud Service ✓ Correct
  • D Oracle MySQL Database Service
Explanation

Oracle NoSQL Database Cloud Service is a serverless, fully managed database service designed for flexible, document-oriented data storage. It handles scaling and infrastructure management automatically.

Q57 Medium

What is a key advantage of using Oracle Autonomous Database compared to traditional Oracle Database services?

  • A It only supports on-premises deployments with cloud connectivity
  • B It requires manual patching and upgrading by database administrators
  • C It eliminates the need for any security configurations or encryption
  • D Automated tuning, patching, and backup management with built-in machine learning ✓ Correct
Explanation

Autonomous Database automates routine DBA tasks including patching, tuning, and backups using machine learning, significantly reducing operational overhead while maintaining security and performance.

Q58 Hard

An organization wants to implement a multi-cloud strategy while maintaining centralized identity management. Which OCI service would best support this requirement?

  • A OCI Virtual Cloud Networks with site-to-site VPN only
  • B Oracle Integration Cloud without IAM integration
  • C Oracle Application Express exclusively
  • D OCI Identity Domains with federation and external identity providers ✓ Correct
Explanation

OCI Identity Domains supports federation with external identity providers, allowing centralized identity management across multiple cloud environments and on-premises systems.

Q59 Easy

Which statement accurately describes OCI's pay-as-you-go pricing model?

  • A You must commit to a 3-year contract to receive pricing discounts
  • B You pay for actual usage of resources with no long-term commitments required ✓ Correct
  • C You pay fixed monthly fees regardless of resource usage
  • D You pay only for the compute resources, not storage or networking
Explanation

OCI's pay-as-you-go model charges only for actual resource consumption without mandatory long-term commitments. Discounts are available through optional commitment plans, but the basic model is consumption-based.

Q60 Medium

What is the relationship between Oracle Cloud Infrastructure regions and availability domains?

  • A An availability domain contains multiple regions for redundancy
  • B Regions and availability domains are the same thing with different names
  • C A region contains multiple availability domains, each with independent infrastructure ✓ Correct
  • D A region is located within a single availability domain for cost efficiency
Explanation

OCI regions are geographic locations containing multiple availability domains. Each availability domain is physically isolated with independent power, cooling, and networking to provide fault tolerance within a region.

Q61 Medium

An enterprise requires compliance with data residency regulations that mandate data remain within specific geographic boundaries. How can OCI address this requirement?

  • A By enabling encryption that allows data to be accessed from anywhere regardless of location
  • B By automatically distributing all data globally across all regions automatically
  • C By restricting resources to specific regions and using local storage within those regions only ✓ Correct
  • D By implementing VPN connections that bypass regional restrictions
Explanation

OCI allows customers to choose specific regions for resource deployment and data storage, ensuring compliance with data residency regulations by keeping data within designated geographic boundaries.

Q62 Hard

Which OCI service would be most appropriate for hosting a real-time analytics platform that requires extremely fast data ingestion and querying of large datasets?

  • A Oracle MySQL Database with standard instance sizes
  • B Oracle Database Single Instance on a VM
  • C Oracle Autonomous Data Warehouse with high-performance compute optimization ✓ Correct
  • D Oracle Analytics Cloud with manual data refresh intervals
Explanation

Oracle Autonomous Data Warehouse is optimized for analytical workloads with fast querying capabilities and can be configured for high-performance compute to handle large-scale real-time analytics and rapid data ingestion.

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