OracleAssociate level1Z0-1072-25

1Z0-1072-25 exam dumps: 318 free OCI 2025 Architect Associate practice questions

Free 1Z0-1072-25 practice questions for the Oracle Cloud Infrastructure 2025 Architect Associate exam, with the correct answer and a full explanation for every option. Read the first 10 below, browse all 318 by number, or take a timed practice exam.

Question bank last updated May 2025

Free 1Z0-1072-25 practice questions

Questions 1 to 10 of 318

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

1Z0-1072-25 Question 1

Single answer

You have a high-traffic application running on an Oracle Cloud Infrastructure compute instance that uses ephemeral local NVMe storage for caching. The instance currently writes its application logs to the same ephemeral storage, but your compliance requirements mandate retaining logs for at least 6 months. Which approach best meets these requirements while minimizing the risk of data loss?

  1. A

    Configure a larger shape with more local NVMe storage to store logs

  2. B

    Enable auto-scaling for the compute instance to handle increased logs

  3. C

    Attach an OCI Block Volume and upload the logs to it occasionally

  4. D

    Rotate the logs to OCI Object Storage on a regular schedule

Show answer and explanation

Correct answer: D

Explanation

Ephemeral local NVMe storage on OCI compute instances is not persistent and can be lost immediately if the instance fails, is stopped, or is reconfigured. For compliance and audit requirements that demand long-term log retention, rotating or archiving logs to a durable storage option like OCI Object Storage is the recommended practice. Refer to Oracle� Compute and Storage documentation for best practices on using local NVMe storage only for short-lived data (such as cache), and storing critical or long-lived data on Block Volumes or Object Storage.

  • A. Incorrect.

    Incorrect: While a larger shape might temporarily provide more local NVMe capacity, ephemeral storage is not persistent. If an instance fails or is retired, data is lost. This does not address long-term retention with minimal data loss risk.

  • B. Incorrect.

    Incorrect: Auto-scaling can handle additional load by adding more compute instances, but it does not inherently solve the log retention issue. Logs stored on ephemeral local storage remain vulnerable to data loss when instances are scaled down or fail.

  • C. Incorrect.

    Incorrect: Attaching a Block Volume can provide persistent storage, but merely uploading logs occasionally still carries a risk of data loss if the instance fails before the upload. Additionally, continuously writing large log volumes to a Block Volume can become costly and complex for long-term compliance.

  • D. Correct.

    Correct: Regularly rotating logs to OCI Object Storage ensures durability and long-term retention. Object Storage is designed for high durability and scalability, making it a best practice for storing logs that need to be retained for extended periods.

1Z0-1072-25 Question 2

Single answer

Your team hosts a high-traffic e-commerce application on OCI and experiences significant fluctuations in user demand throughout the day. You need a cost-effective way to automatically add or remove compute instances based on CPU usage thresholds, ensuring minimal downtime while scaling. Which approach should you implement to meet these requirements?

  1. A

    Create an Instance Configuration and use an Instance Pool with autoscaling enabled based on CPU utilization.

  2. B

    Allocate a single bare metal instance and manually adjust its shape whenever demand changes.

  3. C

    Use Resource Manager to provision new instances each time demand increases, then decommission them manually.

  4. D

    Enable block volume autoscaling to add or remove capacity for CPU usage.

Show answer and explanation

Correct answer: A

Explanation

Instance Pools with autoscaling configured through Instance Configurations is the recommended pattern on OCI for handling dynamic scaling needs. By monitoring CPU or other performance metrics, the pool will automatically provision or terminate instances, ensuring both cost efficiency and high availability. For additional details, refer to Oracle� documentation on Instance Configurations and Autoscaling: https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/usinginstancepools.htm

  • A. Correct.

    Correct. Creating an Instance Configuration, then using it with an Instance Pool that has autoscaling rules based on CPU metrics is the recommended method to handle fluctuating demand. This approach automatically adds or removes instances and ensures minimal downtime.

  • B. Incorrect.

    Incorrect. Manually changing a single bare metal instance shape is cumbersome, can cause downtime, and does not provide automatic scaling. It also doesn't align with OCI best practices for elasticity.

  • C. Incorrect.

    Incorrect. While OCI Resource Manager can automate infrastructure deployments, manually provisioning or decommissioning instances whenever demand changes is inefficient and prone to human error. It doesn't provide real-time autoscaling based on utilization metrics.

  • D. Incorrect.

    Incorrect. Autoscaling block volumes only adjusts storage capacity, not CPU or memory resources. It won�t help with automatically adjusting the compute fleet when CPU usage spikes.

1Z0-1072-25 Question 3

Select 2

Your analytics team needs to run a high-throughput data processing job on Oracle Cloud Infrastructure (OCI). You decide to use a VM shape that includes ephemeral local NVMe disks to achieve faster input/output (I/O) performance for intermediate data processing. However, you must also ensure that final results are not lost if the compute instance fails or is replaced. Which two steps should you take to meet these requirements?

  1. A

    Attach a persistent block volume and periodically copy or sync final results from ephemeral local NVMe to that block volume.

  2. B

    Configure ephemeral local NVMe disks to replicate automatically across multiple Availability Domains using native OCI features.

  3. C

    Take snapshots of ephemeral local NVMe disks using the built-in snapshot functionality and restore them if the instance fails.

  4. D

    Copy or move your final outputs from the ephemeral local NVMe disks to Object Storage or block volumes upon completion of the job.

Show answer and explanation

Correct answers: A, D

Explanation

Ephemeral local NVMe disks in OCI provide high-performance local storage but are not designed for persistent data. To ensure your outputs remain intact if the instance fails or is replaced, you must copy or replicate critical information to a more durable storage option, such as a block volume or Object Storage, before terminating or rebooting the instance. Refer to OCI documentation on ephemeral local NVMe and block volumes for best practices on data protection and storage durability.

  • A. Correct.

    Correct. Ephemeral local NVMe provides ultra-fast local storage but does not persist data if the instance is stopped or deleted. Attaching a persistent block volume and periodically copying your important data ensures it is retained independently of the underlying ephemeral storage.

  • B. Incorrect.

    Incorrect. Ephemeral local NVMe data is not replicated automatically by OCI, and there is no built-in feature to mirror ephemeral data across Availability Domains.

  • C. Incorrect.

    Incorrect. No snapshot feature exists for ephemeral local NVMe disks. Snapshots are only supported for block volumes. Ephemeral local NVMe storage content is lost if the instance fails or is terminated.

  • D. Correct.

    Correct. Object Storage or a persistent block volume is ideal for long-term or final data storage. Copying your results after processing is the safest way to avoid data loss when using ephemeral storage.

1Z0-1072-25 Question 4

Single answer

You are designing an HPC (High Performance Computing) application on Oracle Cloud Infrastructure (OCI) that performs iterative computations on a large, ever-changing dataset. The intermediate results do not need to be retained once processing is complete, and you require extremely low-latency local storage to optimize performance. Which compute configuration should you choose to meet these requirements?

  1. A

    Use a DenseIO instance shape with local NVMe storage for ephemeral data

  2. B

    Use a standard instance shape with attached OCI block volumes

  3. C

    Use a GPU instance shape and store all data on OCI Object Storage

  4. D

    Use a flexible instance shape with increased memory allocation for caching

