Month End Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

Oracle 1z0-1124-25 Dumps

Page: 1 / 12
Total 120 questions

Oracle Cloud Infrastructure 2025 Networking Professional Questions and Answers

Question 1

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.

Question 2

Your company utilizes a hybrid cloud architecture, connecting its on-premises network to an OCIVCN using a FastConnect private peering connection. You need to ensure that instances within a specific subnet in the VCN can only communicate with resources in a designated IP address range within the on-premises network. What is the MOST effective way to achieve this specific network isolation?

Options:

A.

Configure an Internet Gateway for the subnet with a route rule to the on-premises network.

B.

Modify the VCN’s default security list to restrict traffic to the on-premises IP address range.

C.

Create a custom route table for the subnet with a route rule pointing to the Dynamic Routing Gateway (DRG) and configure network security groups (NSGs) to limit traffic to the specified on-premises IP address range.

D.

Configure a Local Peering Gateway (LPG) for the subnet to route traffic to the on-premises network.

Question 3

In a hybrid cloud migration, which OCI component is essential for dynamically routing traffic between on-premises networks and OCI Virtual Cloud Networks (VCNs), facilitating seamless communication?

Options:

A.

Internet Gateway

B.

Dynamic Routing Gateway (DRG)

C.

Service Gateway

D.

Local Peering Gateway (LPG)

Question 4

You are automating the deployment of a highly available OKE cluster across multiple availability domains (ADs) using Terraform. The OKE cluster needs to communicate with a database service running on a Compute instance in a separate private subnet within the same VCN. During the Terraform deployment, you encounter an error indicating that the Kubernetes pods cannot resolve the private IP address of the database instance. You’ve verified that DNS resolution works correctly for other resources within the VCN. What is the MOST probable reason for this DNS resolutionfailure?

Options:

A.

The CoreDNS pods within the OKE cluster are not configured to use the VCN’s DNS resolver.

B.

The security list associated with the database subnet does not allow ingress traffic from the OKE cluster’s node pool subnet on port 53 (DNS).

C.

The OKE cluster was created with a public endpoint only, and therefore cannot resolve private IP addresses.

D.

The OKE cluster’s node pool subnet is not associated with a route table that has a rule for the VCN’s DNS resolver.

Question 5

You have configured DNSSEC for your domain hosted on OCI DNS. You understand the importance of regularly rotating your Key Signing Key (KSK) to maintain security best practices. Which of the following statements regarding KSK rotation in OCI DNS is TRUE?

Options:

A.

KSK rotation is a fully automated process managed by OCI DNS and requires no manual intervention.

B.

You must manually generate a new KSK and ZSK pair and upload them to OCI DNS to initiate a KSK rotation.

C.

KSK rotation in OCI DNS involves enabling a "KSK Rollover" feature, which automatically handles the key rotation process while minimizing disruption to DNS resolution.

D.

KSK rotation is not supported in OCI DNS; you must migrate your DNS zone to another provider if you require KSK rotation.

Question 6

Your company is utilizing a multi-cloud architecture with applications running on both OCI and AWS. You have established a Site-to-Site VPN connection between OCI and AWS for secure communication. Over time, you observe that the VPN tunnel becomes unstable and frequently disconnects, particularly during peak hours. You suspect this is due to increased network latency and packet loss. Which action is least likely to improve the stability and reliability of your OCI-AWS Site-to-Site VPN connection in this scenario?

Options:

A.

Adjust the IKE (Internet Key Exchange) and IPSec parameters, such as rekeying intervals and encryption algorithms, to optimize performance.

B.

Implement Quality of Service (QoS) on both the OCI and AWS VPN gateways to prioritize VPN traffic.

C.

Increase the MTU (Maximum Transmission Unit) size on the VPN tunnel interfaces to reduce fragmentation.

D.

Transition from a Site-to-Site VPN to a dedicated interconnect solution (e.g., FastConnect with a partner to AWS) for higher bandwidth and lower latency.

Question 7

In a multi-tier architecture with multiple application instances across different private subnets, which Bastion service approach minimizes the need for continuous maintenance of individual session configurations?

Options:

A.

Creating individual Bastion sessions for each application instance.

B.

Using dynamic port forwarding with SOCKS5 sessions allowing users to define their own targets.

C.

Implementing a centralized Bastion service with managed sessions and predefined target resource configurations.

