Oracle 1Z0-1072-25 Exam (page: 1)
Oracle Cloud Infrastructure 2025 Architect Associate
Updated on: 28-Sep-2025

Viewing Page 1 of 8

A financial firm is designing an application architecture for its online trading platform that should have high availability and fault tolerance.
What should the architect do to avoid any costly service disruptions and ensure data durability?

  1. Create a new Object Storage bucket in another region and configure recycle policy to move data every 5 days.
  2. Create a replication policy to send data to a different bucket in another OCI region.
  3. Create a lifecycle policy to regularly send data from the Standard to Archive storage.
  4. Copy the Object Storage bucket to a block volume.

Answer(s): B

Explanation:

For an online trading platform requiring high availability and fault tolerance, it's critical to ensure data durability and avoid any costly service disruptions. In Oracle Cloud Infrastructure (OCI), Object Storage is often used to store critical data, such as transaction logs or user data, due to its scalability, durability, and reliability.
Option B is the most suitable approach for ensuring data durability and availability across regions.
Here's why:
Cross-Region Replication (CRR): OCI offers a feature called Cross-Region Replication for Object Storage. This feature allows you to automatically and asynchronously replicate objects in a bucket from one OCI region to another. This setup ensures that even if one region experiences a failure, the data is still available in another region, thereby meeting the requirements for high availability and fault tolerance.
Data Durability: By replicating data to another region, you protect against regional outages. OCI guarantees 99.95% availability for replicated data, which is critical for a financial firm's trading platform where data consistency and durability are paramount. Disaster Recovery: With data replicated in another region, the trading platform can quickly switch to using the data in the secondary region in case of a disaster in the primary region. This setup significantly reduces recovery time objectives (RTO) and ensures business continuity.


Reference:

Oracle Cloud Infrastructure Documentation: Cross-Region Replication for Object Storage Oracle Whitepaper: High Availability and Disaster Recovery in Oracle Cloud Infrastructure Explanation of Incorrect Options:
Option A: Creating a new Object Storage bucket in another region and configuring a recycle policy to move data every 5 days does not provide real-time data availability or the fault tolerance required for a financial application. Recycle policies are intended for managing the lifecycle of data, not for high availability or disaster recovery.
Option C: While lifecycle policies are useful for moving less frequently accessed data to a more cost- effective storage tier (e.g., from Standard to Archive), they do not address cross-region redundancy or real-time availability, which are critical for this use case. Option D: Copying an Object Storage bucket to a block volume is not a recommended practice for ensuring data durability and fault tolerance. Block volumes are used for persistent storage attached to compute instances, and copying object storage data to block volumes does not achieve the same level of redundancy and cross-region availability as replication policies. Thus, Option B is the correct and most efficient method for ensuring high availability and fault tolerance in this scenario.



Which TWO statements are TRUE about Private IP addresses in Oracle Cloud Infrastructure (OCI)?

  1. By default, the primary VNIC of an instance in a subnet has one primary private IP address and one secondary private IP address.
  2. Each VNIC can only have one private IP address.
  3. By default, the primary VNIC of an instance in a subnet has one primary private IP address.
  4. A private IP can have an optional public IP assigned to it if it resides in a public subnet.

Answer(s): C,D

Explanation:

In Oracle Cloud Infrastructure (OCI), understanding how private IP addresses work is crucial for configuring network interfaces and managing instances within your Virtual Cloud Network (VCN).
Primary VNIC and Private IP Address:
When an instance is launched in OCI, it is attached to a Virtual Network Interface Card (VNIC). The primary VNIC, which is automatically created during the instance launch, is associated with a primary private IP address by default. This private IP address is essential for the instance to communicate within the VCN. The primary private IP address is automatically assigned and cannot be removed from the primary VNIC while the instance is running. This supports the statement C.
Additional Private IPs:
Contrary to statement B, each VNIC can indeed have multiple private IP addresses, but by default, the primary VNIC comes with only one primary private IP. You can manually add secondary private IPs if needed. However, the additional IPs are not assigned by default; hence, A is incorrect.
Public IP Association:
For instances requiring internet access, a public IP address can be optionally assigned to the private IP address if the instance is in a public subnet. This is critical for scenarios where an instance needs to communicate with the internet or external networks. This aligns with statement D.
Relevant OCI Documentation:
Oracle Cloud Infrastructure Networking Overview
VNICs and Private IPs

These references provide additional context and detail on how private IP addresses work within OCI and clarify the correct statements.



What happens to the performance level of a volume when it is detached from an instance?

  1. The performance level is adjusted to Balanced.
  2. The performance level remains unchanged.
  3. The performance level is adjusted to Higher Performance.
  4. The performance level is adjusted to Lower Cost (0 VPUs/GB).

