Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

1z0-1124-25 Oracle Cloud Infrastructure 2025 Networking Professional Questions and Answers

Questions 4

You are implementing IPSec over FastConnect to connect to a third-party network that is also connected to OCI via FastConnect. Your company requires a high level of security and isolation between your network and the third-party’s network. Which of the following is the MOST secure approach to ensure network isolation when implementing IPSec over FastConnect in this scenario?

Options:

A.

Implement IPSec tunnels between your on-premises network and the third-party’s on-premises network, bypassing OCI.

B.

Use OCI Network Security Groups (NSGs) or security lists to strictly control traffic between your VCN and the third-party’s VCN.

C.

Utilize a third-party virtual firewall appliance deployed in OCI and configure IPSec tunnels through the firewall to both your on-premises network and the third-party’s network.

D.

Enable flow logs to monitor the traffic that is transmitted.

Buy Now
Questions 5

Your organization uses a combination of OCI and AWS. Applications in OCI frequently access services hosted in AWS. You are experiencing slow and inconsistent data transfer speeds when transferring large files between the two clouds. You have a Site-to-Site VPN, but are considering other options. Which option is NOT a valid design consideration for improving the data transfer performance between OCI and AWS?

Options:

A.

Evaluate the distance between the OCI and AWS regions you are using.

B.

Deploy a dedicated interconnect through a network service provider that specializes in connecting OCI and AWS.

C.

Determine the pricing scheme used for all OCI compute resources so you can predict when you need to scale bandwidth.

D.

Evaluate using a third-party WAN optimization solution.

Buy Now
Questions 6

You are troubleshooting a connectivity issue between two compute instances within the same VCN. Both instances are in different subnets. Instance A (IPv4: 10.0.1.10, IPv6: fc00:1:1::10) can ping its subnet gateway (10.0.1.1) and can ping the IPv6 address of Instance B (fc00:1:2::20), but cannot ping Instance B's IPv4 address (10.0.2.20). The security lists and network security groups (NSGs) are configured to allow all traffic between the subnets. The route table for Instance A’s subnet has a rule to route all traffic destined to 10.0.2.0/24 subnet to the VCN Local Peering Gateway. What is the most probable cause?

Options:

A.

The VCN does not have IPv6 enabled.

B.

The route table for Instance B's subnet is missing a rule to route traffic destined for 10.0.1.0/24 to the VCN Local Peering Gateway.

C.

IPv6 traffic cannot be filtered by security lists or NSGs.

D.

The "ping" utility is not supported on the IPv6 address.

Buy Now
Questions 7

You are designing a highly available and scalable e-commerce application on OCI. The application requires load balancing for both HTTP/HTTPS traffic and TCP-based microservices communication. You need a solution that provides advanced traffic management capabilities, including content-based routing and path-based routing, and can also protect against common web exploits. Which OCI load balancing offering is the most suitable for this scenario, considering the need for web application firewall (WAF) integration?

Options:

A.

Network Load Balancer

B.

Application Load Balancer

C.

Flexible Load Balancer

D.

Load Balancing as a Service (LBaaS)

Buy Now
Questions 8

When configuring a network appliance within a VCN to enable transitive routing, which of the following is essential to ensure traffic flows correctly between interconnected VCNs?

Options:

A.

Attaching the network appliance to a Service Gateway.

B.

Configuring static routes on the DRG route tables pointing to the network appliance's private IP address.

C.

Implementing a Load Balancer in front of the network appliance.

D.

Using a Local Peering Gateway (LPG) to connect the network appliance to the DRG.

Buy Now
Questions 9

You are troubleshooting a network connectivity issue between a compute instance in a private subnet within your VCN and a service on the public internet using Cloud Shell. You suspect a problem with the network security group (NSG) rules associated with the instance's VNIC. Which Cloud Shell command and appropriate tool combination allows you to directly inspect the NSG configuration impacting the VNIC?

Options:

A.

oci network network-security-group get --nsg-id piped to grep

B.

oci compute instance get --instance-id piped to jq '.vnics[].nic_id | oci network vnic get --vnic-id .' piped to jq '.network_security_group_ids[] | oci network network-security-group get --nsg-id .'