D.

Deploying separate Bastion hosts in each private subnet.

Question 8

You are managing an OCI Network Firewall that protects a VCN with multiple subnets. The application team reports intermittent connectivity issues to a specific application server behind the firewall. You suspect the issue might be related to the firewall’s stateful inspection. What would be the most efficient way to troubleshoot if the stateful inspection is causing these connectivity issues?

Options:

A.

Disable stateful inspection on the entire Network Firewall to check if the connectivity is restored.

B.

Create a Network Firewall policy with a specific rule that allows all traffic to/from the affected application server, bypassing inspection.

C.

Review the Network Firewall logs for denied traffic originating from or destined to the application server.

D.

Recreate the Network Firewall with a completely different configuration.

Question 9

You are a Cloud Architect troubleshooting connectivity issues in your OCI environment. Your application servers, residing in private subnets within a VCN, need to access Object Storage within the same region to retrieve critical data. You have confirmed that there are no NSG rules blocking traffic between the subnets. However, the instances cannot access Object Storage. You have a Service Gateway configured, and route rules in the private subnets directing traffic for Oracle Services to the Service Gateway. What is the most likely cause of this issue?

Options:

A.

The Service Gateway is not configured with the correct service CIDR labels for Object Storage in the region.

B.

The Internet Gateway is disabled.

C.

The security list associated with the private subnet does not allow outbound traffic to all Oracle Services.

D.

The NAT Gateway is not configured correctly to access external services.

Question 10

When establishing cross-tenancy connectivity using Remote Peering Connections (RPCs), which IAM policy statement is essential to grant the requesting tenancy the ability to initiate the connection?

Options:

A.

Allow group to manage virtual-network-family in tenancy=

B.

Allow group to use remote-peering-connections in tenancy=

C.

Allow group to inspect virtual-network-family in tenancy=

D.

Allow group to read remote-peering-connections in tenancy=

Question 11

You are designing a multi-tier application within an OCI Virtual Cloud Network (VCN). The application comprises a public-facing web tier in one subnet, an application tier in another, and a database tier in a third. For security reasons, you want to ensure that only the application tier can initiate connections to the database tier. The web tier needs to be able to communicate with the application tier, but not directly with the database tier. You are using private IP addresses within your VCN. Which procedural step is MOST effective to achieve this network isolation?

Options:

A.

Create separate Network Security Groups (NSGs) for each tier and configure ingress and egress rules to restrict traffic accordingly. Configure the route table for the Web Tier subnet to route traffic destined for the Database Tier subnet through the Application Tier.

B.

Create a single Network Security Group (NSG) and associate it with all three subnets. Configure ingress and egress rules within the single NSG to restrict traffic accordingly.

C.

Create separate security lists for each subnet and configure ingress and egress rules to restrict traffic accordingly. Create appropriate route rules in each subnet’s route table.

D.

Create separate security lists for each subnet and configure ingress and egress rules to restrict traffic accordingly. Configure the route table for the Web Tier subnet to route traffic destined for the Database Tier subnet through the Application Tier.

Question 12

You are setting up a FastConnect connection between your on-premises data center and OCI. You need to configure BGP to exchange routing information. You require OCI to always prefer the FastConnect path for traffic destined to your on-premises network, even if OCI learns about the same prefixes via the public internet. Which BGP attribute should you configure on the OCI side of the FastConnect connection to achieve this?

Options:

A.

Increase the Local Preference for routes learned via FastConnect.

B.

Decrease the AS Path length for routes learned via FastConnect.

C.

Advertise a more specific (longer prefix length) route via FastConnect.

D.

Configure MED to a lower value for routes advertised via FastConnect.

Question 13

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.

Question 14

When migrating workloads requiring high availability and redundancy for on-premises connectivity to OCI, which approach is recommended?

Options:

A.

Single FastConnect connection

B.

Site-to-Site VPN over a single internet connection

C.

Dual FastConnect connections with diverse paths

D.

Internet Gateway with multiple public IPs

Question 15

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.

Question 16

Which OCI component facilitates transitive routing between VCNs in different regions via a dedicated, private network backbone, while also enabling connectivity to on-premises networks?

Options:

A.

Local Peering Gateway (LPG)

B.

Dynamic Routing Gateway (DRG)

C.

Service Gateway

D.

Internet Gateway