Answer(s): D

Explanation:

In Oracle Cloud Infrastructure (OCI), when a block volume is detached from an instance, its performance level is automatically adjusted to the "Lower Cost" tier, which provides 0 VPUs (Volume Performance Units) per GB. This adjustment helps reduce costs when the block volume is not actively being used by a compute instance.
Key Points:
Volume Performance Levels: OCI offers various performance tiers for block volumes, including "Higher Performance," "Balanced," and "Lower Cost." These tiers determine the level of IOPS (Input/Output Operations Per Second) and throughput available to the volume. Automatic Adjustment: When a block volume is detached from an instance, OCI automatically optimizes the cost by switching the volume to the "Lower Cost" performance tier. This tier offers minimal performance, suitable for data that is not actively accessed. Cost Management: This automatic adjustment is beneficial for managing costs, as it prevents users from incurring unnecessary charges for higher performance levels when the volume is not in use.


Reference:

Oracle Cloud Infrastructure Documentation: Block Volume Performance Levels



Which compute capacity type would you select to meet these requirements?

  1. Capacity reservation
  2. Preemptible capacity
  3. On-demand capacity
  4. Dedicated host

Answer(s): C

Explanation:

On-demand capacity is the compute capacity type in Oracle Cloud Infrastructure (OCI) that allows you to provision and use compute instances whenever needed, without any long-term commitment. This flexibility is ideal for various workloads, including development, testing, and production environments, where immediate availability and scalability are crucial.
Key Points:
On-Demand Capacity: On-demand compute instances provide users with the flexibility to spin up instances as required and only pay for the time the instances are running. This model is most suitable for workloads with unpredictable usage patterns or short-term requirements. Flexibility and Scalability: With on-demand capacity, you can quickly scale your resources up or down based on your application's needs, ensuring that you only pay for the resources you actually use. No Commitment: Unlike reserved capacity, on-demand capacity does not require any long-term commitment or upfront payment, making it an attractive option for organizations looking to avoid capital expenditures.


Reference:

Oracle Cloud Infrastructure Documentation: OCI Compute Pricing Oracle Cloud Infrastructure Documentation: Compute Instance Lifecycle Explanation of Incorrect Options:
A . Capacity reservation: This option allows you to reserve capacity in advance, ensuring that resources are available when needed. It's ideal for predictable workloads but may not be as cost- effective for fluctuating demands.
B . Preemptible capacity: Preemptible instances are a lower-cost option where instances can be terminated by OCI if resources are needed elsewhere. This is suitable for non-critical workloads that can tolerate interruptions.
D . Dedicated host: Dedicated hosts provide physical servers for your exclusive use, offering isolation and predictable performance. This option is more suitable for workloads requiring dedicated resources or compliance needs.
Thus, Option C: On-demand capacity is the correct choice for most general-purpose workloads needing flexibility and immediate availability without long-term commitment.



Which TWO options will accomplish a fully redundant connection from an on-premises data center to a Virtual Cloud Network (VCN) in the us-ashburn-1 region?

  1. Configure a Site-to-Site VPN from a single on-premises CPE.
  2. Configure two FastConnect virtual circuits to the us-ashburn-1 region and terminate them in diverse hardware on-premises.
  3. Configure one FastConnect virtual circuit to the us-ashburn-1 region and the second FastConnect virtual circuit to the us-phoenix-1 region.
  4. Configure one FastConnect virtual circuit to the us-ashburn-1 region and a Site-to-Site VPN to the us-ashburn-1 region.

Answer(s): B,D

Explanation:

For a fully redundant connection from an on-premises data center to a VCN in the OCI us-ashburn-1 region, it is important to ensure high availability and fault tolerance. Here's how each option contributes to redundancy:
Option B: Two FastConnect Virtual Circuits:
FastConnect provides a dedicated, private connection with higher bandwidth and more consistent performance compared to a VPN. To achieve redundancy, you can configure two FastConnect circuits in the same region (us-ashburn-1), each terminated on diverse hardware on-premises. This setup ensures that even if one circuit or its associated hardware fails, the other circuit can maintain the connection. This ensures no single point of failure in the connectivity to OCI. Thus, option B is correct.
Option D: FastConnect and Site-to-Site VPN:
Another approach to redundancy is to have a mix of connection types. By setting up one FastConnect circuit and one Site-to-Site VPN, both terminating in the same region (us-ashburn-1), you create a diverse connection path. If the FastConnect connection fails, traffic can automatically route through the VPN connection, maintaining connectivity. This setup adds an extra layer of redundancy, making option D correct as well.
Incorrect Options:
Option A: Only configuring a Site-to-Site VPN from a single on-premises CPE does not provide redundancy because it involves just one connection path. If that connection or the CPE fails, there would be no fallback.
Option C: Configuring FastConnect circuits to different regions (us-ashburn-1 and us-phoenix-1) does not provide redundancy within a single region but rather across regions, which is not required for regional redundancy.
Relevant OCI Documentation:
OCI FastConnect Overview
Using Site-to-Site VPN and FastConnect for Redundancy
These references offer more detailed information on setting up redundant connections and the benefits of each connection type within OCI.