C.

oci compute instance get --instance-id piped to grep NetworkSecurityGroupIds

D.

oci network vnic get --vnic-id piped to awk '/network_security_group_ids/ {print $2}' | xargs oci network network-security-group get --nsg-id

Buy Now
Questions 10

You are using the OCI Application Load Balancer (ALB) for your web application. You want to implement a blue/green deployment strategy to minimize downtime during application updates. You have two backend sets: 'blue' (the current version) and 'green' (the new version). What is the most efficient way to switch traffic from the 'blue' backend set to the 'green' backend set using the ALB's traffic management capabilities?

Options:

A.

Update the listener to point directly to the 'green' backend set.

B.

Create a new listener that points to the 'green' backend set and delete the old listener.

C.

Use the ALB's routing rules to gradually shift traffic from the 'blue' backend set to the 'green' backend set based on a percentage weight.

D.

Update the health check policy of the 'blue' backend set to mark all servers as unhealthy, forcing the ALB to send traffic to the 'green' backend set.

Buy Now
Questions 11

You are managing a critical application hosted on OCI. To enhance security, you have enabled DNSSEC for your domain using OCI DNS. You want to automate the process of monitoring the health and validity of your DNSSEC configuration and receive alerts if any issues are detected. Which OCI service can be MOST effectively used for this DNSSEC monitoring purpose?

Options:

A.

OCI Vulnerability Scanning Service.

B.

OCI Monitoring Service.

C.

OCI Audit Service.

D.

OCI Logging Analytics.

Buy Now
Questions 12

Your organization is migrating workloads to a multicloud environment using OCI, AWS, and Azure. You have applications that require access to on-premises resources and must maintain high security standards. Which connectivity configuration would provide the MOST secure and reliable access while adhering to best practices for a hybrid multicloud architecture?

Options:

A.

Establishing IPSec VPN tunnels from the on-premises network directly to each cloud provider (OCI, AWS, and Azure), terminating on the respective cloud provider’s virtual network gateways

B.

Using public internet connectivity for all cloud providers and relying on application-level security measures

C.

Creating a private network connection to OCI using FastConnect, then extending the network to AWS and Azure using a software-defined WAN (SD-WAN) solution that supports end-to-end encryption and policy-based routing

D.

Connecting on-premises to OCI using FastConnect and building VPN tunnels from OCI to Azure and AWS

Buy Now
Questions 13

You’re designing a multi-region deployment of your application on OCI. You want to use OCI’s global load balancing capabilities, but also require the WAF to protect against attacks close to the user. Which configuration provides the best balance between global load balancing and regional WAF protection?

Options:

A.

Use OCI Global Load Balancer (GLB) with a single regional WAF protecting the backend servers in one region.

B.

Use OCI GLB to distribute traffic to regional Load Balancers, each fronted by a regional WAF.

C.

Configure the WAF in front of the OCI GLB itself to inspect all traffic globally.

D.

Configure the OCI GLB to distribute traffic based on source IP address to specific regions, and enable WAF on the regional Load Balancer.

Buy Now
Questions 14

Your organization requires that all backups of critical application data stored in OCI Object Storage from an instance within a private subnet must remain within the Oracle Cloud Infrastructure network and not traverse the public internet. Which OCI networking component should you configure to enable this secure and private access to Object Storage?

Options:

A.

Internet Gateway

B.

NAT Gateway

C.

Service Gateway

D.

Network Firewall

Buy Now
Questions 15

A company has deployed a VCN in OCI with multiple subnets. Security requirements dictate that instances in different subnets within the same VCN should not be able to directly communicate with each other unless explicitly permitted. You are tasked with implementing this policy. What is the most appropriate approach to meet this requirement?

Options:

A.

Remove the default route rule in the VCN's route table that allows traffic between subnets.

B.

Create separate VCNs for each subnet.

C.

Configure network security groups (NSGs) for each subnet, defining strict ingress and egress rules that only allow the necessary traffic.

D.

Configure a stateful firewall in front of the VCN and configure the rules to deny inter-subnet traffic.

Buy Now
Questions 16