Show answer and explanation

Correct answer: A

Explanation

When designing HPC solutions on OCI that require extremely fast, temporary storage, DenseIO shapes with local NVMe drives are typically the best choice. They offer high IOPS and very low latency, crucial for iterative computations on ephemeral data. For more details, consult the Oracle Cloud Infrastructure documentation on Compute shapes and storage options: https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm

  • A. Correct.

    Correct. DenseIO shapes include locally attached NVMe storage, which provides high IOPS and low latency for ephemeral workloads. Since the dataset is not needed after processing, using local NVMe drives is ideal for high-performance temporary storage needs.

  • B. Incorrect.

    Incorrect. Standard shapes rely on block volumes for additional storage, which are persistent network-attached volumes. While OCI block volumes are reliable, they do not match the ultra-low latency of locally attached NVMe drives, which is crucial for HPC workloads.

  • C. Incorrect.

    Incorrect. GPU shapes provide specialized hardware accelerators but do not necessarily include high-performance local NVMe storage by default. Storing ephemeral data in Object Storage will introduce higher latency compared to locally attached NVMe.

  • D. Incorrect.

    Incorrect. Flexible shapes allow you to customize the OCPU and memory count, but this option alone does not provide ultra-low-latency, locally attached storage. Increasing memory can help with caching, but it does not replace the high IOPS required for HPC ephemeral datasets.

1Z0-1072-25 Question 5

Select 2

Your organization needs to migrate a stateless, microservices-based web application to Oracle Cloud Infrastructure (OCI). The application experiences unpredictable traffic spikes and must be highly available across multiple availability domains while optimizing costs by running only the necessary compute resources. Which two actions should you implement to meet these requirements?

  1. A

    Create an instance pool in a regional subnet spanning multiple availability domains, configure auto-scaling rules based on CPU utilization thresholds, and distribute instances across the ADs.

  2. B

    Deploy a single compute instance with a large shape in one availability domain to manage demand for high availability.

  3. C

    Use ephemeral local NVMe storage to persist critical database data for improved performance and reliability.

  4. D

    Configure an OCI Load Balancer to direct traffic to the instance pool and enable health checks to ensure traffic is sent only to healthy instances.

Show answer and explanation

Correct answers: A, D

Explanation

Implementing an instance pool in a regional subnet with auto-scaling rules meets the requirement to handle unpredictable traffic while optimizing costs by scaling out and in only as needed. Distributing instances across multiple availability domains fulfills the high availability requirement. An OCI Load Balancer in front of the instance pool ensures health checks and efficient distribution of incoming traffic. Refer to the Oracle Cloud Infrastructure documentation on Instance Pools and Load Balancing for best practices on scaling, monitoring, and high availability.

  • A. Correct.

    Option 1 is correct. By creating an instance pool in a regional subnet and defining auto-scaling rules based on CPU utilization, you can dynamically scale out or in. Distributing instances across multiple availability domains ensures high availability.

  • B. Incorrect.

    Option 2 is incorrect. Relying on a single large instance in one domain introduces a single point of failure, which is not recommended for high availability or cost optimization.

  • C. Incorrect.

    Option 3 is incorrect. Ephemeral local NVMe storage is not suitable for persisting critical database data because it does not survive instance termination, thus compromising data reliability.

  • D. Correct.

    Option 4 is correct. Using an OCI Load Balancer with health checks and directing traffic to the instance pool ensures that requests only go to healthy instances and that traffic is automatically distributed across multiple availability domains.

1Z0-1072-25 Question 6

Single answer

Your research team needs to run a large-scale weather simulation on Oracle Cloud Infrastructure. The application requires extremely low-latency, high-throughput inter-node communication and the ability to scale to multiple bare metal instances in a clustered environment. Which compute shape would best meet these requirements?

  1. A

    A VM.Standard shape with sufficient OCPUs

  2. B

    A BM.GPU shape for GPU-accelerated parallel processing

  3. C

    A BM.Standard shape with high memory capacity

  4. D

    An HPC.BM shape with cluster networking (RDMA) support

Show answer and explanation

Correct answer: D

Explanation

In Oracle Cloud Infrastructure, HPC.BM shapes (sometimes referred to as HPC2.x shapes) include RDMA-based cluster networking, which enables extremely low-latency communication essential for tightly coupled HPC workloads like weather simulations or computational fluid dynamics. These shapes let you scale out to multiple nodes in a cluster while maintaining high performance. Refer to Oracle's HPC documentation for best practices on cluster design and deployment using HPC shapes.

  • A. Incorrect.

    Incorrect. While VM.Standard shapes can offer considerable flexibility and OCPU configurations, they do not provide the dedicated cluster networking (RDMA) capabilities required for large-scale HPC workloads.

  • B. Incorrect.

    Incorrect. GPU shapes are ideal for workloads specifically optimized for GPU acceleration (e.g., AI/ML). While they can deliver strong parallel performance, they do not inherently provide the specialized low-latency interconnect (RDMA) that HPC shapes offer for tightly coupled computations across multiple nodes.

  • C. Incorrect.

    Incorrect. A BM.Standard shape might deliver good performance, but it does not include built-in RDMA for ultra-low-latency communication across a large cluster of nodes. It's typically used for high-performance applications that do not require specialized HPC networking.

  • D. Correct.

    Correct. HPC.BM shapes are designed especially for high-performance computing clusters on OCI. They provide RDMA-based cluster networking, enabling the low latency and high throughput critical for large-scale distributed simulations such as weather modeling.

1Z0-1072-25 Question 7

Single answer

A biotechnology company needs to run large-scale simulations to analyze protein folding. These simulations require extremely high CPU performance with low-latency cluster networking for parallel computations, and the team wants local ephemeral storage for preliminary scratch data. The workload is heavily CPU-bound and does not require any GPU processing. Which Oracle Cloud Infrastructure compute shape would best address these requirements?

  1. A

    VM.Standard.E4.Flex

  2. B

    BM.HPC2.36

  3. C

    VM.GPU3.Flex

  4. D

    BM.Standard.E3.128

Show answer and explanation

Correct answer: B

Explanation

For HPC workloads that require both intensive CPU performance and low-latency cluster networking, an HPC shape such as BM.HPC2.36 is the best fit. These shapes typically have RDMA-based interconnects and ephemeral local storage to handle large temporary read/write operations. Standard or GPU shapes may have strong compute or graphics capabilities but lack these specialized HPC features and networking. Refer to OCI documentation on HPC shapes for best practices in high-performance cluster computing.

  • A. Incorrect.

    Option 1 (VM.Standard.E4.Flex): While this flexible shape allows you to configure CPU and memory, it does not offer the specialized low-latency cluster networking typically required for HPC workloads. It also lacks built-in local ephemeral storage critical for high-throughput scratch data.

  • B. Correct.

    Option 2 (BM.HPC2.36): This Bare Metal HPC shape includes specialized cluster networking with low latency and provides local NVMe-based ephemeral storage. It is designed for CPU-intensive HPC workloads, making it ideal for large-scale simulations that require parallel processing.

  • C. Incorrect.

    Option 3 (VM.GPU3.Flex): Although powerful for machine learning or graphics workloads, a GPU-focused shape is not necessary for a purely CPU-based HPC simulation. It also may not provide the specialized HPC networking stack and local ephemeral storage needed.

  • D. Incorrect.

    Option 4 (BM.Standard.E3.128): While this is a robust Bare Metal shape with significant CPU and memory resources, it does not include low-latency cluster networking tailored to HPC environments or ephemeral local NVMe storage specifically optimized for HPC.