Question 17

When migrating workloads from another cloud provider to OCI, what is a key consideration when choosing a connectivity strategy to ensure optimal network performance?

Options:

A.

Prioritizing the lowest possible initial setup cost, even if it results in higher ongoing operational expenses

B.

Ignoring the geographical proximity of the cloud regions being interconnected

C.

Factoring in the bandwidth requirements of the applications being migrated and choosing a connection that can accommodate peak traffic loads

D.

Only considering managed connectivity solutions to avoid the complexity of configuring VPNs or direct interconnects

Question 18

You have successfully enabled DNSSEC on your OCI DNS zone and provided the DS record to your domain registrar. However, when you test your DNS configuration using online DNSSEC validation tools, you are still seeing errors indicating that DNSSEC validation is failing. What is the most likely reason for this failure?

Options:

A.

The Time To Live (TTL) value for your DNS records is too low, causing validation errors.

B.

The domain registrar has not yet published the DS record in the parent zone, preventing the chain of trust from being established.

C.

The OCI DNS resolver is not configured to validate DNSSEC signatures.

D.

The DNSSEC algorithm used by OCI DNS is not supported by the validation tools.

Question 19

Your company needs to connect an on-premises data center to an OCI Virtual Cloud Network (VCN) to extend their existing infrastructure to the cloud. The connection MUST be secure, reliable, and provide consistent, low-latency access to resources in both environments. Resources in the OCI VCN need access to the on-premises servers, and resources in the on-premises data center need to access the compute instances located in a private subnet within the OCI VCN. Which is the MOST appropriate architectural design for establishing connectivity in this hybrid cloud environment, considering the available endpoints and gateway options in OCI?

Options:

A.

Implement a Site-to-Site VPN connection between the on-premises network and the OCI VCN, utilizing a Dynamic Routing Gateway (DRG) in OCI.

B.

Establish a FastConnect connection between the on-premises network and the OCI VCN, utilizing a Dynamic Routing Gateway (DRG) in OCI.

C.

Configure a public endpoint for each resource in the OCI VCN that needs to be accessed from the on-premises network.

D.

Implement a FastConnect connection from the on-premises network to the OCI VCN utilizing a Dynamic Routing Gateway (DRG) in OCI and implement a Site-to-Site VPN connection as backup.

Question 20

In a Zero Trust network architecture, what is the primary purpose of implementing micro-segmentation within OCI VCNs?

Options:

A.

To increase network bandwidth.

B.

To reduce the number of required route tables.

C.

To limit the blast radius of potential security breaches.

D.

To simplify inter-region connectivity.

Question 21

When configuring transitive routing with a DRG across multiple VCNs and on-premises networks, which key configuration step ensures that traffic from one VCN is correctly routed through the DRG to an on-premises destination?

Options:

A.

Configuring static routes on the DRG route table with the on-premises network CIDR and the corresponding VCN attachment.

B.

Configuring dynamic routing protocol (e.g., BGP) on the DRG and the on-premises Customer Premises Equipment (CPE).

C.

Attaching all VCNs to a single LPG and configuring route tables to direct traffic to the on-premises network.

D.

Implementing a Service Gateway to facilitate direct communication between the VCNs and the on-premises network.

Question 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

Question 23

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

Question 24

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.

Question 25

Your company is migrating its on-premises data center to OCI. A critical security requirement is to maintain centralized logging and auditing of all network traffic traversing the OCI Network Firewall. You need to ensure that every session that passes through the firewall is logged and can be analyzed for security events. Which OCI service should you configure in conjunction with the Network Firewall to achieve this centralized logging?

Options:

A.

OCI Audit Service.

B.

OCI Logging Analytics.

C.

OCI Service Connector Hub with OCI Logging.

D.

OCI Cloud Guard.

Question 26

In a multi-tier application environment with geographically dispersed teams requiring access to private resources, how can an OCI Bastion service be optimized to reduce latency for remote users?

Options:

A.

Deploying a single Bastion host in the primary application region.

B.

Implementing Bastion hosts in multiple regions closer to user locations.

C.

Using dynamic port forwarding to allow direct connections to private resources.

D.

Configuring a Bastion service with a public load balancer.

Question 27