When applying Zero Trust principles to packet routing within OCI, what is the significance of using private endpoints instead of Service Gateways for accessing OCI services?

Options:

A.

Private endpoints eliminate the need for IAM policies.

B.

Private endpoints restrict access to specific instances of a service, enhancing security.

C.

Private endpoints automatically open all ports for service access.

D.

Private endpoints are only used for internet access.

Buy Now
Questions 17

Your company is setting up a FastConnect connection with a provider. You have purchased a port from the provider, and they are requesting information to set up the connection to Oracle Cloud Infrastructure. They specifically require information to configure the VLANs. What information regarding VLAN configuration is ESSENTIAL for them to successfully establish the FastConnect circuit?

Options:

A.

The list of all VCN CIDR blocks and their associated tags.

B.

A single unused VLAN ID, your BGP ASN, and the BGP peering IP addresses you want to use.

C.

The MTU (Maximum Transmission Unit) size for all VNICs in your OCI tenancy.

D.

Your Oracle Cloud Identifier (OCID) and compartment ID.

Buy Now
Questions 18

You are designing an OCI VCN for a new application with the following requirements: The application servers in a private subnet must be able to download software updates from public repositories on the internet; the application servers must NOT be directly accessible from the public internet; the application servers must also be able to access Oracle Cloud Infrastructure Registry (OCIR) within the same region to pull container images. Which combination of VCN Gateways BEST meets these requirements?

Options:

A.

Internet Gateway and Service Gateway

B.

NAT Gateway and Internet Gateway

C.

NAT Gateway and Service Gateway

D.

Dynamic Routing Gateway (DRG) and Internet Gateway

Buy Now
Questions 19

You are working as an OCI Network Specialist. Your company is migrating its on-premises IPv6 network to OCI. As part of the migration, you need to enable communication between the on-premises network and a VCN in OCI using FastConnect. Your company utilizes global unicast IPv6 addresses on-premises and wants to continue utilizing those addresses in OCI. However, you have a restriction that compute instance traffic must be limited to IPv6 only. After assigning IPv6 addresses from the prefix to the instance, they cannot ping external IPv6 addresses. What configuration most likely addresses this issue?

Options:

A.

You can’t use your own IPv6 address space in OCI. You must use OCI’s provided ULA.

B.

Ensure that there are IPv6 default routes (::/0) pointing to a NAT Gateway in your VCN route tables.

C.

Ensure that there is an Internet Gateway (IGW) attached to the VCN with a default route (::/0) in your subnet route table.

D.

Ensure that there is a Service Gateway attached to the VCN with a default route (::/0) in your subnet route table.

Buy Now
Questions 20

A large financial institution is migrating its on-premises trading platform to OCI. The platform requires low latency and high bandwidth connectivity to the on-premises data center. You have established an Oracle Cloud Infrastructure FastConnect circuit. You now need to connect multiple VCNs in different regions to the on-premises data center via this FastConnect circuit, optimizing for cost and management overhead. Which DRG configuration would be the most efficient and recommended approach?

Options:

A.

Create a separate DRG in each region and attach each VCN to its regional DRG. Then, create a separate FastConnect attachment to each regional DRG. Finally, configure static routes on each DRG to direct traffic appropriately.

B.

Create a single DRG in one region and attach all VCNs in all regions to this single DRG using remote peering connections. Attach the FastConnect circuit to this single DRG. Configure static routes on the DRG to direct traffic to the appropriate VCNs.

C.

Create a single DRG in one region. Attach all VCNs in all regions to this single DRG using DRG attachments with remote peering. Attach the FastConnect circuit to the single DRG.

D.

Create a single DRG in one region and attach all VCNs in all regions to this single DRG using local peering gateways (LPGs). Attach the FastConnect circuit to this single DRG. Configure static routes on the DRG to direct traffic to the appropriate VCNs.

Buy Now
Questions 21

Your company has established a hybrid cloud environment using FastConnect to connect your on-premises network to your OCI VCN. You are advertising on-premises network prefixes to OCI via BGP. You want to ensure that OCI only learns routes from your on-premises network that are within a specific range, and that any other prefixes advertised are rejected to prevent routing conflicts. Which BGP attribute and configuration on the OCI side should you use to achieve this?

