Are you aiming to validate your expertise in designing and deploying scalable, secure solutions on Oracle Cloud Infrastructure (OCI)? The 1Z0 1072 Exam Dumps give an idea of the types of questions asked in the exam.
Table of Contents
Why Pursue the 1Z0-1072-25 Certification?
The 1Z0 1072 Exam, officially known as the Oracle Cloud Infrastructure Architect Associate Certification, is a pivotal step for IT professionals aiming to validate their expertise in OCI.
Achieving the OCI Architect Associate certification demonstrates a comprehensive understanding of OCI services and architectural best practices. It not only enhances your professional credibility but also opens doors to advanced roles in cloud architecture and infrastructure management.
Exam Overview
- Exam Code: 1Z0-1072-25
- Title: Oracle Cloud Infrastructure 2025 Architect Associate
- Format: Multiple Choice
- Duration: 90 minutes
- Number of Questions: 50
- Passing Score: 68%
- Cost: Approximately $245 USD
- Delivery: Administered via Pearson VUE
Core Exam Topics
The exam assesses proficiency in the following areas:
- Identity and Access Management (20%): IAM domains, policies, dynamic groups, and access controls.
- Compute (20%): Instance configuration, autoscaling, and OS management.
- Networking (35%): VCN setup, routing, security lists, and connectivity solutions.
- Storage (25%): Block volumes, object storage, file systems, and data replication.

