OCI 1Z0-1072-25 sample questions with explanations, traps, topic labels, and IT Mastery route links.
These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.
Use these sample questions as a guided self-assessment for OCI Architect Associate (1Z0-1072-25) topics such as VCN design, subnet placement, load balancing, IAM, dynamic groups, storage, database placement, backups, monitoring, and high availability. The prompts focus on choosing a clean architecture rather than overbuilding every scenario.
The sample set below is part of the Oracle OCI 1Z0-1072-25 guide path:
Work through each prompt before opening the explanation. Architect Associate questions usually ask where a control belongs: public edge, private tier, subnet route, IAM boundary, backup plan, or monitoring layer.
Topic: Public edge with private application tier
A web application must accept HTTPS traffic from the internet, but application servers and the database should not have public IP addresses. Which architecture is strongest?
Best answer: B
Explanation: A public load balancer is the correct internet-facing entry point. The application and database tiers can stay private, with routing and security controls limiting exposure between tiers.
Why the other choices are weaker:
What this tests: Load balancer placement, public versus private subnets, tier isolation, and network exposure control.
Related topics: Load balancer; Private subnet; Public subnet; VCN; Network security
Topic: Private outbound internet access
Compute instances in a private subnet need to download software updates from the internet. The instances must not receive public IP addresses. Which design best fits?
Best answer: A
Explanation: A NAT Gateway allows private subnet resources to initiate outbound internet connections without assigning public IP addresses to those resources. It is the direct fit for private instances that need updates.
Why the other choices are weaker:
What this tests: Gateway selection, route rules, and outbound access from private resources.
Related topics: NAT Gateway; Private subnets; Route tables; Internet access; VCN
Topic: Instance access to Object Storage
An application running on OCI compute instances must write files to Object Storage. The team wants to avoid storing user credentials or API keys on the instances. Which identity design is strongest?
Best answer: C
Explanation: Dynamic groups allow OCI resources such as compute instances to be treated as principals for IAM policy. This lets the application access Object Storage through resource identity and scoped policy rather than embedded user credentials.
Why the other choices are weaker:
What this tests: Dynamic groups, resource principals, IAM policy scope, and credential-free service access.
Related topics: Dynamic groups; IAM policies; Object Storage; Resource principals; Least privilege
Topic: Backup and recovery planning
A production database must be recoverable after accidental deletion or regional disruption. The team also needs routine restore testing. Which answer is strongest?
Best answer: D
Explanation: Recovery design is more than enabling a single backup. The architecture needs retention, location strategy, access protection, and restore testing so the team knows whether recovery objectives can actually be met.
Why the other choices are weaker:
What this tests: Backup design, restore validation, recovery objectives, and resilience planning.
Related topics: Backups; Restore testing; Recovery objectives; Database resilience; Disaster recovery
Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by Oracle or any certification body.