Options:

A.

AS Path Prepending: Configure AS Path Prepending on the FastConnect virtual circuit to discourage OCI from selecting routes outside the desired range.

B.

MED (Multi-Exit Discriminator): Configure MED values on the on-premises BGP router toinfluence OCI's route selection based on preferred exit points.

C.

Route Filtering using Route Distinguisher (RD) and Route Target (RT): Configure RDs and RTs on the FastConnect virtual circuit to filter routes based on tenant isolation.

D.

Route Filtering using Prefix Lists: Configure Prefix Lists on the FastConnect virtual circuit to accept only the desired prefix ranges and reject all others.

Buy Now
Questions 22

A financial services company is implementing a multicloud strategy, storing sensitive customer data in OCI due to its enhanced security features, running analytics workloads in AWS, and utilizing a SaaS application hosted in Google Cloud Platform (GCP). To comply with stringent data sovereignty regulations, the company requires that all traffic between OCI and AWS must transit exclusively within the United States. Which is the MOST critical consideration when choosing a connectivity solution to ensure compliance?

Options:

A.

Selecting a FastConnect partner who can guarantee that all OCI-AWS traffic will stay within the United States geographic boundary

B.

Using the native OCI Dynamic Routing Gateway (DRG) and AWS Virtual Private Gateway (VGW) with IPSec VPNs, as this automatically ensures traffic stays within the specified region

C.

Using a generic VPN tunnel between OCI and AWS, ensuring both gateways are located within US regions

D.

Leveraging public internet-based connectivity with geographically restricted DNS resolution to limit traffic outside the US

Buy Now
Questions 23

Your company is migrating its legacy application to OCI. This application uses self-signed certificates. As part of the migration, you want to replace these with certificates issued by a trusted Certificate Authority (CA) managed through OCI Certificates. What is the most secure and recommended method to handle this transition?

Options:

A.

Import the self-signed certificates into OCI Certificates and continue using them until they expire.

B.

Immediately replace the self-signed certificates on all application servers with certificates issued by OCI Certificates, without any gradual rollout.

C.

Obtain certificates from OCI Certificates, gradually replace self-signed certificates on application servers, and update the truststores on client systems to include the OCI Certificates CA.

D.

Configure OCI WAF to bypass certificate validation for the legacy application.

Buy Now
Questions 24

You are designing a multi-tier application in OCI, deploying the application tier in a public subnet and the database tier in a private subnet within the same VCN. The application tier requires access to specific external internet resources for software updates and third-party API calls. However, the database tier should not have direct internet access. Which of the following is the most secure and efficient method to achieve this configuration?

Options:

A.

Configure a NAT Gateway for the private subnet and a Service Gateway for the public subnet.

B.

Configure a NAT Gateway for both the public and private subnets.

C.

Configure a NAT Gateway for the public subnet and a Service Gateway for the private subnet.

D.

Configure a NAT Gateway for the private subnet and an Internet Gateway for the public subnet.

Buy Now
Questions 25

As a network security engineer, you are tasked with designing a highly secure architecture for a financial application running on OCI. You have deployed a Network Firewall to protect the application’s VCN. Due to regulatory compliance requirements, you need to ensure that no direct internet access is allowed to any compute instance within the application’s private subnet, even if it is misconfigured. You need to block all outbound traffic to the internet. Which Network Firewall rule action best accomplishes this goal?

Options:

A.

ALLOW with Destination IP address set to 0.0.0.0/0.

B.

DROP with Destination IP address set to the NAT Gateway IP address.

C.

REJECT with Destination IP address set to 0.0.0.0/0.

D.

ALLOW with Destination IP address set to the Service Gateway IP address.

Buy Now
Questions 26

When migrating workloads to OCI requiring consistent, high-bandwidth connections with minimal latency, and your on-premises data center has direct fiber connectivity, which OCI service is most suitable?

Options:

A.

Site-to-Site VPN

B.

Internet Gateway

C.

FastConnect Colocation with Oracle

D.

Dynamic Routing Gateway (DRG) with remote peering

