Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
An organization is deploying FortiDevSec to enhance security for containerized applications, and they need to ensure containers are monitored for suspicious behavior at runtime.
Which FortiDevSec feature is best for detecting runtime threats?
A Network security administrator is searching for a solution to secure traffic going in and out of the container infrastructure.
In which two ways can Fortinet container security help secure container infrastructures? (Choose two.)
Refer to the exhibit.

An administrator used the what-if tool to preview changes to an Azure Bicep file.
What will happen if the administrator decides to apply these changes in Azure?
Based on the Fortinet NSE 7 - Public Cloud Security 7.4/7.6 curriculum and Azure Resource Manager (ARM) deployment logic, the what-if tool provides a predictive analysis of infrastructure changes.
Analyzing the Modification Symbols (Option B): The exhibit shows several critical changes being attempted simultaneously on the ServerApps_vnet.
VNet Address Space Change: The symbol - (Delete) is next to the address space 10.0.0.0/16, and + (Create) is next to 192.168.0.0/24.
Subnet Modification: Further down, the symbol ~ (Modify) indicates an attempt to change the prefix of an existing subnet from 10.0.1.0/24 to 10.0.2.0/24.
Azure Deployment Constraints: According to the FortiOS 7.6 Azure Administration Guide, Azure networking has strict dependencies. You cannot delete or modify an address space that contains active subnets or resources.
Why the deployment fails: The what-if output shows the administrator is trying to remove the 10.0.0.0/16 address range. However, the existing subnet 10.0.1.0/24 is still 'resident' within that range during the transaction. Because the subnet is currently attached to the address space being deleted, Azure Resource Manager will reject the deployment as an invalid operation. The attempt to add a new 192.168.0.0/24 range does not resolve the conflict of removing the active range.
Why other options are incorrect:
Option A: The tool shows that 10.0.1.0/24 is being changed to 10.0.2.0/24, not that one is replacing the other as a new entity.
Option C: The symbols show a modification (~) of an existing subnet (index 0:), not the creation (+) of an entirely new subnet.
Option D: The VNet name ServerApps_vnet is not being changed; only its internal properties (tags, address space, and subnets) are being modified.
You are experiencing intermittent connectivity issues in a FortiGate HA cluster deployed with Azure gateway load balancer. Traffic is being dropped when it passes through the cluster. What is the cause of the issue? (Choose one answer)1
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 Public Cloud Security documentation regarding Azure Gateway Load Balancer (GWLB) integration:
Encapsulation Overhead: Azure Gateway Load Balancer uses VXLAN (Virtual eXtensible LAN) to encapsulate the traffic before sending it to the FortiGate-VM HA cluster. This encapsulation adds a header that typically consists of 50 bytes for regular IPv4 traffic (Ethernet, IP, UDP, and VXLAN headers).
MTU Mismatch (Option A): The default maximum transmission unit (MTU) in Azure is 1500 bytes. If a protected VM sends a packet at the maximum default size (1500 bytes), and the GWLB then adds the 50-byte VXLAN header, the resulting encapsulated packet becomes 1550 bytes.
Packet Drops: If the FortiGate-VM's network interfaces are left at the default MTU of 1500 bytes, they will not be able to process the 1550-byte encapsulated frames without fragmentation. Because many network paths or configurations (including Azure's fabric for certain flows) may drop packets that require fragmentation or have the Don't Fragment (DF) flag set, this results in the observed intermittent connectivity issues and dropped traffic.
Required Resolution: To resolve this issue, administrators must increase the MTU on the FortiGate-VM interfaces (specifically the one receiving GWLB traffic) to at least 1570 bytes to accommodate both IPv4 and IPv6 VXLAN overhead.
Why other options are incorrect:
Option B: While an incorrect health probe port would cause the GWLB to mark the FortiGate as down, it would typically lead to a complete loss of traffic flow through that instance rather than intermittent packet drops within an active flow.
Option C: The GWLB itself is the component adding the overhead; it is the FortiGate's inability to receive the larger resulting frame (due to its own default MTU setting) that causes the failure.
Option D: Packet fragmentation by the application is a secondary effect. The primary 'intermittent' issue described in GWLB deployments is almost always related to the tunneling overhead exceeding the receiving interface's MTU.
Refer to the exhibit.

A senior administrator in a multinational organization needs to include a comment in the template shown in the exhibit to ensure that administrators from other regions change the EC2 instance size value to one that meets the requirements in their local deployments. How can the administrator add the comment in that section of the file? (Choose one answer)
Comprehensive and Detailed Explanation From FortiOS 7.6, FortiWeb 7.4 Exact Extract study guide:
According to the FortiOS 7.6 AWS Administration Guide and the Public Cloud Security documentation regarding AWS CloudFormation templates:
YAML Format and Comments (Option D): The exhibit provided (image_dce708.png) displays an AWS CloudFormation template in YAML (YAML Ain't Markup Language) format. Unlike JSON, YAML natively supports inline and block comments using the # character. An administrator can simply add # followed by the instruction next to the InstanceType line, and the CloudFormation parser will ignore it during stack creation.
Infrastructure as Code (IaC) Best Practices: In a multinational deployment environment, using comments in YAML templates is a critical best practice for documentation. It allows the lead administrator to provide context for regional teams (e.g., 'Change t2.large to a supported instance type in your region') directly within the code.
Why other options are incorrect:
Option A: The aws cloudformation update-stack command is used to apply changes to an existing stack. While you can provide a 'Description' for the stack, it does not allow you to inject comments into the source template file itself.
Option B: The AWSTemplateFormatVersion '2010-09-09' is the only currently supported version for CloudFormation. Changing this would not impact comment functionality, as comment support is a property of the YAML file format, not the template version.
Option C: Converting the template to JSON would be counterproductive because the standard JSON specification does not support comments. If the template were in JSON, the administrator would actually need to convert it to YAML to add comments.
54 questions covering all exam domains, starting from $20
4 domains from the Fortinet NSE7_CDS_AR-7.6 exam outline, with approximate weightings. Every sample question above is tagged with the domain it comes from
Deploy Fortinet solutions to protect IaaS and CaaS environments. Integrate Fortinet solutions with cloud native tools to create layered security across containerized workloads.
Deploy cloud infrastructure using Terraform and Ansible for consistent, repeatable deployments. Use Azure Bicep and AWS CloudFormation to deploy Fortinet solutions as infrastructure-as-code.
Monitor AWS and Azure networks for security events and performance metrics. Use Fortinet monitoring tools to track cloud workload health and threat activity.
Troubleshoot AWS and Azure connectivity issues at the network level. Diagnose and resolve problems with AWS and Azure SDN connectors to restore cloud connectivity.
Common questions about the exam itself