NSE7_CDS_AR-7.6 Online Practice Questions

Home / Fortinet / NSE7_CDS_AR-7.6

Latest NSE7_CDS_AR-7.6 Exam Practice Questions

The practice questions for NSE7_CDS_AR-7.6 exam was last updated on 2026-01-07 .

Viewing page 1 out of 3 pages.

Viewing questions 1 out of 19 questions.

Question#1

Refer to the exhibit.



You have deployed a Linux EC2 instance in Amazon Web Services (AWS) with the settings shown on the exhibit.
What next step must the administrator take to access this instance from the internet?

A. Allocate an Elastic IP address and assign it to the instance.
B. Create a VIP on FortiGate to allow access.
C. Enable SSH and allocate it to the device.
D. Configure the user name and password.

Question#2

You are using Ansible to modify the configuration of several FortiGate VMs.
What is the minimum number of files you need to create, and in which file should you configure the target FortiGate IP addresses?

A. One playbook file for each target and the required tasks, and one inventory file.
B. One .yaml file with the targets IP addresses, and one playbook file with the tasks.
C. One inventory file for each target device, and one playbook file.
D. One text file for all target devices, and one playbook file.

Explanation:
Comprehensive and Detailed Explanation From FortiOS 7.6, FortiWeb 7.4 Exact Extract study guide:
Based on the FortiOS 7.6 Automation Guide and the provided documentation for Ansible workflows, the following structure is required for managing multiple FortiGate nodes:
Inventory File (The Target List): The inventory is a single file that defines the list of managed nodes. It specifies critical information such as hostnames, connection details, and specifically the IP addresses of the target devices. According to the study guide, this inventory is a text file that lists all the systems you want to manage.
Playbook File (The Task List): You create and edit a separate file that acts as the playbook. This file is written in YAML format and contains the series of tasks that Ansible performs on the managed nodes to reach a desired state.
Minimum File Count: A basic Ansible workflow consists of exactly two files: one inventory file (text) and one playbook file (YAML). By listing the target IP address (e.g., 10.0.206.131) within the inventory text file, the administrator can manage the FortiGate device without needing individual files for every target.
Why other options are incorrect:
Option A & C: Creating a separate playbook or inventory file for each target is inefficient and contradicts the core Ansible workflow, which uses a single inventory to manage multiple hosts.
Option B: While the playbook is a .yaml file, the study guide specifically defines the inventory (where IP addresses are configured) as a text file in the context of the basic workflow.

Question#3

Your administrator instructed you to deploy an Azure vWAN solution to create a connection between the main company site and branch sites to the other company VNETs.
What is the best connection solution available between your company headquarters, branch sites, and the Azure vWAN hub? (Choose one answer)

A. An L2TP connection
B. SSL VPN connections
C. GRE tunnels
D. ExpressRoute

Explanation:
Comprehensive and Detailed Explanation From FortiOS 7.6, FortiWeb 7.4 Exact Extract study guide:
According to the FortiOS 7.6 Azure Administration Guide and the Fortinet 7.4 Public Cloud Security documentation regarding Azure Virtual WAN (vWAN) architectures, the choice of connectivity depends on the required performance, security, and scale:
ExpressRoute (Option D): For a large-scale enterprise deployment involving a company headquarters and multiple branch sites, ExpressRoute is the "best" and most robust solution. It provides a private, dedicated, and high-throughput connection (up to 100 Gbps) that bypasses the public internet entirely. This ensures predictable low latency and higher reliability compared to internet-based tunnels.
Virtual WAN Integration: Azure vWAN Standard SKU explicitly supports ExpressRoute gateways as a primary connectivity method for on-premises sites. This allows the vWAN hub to act as a global transit point, seamlessly connecting the ExpressRoute-linked headquarters to other branch sites and VNET spokes.
Scalability for Headquarters: While site-to-site IPsec VPNs are common for smaller branches, the "main company site" or headquarters typically requires the high bandwidth and SLA guarantees provided by ExpressRoute.
Why other options are incorrect:
Option A & B: L2TP and SSL VPN are primarily used for remote user access (Point-to-Site) rather than permanent site-to-hub infrastructure connections. vWAN uses OpenVPN or IKEv2 for user VPNs, not L2TP.
Option C: While GRE tunnels are used in some networking scenarios, they are not a native, primary gateway connectivity option for the Azure vWAN hub compared to the standardized Site-to-Site VPN (IPsec) and ExpressRoute.