1Z0-1072-25 Question 8

Single answer

Your analytics team needs to run high-throughput, batch data processing jobs on Oracle Cloud Infrastructure. These jobs require large amounts of temporary scratch space to store intermediate data and must handle high IOPS to avoid bottlenecks. You plan to spin up compute instances only during processing windows and shut them down afterward to minimize costs. Which compute shape would best meet these requirements?

  1. A

    VM.Standard3.Flex

  2. B

    BM.DenseIO2.52

  3. C

    HPC2.36

  4. D

    BM.GPU3.8

Show answer and explanation

Correct answer: B

Explanation

For workloads requiring large, high-performance ephemeral storage, DenseIO shapes on OCI offer local NVMe SSDs with excellent IOPS and throughput. These are ideal for temporary data storage and batch analytics tasks that need quick disk operations. According to Oracle documentation on Compute shapes, BM.DenseIO shapes provide local NVMe storage, making them the best choice for high-throughput data processing with large intermediate datasets.

  • A. Incorrect.

    Option 1 (VM.Standard3.Flex): While flexible shapes allow you to choose the number of OCPUs and memory, they do not provide large amounts of local NVMe storage for high IOPS. You would need to rely on block volumes, which may not deliver the same performance for temporary scratch space.

  • B. Correct.

    Option 2 (BM.DenseIO2.52): This bare metal shape includes high-performance NVMe SSDs with substantial local storage, delivering very high IOPS. It is ideal for compute jobs requiring large amounts of ephemeral data storage and quick read/write operations, making it the best fit for the scenario.

  • C. Incorrect.

    Option 3 (HPC2.36): HPC shapes are optimized for high-performance computing tasks, especially those requiring low-latency cluster networking. Although they provide strong compute capabilities, they do not focus on large local NVMe storage for big data workloads. Therefore, they are less suitable for this scenario where local storage performance is crucial.

  • D. Incorrect.

    Option 4 (BM.GPU3.8): This shape is targeted at GPU-intensive workloads such as machine learning or rendering. While it includes powerful GPUs, it is not the most cost-effective or optimized choice for high-volume data processing using local storage.

1Z0-1072-25 Question 9

Single answer

Your company needs to run large-scale scientific simulations that demand high-performance computing (HPC) capabilities, low-latency RDMA cluster networking, and ephemeral local NVMe storage to handle intensive parallel file I/O. Which Oracle Cloud Infrastructure compute shape is the most appropriate choice for this scenario?

  1. A

    VM.Standard.E4.flex

  2. B

    BM.Standard.E4.128

  3. C

    BM.GPU3.8

  4. D

    BM.HPC3.36

Show answer and explanation

Correct answer: D

Explanation

For high-performance computing workloads�especially those involving numerous simultaneous simulations, large data transfers, and intensive parallel processing�an HPC-optimized shape with RDMA networking and local NVMe storage is critical. BM.HPC3.36 meets these requirements by providing the requisite CPU cores, HPC-optimized network interconnect, and fast ephemeral storage directly attached to the host. Refer to Oracle Cloud Infrastructure documentation on 'High Performance Computing Solutions' for more details on HPC shape characteristics and best practices.

  • A. Incorrect.

    Option 1 (VM.Standard.E4.flex): While manually adjustable CPU and memory resources can help optimize cost and performance for various workloads, VM.Standard.E4.flex does not provide RDMA-based cluster networking or built-in ephemeral local NVMe storage. It's not ideal for intensive HPC simulations that need low-latency interconnects and high-throughput local disk operations.

  • B. Incorrect.

    Option 2 (BM.Standard.E4.128): This bare metal shape offers a large number of CPU cores but does not feature HPC-specific RDMA cluster networking, nor does it come with ephemeral local NVMe storage. It would require attaching block volumes separately, which can add latency compared to local NVMe.

  • C. Incorrect.

    Option 3 (BM.GPU3.8): While GPU shapes are excellent for machine learning and compute-accelerated workloads, they do not specifically target the low-latency, HPC cluster networking offered by HPC shapes. They also may not include the same scale of ephemeral local NVMe necessary for large-scale HPC I/O needs.

  • D. Correct.

    Option 4 (BM.HPC3.36): This is an HPC-optimized bare metal shape that includes high-bandwidth RDMA cluster networking and ephemeral local NVMe storage, making it suitable for running large-scale simulations that require low-latency, high-throughput file operations. It is specifically designed for HPC workloads.

1Z0-1072-25 Question 10

Single answer

Your organization needs to run large-scale computational fluid dynamics (CFD) simulations that require fast inter-node communication, high-performance computing libraries, and low-latency networking. In addition, you want ephemeral local storage for scratch data. Which Oracle Cloud Infrastructure (OCI) compute shape would be the most appropriate choice for this workload?

  1. A

    VM.Standard3.Flex

  2. B

    BM.GPU3.8

  3. C

    BM.Standard3.16

  4. D

    BM.HPC2.36

Show answer and explanation

Correct answer: D

Explanation

HPC shapes such as BM.HPC2.36 offer specialized hardware configurations, including RDMA-based cluster networking for low latency between nodes, which is essential for HPC workloads like CFD simulations. They also include local NVMe storage for high-speed temporary data access. For more details, refer to the Oracle Cloud Infrastructure documentation on HPC shapes and best practices for running distributed simulations.

  • A. Incorrect.

    Option 1 (VM.Standard3.Flex): While flexible shapes allow you to configure OCPUs and memory, they are not optimized for tightly coupled HPC workloads with low-latency interconnect. They also do not provide dedicated HPC networking features.

  • B. Incorrect.

    Option 2 (BM.GPU3.8): This shape provides GPU acceleration, which is suitable for workloads like machine learning or high-end graphics. However, traditional CFD simulations often benefit more from HPC-specific CPU-based resources with RDMA networking, making a GPU-focused shape not the best fit.

  • C. Incorrect.

    Option 3 (BM.Standard3.16): This bare metal shape offers dedicated resources but lacks the specialized RDMA-based cluster networking features that HPC shapes provide for scaling computational workloads across multiple nodes.

  • D. Correct.

    Option 4 (BM.HPC2.36): This is the correct choice. HPC shapes in OCI are designed for highly parallel, compute-intensive tasks. They include low-latency RDMA networking and local NVMe storage, making them optimal for CFD simulations and other HPC cluster workloads.

Timed practice exam

Take a 1Z0-1072-25 practice test under exam conditions

50 questions in 90 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