Which components are required for establishing remote peering between two Virtual Cloud

Networks (VCNs) in Oracle Cloud Infrastructure (OCI)?

  1. A single VCN with nonoverlapping CIDRS in each region, a dynamic routing gateway (DRG) attached to each VCN, and a direct connection between the DRGS.
  2. Two VCNs with overlapping CIDRS in different regions, a virtual private network (VPN) gateway attached to each VCN, and a direct connection between the VPN gateways.
  3. Two VCNs with nonoverlapping CIDRS in the same region, a dynamic routing gateway (DRG) attached to each VCN, and a direct connection between the DRGs.
  4. Two VCNs with nonoverlapping CIDRS in different regions, a dynamic routing gateway (DRG) attached to each VCN, a remote peering connection (RPC) on each DRG, and a connection established between the RPCs.

Answer(s): D

Explanation:

Remote peering in Oracle Cloud Infrastructure allows two VCNs in different regions to communicate securely. To establish remote peering, the following components are required:
Two VCNs with Nonoverlapping CIDRs:
The CIDR blocks of the two VCNs must not overlap. This is crucial to avoid routing conflicts and ensure that traffic is correctly routed between the VCNs.
Dynamic Routing Gateway (DRG) Attached to Each VCN:
A DRG is a virtual router that provides a path for traffic between the VCN and networks outside the VCN, such as other VCNs via remote peering, on-premises networks, or other cloud services. Each VCN needs its own DRG.
Remote Peering Connection (RPC):
An RPC is a specialized connection on the DRG used specifically for remote peering. You need to create an RPC on each DRG associated with the VCNs you wish to peer.
Connection Between RPCs:
Finally, a connection must be established between the RPCs of the two DRGs. This connection facilitates the secure and private exchange of traffic between the VCNs over Oracle's backbone network.
Incorrect Options:
Option A involves a single VCN, which does not fulfill the requirement of remote peering between two VCNs.
Option B involves overlapping CIDRs and VPN gateways, which are incorrect for remote peering. Option C suggests peering within the same region, which would be considered local peering rather than remote peering.
Relevant OCI Documentation:
OCI Remote VCN Peering
Dynamic Routing Gateway (DRG) Overview
These resources provide a detailed guide on configuring remote peering in OCI, ensuring secure and effective communication between VCNs across regions.



What would be the total meteredBytes shown by the File Storage service after the hourly update cycle is complete when you overwrite 0.5 GB of a 1 GB file?

  1. 1 GB
  2. 1.5 GB
  3. 2.5 GB
  4. 0.5 GB

Answer(s): B

Explanation:

In Oracle Cloud Infrastructure (OCI) File Storage, when you overwrite a portion of a file, the service does not immediately reclaim the space occupied by the previous version of the file. The total meteredBytes reflects both the original data and the new data written. Scenario You start with a 1 GB file.
When you overwrite 0.5 GB of this file, the file system retains both the 0.5 GB of the original file and the new 0.5 GB you wrote. Calculation: The original 1 GB file contributes 1 GB to meteredBytes.
When 0.5 GB is overwritten, the total usage becomes 1.5 GB (1 GB original + 0.5 GB new). Thus, after the hourly update cycle, the total meteredBytes shown by the File Storage service will be 1.5 GB.


Reference:

Oracle Cloud Infrastructure Documentation: File Storage Service Overview



Which statement is NOT correct regarding the Oracle Cloud Infrastructure (OCI) File System snapshots?

  1. Even if nothing has changed within the file system since the last snapshot was taken, a new snapshot consumes more storage.
  2. Before you can clone a file system, at least one snapshot must exist for the file system.
  3. Snapshots are accessible under the root directory of the file system at .snapshot/name.
  4. Snapshots are a consistent, point-in-time view of your file systems.

Answer(s): A

Explanation:

