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

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?

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.

When troubleshooting inter-region connectivity issues between VCNs peered via a Dynamic Routing Gateway (DRG), which OCI tool is most effective for verifying the routing configuration and identifying potential misconfigurations?

A.

Oracle Cloud Guard

B.

OCI Audit Logs

C.

DRG Route Tables

D.

Network Visualizer

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?

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.

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?

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.

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?

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.

You’re tasked with creating a network diagnostic tool using Cloud Shell to test connectivity to various endpoints from within your VCN. To enhance security, you want to ensure the tool only has the necessary permissions to perform network diagnostics (e.g., ping, traceroute, nc). Which IAM principle and associated action(s) provide the MOST restrictive, least-privilege access for Cloud Shell to perform network diagnostic tasks?

A.

An IAM user with the read permission on all virtual-network-family resources.

B.

Cloud Shell session using Instance Principals, belonging to a dynamic group with a policy allowing network-security-groups and vnics to be read and used.

C.

An IAM group with inspect permission on virtual-network-family in the target compartment.

D.

An IAM group with the use permission on the virtual-network-family aggregate resource in the tenancy.

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?

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

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?

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.

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?

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.

You are designing a backup solution in OCI. Compute instances in a private subnet need to back up data to OCI Object Storage. Security policy mandates that data transfer must not traverse the public internet. You need to choose the most secure and cost-effective method for accessing Object Storage. Which endpoint/gateway configuration should you implement?

A.

Configure an Internet Gateway and use public Object Storage endpoints.

B.

Configure a NAT Gateway and use public Object Storage endpoints with HTTPS enabled.

C.

Configure a Service Gateway with the Oracle Services Network service CIDR label for your region, and use regional Object Storage endpoints.

D.

Configure a Dynamic Routing Gateway (DRG) and FastConnect to a remote region and use public Object Storage endpoints.