What the 1Z0-1072-25 exam covers

Official Oracle Cloud Infrastructure 2025 Architect Associate exam domains and weightings.

  • Identity and Access Management

    15% of exam

  • Networking

    25% of exam

  • Compute

    20% of exam

  • Storage

    15% of exam

  • Database

    15% of exam

  • Security and Governance

    10% of exam

All 318 1Z0-1072-25 practice questions

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them.

  1. 1.You have a high-traffic application running on an Oracle Cloud Infrastructure compute instance that uses...
  2. 2.Your team hosts a high-traffic e-commerce application on OCI and experiences significant fluctuations in user...
  3. 3.Your analytics team needs to run a high-throughput data processing job on Oracle Cloud Infrastructure (OCI)....
  4. 4.You are designing an HPC (High Performance Computing) application on Oracle Cloud Infrastructure (OCI) that...
  5. 5.Your organization needs to migrate a stateless, microservices-based web application to Oracle Cloud...
  6. 6.Your research team needs to run a large-scale weather simulation on Oracle Cloud Infrastructure. The...
  7. 7.A biotechnology company needs to run large-scale simulations to analyze protein folding. These simulations...
  8. 8.Your analytics team needs to run high-throughput, batch data processing jobs on Oracle Cloud Infrastructure....
  9. 9.Your company needs to run large-scale scientific simulations that demand high-performance computing (HPC)...
  10. 10.Your organization needs to run large-scale computational fluid dynamics (CFD) simulations that require fast...
  11. 11.You are designing a high-throughput data processing application that regularly writes and processes large...
  12. 12.A manufacturing firm is migrating its batch HPC workloads to Oracle Cloud Infrastructure. These workloads run...
  13. 13.Your company has created a custom image for a mission-critical application and needs to deploy multiple...
  14. 14.You are launching a new frontend web application on an Oracle Cloud Infrastructure (OCI) compute instance...
  15. 15.Your organization plans to deploy a web application that experiences unpredictable traffic spikes. You need...
  16. 16.Your organization has deployed several Compute instances in a private subnet within a VCN that does not allow...
  17. 17.You have launched your first Linux-based compute instance in Oracle Cloud Infrastructure 2025 and assigned it...
  18. 18.Your company is deploying a mission-critical web application on Oracle Cloud Infrastructure (OCI) that...
  19. 19.You manage a mission-critical e-commerce application running on an instance pool behind a load balancer in...
  20. 20.Your marketing team is about to launch a campaign that could sporadically spike web traffic on an application...
  21. 21.Your e-commerce application runs on an OCI Instance Pool behind an OCI Load Balancer. You have configured a...
  22. 22.Your e-commerce application experiences unpredictable traffic spikes throughout the day. You have created an...
  23. 23.You have set up an OCI instance pool with an autoscaling policy to scale up or down based on CPU usage. You...
  24. 24.You manage an instance pool running a web application that experiences a predictable surge in traffic every...
  25. 25.Your application team requires a standard operating system configuration with specific pre-installed packages...
  26. 26.Your organization has created a custom Linux image with specialized security software for your web...
  27. 27.Your company has created a custom application stack on an Oracle Linux instance in the us-phoenix-1 region....
  28. 28.Your organization has a heavily customized Linux-based Compute instance running in the us-ashburn-1 region on...
  29. 29.Your organization maintains a set of mission-critical VM instances on Oracle Cloud Infrastructure (OCI). The...
  30. 30.Your company needs to deploy the same Compute instance configuration in multiple OCI regions for disaster...
  31. 31.You are managing a fleet of Oracle Linux compute instances in OCI. Your organization requires all instances...
  32. 32.You are managing a large fleet of Linux compute instances across multiple compartments in Oracle Cloud...
  33. 33.You are setting up automatic weekly patching for your Linux-based Compute instances in Oracle Cloud...
  34. 34.You have multiple Oracle Linux compute instances across several compartments in your Oracle Cloud...
  35. 35.You have multiple Oracle Linux compute instances running in a private subnet, and you want to manage their...
  36. 36.You have just created an Oracle Linux 8 instance in a private subnet and want to schedule automated patch...
  37. 37.You are running a mission-critical e-commerce application on Oracle Cloud Infrastructure (OCI) using Compute...
  38. 38.Your organization runs a highly available web application on a single Compute instance in Oracle Cloud...
  39. 39.Your company has received a notification from Oracle about an upcoming infrastructure maintenance event that...
  40. 40.You have a mission-critical workload running on a VM.Compute shape in Oracle Cloud Infrastructure (OCI)...
  41. 41.Your team has received an OCI alert about a forthcoming infrastructure maintenance event that will affect...
  42. 42.You are the lead architect for a 24/7 online retail platform running on Oracle Cloud Infrastructure (OCI)....
  43. 43.You manage a VCN with one public subnet and one private subnet in Oracle Cloud Infrastructure. The...
  44. 44.You have a private subnet within a Virtual Cloud Network (VCN) hosting application servers that only have...
  45. 45.You have a private subnet in Oracle Cloud Infrastructure containing application servers that must download...
  46. 46.Your organization has two separate Virtual Cloud Networks (VCNs) in the same Oracle Cloud Infrastructure...
  47. 47.Your company has two Virtual Cloud Networks (VCNs) in the same OCI region with non-overlapping CIDR blocks....
  48. 48.You have created a new private subnet in your Virtual Cloud Network (VCN) to host application servers that...
  49. 49.Your organization has created a new Virtual Cloud Network (VCN) with both a private subnet and a public...
  50. 50.Your organization runs a multi-tier application on Oracle Cloud Infrastructure (OCI). The middle-tier...
  51. 51.Your organization hosts a multi-tier application in Oracle Cloud Infrastructure (OCI) with a web tier in a...
  52. 52.You have deployed a Compute instance in a private subnet within an OCI Virtual Cloud Network (VCN). The...
  53. 53.Your company needs to apply critical security patches to an application running in a private subnet of your...
  54. 54.Your organization created a private subnet in an Oracle Cloud Infrastructure (OCI) Virtual Cloud Network...
  55. 55.You are designing a new application environment in Oracle Cloud Infrastructure (OCI) 2025. The application...
  56. 56.Your company is deploying a two-tier application on Oracle Cloud Infrastructure (OCI). The front-end tier...
  57. 57.You are designing a multi-tier application on Oracle Cloud Infrastructure. The front-end servers must be...
  58. 58.Your team is deploying a two-tier web application on Oracle Cloud Infrastructure (OCI). The front-end server...
  59. 59.Your team needs to deploy a three-tier application on Oracle Cloud Infrastructure (OCI). The web tier must be...
  60. 60.You are deploying a two-tier application on Oracle Cloud Infrastructure. The front-end web servers need to be...
  61. 61.You have an OCI Compute instance running a web application in a private subnet. The instance needs to remain...
  62. 62.You are deploying a web server on Oracle Cloud Infrastructure (OCI) that must be publicly accessible from the...
  63. 63.You have deployed a compute instance in a public subnet for testing an external application. The instance...
  64. 64.Your organization hosts an internal business application on an Oracle Cloud Infrastructure compute instance...
  65. 65.You are designing a multi-tier application on Oracle Cloud Infrastructure (OCI) with a load balancer in a...
  66. 66.You have an Oracle Cloud Infrastructure (OCI) Compute instance that currently has an ephemeral public IP...
  67. 67.You have an application running in a private subnet within your Oracle Cloud Infrastructure Virtual Cloud...
  68. 68.You have deployed an internal application on a private subnet in Oracle Cloud Infrastructure (OCI). The...
  69. 69.You have a private subnet in your Virtual Cloud Network (VCN) that needs to reach the Internet for security...
  70. 70.You have a Virtual Cloud Network (VCN) in Oracle Cloud Infrastructure containing a private subnet that must...
  71. 71.You have provisioned a web server in a private subnet within your Oracle Cloud Infrastructure (OCI) Virtual...
  72. 72.You have created a NAT Gateway in your Virtual Cloud Network (VCN) to allow instances in a private subnet to...
  73. 73.Your company has a three-tier application in Oracle Cloud Infrastructure (OCI) 2025. The front-end nodes run...
  74. 74.You are deploying a three-tier application in Oracle Cloud Infrastructure (OCI). The web servers are in a...
  75. 75.You have deployed an internal load balancer in one subnet and an application server in another subnet within...
  76. 76.You launched a Compute instance in a private subnet in your Oracle Cloud Infrastructure (OCI) Virtual Cloud...
  77. 77.You are designing a three-tier application in Oracle Cloud Infrastructure. The application includes web...
  78. 78.Your organization has an internet-facing load balancer in a public subnet that routes web traffic to backend...
  79. 79.Your company has created an IPsec VPN connection between its on-premises data center and an Oracle Cloud...
  80. 80.You are designing a microservices architecture on Oracle Cloud Infrastructure (OCI) with two Virtual Cloud...
  81. 81.Your company wants to enable private communication between two Virtual Cloud Networks (VCNs) in the same...
  82. 82.Your organization has set up an IPsec VPN connection from an on-premises data center to an Oracle Cloud...
  83. 83.Your company has two separate Virtual Cloud Networks (VCNs) in the same Oracle Cloud Infrastructure region...
  84. 84.You have created two Virtual Cloud Networks (VCNs) in the same region for your internal application. The...
  85. 85.Your organization needs reliable, high-bandwidth connectivity between its on-premises data center and an...
  86. 86.Your organization has deployed two VCNs in the same OCI region to separate different application...
  87. 87.Your organization hosts two Virtual Cloud Networks (VCNs) within the same region to support departmental...
  88. 88.You have a multi-region deployment in Oracle Cloud Infrastructure (OCI) where one region operates your...
  89. 89.You have two Virtual Cloud Networks (VCNs) in different OCI regions that need to securely communicate with...
  90. 90.Your company has set up two Virtual Cloud Networks (VCNs) in the same Oracle Cloud Infrastructure region to...
  91. 91.Your organization wants a secure, site-to-site VPN connection between its on-premises data center and an...
  92. 92.Your organization has set up a site-to-site VPN from an on-premises data center (10.0.0.0/16) to an Oracle...
  93. 93.You have created and attached an IPSec tunnel to your Dynamic Routing Gateway (DRG) in Oracle Cloud...
  94. 94.You are setting up a site-to-site VPN to connect your on-premises environment to an Oracle Cloud...
  95. 95.Your organization has set up an IPSec Site-to-Site VPN between your on-premises data center and an Oracle...
  96. 96.Your company has established a site-to-site VPN in Oracle Cloud Infrastructure (OCI) connecting your...
  97. 97.Your organization needs to establish a dedicated connection from its on-premises data center in Dallas to an...
  98. 98.Your organization already has a private FastConnect connection from its on-premises data center to Oracle...
  99. 99.You are migrating a high-performance computing (HPC) workload that requires large amounts of data to be...
  100. 100.An analytics company plans to run large-scale, real-time analytics across two Virtual Cloud Networks (VCNs)...
  101. 101.Your company is implementing a real-time data replication solution from your on-premises data center to...
  102. 102.Baker Enterprises needs a dedicated, high-bandwidth connection from their on-premises data center to Oracle...
  103. 103.You have set up two Virtual Cloud Networks (VCNs) in different Oracle Cloud Infrastructure (OCI) regions and...
  104. 104.Your organization has two Virtual Cloud Networks (VCN-A and VCN-B) in the same region used by different...
  105. 105.Your company has created two Virtual Cloud Networks (VCNs), named 'NetworkA' and 'NetworkB', in the same...
  106. 106.Your organization has two VCNs in the same region (VCN-A and VCN-B), which you have successfully connected...
  107. 107.Your company has two Virtual Cloud Networks (VCNs) in different OCI regions: VCN-A in Ashburn (us-ashburn-1)...
  108. 108.Your organization has created two Virtual Cloud Networks (VCNs) in the Phoenix region (VCN-A and VCN-B) with...
  109. 109.Your organization has established a hub-and-spoke architecture in a single Oracle Cloud Infrastructure (OCI)...
  110. 110.You have two VCNs in the same region (VCN-A and VCN-B) that are locally peered. You also have an on-premises...
  111. 111.You have an on-premises data center connected to your Oracle Cloud Infrastructure (OCI) tenancy through a...
  112. 112.You have created a hub-and-spoke architecture in Oracle Cloud Infrastructure. The hub VCN hosts a shared...
  113. 113.Your organization wants to connect an on-premises data center to multiple spoke Virtual Cloud Networks (VCNs)...
  114. 114.Your organization has three separate Virtual Cloud Networks (VCNs) named Dev, Test, and Production in the...
  115. 115.You have a global e-commerce application hosted in multiple Oracle Cloud Infrastructure regions (US West, US...
  116. 116.You have deployed a multi-region web application in Oracle Cloud Infrastructure (OCI) and want automated...
  117. 117.Your company has deployed a web application to two Oracle Cloud Infrastructure (OCI) regions. The goal is to...
  118. 118.You have a high-availability web application deployed in two OCI regions. Region A is the primary site, and...
  119. 119.You have deployed a web application in two different Oracle Cloud Infrastructure regions. Your goal is to...
  120. 120.You have deployed a web application to two regions in Oracle Cloud Infrastructure (OCI): a primary region in...
  121. 121.Your organization hosts a public-facing application at example.com and wants to provide internal access to...
  122. 122.Your organization hosts an internal staging environment on Oracle Cloud Infrastructure and needs a subdomain...
  123. 123.You have a publicly accessible domain named example.com hosted in an Oracle Cloud Infrastructure public DNS...
  124. 124.Your company is consolidating DNS management in Oracle Cloud Infrastructure (OCI). You want external clients...
  125. 125.You are configuring the DNS for a new e-commerce application in Oracle Cloud Infrastructure (OCI). You need...
  126. 126.You are deploying an e-commerce application on Oracle Cloud Infrastructure with a domain called example.com....
  127. 127.You are the lead cloud architect for a global e-commerce application deployed in three OCI regions: US East...
  128. 128.You manage an e-commerce application running in two OCI regions: a primary deployment in Ashburn (US East)...
  129. 129.Your organization runs an application across two Oracle Cloud Infrastructure regions: Phoenix (primary site)...
  130. 130.You manage a global application hosted in three OCI regions: Ashburn (US East), Phoenix (US West), and...
  131. 131.Your company hosts an e-commerce application in two Oracle Cloud Infrastructure regions: us-phoenix-1 and...
  132. 132.You manage an e-commerce application deployed in two OCI regions: one in the US (us-ashburn-1) and another in...
  133. 133.You are deploying a new two-tier application on Oracle Cloud Infrastructure in a region with multiple...
  134. 134.You have deployed a high-traffic web application behind an Oracle Cloud Infrastructure (OCI) public Load...
  135. 135.You have deployed a container-based e-commerce application to Oracle Container Engine for Kubernetes (OKE)....
  136. 136.You are designing a microservices application on Oracle Cloud Infrastructure (OCI) using a single public Load...
  137. 137.Your organization is deploying a public-facing web application on Oracle Cloud Infrastructure. You want to...
  138. 138.You manage a high-throughput HPC workload running on a private subnet behind an Oracle Cloud Infrastructure...
  139. 139.You have deployed a public Load Balancer in Oracle Cloud Infrastructure to serve HTTPS traffic for a web...
  140. 140.You have an internally hosted web application that requires SSL termination at the load balancer and also a...
  141. 141.Your organization is deploying a new analytics platform in Oracle Cloud Infrastructure (OCI). The platform...
  142. 142.You have an e-commerce application running on multiple compute instances in Oracle Cloud Infrastructure. The...
  143. 143.Your team is designing a multi-tier application in Oracle Cloud Infrastructure (OCI). Part of the application...
  144. 144.You are developing a real-time chat application on Oracle Cloud Infrastructure (OCI). The application...
  145. 145.Your organization hosts a global e-commerce website on Oracle Cloud Infrastructure (OCI). You notice high...
  146. 146.Your company hosts a web application on OCI that serves both dynamic pages and large volumes of static images...
  147. 147.You manage a global eCommerce application hosted in a single Oracle Cloud Infrastructure (OCI) region. Many...
  148. 148.Your company hosts an e-commerce application on Oracle Cloud Infrastructure (OCI) in the Ashburn region....
  149. 149.You run a global eCommerce platform on Oracle Cloud Infrastructure (OCI), serving both static (images, style...
  150. 150.Your company hosts a global e-commerce application on Oracle Cloud Infrastructure (OCI). Customers in various...
  151. 151.Your company hosts a multi-tier application in a private subnet in Oracle Cloud Infrastructure (OCI). The...
  152. 152.Your organization has expanded into multiple OCI regions and needs to consolidate network traffic visibility...
  153. 153.You are the lead network engineer for a multinational company running mission-critical applications across...
  154. 154.Your organization has multiple Virtual Cloud Networks (VCNs) spanning several compartments across different...
  155. 155.You are designing a 'Network Command Center' for a large enterprise running multi-tier applications in...
  156. 156.You are the lead architect for a large organization that operates multiple Virtual Cloud Networks (VCNs)...
  157. 157.Your organization has deployed an e-commerce platform across two OCI regions�Ashburn and Tokyo. Recently, end...
  158. 158.Your organization hosts a globally distributed application running in two OCI regions: Ashburn (primary) and...
  159. 159.Your organization hosts an e-commerce platform across two Oracle Cloud Infrastructure (OCI) regions for high...
  160. 160.Your company runs a global e-commerce application deployed in two Oracle Cloud Infrastructure (OCI) regions....
  161. 161.You are operating a multi-region e-commerce platform on Oracle Cloud Infrastructure (OCI), with web servers...
  162. 162.Your organization hosts a global application across the Phoenix and Frankfurt regions in Oracle Cloud...
  163. 163.You manage multiple compartments and Virtual Cloud Networks (VCNs) across your Oracle Cloud Infrastructure...
  164. 164.Your organization has deployed a multi-tier application where the front-end resides in Virtual Cloud Network...
  165. 165.You are troubleshooting a connectivity issue between two subnets in separate VCNs using Network Visualizer in...
  166. 166.You have set up multiple VCNs across different compartments for a multi-tier application. You want to use...
  167. 167.You have set up a Database subnet and an Application subnet within the same VCN in Oracle Cloud...
  168. 168.You are managing a multi-subnet VCN environment in Oracle Cloud Infrastructure (OCI). One of your private...
  169. 169.You have a compute instance in a private subnet that needs to communicate with your on-premises environment...
  170. 170.Your on-premises environment cannot connect to a private Compute instance in an OCI Virtual Cloud Network...
  171. 171.Your company has configured local VCN peering between two Virtual Cloud Networks (VCN1 and VCN2) in the same...
  172. 172.You have a compute instance in a private subnet that must reach an on-premises application over an IPSec VPN....
  173. 173.Your organization has deployed two VCNs in the same region (VCN1 and VCN2) connected through a Local Peering...
  174. 174.You are troubleshooting connectivity from an on-premises data center to a private OCI compute instance in a...
  175. 175.You have deployed an internal application in Oracle Cloud Infrastructure (OCI) 2025. To troubleshoot sporadic...
  176. 176.You need to troubleshoot a sporadic connectivity issue affecting a compute instance in a private subnet. You...
  177. 177.You are investigating suspicious inbound traffic from a known malicious IP address targeting a compute...
  178. 178.Your organization needs to capture and analyze only inbound HTTP traffic to a private subnet without...
  179. 179.You manage a web application in Oracle Cloud Infrastructure that is suddenly experiencing suspicious inbound...
  180. 180.You are troubleshooting intermittent network issues on an instance in a private subnet. You have created a...
  181. 181.Your finance department handles large volumes of transaction logs that must be retained for at least seven...
  182. 182.You are designing the storage infrastructure for an e-commerce platform in Oracle Cloud Infrastructure (OCI)....
  183. 183.Your organization stores large historical log files in Oracle Cloud Infrastructure (OCI) for compliance...
  184. 184.Your organization needs to store transaction logs for seven years to meet compliance requirements. The logs...
  185. 185.An organization needs to store large monthly backup files in Oracle Cloud. Each backup can exceed 10 TB in...
  186. 186.Your e-commerce application on Oracle Cloud Infrastructure (OCI) stores thousands of product images. These...
  187. 187.You are operating a production OLTP application on an OCI compute instance that has a Block Volume attached....
  188. 188.You are running a critical production application on a Linux-based compute instance in Oracle Cloud...
  189. 189.Your analytics application is experiencing I/O bottlenecks on a block volume configured with a Balanced...
  190. 190.You have an Oracle Cloud Infrastructure compute instance with an attached 100 GB block volume that is running...
  191. 191.You have an Oracle Cloud Infrastructure (OCI) Compute instance in a production environment with a 50 GB block...
  192. 192.Your team has increased the size of a block volume in the Oracle Cloud Infrastructure console from 1 TB to 2...
  193. 193.You are migrating a departmental analytics workload that processes 2 TB of data daily. The workload requires...
  194. 194.Your team runs a mission-critical database workload on OCI that experiences elevated I/O requirements at peak...
  195. 195.You are designing storage for multiple workloads in your Oracle Cloud Infrastructure environment. One set of...
  196. 196.Your organization runs a monthly data analytics workload on an OCI Compute instance with attached Block...
  197. 197.Your enterprise data analytics platform on Oracle Cloud Infrastructure uses Block Volumes attached to a...
  198. 198.Your company runs a financial reporting application on Oracle Cloud Infrastructure that experiences heavy I/O...
  199. 199.Your organization is implementing a disaster recovery (DR) strategy for multiple Compute instances running in...
  200. 200.You run a critical application on an Oracle Linux compute instance in the Phoenix region. The boot volume is...
  201. 201.A production compute instance in Oracle Cloud Infrastructure hosts a custom-configured operating system on...
  202. 202.You have an OCI compute instance with an attached 100 GB block volume used for storing application data. The...
  203. 203.You are running a mission-critical database application on an Oracle Cloud Infrastructure compute instance....
  204. 204.You have a critical analytics workload running on a Compute instance in the Ashburn region� AD1. The instance...
  205. 205.You manage a mission-critical database environment running on Oracle Cloud Infrastructure (OCI). The database...
  206. 206.Your team manages a mission-critical application in Oracle Cloud Infrastructure (OCI) whose data is...
  207. 207.Your organization has multiple Block Volumes attached to the same compute instance, each storing critical...
  208. 208.Your organization runs a critical application with data stored across three Block Volumes in a single...
  209. 209.You have a distributed application running on a single instance with three block volumes attached in Oracle...
  210. 210.You have an application spanning multiple block volumes in different availability domains. You create a...
  211. 211.Your organization stores critical compliance logs in an Object Storage bucket in the Phoenix region. They...
  212. 212.Your company's finance department stores daily transaction receipts in an Object Storage bucket in the...
  213. 213.Your organization has a mission-critical application storing large files in an OCI Object Storage bucket in...
  214. 214.Your organization wants to automatically replicate all new objects from an existing Object Storage bucket in...
  215. 215.You have an existing OCI Object Storage bucket named 'prod-logs-bucket' in the Phoenix region, and your...
  216. 216.You have an existing Object Storage bucket named 'source-logs' in the Phoenix region and need to replicate...
  217. 217.Your organization stores daily application backup files in an OCI Object Storage bucket. These files must...
  218. 218.You manage a bucket in OCI Object Storage that stores daily backup archives. You need to reduce storage costs...
  219. 219.You are designing a new logging solution for your company's compliance needs. All logs must remain completely...
  220. 220.You have a bucket in Oracle Cloud Infrastructure (OCI) Object Storage that stores two types of data: daily...
  221. 221.You manage an Object Storage bucket in Oracle Cloud Infrastructure that stores monthly compliance logs. Your...
  222. 222.A software development team stores container images in an Object Storage bucket in the Phoenix region. They...
  223. 223.Your organization must store server log files for seven years to meet compliance regulations. You anticipate...
  224. 224.Your team needs to store a growing analytics data set in Oracle Cloud Infrastructure Object Storage. About...
  225. 225.You are designing a log retention solution for a financial services application. Security audits require that...
  226. 226.A healthcare analytics company needs to store a large quantity of monthly operational data, which must be...
  227. 227.A software-as-a-service (SaaS) company needs to store two types of data in OCI Object Storage: frequently...
  228. 228.You are a solutions architect at a financial institution needing to retain historical transaction records for...
  229. 229.You have been asked to design an OCI Object Storage solution to store sensitive HR data. The HR team wants to...
  230. 230.Your company needs to store sensitive financial documents in an Object Storage bucket on Oracle Cloud...
  231. 231.Your organization needs to store confidential project data in an Oracle Cloud Infrastructure (OCI) Object...
  232. 232.A financial services company wants to store highly sensitive transaction records in an OCI Object Storage...
  233. 233.You are the lead architect for a financial services firm that uses Oracle Cloud Infrastructure (OCI) Object...
  234. 234.Your company stores sensitive data in an Object Storage bucket on Oracle Cloud Infrastructure. Management...
  235. 235.Your organization is storing daily log files in a single OCI Object Storage bucket. The logs must remain...
  236. 236.Your company stores transaction logs in an Oracle Cloud Infrastructure Object Storage bucket for compliance....
  237. 237.You manage an Object Storage bucket in Oracle Cloud Infrastructure that holds critical financial reports. The...
  238. 238.Your organization must retain all versions of objects in an OCI Object Storage bucket for a minimum of 60...
  239. 239.Your organization needs to store critical documents in an OCI Object Storage bucket. Regulations require that...
  240. 240.Your IT department wants to maintain a complete history of file changes in an OCI Object Storage bucket while...
  241. 241.Your data analytics team needs to upload a 500 GB data set from an on-premises data center to an Oracle Cloud...
  242. 242.Your organization needs to upload a large 500 GB dataset from on-premises to Oracle Cloud Infrastructure...
  243. 243.Your team uploads approximately 700 GB of data each night to an Oracle Cloud Infrastructure (OCI) Object...
  244. 244.Your data analytics team needs to upload a 100GB dataset to an OCI Object Storage bucket. They want to...
  245. 245.You manage a daily 500 GB backup process to Oracle Cloud Infrastructure (OCI) Object Storage. Recently, some...
  246. 246.Your team is uploading a 250 GB data file to an Oracle Cloud Infrastructure (OCI) Object Storage bucket. You...
  247. 247.Your organization has created a replication policy to copy critical data from a source bucket in the Phoenix...
  248. 248.Your organization needs to replicate all newly uploaded objects from a source bucket named 'reports' in the...
  249. 249.You have an existing version-enabled standard-tier bucket in the Phoenix region and want to set up...
  250. 250.Your finance team must replicate data from an Object Storage bucket named "finance-ashburn" in the Ashburn...
  251. 251.Your organization stores application logs in a Standard-tier Object Storage bucket in the US East region....
  252. 252.Your company stores transaction log files in an Object Storage bucket in the Ashburn region. To fulfill...
  253. 253.You are implementing an HPC (High Performance Computing) environment in Oracle Cloud Infrastructure (OCI)....
  254. 254.Your company runs a distributed application on multiple compute instances spread across two subnets in the...
  255. 255.A healthcare organization has deployed an Oracle Cloud Infrastructure File Storage file system to store and...
  256. 256.You have an HPC cluster deployed across two private subnets in the same VCN. The cluster� applications need...
  257. 257.You have created a new File Storage service file system in Oracle Cloud Infrastructure 2025. Multiple compute...
  258. 258.Your organization needs to share a single File Storage file system across multiple compute instances in...
  259. 259.You are tasked with creating a shared file system in Oracle Cloud Infrastructure (OCI) for a set of compute...
  260. 260.Your team needs to set up an Oracle Cloud Infrastructure (OCI) File Storage file system for a group of...
  261. 261.Your company deployed a new file system in Oracle Cloud Infrastructure (OCI) File Storage and created a mount...
  262. 262.You have deployed an Oracle Cloud Infrastructure File Storage Service (FSS) file system in a private subnet...
  263. 263.Your organization has two private subnets in the same VCN, both of which must have read/write access to a...
  264. 264.Your organization has created an OCI File Storage file system and a mount target in Subnet A. One of your...
  265. 265.You are configuring an Oracle Cloud Infrastructure (OCI) File Storage system to store highly confidential...
  266. 266.You manage a high-performance computing (HPC) environment that processes highly sensitive data. You plan to...
  267. 267.You have deployed an OCI File Storage system to store sensitive data for your organization� compliance...
  268. 268.Your organization stores sensitive financial records on Oracle Cloud Infrastructure (OCI) File Storage. You...
  269. 269.You are configuring Oracle Cloud Infrastructure (OCI) File Storage for a new analytics platform handling...
  270. 270.Your organization is deploying Oracle Cloud Infrastructure (OCI) File Storage for an internal application...
  271. 271.You manage a production application that uses Oracle Cloud Infrastructure (OCI) File Storage to store...
  272. 272.You have a production file system in Oracle Cloud Infrastructure File Storage Service and need to create a...
  273. 273.Your development team needs a new test environment that mirrors the data from your production file system...
  274. 274.You have an existing production file system in Oracle Cloud Infrastructure (OCI) File Storage that hosts...
  275. 275.Your company� production environment uses Oracle Cloud Infrastructure File Storage to store large amounts of...
  276. 276.Your company runs a critical application on an OCI File Storage file system. The development team requests a...
  277. 277.Your company runs a large HPC environment in Oracle Cloud Infrastructure (OCI) using File Storage for large...
  278. 278.Your organization notices unexpectedly high costs for an Oracle Cloud Infrastructure (OCI) File Storage file...
  279. 279.You manage several OCI File Storage file systems hosting production data in different compartments. You need...
  280. 280.Your organization uses multiple Oracle Cloud Infrastructure File Storage file systems across different...
  281. 281.Your company's engineering team notices a rapid increase in data stored on an Oracle Cloud Infrastructure...
  282. 282.Your organization has noticed a sudden spike in the consumed capacity of your Oracle Cloud Infrastructure...
  283. 283.You have an existing File Storage file system in the 'US East (Ashburn)' region that must be replicated to...
  284. 284.Your organization runs a critical application on an OCI File Storage file system in the Phoenix region. You...
  285. 285.Your company is designing a disaster recovery strategy for an existing File Storage Service (FSS) in the...
  286. 286.Your organization uses Oracle Cloud Infrastructure (OCI) File Storage in the US East region for critical...
  287. 287.You are an OCI Cloud Architect tasked with establishing cross-region replication for a mission-critical file...
  288. 288.You have a mission-critical application that stores data in an OCI File Storage service in the Phoenix...
  289. 289.Your team needs to give an external partner read-only access to application logs stored in an OCI Object...
  290. 290.You have been asked to grant a specific user group called 'RDSuperUsers' the ability to create and manage...
  291. 291.Your team just created a DevOps group in Oracle Cloud Infrastructure (OCI). They need to provision and manage...
  292. 292.Your analytics team runs a data processing application on an Oracle Cloud Infrastructure (OCI) Compute...
  293. 293.Your organization runs multiple workloads in a single compartment named DevCompartment. The DevOps group only...
  294. 294.Your organization has two compartments in Oracle Cloud Infrastructure (OCI): 'Dev' and 'Prod'. The DevOps...
  295. 295.You have deployed a web application on an OCI compute instance that needs to upload images to an Object...
  296. 296.Your organization has two compartments: 'Development' and 'SharedServices.' The DevOps group must be able to...
  297. 297.Your organization has two dedicated compartments in Oracle Cloud Infrastructure 2025: 'HRCompartment' and...
  298. 298.You are an OCI administrator for a company that has created a new compartment called 'ProjectsCompartment' to...
  299. 299.Your organization has a dedicated 'DataScienceTeam' tasked with managing Data Science workspaces in the...
  300. 300.Your organization has onboarded a new group of developers who need to provision and manage only Compute...
  301. 301.Your organization recently created a new IAM domain named 'MarketingDomain' to isolate all marketing...
  302. 302.Your organization is planning to onboard external contractors to work on a new project in Oracle Cloud...
  303. 303.Your company has created a new IAM domain called 'R&D-Domain' in Oracle Cloud Infrastructure (OCI) to isolate...
  304. 304.Your organization uses multiple IAM domains for different departments. You've just created a new domain...
  305. 305.Your company recently created a new domain named 'FinanceDomain' to isolate the finance department's...
  306. 306.Your organization is onboarding a new partner team and wants to isolate their user management from the rest...
  307. 307.Your company has separated environments into three compartments named DevCompartment, StageCompartment, and...
  308. 308.You have created a new group called 'DataScienceTeam' in Oracle Cloud Infrastructure (OCI) and want to grant...
  309. 309.Your organization has a group called 'MarketingGroup' that needs read-only access to block volumes in the...
  310. 310.You have been asked to configure access for a 'FinanceGroup' so members can list and retrieve objects in the...
  311. 311.Your organization has created a new compartment named 'Development' to isolate testing resources. You want...
  312. 312.Your organization is creating a new 'TestCompartment' to host compute instances and store data in Object...
  313. 313.Your organization has an existing Object Storage bucket that contains confidential financial data. You need...
  314. 314.You run an application on Oracle Cloud Infrastructure (OCI) compute instances that need read access to an...
  315. 315.Your organization needs to limit Object Storage access within a specific compartment to only those Compute...
  316. 316.Your organization requires that only on-premises IP addresses manage OCI Compute instances tagged with...
  317. 317.Your company runs a daily log ingestion process in Oracle Cloud Infrastructure (OCI). A compute instance must...
  318. 318.Your organization needs to allow only Compute instances in the 'Production' environment, identified by a...

1Z0-1072-25 exam dumps FAQ

Are these 1Z0-1072-25 dumps real exam questions?

No. These are original practice questions written to the Oracle Cloud Infrastructure 2025 Architect Associate exam objectives, not questions copied from a live exam. Memorising leaked questions violates Oracle's candidate agreement and stops working the moment the question pool rotates. Use this bank to check your understanding of each domain and to find the topics you still need to study.

How many 1Z0-1072-25 practice questions are there?

318 questions, each with the correct answer, an explanation of the answer, and a note on why every other option is wrong. The first 10 are on this page and every question has its own page linked below.

Are the 1Z0-1072-25 exam dumps free?

Yes. Every question, answer and explanation on this page and the linked question pages is free to read without an account. A free HydraNode account adds timed practice exams, scoring and progress tracking across attempts.

How do I take a timed 1Z0-1072-25 practice test?

Sign in and start the Oracle Cloud Infrastructure 2025 Architect Associate exam on HydraNode. A session gives you 50 questions drawn from this bank in 90 minutes, then a score report with a per-question review.

What topics does the 1Z0-1072-25 exam cover?

The official exam domains are: Identity and Access Management; Networking; Compute; Storage; Database; Security and Governance.