Buy Now
Questions 27

You are responsible for maintaining the network connectivity between OCI and Azure using the OCI-Azure Interconnect. You need to perform planned maintenance on your on-premises network, which will temporarily disrupt the BGP (Border Gateway Protocol) sessions between your on-premises network and both OCI and Azure. You want to ensure that traffic between OCI and Azure continues to flow without interruption during the maintenance window. Which action is MOST important to take before starting the maintenance to ensure continuous connectivity between OCI and Azure?

Options:

A.

Configure static routes in OCI and Azure to directly route traffic between the VCNs/VNets without relying on BGP.

B.

Disable the BGP sessions on both OCI and Azure before starting the maintenance.

C.

Notify Oracle and Microsoft support teams about the planned maintenance window.

D.

Increase the BGP keepalive timers on both OCI and Azure to prevent the sessions from timing out.

Buy Now
Questions 28

You are designing a microservices-based application on OCI. Each microservice is deployed as a container in Oracle Container Engine for Kubernetes (OKE). You want to expose these microservices through a single entry point using a Layer 7 load balancer and route traffic based on the request path. Which OCI load balancing integration method with OKE is the MOST appropriate and efficient?

Options:

A.

Manually create a Regional Load Balancer and configure backend sets with the private IP addresses of the Kubernetes worker nodes hosting the microservices.

B.

Deploy a Kubernetes LoadBalancer service, which automatically provisions an OCI Regional Load Balancer to distribute traffic to the microservice pods.

C.

Deploy a Kubernetes NodePort service for each microservice and configure an OCI NetworkLoad Balancer to forward traffic to the NodePort services on the worker nodes.

D.

Deploy a Kubernetes Ingress controller that leverages an OCI Regional Load Balancer to route traffic to the microservice pods based on Ingress rules.

Buy Now
Questions 29

In a complex multi-region OCI environment using DRGs for transitive routing, which method is most efficient for ensuring that route updates from on-premises networks are propagated to all connected VCNs?

Options:

A.

Manually updating static routes in each VCN's route table.

B.

Using a centralized DRG route table with route distribution enabled.

C.

Attaching each VCN to a separate DRG and configuring static routing between them.

D.

Implementing a Service Gateway to broadcast route updates.

Buy Now
Questions 30

Your company has two FastConnect circuits connecting your on-premises network to OCI. You want to implement a BGP configuration that ensures that traffic from OCI to your on-premises network is load-balanced across both FastConnect circuits. Which BGP configuration would BEST achieve load balancing across the two FastConnect circuits?

Options:

A.

Configure different MED values on each FastConnect virtual circuit.

B.

Advertise the same prefixes with the same attributes (including AS Path) across both FastConnect circuits.

C.

Configure AS Path Prepending on one of the FastConnect virtual circuits.

D.

Configure local preference to be higher on one of the FastConnect virtual circuits.

Buy Now
Questions 31

Your company has a FastConnect circuit established between your on-premises data center and OCI. However, you have a specific regulatory requirement to encrypt all traffic, even over dedicated connections like FastConnect. You need to implement IPSec encryption without significantly impacting the available bandwidth of your FastConnect circuit. Which is the most effective approach to implement IPSec encryption over your existing FastConnect circuit, while maintaining high bandwidth?

Options:

A.

Configure a Site-to-Site VPN using the OCI Dynamic Routing Gateway (DRG) over theFastConnect virtual circuit. Use a low-overhead encryption algorithm like AES-GCM.

B.

Deploy virtual firewall appliances within OCI and your on-premises network and configure IPSec tunnels between them, routing all traffic through the firewalls. Use a high-security encryption algorithm like AES-256.

C.

Terminate IPSec VPN on compute instances in a public subnet on the OCI side.

D.

Establish a second, separate Site-to-Site VPN connection to OCI over the public internet, and route all sensitive traffic over this VPN, while routing non-sensitive traffic over the FastConnect circuit.

Buy Now
Questions 32

Your company needs to establish a secure connection between your on-premises network and OCI for a pilot project. The project has a limited budget and requires a quick setup, but also demands that the connection is encrypted. The long-term plan involves migrating to FastConnect, but that will take several months. Which OCI VPN solution would be most suitable for this short-term, budget-conscious, and security-aware scenario?