A development team has deployed a three-tier application in an OCI VCN. The application consists of a public-facing web tier, an application tier, and a database tier. The team reports that the web tier instances can communicate with the application tier instances, but the application tier instances cannot connect to the database tier instances. All security lists are configured to allow all traffic within the VCN. Which OCI Networking diagnostic tool would BEST help you quickly isolate the root cause of this connectivity issue?

Options:

A.

VCN Flow Logs

B.

Connection Diagnostics

C.

Network Firewall

D.

OCI Bastion

Question 28

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.

Question 29

You are troubleshooting a BGP peering issue between your on-premises router and an OCI FastConnect virtual circuit. You have verified the physical connectivity and confirmed that the BGP session is established. However, routes are not being exchanged. You suspect a problem with the BGP configuration. What is the MOST LIKELY cause of this issue, assuming the basic BGP configuration (AS numbers, peer IP addresses) is correct?

Options:

A.

The BGP keepalive timers are misconfigured, causing the session to drop intermittently.

B.

There is a mismatch in the BGP authentication keys between the on-premises router and OCI.

C.

The advertised prefixes are being filtered by a prefix list or route map on either the on-premises router or the OCI FastConnect virtual circuit.

D.

The MTU (Maximum Transmission Unit) size is mismatched, causing fragmentation and packet loss.

Question 30

Your team is deploying a critical, highly available application that relies on accessing a MySQL Database Service instance within OCI. The application requires a stable and predictable endpoint for database connectivity, even during database failover events. Which endpoint configuration is most suitable to ensure seamless application connectivity in this high-availability scenario?

Options:

A.

Using the public IP address of the MySQL Database Service instance.

B.

Using a DNS hostname that resolves to the floating private IP address of the active MySQL Database Service instance.

C.

Using the private IP address of the primary MySQL Database Service instance directly.

D.

Using a Service Gateway to connect to the MySQL Database Service endpoint.

Question 31

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.

Question 32

When using Service Connector Hub to route VCN Flow Logs to Object Storage for long-term analysis, which Service Connector Hub task type is essential for ensuring the logs are correctly processed and stored?

Options:

A.

Ingest Logs

B.

Process Logs

C.

Deliver Logs

D.

Transform Logs

Question 33

You are designing a hybrid cloud architecture connecting your on-premises network to OCI. You have established a Site-to-Site VPN between your on-premises network and an OCI DRG. You have two VCNs attached to the DRG: VCN-A (10.0.0.0/16) and VCN-B (10.1.0.0/16). You need to ensure that only VCN-A can communicate with the on-premises network (192.168.1.0/24), while VCN-B should remain isolated. What is the MOST effective and secure method to achieve this connectivity requirement using DRG route tables?

Options:

A.

Create a single DRG route table. Add a route rule to the DRG route table for 192.168.1.0/24 pointing to the VPN attachment. Associate this route table with both the VCN-A and VCN-B attachments. Implement Network Security Groups (NSGs) on VCN-B to block all traffic to and from 192.168.1.0/24.

B.

Create a single DRG route table. Add a route rule to the DRG route table for 192.168.1.0/24 pointing to the VPN attachment. Associate this route table with the VCN-A attachment. Associate a default DRG route table that contains no routes for the VPN attachment with the VCN-Battachment.

C.

Create two DRG route tables: DRG-RT-A and DRG-RT-B. In DRG-RT-A, add a route rule for 192.168.1.0/24 pointing to the VPN attachment. Associate DRG-RT-A with the VCN-A attachment. In DRG-RT-B, add a route rule for 192.168.1.0/24 pointing to the VPN attachment and associate DRG-RT-B with the VCN-B attachment. Then, use security lists to block all traffic between VCN-B and the on-premises network.

D.

Create two DRG route tables: DRG-RT-A and DRG-RT-B. In DRG-RT-A, add a route rule for 192.168.1.0/24 pointing to the VPN attachment. Associate DRG-RT-A with the VCN-A attachment. Associate DRG-RT-B (containing no routes for 192.168.1.0/24) with the VCN-B attachment.

Question 34

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.

Question 35

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.

Question 36

Which OCI service facilitates the creation of a private connection between two VCNs located in different tenancies, without traversing the public internet?

Options:

A.

Internet Gateway

B.

Service Gateway

C.

Remote Peering Connection (RPC)

D.

Dynamic Routing Gateway (DRG) with Local Peering Gateway (LPG)

Page: 1 / 12
Total 120 questions