In OCI File Storage, snapshots are point-in-time, read-only copies of a file system that do not immediately consume additional storage beyond the space needed to track changes. Incorrect Statement: The statement that a new snapshot consumes more storage even if nothing has changed is incorrect. Snapshots are space-efficient; they only consume additional storage as changes are made to the file system after the snapshot is taken. If no changes are made between snapshots, the storage consumption remains minimal.

Correct Statements:
B . Before cloning a file system, at least one snapshot must exist, as the clone operation relies on this snapshot to create a copy.
C . Snapshots are accessible under the .snapshot directory, allowing users to view and restore files from specific snapshots.
D . Snapshots provide a consistent, point-in-time view of the file system, ensuring data integrity.


Reference:

Oracle Cloud Infrastructure Documentation: Managing File System Snapshots



Viewing Page 1 of 8



Share your comments for Oracle 1Z0-1072-25 exam with other users:

Divya 8/27/2023 12:31:00 PM

all the best
UNITED STATES


KY 1/1/2024 11:01:00 PM

very usefull document
Anonymous


Arun 9/20/2023 4:52:00 PM

nice and helpful questions
INDIA


Joseph J 7/11/2023 2:53:00 PM

i found the questions helpful
UNITED STATES


Meg 10/12/2023 8:02:00 AM

q 105 . ans is d
INDIA


Navaneeth S 7/14/2023 7:57:00 AM

i have interest to get a sybase iq dba certification
UNITED STATES


Aish 10/11/2023 5:27:00 AM

want to pass exm.
INDIA


Anonymous 6/12/2023 7:23:00 AM

are the answers correct?
INDIA


Kris 7/7/2023 9:43:00 AM

good morning, could you please upload this exam again, i need it to test my knowledge in sd-wan with version 7.0.
Anonymous


Meghraj mali 10/7/2023 1:47:00 PM

very nice question
CANADA


Noel 11/1/2022 9:14:00 PM

i have learning disability and this exam dumps allowed me to focus on the actual questions and not worry about notes and the those other study materials.
SOUTH AFRICA


Jas 10/25/2023 6:01:00 PM

165 should be apt
UNITED STATES


Neetu 6/22/2023 8:41:00 AM

please upload the dumps, real need of them
Anonymous


Mark 10/24/2023 1:34:00 AM

any recent feeedback?
UNITED STATES


Gopinadh 8/9/2023 4:05:00 AM

question number 2 is indicating you are giving proper questions. observe and change properly.
Anonymous


Santhi 1/1/2024 8:23:00 AM

passed today.40% questions were new.litwere case study,lots of new questions on afd,ratelimit,tm,lb,app gatway.got 2 set series of questions which are not present here.questions on azure cyclecloud, no.of vnet/vms required for implimentation,blueprints assignment/management group etc
INDIA


Raviraj Magadum 1/12/2024 11:39:00 AM

practice test
INDIA


sivaramakrishnan 7/27/2023 8:12:00 AM

want the dumps for emc content management server programming(cmsp)
Anonymous


Aderonke 10/23/2023 1:52:00 PM

brilliant and helpful
UNITED KINGDOM


Az 9/16/2023 2:43:00 PM

q75. azure files is pass
SWITZERLAND


ketty 11/9/2023 8:10:00 AM

very helpful
Anonymous


Sonail 5/2/2022 1:36:00 PM

thank you for these questions. it helped a lot.
UNITED STATES


Shariq 7/28/2023 8:00:00 AM

how do i get the h12-724 dumps
Anonymous


adi 10/30/2023 11:51:00 PM

nice data dumps
Anonymous


EDITH NCUBE 7/25/2023 7:28:00 AM

answers are correct
SOUTH AFRICA


Raja 6/20/2023 4:38:00 AM

good explanation
UNITED STATES


BigMouthDog 1/22/2022 8:17:00 PM

hi team just want to know if there is any update version of the exam 350-401
AUSTRALIA


francesco 10/30/2023 11:08:00 AM

helpful on 2017 scrum guide
EUROPEAN UNION


Amitabha Roy 10/5/2023 3:16:00 AM

planning to attempt for the exam.
Anonymous


Prem Yadav 7/29/2023 6:20:00 AM

pleaseee upload
INDIA


Ahmed Hashi 7/6/2023 5:40:00 PM

thanks ly so i have information cia
EUROPEAN UNION


mansi 5/31/2023 7:58:00 AM

hello team, i need sap qm dumps for practice
INDIA


Jamil aljamil 12/4/2023 4:47:00 AM

it’s good but not senatios based
UNITED KINGDOM


Cath 10/10/2023 10:19:00 AM

q.119 - the correct answer is b - they are not captured in an update set as theyre data.
VIET NAM