Question#4

You have deployed a FortiGate HA cluster in Azure using a gateway load balancer for traffic inspection. However, traffic is not being routed correctly through the firewalls.
What can be the cause of the issue?

A. The FortiNet VMs have IP forwarding disabled, which is required for traffic inspection.
B. The health probes for the gateway load balancer are failing, which causes traffic to bypass the HA cluster.
C. The gateway load balancer is not associated with the correct network security group (NSG) rules, which allow traffic to pass through.
D. The protected VMs are in a different Azure subscription, which prevents the gateway load balancer from forwarding traffic.

Explanation:
According to the FortiOS 7.6 Azure Administration Guide and the Cloud Security 7.4 Public Cloud Study Guide, the integration of FortiGate-VMs with an Azure Gateway Load Balancer (GWLB) requires specific network configurations to ensure packet transit:
IP Forwarding Requirement (Option A): By default, Azure Network Interfaces (NICs) drop any traffic that does not originate from or is not destined for the IP address assigned to that NIC. For a FortiGate to act as a "bump-in-the-wire" or transparent inspector, it must receive traffic destined for other IPs and forward it. This requires the IP Forwarding setting to be explicitly enabled on the FortiGate's network interfaces within the Azure portal. If this is disabled, the Azure fabric will discard the traffic being steered through the FortiGate HA cluster by the GWLB.
VXLAN Encapsulation: The Azure GWLB uses VXLAN to encapsulate traffic (adding a VXLAN header with a specific VNI) before sending it to the FortiGate. The FortiGate must terminate this VXLAN tunnel. While the VXLAN configuration is crucial, the underlying infrastructure check for IP Forwarding is the most common cause of traffic being blocked at the NIC level before the FortiOS stack can process the packet.
Why other options are incorrect:
Option B: If health probes fail, the GWLB will typically stop sending traffic to that specific instance. While this affects the HA cluster's availability, the question states traffic is not being routed correctly through the firewalls (implying an active flow issue), and the primary mechanism for allowing a VM to process third-party traffic in Azure is IP Forwarding.
Option C: NSGs are typically applied to the NIC or Subnet. While incorrect NSG rules can block traffic, "IP Forwarding" is a specific requirement for the FortiGate to function as a network appliance (NVA) regardless of the NSG state.
Option D: Azure GWLB supports cross-subscription and cross-tenant chaining. The consumer (protected VMs) and the provider (FortiGate HA cluster) do not need to be in the same subscription, provided the GWLB endpoint is correctly mapped.

Question#5

Refer to the exhibit.



In your Amazon Web Services (AWS), you must allow inbound HTTPS access to the Customer VPC FortiGate VM from the internet. However, your HTTPS connection to the FortiGate VM in the Customer VPC is not successful.
Also, you must ensure that the Customer VPC FortiGate VM sends all the outbound Internet traffic through the Security VPC.
How do you correct this issue with minimal configuration changes? (Choose three.)

A. Add a route with your local internet public IP address as the destination and the internet gateway as the target.
B. Add a route with your local internet public IP address as the destination and the transit gateway as the target.
C. Add a route to the destination 0.0.0.0/0 with the transit gateway as the target.
D. Deploy an internet gateway, associate an EIP with the Customer VPC private subnet, and then add a new route with destination 0.0.0.0/0 with the internet gateway as the target.
E. Deploy an internet gateway, attach it to the Customer VPC, and then associate an EIP with the port1 of the FortiGate in the Customer VP

Disclaimer

This page is for educational and exam preparation reference only. It is not affiliated with Fortinet, FCSS in Cloud Security, or the official exam provider. Candidates should refer to official documentation and training for authoritative information.

Exam Code: NSE7_CDS_AR-7.6Q & A: 54 Q&AsUpdated:  2026-01-07

  Get All NSE7_CDS_AR-7.6 Q&As