1Z0 1072 Exam Dumps – OCI Architect Associate Exam Questions
Q1. A company currently uses Microsoft Active Directory as its identity provider. The company recently purchased Oracle Cloud Infrastructure (OCI) to leverage the cloud platform for its test and development operations. As the administrator, you are now tasked with giving access only to developers so that they can start creating resources in their OCI accounts. Which step will you perform to achieve this requirement?
- Create a group for developers on and map the group to a similar group in Microsoft Active Directory during the federation process✔️
- Federate all Microsoft Active Directory groups with OCI to allow users to use their existing credentials
- Create a new user account for each user. and then create policies to provide access to developers
- Create a group for developers on OCI, export all the developers from Microsoft Active Directory, and then import them into the Identity and Access Management (IAM) group
Q2. You have five different company locations spread across the US. For a proof-of-concept (POC), you need to set up secure and encrypted connectivity to your workloads running in a single virtual cloud network (VCN) in the Oracle Cloud Infrastructure Ashburn region from all company locations. What would meet this requirement?
- Create five internet gateways in your VCN and have a separate route table for each internet gateway.
- Create five virtual circuits using FastConnect for each company location and terminate those connections on a single dynamic routing gateway (DRG). Attach that DRG to your VCN
- Create five IPsec connections with each company location and terminate those connections on a single DRG. Attach that DRG to your VCN.✔️
- Create five IPsec VPN connections with each company location and terminate those connections on five separate DRGs. Attach those DRGs to your VCN
Q3. You need to create a high-performance shared file system, and have been advised to use a file storage service (FSS). You have logged into the Oracle Cloud Infrastructure console, created a file system, and followed the steps to mount the shared file system on your Linux instance. However, you are still unable to access the shared file system from your Linux instance.
- There are no security list rules for mount target traffic✔️
- There is no internet gateway set up for the mount target traffic
- There is no Identity and Access Management (IAM) policy set up to allow you to access the mount target
- There is no route in your virtual cloud network’s (VCN) route table for mount target traffic
Q4. You deployed a compute instance (VM.Standard2.16) to run a SQL database. After a few weeks, you need to increase disk performance by using NVMe disks; the number of CPUs will not change. As a first step you terminate the instance and preserve the boot volume. What is the next step?
- Create a new instance using a VM,Dense102.16 shape using the preserved boot volume and move the SQL Database data to block volume
- Create a new instance using a VM.Dense102.8 shape using the preserved boot volume and move the SQL Database data to NVMe disks
- Create a new instance using a VM.Standard1.16 shape using the preserved boot volume and move the SQL Database data to NVMe disks
- Create a new instance using a VM.Dense102.16 shape using the preserved boot volume, move the SQL Database data to NVMe disks✔️
Q5. You have an application deployed in Oracle Cloud Infrastructure running only in the Phoenix region. You were asked to create a disaster recovery (DR) plan that will protect against the loss of critical data. The DR site must be at least 500 miles from your primary site and data transfer between the two sites must not traverse the public Internet. Which is the recommended disaster recovery plan?
- Create a new virtual cloud network (VCN) in the Phoenix region and create a subnet in one availability domain (AD) that is not currently being used by your production systems. Establish VCN peering between the production and DR sites.
- Create a DR environment in Ashburn. Associate a DRG with the VCN in each region and create a remote peering connection between the two VCNs.✔️
- Create a DR environment in Ashburn and provision a FastConnect virtual circuit using DRG between the regions.
- Create a DR environment in Ashburn. Associate a dynamic routing gateway (DRG) with the VCN in each region and configure an IPsec VPN connection between tt•æ two regions.
Q6. You are designing a lab exercise for your team that has a large number of graphics with large file sizes. The application becomes unresponsive if the graphics are embedded in the application. You have uploaded the graphics to Oracle Cloud Infrastructure and only added the URL in the application. You need to ensure these graphics are accessible without requiring any authentication for an extended period of time.
- Create pre-authenticated requests (PAR) and specify the expiration time.
- Make the object storage bucket private and all objects public, and use the URL found in the Object “Details”
- Make the object storage bucket public and use the URL found in the Object “Details”✔️
- Create PARs and do not specify an expiration date
Q7. Which two statements are true about restoring a block volume from a manual or policy-based block volume backup?
- It can be restored as new volumes with different sizes from the backups✔️
- It can be restored as a new volume to any AD across different regions
- It must be restored as a new volume to the same availability domain (AD) on which the original block volume backup resides
- It can be restored as a new volume to any AD in the same region✔️
Q8. What is the maximum CIDR range that can be assigned when configuring a virtual cloud network?
- /24
- /16✔️
- /26
- /8
Q9. When terminating a compute instance, which statement is true?
- The instance needs to be stopped first, and then terminated
- The boot volume is always deleted
- All block volumes attached to the instance are terminated
- Users can preserve the boot volume associated with the instance✔️
Q10. Your organization has deployed a large, complex application across multiple compute instances in Oracle Cloud Infrastructure (OCI). These compute instances also have block volume storage attached to them. You want to create a time-consistent backup of this block volume storage. Which implementation strategy should be used?
- Create a manual backup of each volume
- Use scripts available in OCI to back up block volume storage
- Group volumes in a volume group first, and then use the available scripts in OCI
- Group volumes in a volume group and create a manual backup of the volume group✔️
Q11. Where do you find the tnsnames.ora for your Autonomous Data Warehouse (ADW) database?
- You can download tnsnames.ora from the Oracle Cloud Infrastructure web console under the ADW details page
- The tnsnames.ora file is included in the credentials-zip file that you download from the service console of ADW✔️
- The ADW database will place the tnsnames.ora file in an object storage bucket
- You are automatically prompted to download the tnsnames.ora file upon creation of the ADW database
Q12. Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a load balancer. You have configured the load balancer to perform health checks on these instances. If an instance fails to pass the configured health checks, what will happen?
- The instance is replaced automatically by the load balancer
- The instance is terminated automatically by the load balancer
- The instance is taken out of the back-end set by the load balancer
- The load balancer stops sending traffic to that instance✔️
Q13. You are managing a tier-1 OLTP application on an Autonomous Transaction Processing (ATP) database. Your business needs to run hourly batch processes on this ATP database that may consume more CPUs than what is available on the server. How can you limit these batch processes not to interfere with the OLTP transactions?
- Copy OLTP data into new tables in a new table space and run batch processes against these new tables
- ATP is designed for OLTP workload only, you should not run batch processes on ATP
- Disable automated backup during the batch process operations
- Configure ATP resource management rules to manage runtime and IO consumption for the consumer group of batch processes✔️
Q14. Which two choices are true for Autonomous Data Warehouse (ADW)?
- Billing stops only when the ADW is terminated
- Billing stops for both CPU usage and storage usage when ADW is stopped
- Billing for compute stops when ADW is stopped✔️
- Billing for storage continues when ADW is stopped✔️
Q15. Which two statements are true about an Oracle Cloud Infrastructure (OCI) virtual cloud network (VCN)?
- VCN creates the dynamic routing gateway by default
- VCN can reside In multiple OCI regions and availability domains
- VCN covers a single, contiguous IPv4 CIDR block of your choice✔️
- The allowable VCN size range is:/16 to /30✔️
Q16. Which two options are available when setting up DNS for your bare metal and virtual machine DB Systems?
- Internet and custom resolver
- Google DNS servers
- custom resolver✔️
- Internet and virtual cloud network (VCN) resolver✔️
Q17. Which two options are true for Autonomous Transaction Processing (ATP) database?
- You can add/remove Diskgroup in ATP
- You can scale storage up or down in ATP✔️
- You can scale CPU up or down in ATP✔️
- You can add more Pluggable Databases for consolidating multiple databases in ATP
- You can add new ORACLE_HOME for bringing older versions of on-premises databases to ATP
Q18. You have created a public subnet in a VCN, and your public subnet has a Route Table, a Security List, and an Internet Gateway. However, none of the compute instances can connect to the Internet. Which two are possible reasons for the connectivity issue?
- There is no Dynamic Routing Gateway (DRG) associated with the VCN.
- The Route Table has no default route for routing traffic to the Internet Gateway✔️
- There is no stateful ingress rule in the Security List associated with the public subnet
- There is no stateful egress rule in the Security List associated with the public subnet✔️
Q19. You have an application running on Oracle Cloud Infrastructure. You identified that the read and write operations are slowing your application down enough to impair user access. The application is currently using a VM.Standard1.2 compute without any block storage attached to it. Which two options allow you to increase disk IOPS performance?
- Terminate the compute instance preserving the boot volume. Create a new compute instance using a VM Dense 10 shape using the boot volume preserved✔️
- Terminate the compute instance preserving the boot volume. Create a new compute instance using a VM Standard shape and attach a new block volume to host your application.✔️
- Create a backup of the boot volume. Create a new compute instance using a VM Dense IO shape and restore the backup
- Terminate the compute instance and create a backup of the boot volume. Create a new compute instance using a VM Dense 10 shape and restore the backup
Q20. You have been tasked with creating one virtual cloud network (VCN) each for two line of business (LOB) applications. LOB A and LOB B will need to communicate with each other. To ensure that you can utilize VCN peering, which network CIDR ranges should be used?
- VCN A (10.0.0.0/16) and VCN B (10.1.0.0/16)✔️
- VCN A (10.0.2.0/16) and VCN B (10.0.2.0/25)
- VCN A (10.0.0.0/16) and VCN B (10.0.16.0/24)
- VCN A (172.16.0.0/24) and VCN B (172.16.0.0/28)
Q21. Which statement is true regarding Autonomous Transaction Processing (ATP)?
- A database name cannot be used concurrently for both an Autonomous Data Warehouse (ADW) and an ATP database✔️
- After terminating a database, the database name is available for immediate reuse
- A maximum of 8 cores can be enabled for an ATP database
- A maximum of 2 TB of storage can be enabled for an ATP database
Q22. You have been notified of an application failure indicating that one or more of the Oracle Cloud Infrastructure (0C1) resources have become unavailable. After scanning the Compute and Database consoles, you notice that one of the DD Systems is missing. What would you do to identify the reason for this missing resource?
- Navigate to the Audit console and search the previous 24 hours for all Delete actions to get a list of any resource that was deleted in the past 24 hours✔️
- Create a serial console connection to the DB System that does not appear in the management console. Connect to the serial console connection, and then review the system logs under /var/log/messages
- View the service limits associated with your account to ensure that you have not exceeded the allowable number of DB Systems in your tenancy
- Navigate to the Audit console and search the previous 24 hours for all List actions to get a list of every event that occurred in the past 24 hours.
Q23. You are a network architect and have designed the network infrastructure of a three-tier application on Oracle Cloud Infrastructure (OCI). In the architecture, back-end DB servers are in a private subnet. One of your DB administrators Requests to have access to OCI object storage service. How can you meet this requirement?
- Create a service gateway, add a new route rule to the private subnet route table that uses storage as your service gateway target type✔️
- Create a dynamic routing gateway (DRG) and attach it your virtual cloud network (VCN). Add a default route rule to the private subnets route table and set the target as DRG
- Attach a public IP address to the instances in the private subnet, and then add a new route rule to the private subnet route table to route default traffic to the internet gateway
- Add a new route rule to the private subnet route table to route default traffic to the internet gateway
Q24. You are an administrator with an application running on OCI. The company has a fleet of OCI compute virtual instances behind an OCI Load Balancer. The OCI Load Balancer Backend Set health check API is providing a ‘Critical’ level warning. You have confirmed that your application is running healthy on the backend servers. What is the possible reason for this ‘Critical’ warning?
- A user does not have correct IAM credentials on the Backend Servers
- The Backend Server VCN’s Route Table does not include the route for OCI LB
- OCI Load Balancer Listener is not configured correctly
- The Backend Server VCN’s Security List does not include the IP range for the source of the health check requests✔️
Q25. You are deploying a highly available web application in Oracle Cloud Infrastructure and have decided to use a public load balancer. The back-end web servers will be distributed across all three availability domains (ADS). How many subnets should you create to deliver a secure, highly available application?
- two subnets in total; one regional private subnet to host your back-end web servers and one regional public subnet to host your public load balancer✔️
- three subnets in total; one regional public subnet to host your back-end web servers and two AD-specific private subnets to host your private load balancer
- one subnet In total, one regional private subnet to host your back-end web servers and your public load balancer.
- two subnets in total; one regional public subnet to host your back-end web servers and one regional private subnet to host your public load balancer
Q29. What is true about Data Guard set up with fast-start failover (FSFO) in Oracle Cloud Infrastructure (OCI)?
- The best practice for high availability and durability is to run the primary, standby, and observer in separate availability domains (ADs).✔️
- When you configure data guard using OCI console, the default mode is set to maxprotection.
- You cannot create the standby DB system in a different AD from the primary DB system.
- You cannot use the database command line interface (CLI) to set up Data Guard with FSFO.
Q30. Which three load-balancing policies can be used with a backend set?
- throughput
- IP hash✔️
- weighted round robin✔️
- CPU utilization
- least connections✔️
Q31. Which two statements are true about DB Systems in Oracle Cloud Infrastructure?
- Customers can consolidate multiple database homes on a single virtual machine database host
- Customers have no control over database patching
- Customers can manage the TDE Wallet after DB Systems are provisioned✔️
- The database and backups are encrypted by default✔️
Q32. Your company has been running several small applications in Oracle Cloud Infrastructure and is planning a proof of concept (POC) to deploy PeopleSoft. If your existing resources are being maintained In the root compartment, what is the recommended approach for defining security for the upcoming POC ?
- Create a new tenancy tor the PC)C. Provision all new resources Into the root compartment. Grant appropriate permissions to create and manage resources within the root compartment
- Provision all new resources Into the root compartment. Grant permissions that only allow for creation and management of resources specific to the POC-
- Create a new compartment for the POC and grant appropriate permissions to create and manage resources within the compartment.✔️
- Provision all new resources into the root compartment. Use defined tags to separate resources that belong to different applications.
Q33. You are about to upload a large log file (5 TiB size) to Oracle Cloud Infrastructure object storage and have decided to use multipart upload capability for a more efficient and resilient upload. Which two statements are true about multipart upload?
- Individual object parts can be as small as 10 MiB or as large as 50 GiB✔️
- While a multipart upload is still active, you cannot add parts even if the total number of parts is less than 10,000
- The maximum size for an uploaded object is 10 TiB✔️
- You do not have to commit the upload after you have uploaded all the object parts
Q34. In what two ways does Oracle Cloud Infrastructure (OCI) file storage service differ from OCI object storage and block volume services?
- File storage mount target does not provide a private IP address, while the object storage bucket provides one
- File Storage uses the network file system (NFS) protocol, whereas block volume uses ISCSI✔️
- Block volume service is NVMe based, while file storage service is not.
- You can move object storage buckets, block volumes and file storage mount targets between compartments✔️
Q35. As the Cloud Architect for your company, you have been tasked with designing a high performance (HPC) cluster in Oracle Cloud Infrastructure (OCI). The following requirements have been defined.
- The cluster must be a minimum of three nodes, but may increase to six nodes when demand requires.
- The cluster must be resilient to any potential infrastructure failures.
- To minimize latency, all nodes must be deployed within the same availability domain (AD).
- Adding or replacing nodes within the cluster should take no more than 30 minutes.
Which two steps should be performed to satisfy these requirements in OCI?
- Deploy the cluster in a single AD with a shared file system that leverages the file storage service (FSS). Deploy a standby cluster in another AD and configure it to use the same shared file system
- Deploy the cluster in a single AD. Place each of the nodes in one of the three different fault domains in that AD.✔️
- Create a backup of your HPC node compute instance boot volume. Launch new compute instances directly from the backup reduce provisioning time
- Create a custom image of your HPC node compute instance. Launch new compute instances using this image to reduce provisioning time✔️
- Deploy the cluster in a single AD. Place each of the nodes in a different virtual cloud network (VCN) subnet.
Q36. Which statement is true about Oracle Cloud Infrastructure (OCI) object storage support for serverside encryption?
- You must manually enable server-side encryption for each object as you upload to OCI object storage
- Objects are automatically encrypted as they are uploaded to object storage and decrypted upon retrieval✔️
- You must manually decrypt the data when retrieving from OCI object storage
- Only the object data is encrypted and the user-defined metadata that is associated with the object is not encrypted
Q37. You have created a virtual cloud network (VCN) with three private subnets. Two of the subnets contain application servers and the third subnet contains a DB System. The application requires a shared file system so you have provisioned one using the file storage service (FSS). You also created the corresponding mount target in one of the application subnets. The VCN security lists are properly configured so that both application servers and the DB System can access the file system. The security team determines that the DB System should have read-only access to the file system. What change would you make to satisfy this requirement?
- Create an NFS export option that allows READ_ONLY access where the source is the CIDR range of the DB System subnet✔️
- A Connect via SSH to one of the application servers where the file system has been mounted. Use the Unix command chmod to change permissions on the file system directory, allowing the database user read-only access
- Modify the security list associated with the subnet where the mount target resides. Change the ingress rules corresponding to the DB System subnet to be stateless.
- Create an instance principal for the DB System. Write an Identity and Access Management (IAM) policy that allows the instance principal read-only access to the file storage service
Q38. How can you provide users access to an existing compartment?
- by granting users access to a compartment when the compartment is created
- by adding users to a group and defining a policy to provide the group access to the compartment✔️
- by adding users to a compartment; all users in the compartment will have access to the objects in the compartment.
- by granting access directly to the user when the user is created
Q39. You are designing a networking infrastructure in multiple Oracle Cloud Infrastructure regions and require connectivity between workloads in each region. You have created a dynamic routing gateway (DRG) and a remote peering connection. However, your workloads are unable to communicate with each other. What are two reasons for this?
- The security lists associated with subnets in each virtual cloud network (VCN) do not have the appropriate ingress rules✔️
- Identity and Access Management (IAM) policies have not been defined to allow connectivity across the two VCNs in different regions
- A local peering gateway needs to be created in each VCN with a default route rule added in the route table fomarding the traffic to the local peering gateway
- An Internet gateway needs to be created in each VCN with a default route rule added in the route table fomarding the traffic to the Internet Gateway
- The route table associated with subnets in each VCN do not have a route rule defined to fomard the traffic to their respective DRGs✔️
Q40. Which statement is true about Data Guard Implementation in DB systems?
- Both DB systems must be in the same compartment, and they must be the same shape✔️
- You cannot manage Oracle database Initialization parameters at a global level
- You can define the backup window and set custom backup retention period for the automatic database backup schedule
- You cannot manage the database as ays/sysdba
Q41. You must implement a backup solution for your Autonomous Data Warehouse (ADW) that will enable you to restore data as old as one year with a recovery point objective (RPO) of 10 days. Which database backup strategy would you select?
- Take weekly manual backups to supplement the automated backups and preserve them for 12 months.
- Use the automated backups✔️
- Take monthly manual backups to supplement the automated backups and preserve them for 12 months
- Take quarterly manual backups to supplement the automated backups and preserve them for 12 months
Q42. Which statements are true regarding cloning a volume?
- You can change the block volume performance when creating a clone✔️
- You can clone block volumes across regions
- You can change the block volume size when creating a clone✔️
- You can skip block volume encryption when creating a clone
Q43. You are designing a shared storage solution for your company in Oracle Cloud Infrastructure. The proposed storage solution should allow users to create a hierarchical structure (similar to the directory structure in Linux or Windows based systems). The solution should provide data encryption and a large amount of storage space. Which would be the best implementation strategy?
- Use block storage. Create and attach a large block storage volume to one compute instance. Assign a public IP to the compute instance. Store data on the block storage and access it by connecting to the compute instance.
- Use object storage. Create a single namespace and multiple buckets to create the hierarchical directory structure.
- use object storage. Create multiple namespaces with one bucket each. Make the buckets publicly accessible.
- use file storage service. Create a file system and a mount +rget. Share the private IP of the mount target.✔️
Q44. You are designing a shared storage solution for your company in Oracle Cloud Infrastructure. The proposed storage solution should allow users to create a hierarchical structure (similar to the directory structure in Linux or Windows based systems). The solution should provide data encryption and a large amount of storage space. Which would be the best implementation strategy?
- Use block storage. Create and attach a large block storage volume to one compute instance. Assign a public IP to the compute instance. Store data on the block storage and access it by connecting to the compute instance.
- Use object storage. Create a single namespace and multiple buckets to create the hierarchical directory structure.
- use object storage. Create multiple namespaces with one bucket each. Make the buckets publicly accessible.
- use file storage service. Create a file system and a mount +rget. Share the private IP of the mount target.✔️
Q45. You have successfully configured identity federation between Oracle Cloud Infrastructure (OCI) and Oracle Identity Cloud Services (IDCS). A new project manager wants access to OCI for her team and provides the name of an existing group within IDCS to use when granting access. How do you configure federation to allow the project team access to OCI resources?
- Create a new IAM group in OCI and map it to the existing IDCS group. Create a new policy in IDCS and reference the name of the IAM group.
- Create a new Identity and Access Management (IAM) policy in OCI and reference the name of the IDCS group in each policy statement.
- Create a new compartment in OCI with the same name as the existing IDCS group. Create an IAM policy that references the new compartment and the name of the IDCS group
- Create a new IAM group in OCI and map it to the existing IDCS group. Create a new IAM policy and reference the name of the IAM group in each policy statement✔️
Q46. Which two actions will occur when a back-end server that is registered with a backend set is marked to drain connections?
- It disallows new connections to that backend server✔️
- It keeps the connections to that instance open and attempts to complete any in-flight requests✔️
- It redirects the requests to a user-defined error page.
- It immediately closes all existing connections to that instance
- It forcibly closes all connections to that instance after a timeout period
Q47. You have multiple applications installed on a compute Instance, and these applications generate a large amount of log files. These log files must reside on the boot volume for a minimum of 15 days. Any files over 15 days do not have to reside on the boot volume but still must be retained for at least 60 days. The 60-day retention requirement is causing an Issue with available disk space. What are the two recommended methods to provide additional boot volume space for this compute instance?
- Terminate the instance while preserving the boot volume. Create a new instance from the boot volume and select a DenseIO shape to take advantage of local NVMe storage.
- Create an object storage bucket and use a script that runs daily to move log files older than 15 days to the bucket✔️
- Create and attach a block volume to the compute instance and copy the log files
- Create a custom image and launch a new compute instance with a larger boot volume size✔️
- Write a custom script to remove the log files on a daily basis and free up space on the boot volume
Q48. Which two resources reside exclusively in a single availability domain?
- compute instance✔️
- Object storage
- groups
- block volume✔️
- Web Application Firewall Policy
Q49. Which two options are necessary for achieving high availability on Oracle Cloud Infrastructure?
- Store your database across multiple regions so that half of the data resides in one region and the other half resides in another region
- Attach your block volume form Availability Domain 1 to a compute instance in Availability Domain 2 (and vice versa) so that they are highly available.
- Configure your database to have Data Guard in another Availability Domain in Sync mode within a region✔️
- Store your database files on Object Storage so that they are available in all Availability Domains in all regions
- Distribute your application servers across all Availability Domains within a region✔️
Q50. You are running a mission-critical database application in Oracle Cloud Infrastructure (OCI). You take regular backups of your DB system to OCI object storage. Recently, you noticed a failed database backup status in the console. What two steps can you take to determine the cause of the backup failure?
- Ensure the database archiving mode is set to NOARCHIVELOG
- Ensure that your database host can connect to the OCI object storage✔️
- Restart the dcsagent program if it has a status of stop or waiting✔️
- Make sure that the database is not active and running while the backup is in progress
Q51. Which two statements are true about encryption on Oracle Cloud Infrastructure (OCI)?
- By default, object storage and block storage are ercrypted at rest✔️
- A customer is responsible for data encryption in all services of
- By default. DB Systems offers an encrypted database.✔️
- By default NVMe drives are encrypted but the block volume service is not
Q52. Which two Oracle Cloud Infrastructure database services allow you to dynamically scale CPU and storage?
- bare metal DB system
- Virtual machine DB system
- Autonomous Data Warehouse (ADW)✔️
- Autonomous Transaction Processing (ATP)✔️
Q53. You are designing a two-tier web application in Oracle Cloud Infrastructure (OCI). Your clients want to access the web servers from anywhere, but want to prevent access to the database servers from the Internet. Which is the recommended way to design the network architecture?
- Create public subnets for web servers and private subnets for database servers in your virtual cloud network (VCN), and associate separate internet gateways for each subnet
- Create a public subnet for web servers and associate a dynamic routing gateway with that subnet. and a private subnet for database servers with no association to the dynamic routing gateway
- Create public subnets for web servers and private subnets for database servers in your VCN, and associate separate security lists and route tables for each subnet✔️
- Create a single public subnet for your web servers and database servers, and associate only your web servers with the internet gateway
Q54. You have hired a new employee to run reports from the Autonomous Data Warehouse (ADW) and are not confident in their SQL writing ability. Into which consumer group will you assign this Individual to minimize the impact of their code?
- Low✔️
- Lowest
- Medium
- High
- Highest
Q55. Your on-premises hosted application uses Oracle database server. Your database administrator must have access to the database server for managing the application. Your database server is sized for seasonal peak workloads, which results in high licensing costs. You want to move your application to Oracle CloudInfrastructure (OCI) to take advantage of CPU scaling options. Which database offering on OCI would you select?
- bare metal DB systems✔️
- VM DB systems
- Autonomous Transactions Processing (ATP)
- Autonomous Data Warehouse (ADW)
Q56. Your company has decided to move a few applications to Oracle Cloud Infrastructure (OCI) and you have been asked to design a cloud-based disaster recovery (DR) solution. One of the requirements is to deploy the DR resources at least 300 miles from the home OCI region and minimize the network latency. What will be the recommended deployment?
- Deploy production and DR applications in the same VCN. Create production subnets in one AD, and DR subnets in another AD,
- Deploy production and DR applications in two separate VCNs in different availability domains (ADS) within your home region, and then use a VCN remote peering connection for connectivity
- Deploy production and DR applications in two separate VCNs, each in different regions. Connect them using a VCN remote peering connection✔️
- Deploy production and DR applications in two separate virtual cloud networks (VCNs), each in different regions, and then use VCN local peering gateways for connectivity
Q57. Which two statements about file storage service (FSS) are accurate?
- FSS leverages UNIX user group and permission checking for file access security✔️
- Encryption of file system in FSS is optional
- Identity and Access Management (IAM) controls which file systems are mountable by which instances
- Security lists can be used as a virtual firewall to prevent an instance from mounting an FSS mount target within the same subr,et
- Data in transit to an FSS mount target is encrypted✔️
Q58. Which two use Oracle dynamic routing gateway (DRG) for connectivity?
- Remote virtual cloud network (VCN) peering across region✔️
- Oracle IPsec VPN✔️
- Local VCN peering
- Oracle Cloud Infrastructure FastConnect public peering
Q59. You want an Oracle Cloud Infrastructure (OCI) compute instance in your compartment to make API calls to other services within OCI without storing credentials in a configuration file. What do you need to do?
- Create a dynamic group with appropriate matching rules to include the instance, and reference this group in your IAM policy statement✔️
- Instances cannot access services outside their compartment
- VM instances are treated as users. Create a user, assign the user to that VM instance, and reference the instance in your Identity and Access Management (AM) policy statement
- By default, all VM instances are created with an instance principal. Reference this instance principal in your IAM policy statement
Q60. Which statement is true about Oracle Cloud Infrastructure FastConnect?
- For private peering, FastConnect extends your existing infrastructure to allow you to consume object storage from your on-premises data center
- For private peering, FastConnect extends your existing infrastructure to a virtual cloud network✔️
- For public peering, FastConnect extends your existing infrastructure to a virtual cloud network
- For public peering, a dynamic routing gateway must be configured and attached to the virtual cloud network (VCN)
Q61. You have one database style application that frequently makes many random reads and writes across the dataset Which storage offering supports this application?
- block volume service✔️
- file storage service
- object storage service
- archive storage service
Q62. You have an Oracle Cloud Infrastructure (OCI) load balancer distributing traffic via an evenly-weighted round robin policy to your backend web servers. You notice that one of your web servers is receiving more traffic than other web servers.How can you resolve this imbalance?
- Check security lists and route tables of your virtual cloud network (VCN) and fix any issues associated with the rules
- Create separate listeners for each backend web server
- Delete and re-create your OCI load balancer
- Disable session persistence on your backend set✔️
Q63. Which service would you use if your big data workload required shared access and NFS-based connectivity?
- block volume
- archive storage
- object storage
- file storage✔️
Q64. A customer has launched a compute instance In the Virtual Cloud Network (VCN), which has an internet gateway, a service gateway, a default security lists and a default route table. Customer has opened up Port 22 In the security lists attached to the compute Instance subnet, however is still unable to connect to compute Instances using ssh. Which option would remedy this situation?
- Modify the route table associated with the VCN subnet in which the instance Add a following route to the route table. Destination CIDB: 0,0.0.0/0 Target: Internet Gateway <“GM)✔️
- Modify the route table associated with the VCN subnet in which the instance resides. Add a following route to the route table. Destination CIDP: 0.0.0.0/0 Target: Dynamic Routing Gateway (ORG)
- Modify the security list associated with the VCN subnet In which the Instance resides. Add a stateful egress rule to allow ichp traffic in addition to the port 22
- Modify the route table associated with the VCN subnet In which the Instance resides. Add a following route to the route table. Destination CIDR: 0.0.0.0/0 Target: Service Gateway (SGW)
Q65. You have provisioned an Autonomous Transaction Processing (ATP) database and logged into the ATP service console. What are three abilities that can be performed from this service console?
- scale up/down the CPUs
- create ATP database users
- reset the admin password✔️
- set resource management rules✔️
- monitor database activity and SQL queries✔️
Q66. Which two statements are true about adding secondary VNICs to an existing compute instance?
- The primary and secondary VNIC association must be in the same availability domain✔️
- You can assign an Ephemeral Public IP to a secondary VNIC
- You can remove the primary VNIC after the secondary VNlCs attachment is complete
- The primary and secondary VNIC association can be in different virtual cloud networks (VCNs)✔️
Q67. You are designing a high bandwidth, redundant connection between your data center and Oracle Cloud Infrastructure (OCI). While researching for OCI FastConnect locations, you notice that you are co-located with Oracle at one of the Oracle FastConnect locations in the Ashburn region. What is the recommended design in this scenario?
- Create a cross-connect group and have two or more cross-connects in that group. Create an IPsec VPN connection on this group.
- Setup two IPsec connections between your data center and OCI Ashburn region. Create an OCI load balancer to distribute the traffic across the two connections
- Create a cross-connect group and have at least two or more cross- connects in that group. Create at least two or more virtual circuits in the group.✔️
- Create a cross-connect group and have at least one cross-connect in that group. Create at least one virtual circuit in the group
Q67. Which two statements about fault domains are true?
- A fault domain is a grouping of hardware and infrastructure within an availability domain✔️
- Each availability domain contains three fault domain✔️
- A failed instance in a fault domain is automatically relaunched
- A fault domain is selected automatically based on usage data
Q68. You have an application server that needs to copy data on Oracle Cloud Infrastrucutre (OCI) object storage in the same region. You have created a service gateway for OCI object storage in your virtual cloud network (VCN) and modified security lists associated with the subnet to allow traffic to the service gateway. You are able to connect to the OCI object storage, however, you notice that the connectivity is over the Internet instead of the service gateway. What is the reason for this behavior?
- The route table associated with the subnet has no route rule where the destination is object storage service✔️
- The service gateway created in the VCN resides in a different availability domain
- The security list associated with the subnet has an egress rule that allows all traffic to be forwarded to a destination CIDR 0.0.0,0/0
- Identity and Access Management (IAM) policies restrict the access to the object storage bucket
Q69. You have an Oracle Cloud Infrastructure (OCI) load balancer distributing traffic via an evenly-weighted round robin policy to your backend web servers. You notice that one of your web servers is receiving more traffic than other web servers. How can you resolve this imbalance?
- Check security lists and route tables of your virtual cloud network (VCN) and fix any issues associated with the rules
- Create separate listeners for each backend web server
- Delete and re-create your OCI load balancer
- Disable session persistence on your backend set✔️
Q70. As the Cloud Architect for your company, you have been tasked with designing a high performance (HPC) cluster in Oracle Cloud Infrastructure (OCI). The following requirements have been defined .
- The cluster must be a minimum of three nodes, but may increase to six nodes when demand requires.
- The cluster must be resilient to any potential infrastructure failures.
- To minimize latency, all nodes must be deployed within the same availability domain (AD).
- Adding or replacing nodes within the cluster should take no more than 30 minutes.
Which two steps should be performed to satisfy these requirements in OCI?
- Deploy the cluster in a single AD with a shared file system that leverages the file storage service (FSS). Deploy a standby cluster in another AD and configure it to use the same shared file system
- Deploy the cluster in a single AD. Place each of the nodes in one of the three different fault domains in that AD.✔️
- Create a backup of your HPC node compute instance boot volume. Launch new compute instances directly from the backup reduce provisioning time
- Create a custom image of your HPC node compute instance, Launch new compute instances using this image to reduce provisioning time✔️
- Deploy the cluster in a single AD. Place each of the nodes in a different virtual cloud network (VCN) subnet.
Q71. Your application front end consists of several Oracle Cloud Infrastructure compute instances behind a load balancer. You have configured the load balancer to perform health checks on these instances. If an instance fails to pass the configured health checks, what will happen?
- The instance is replaced automatically by the load balancer
- The instance is terminated automatically by the load balancer
- The instance is taken out of the back end set by the load balancer
- The load balancer stops sending traffic to that instance✔️
Q72. The Oracle Cloud Infrastructure Block Volume service lets you expand the size of block and boot volumes. Which three options below can you use to increase the size of your block volumes?
- Clone an existing volume to a new, larger volume✔️
- You can only expand block volumes and not boot volumes
- Expand an existing volume in place with offline resizing✔️
- Take a backup of your existing volume and restore from the volume backup to a larger volume✔️
- Expand an existing volume in place with online resizing
Q73. Which two statements are true regarding cloning a block volume?
- You can change the block volume performance when creating a clone✔️
- You can clone block volumes across regions
- You can change the block volume size when creating a clone✔️
- You can skip block volume encryption when creating a clone
Q74. You have deployed a compute instance (VM.Standard2.24) to run an Oracle database. With this set up, you run into some performance issues and want to leverage an OCI Dense IO shape (VM.DenseIO2.24), with which you get 25.6 TB local NVMe SSD. You do not want to lose the configuration changes you made to the instance. Which of the following TWO steps ARE NOT required to make this transition?
- Terminate the VM.Standard2.24 instance and do not preserve the boot volume✔️
- Create a new instance using the VM.Dense102.24 shape using the preserved boot volume and move the Oracle Database data to NVMe disks
- Terminate the VM.Standard2.24 instance and preserve the boot volume
- Create a new instance using a VM.Dense102.24 shape using the preserved boot volume and move the Oracle Database data to block volumes✔️
Q75. You are running several Linux-based operating systems in your on premises environment that you want to import to OCI as custom images. You can launch your imported images as OCI compute Virtual machines. Which two modes below can be used to launch these imported Linux VMs?
- Native
- Mixed
- Paravirtualized✔️
- Emulated✔️
Q76. You have an application deployed in Oracle Cloud Infrastructure running in the US East region. You have been asked to create a disaster recovery plan that will protect against the loss of critical data. The DR site must be at least a few hundred miles from your primary site and data transfer between the two sites must not traverse the public Internet. Which is the lowest latency and lowest cost recommended disaster recovery plan?
- Create a DR environment in the US West region and provision a FastConnect virtual circuit using Dynamic Routing Gateways between the regions
- Create a DR environment in the US West region. Associate a Dynamic Routing Gateway (DRG) with the VCN in each region and configure an IPsec VPN connection between the two regions
- Create a DR environment in the US West region. Associate a Dynamic Routing Gateway (DRG) with the VCN in each region and create a remote peering connection between the two VCNs✔️
- Create a DR environment in the US West region. Associate a Local Peering Gateway with the VCN in each region and create a local peering connection between the two VCNs
Q77. Which two statements are true about Oracle Cloud Infrastructure IPSec VPN Connect?
- Each OCI IPSec VPN consists of multiple redundant IPSec tunnels✔️
- OCI IPSec VPN tunnel supports only static routes to route traffic
- OCI IPSec VPN can be configured in tunnel mode only✔️
- OCI IPSec VPN can be configured in trans port mode only
Q78. Which two Oracle Cloud Infrastructure services use a Dynamic Routing Gateway?
- OCI FastConnect Public Peering
- Local Peering
- OCI FastConnect Private Peering✔️
- Internet Gateway
- OCI IPSec VPN Connect✔️
Q80. You have the following compartment structure in your tenancy. Root compartment->Training->Training-subl ->Training-sub2. You create a policy in the root compartment to allow the default admin for the account (Administrators) to manage block volumes in the compartment Training-sub2. What policy would you write to meet this requirement?
- Allow group Administrators to manage volume-family in root compartment
- Allow group Administrators to manage volume-family in compartment Training- subl :Training-sub2
- Allow group Administrators to manage volume-family in compartment Training: Training-sub 1 :Training-sub2✔️
- Allow group Administrators to manage volume-family in compartment Training- sub2
Q81. You have created a new compartment called Production to host some production apps. You have also created users in your tenancy and added them to a Group called “production group”. Your users are still unable to access the Production compartment. How can you resolve this situation?
- Every compartment you create comes with a predefined set of policies, so no further action is needed
- Your users get automatic access to all compartments, so no further action is needed
- Write an IAM Policy for each specific user granting them access to the production compartment
- Write an IAM Policy for “production_group” granting it access to the production compartment✔️
Q82. You have two line of business operations (LOB1, LOB2) leveraging Oracle Cloud Infrastructure. LOB1 is deployed in VCN1 in the OCI US East region, while LOB2 is deployed in VCN2 in the US West region. You need to peer VCN1 and VCN2 for disaster recovery and data backup purposes. To ensure you can utilize the OCI Virtual Cloud Network remote peering feature, which CIDR ranges should be used?
- VCN1 (10.0.0.0/16) and VCN2 (10.0.1.0/24)
- VCN1 (10.0.0.0/16) and VCN2 (172.16.0.0/16)✔️
- VCN1 (172.16.1.0/24) and VCN2 (172.16.1.0/27)
- VCN1 (192.168.0.0/16) and VCN2 (192.168.1.0/27)
Q83. You deployed a web server in Oracle Cloud Infrastructure using an Ephemeral Public IP address. While making configuration changes, an admin inadvertently deleted your web seNer. You redeploy your web server, but many of your LOB apps depend on this web server’s public IP address and would need an update. What can you do to prevent this from happening again?
- Create a reserved public IP and associate it with the security list for the subnet being used by your compute instance
- Create a reserved public I P and associate it with the hosts file of your web server
- Create a reserved public IP and associate it with the subnet of your compute instance
- Create a reserved public IP and associate it with the virtual NIC of your compute instance✔️
Q84. You have launched a compute instance running Oracle database in a private subnet in the Oracle Cloud Infrastructure US East region. You have also created a Service Gateway to back up the data files to OCI Object Storage in the same region. You have modified the security list associated with the private subnet to allow traffic to the Service Gateway, but your instance still cannot access OCI Object Storage. How can you resolve this issue?
- Add a stateful rule that enables ingress HTTPS (TOP port 443) traffic to 001 Object Storage in the security list associated with the private subnet
- Add a stateful rule that enables egress HTTPS (TCP port 443) traffic to OCI Object Storage in the security list associated with the private subnet
- Add a rule in the Route Table associated with the private subnet with Target type as “Service Gateway” and destination service as all IAD services in the Oracle Service Network’✔️
- Use the default Security List, which has ports open for OCI Object Storage
Q85. You are a network architect of an application running on Oracle Cloud Infrastructure (OCI). Your security team has informed you about a security patch that needs to be applied immediately to one of the backend web servers. What should you do to ensure that the OCI load balancer does not forward traffic to this backend server during maintenance?
- Drain all existing connections to this backend server and mark the backend web server offline✔️
- Create another OCI load balancer for the backend web servers, which are active and handling traffic
- Edit the security list associated with the subnet to avoid traffic connectivity to this backend serve
- Stop the load balancer for maintenance and restart the load balancer after the maintenance is finished
Q86. Your application consists of three Oracle Cloud Infrastructure compute instances running behind a public load balancer. You have configured the load balancer to perform health checks on these instances, but one of the three instances fails to pass the configured health check. Which of the following action will the load balancer perform?
- Stop sending traffic to the instance that failed health check✔️
- Terminate the instance that failed health check
- Stop the instances that failed health check
- Remove the instance that failed the health check from the backend set
Q87. Which three items must be configured for a load balancer to accept incoming traffic?
- A route table entry pointing to the listener IP address
- A security list that is open on the listener port✔️
- A backend set with at least one backend server✔️
- SSL certificate
- A listener✔️
Q88. Your IT department wants to cut down storage costs, but also meet compliance requirements as set up by the central audit group. You have a legacy bucket with both Word does (.docx) and Excel files (.xlsx). Your auditors want to retain only Excel files for compliance purposes. Your IT departments wants to keep all other files for 365 days only. What two steps can you take to meet this requirement?
- Create Object Storage Lifecycle rules to archive objects from the legacy bucket after 365 days without any pattern matching
- Create Object Storage lifecycle rules to delete objects from the legacy bucket after 365 days With a filter type – include by pattern: “.docx✔️
- It is not possible to meet this requirement
- Create Object Storage Lifecycle rules to delete objects from the legacy bucket after 365 days with a filter type • exclude by pattern: “xlsx”✔️
- Create Object Storage Lifecycle rules to delete objects from the legacy bucket after 365 days without any pattern matching
Q89. You have a working application in the US East region. The app is a 3-tier app with a database backend – you take regular backups of the database into OCI Object Storage in the US East region. For Business continuity; you are leveraging OCI Object Storage cross-region copy feature to copy database backups to the US West region. Which of the following three steps do you need to execute to meet your requirement?
- Write an IAM policy and authorize the Object Storage service to manage objects on your behalf✔️
- Specify an existing destination bucket✔️
- Specify the bucket visibility for both the source and destination buckets
- Provide a destination object name
- Provide an option to choose bulk copying of objects
- Choose an overwrite rule✔️
Q90. Which of the following statement is true regarding Oracle Cloud Infrastructure Object Storage PreAuthenticated Requests?
- It Is not possible to create pre-authenticated requests for “archive” storage tier
- Changing the bucket visibility does not change existing pre- authenticated requests✔️
- It is not possible to create pre-authenticated requests for the buckets, but only for the objects
- Pre-authenticated requests don’t have an expiration
Q91. You have two NFS clients running in two different subnets within the same Oracle Cloud Infrastructure (OCI) Virtual Cloud Network (VCN). You have created a shared file system for the two NFS clients who want to connect to the same file system, but you want to restrict one of the clients to have READ access while the other has READ/Write access. Which OCr feature would you leverage to meet this requirement?
- Use VCN security rules to control access for the NFS clients
- Use OCI Identity Access Management to control access for the NFS clients
- Use File Storage NFS Export Options to control access for the NFS clients✔️
- Use NFS security to control access for the NES clients
Q92. Which statement is true about the Oracle Cloud Infrastructure File Storage Service Mount Target?
- You can access multiple file systems through a single mount target✔️
- Mount target has a public IP address and DNS name
- Mount target lives in a single subnet of your choice, but is not highly available
- Each mount target requires six internal IP addresses in the subnet to function
Q93. Which statement is true about the Oracle Cloud Infrastructure File Storage Service Snapshots?
- Snapshots are created under the root folder of file system, in a hidden directory named .snapshot✔️
- Snapshots are not incremental
- You can restore the whole snapshot, but not the individual files
- It Is not possible to create snapshots from OCI console, but just the CLI
Q94. Which two statements are true about Oracle Cloud Infrastructure (OCI) DB Systems Data Guard service?
- Both DB systems must use the same VCN, and port 1521 must be open✔️
- Data guard configuration on the OCI is limited to a virtual machine only
- Data guard implementation for Bare Metal shapes requires two DB Systems, one containing the primary database and one containing the standby database.✔️
- Data guard implementation requires two DB Systems, one running the primary database on a virtual machine and the standby database running on bare metal.
Q95. Which two characteristics do you need to consider when choosing a method to migrate a database to Oracle Cloud Infrastructure (OCI)?
- On-premises connectivity using remote and local virtual cloud network (VCN) peering
- On-premises database character set and application version
- On-premises host operating system platform and network bandwidth✔️
- On-premises database version and quantity of data, including indexes✔️
Q96. Which is a customer’s responsibility on an Oracle Cloud Infrastructure DB System?
- Applying patches to the database and OS✔️
- Installing the operating syste
- Creating the first database on the DB System
- Creating an ASM diskgroup for data file or temp file storage
Q97. Which two options are available within the service console of Autonomous Transaction Processing?
- Monitor the health of the database server including CPU, memory and query performance✔️
- Configure resource management rules and reset the admin password✔️
- Perform a manual backup of the ATP database
- Fine tune a long running query using optimizer hints
Q98. Which of the following two tasks can be performed in the Oracle Cloud Infrastructure Console for Autonomous Data Warehouse?
- Adjust Network Bandwidth
- Scale up/down Memory
- Increase Storage allocated for Database✔️
- Scale up/down CPU✔️
Q99. Which two statements are true about Autonomous Data Warehouse (ADW) backup?
- You can perform manual backups to OCI object storage in addition to automated backups available on ADW✔️
- You can backup the ADW database only to a standard bucket type in OCI object storage✔️
- Oracle Cloud Infrastructure (OCI) recommends backing up ADW databases manually to on-premises storage devices
- You must back up the ADW database to the object storage bucket named ADW_backup
Q100. You are tasked with creating a highly available clustered application on Oracle Cloud Infrastructure consisting of three nodes. The round-trip latency between nodes must be less than 500 μs (microseconds), and your cluster should be resilient to hardware failure. What is the recommended deployment strategy?
- Deploy the cluster nodes in a single region and deploy each node into a different AD. Select the same fault domain in each AD to ensure consistency.
- Deploy the cluster nodes in two separate regions and take advantage of multiple availability domains (ADS) in each region.
- Deploy the cluster nodes in a Single region and deploy each node into a different AD.
- Deploy the cluster nodes in a single region and deploy each node in different fault domains within a Single AD.✔️