Options:

A.

Use a Dynamic Routing Gateway (DRG) with a Site-to-Site VPN connection configured using static routing.

B.

Deploy a third-party virtual appliance VPN solution from the OCI Marketplace within a public subnet and configure a VPN connection to your on-premises network.

C.

Use a Service Gateway to connect to a third-party VPN service available on the internet.

D.

Use a Dynamic Routing Gateway (DRG) with a Site-to-Site VPN connection configured using dynamic routing with BGP.

Buy Now
Questions 33

You are tasked with setting up a secure connection from an OCI Compute instance running in a private subnet to a third-party API that is only accessible over the internet via a static public IP address. Your company policy prohibits exposing the compute instance directly to the internet. Which combination of VCN resources BEST facilitates this secure outbound connection to the third-party API?

Options:

A.

An Internet Gateway with a security list allowing outbound traffic to the third-party API’s IP address.

B.

A NAT Gateway and a security list allowing outbound traffic to the third-party API’s IP address.

C.

A Service Gateway configured with a Service CIDR label that includes the third-party API’s IP address.

D.

A Dynamic Routing Gateway (DRG) connected to a FastConnect circuit, with routes configured to direct traffic to the third-party API’s IP address.

Buy Now
Questions 34

A company wants to leverage a best-of-breed approach for their application stack. They plan to use OCI for its Autonomous Database, Azure for its container orchestration (AKS), and AWS for its object storage (S3). Considering cost optimization and minimizing data egress charges, which strategy is the MOST efficient for transferring large datasets between these services?

Options:

A.

Moving data directly between OCI Autonomous Database, Azure AKS, and AWS S3 using public internet, as this is the most cost-effective option

B.

Establishing a hub-and-spoke model, using a central cloud provider as the data transfer hub, incurring egress charges from each cloud to the hub and then ingress charges from the hub to the destination cloud

C.

Utilizing a third-party data integration platform that is strategically located at a network peering point between OCI, Azure, and AWS

D.

Using Storage Gateway service on each cloud and replicate data from one gateway to the other

Buy Now
Questions 35

You are designing a VCN in OCI to host a multi-tenant SaaS application. Each tenant requires a separate and isolated network segment for security and regulatory compliance. You are using a large CIDR block for the VCN. What is the most efficient procedural method for achieving network segmentation and isolation for each tenant, considering IP address utilization and ease of management?

Options:

A.

Create a separate VCN for each tenant.

B.

Create a separate private subnet for each tenant within the same VCN, utilizing Network Security Groups (NSGs) and routing rules to enforce isolation.

C.

Create a separate compartment for each tenant and place all network resources within the tenant's compartment. Use NSGs and routing rules for isolation.

D.

Create a separate virtual machine (VM) for each tenant and rely on host-based firewalls for isolation.

Buy Now
Questions 36

You have deployed an application on OCI that uses a Regional Load Balancer with an HTTPS listener. You want to enforce end-to-end encryption and ensure that the connection between the load balancer and the backend servers is also encrypted. Which load balancer configuration step is MANDATORY to achieve this?

Options:

A.

Upload the SSL certificate to the load balancer’s listener and configure the backend set protocol to HTTP.

B.

Upload the SSL certificate to the load balancer’s listener and configure the backend set protocol to HTTPS, uploading the appropriate certificate to the instances.

C.

Upload the SSL certificate only to the backend servers, as the load balancer automatically proxies the traffic.

D.

Configure the load balancer to use TCP proxy protocol to forward traffic directly to the backend servers without SSL termination.

Buy Now
Exam Code: 1z0-1124-25
Exam Name: Oracle Cloud Infrastructure 2025 Networking Professional
Last Update: Jun 15, 2025
Questions: 120
1z0-1124-25 pdf

1z0-1124-25 PDF

$29.75  $84.99
1z0-1124-25 Engine

1z0-1124-25 Testing Engine

$35  $99.99
1z0-1124-25 PDF + Engine

1z0-1124-25 PDF + Testing Engine

$47.25  $134.99