Fortinet • NSE 7
Validates advanced skills in deploying, managing, and troubleshooting Fortinet security solutions in public cloud environments including AWS, Azure, and Google Cloud. Covers FortiGate VM deployment, cloud automation tools, SD-WAN in the cloud, and FortiCNP risk management.
Questions
600
Duration
60 minutes
Passing Score
70%
Difficulty
ProfessionalLast Updated
May 2026
The Fortinet NSE 7 – Public Cloud Security exam (NSE7_PBC-7.2 / NSE7_CDS_AR-7.6) validates advanced proficiency in deploying, administering, monitoring, and troubleshooting Fortinet security solutions within public cloud environments, specifically AWS and Azure. The exam tests applied knowledge across FortiGate VM deployment architectures, cloud-native automation using Terraform and Ansible, SD-WAN integration with AWS Transit Gateway, Azure Virtual WAN, and risk management through FortiCNP. It is part of the Fortinet Certified Solution Specialist (FCSS) – Public Cloud Security certification track.
The exam is scenario-driven, incorporating design scenarios and configuration extracts that reflect real-world enterprise cloud security deployments. Candidates are expected to demonstrate competency beyond basic firewall configuration to encompass Infrastructure-as-Code (IaC) pipelines, high-availability architectures across cloud providers, east-west and north-south traffic control, and cloud-native monitoring integration. Product coverage is anchored on FortiOS 7.6 and FortiCNAPP (formerly FortiCNP).
This certification is designed for network and security professionals who are responsible for the integration, administration, and troubleshooting of enterprise public cloud security infrastructures built on Fortinet solutions. Relevant job roles include cloud security engineers, network security architects, cloud infrastructure administrators, and senior network engineers who work across AWS and Azure environments.
Candidates typically have experience deploying multi-vendor cloud security stacks and are looking to formalize and validate their expertise in Fortinet-specific public cloud deployments. It is well-suited for professionals seeking the FCSS – Public Cloud Security designation as a step toward the NSE 8 expert-level certification.
Fortinet recommends a minimum of two years of hands-on experience with Fortinet security solutions, two years with AWS cloud infrastructure, and two years with Azure cloud infrastructure prior to attempting this exam. Candidates should be comfortable with IaaS concepts, virtual networking, routing protocols, and Linux VM administration.
Formal recommended training includes completion of the FCSS – Cloud Security for AWS and FCSS – Cloud Security for Azure courses from the Fortinet Training Institute. Candidates who attempt the exam without completing these preparatory courses should have a thorough working understanding of cloud-native constructs such as VPCs, Transit Gateways, VNets, Azure Resource Manager, IAM roles, and security groups. Prior hands-on lab experience with FortiGate VM deployments and basic Terraform usage is strongly advised.
The NSE 7 – Public Cloud Security exam consists of 35–40 questions (reported as 37 questions for the NSE7_PBC-7.2 version) with a time limit of 70–75 minutes, delivered in English through Pearson VUE test centers or via online proctoring. Question types are single-selection and multiple-selection multiple-choice. The exam is registered and delivered through Pearson VUE at a cost of approximately $400 USD.
Scoring is pass/fail based on a 70% passing threshold. All answers within a question must be fully correct to receive credit — no partial credit is awarded for partially correct multiple-select answers. A detailed score report is available through Pearson VUE following the exam. The certification earned by passing this exam is valid for two years and can be renewed by passing any current NSE 7-level exam.
Earning the FCSS – Public Cloud Security designation through the NSE 7 exam positions professionals for roles such as Cloud Security Architect, Senior Network Security Engineer, Cloud Infrastructure Security Specialist, and Security Operations Engineer in organizations running hybrid or multi-cloud environments. As enterprises increasingly migrate workloads to AWS and Azure, demand for professionals who can enforce security policy at scale using automated, cloud-native tooling continues to grow, making Fortinet's cloud security specialization directly relevant to hiring decisions at organizations standardized on FortiOS.
The NSE 7 certification is recognized within the broader Fortinet NSE Program as the professional tier, sitting above the NSE 4–6 associate/specialist levels and below the NSE 8 expert designation. It integrates into the FCSS track, which is Fortinet's current role-based certification framework. Professionals holding this certification often pursue complementary cloud provider certifications (AWS Solutions Architect, Azure Security Engineer Associate) to maximize market positioning, as the combination of vendor-specific Fortinet expertise and cloud-provider credentials is particularly sought after in regulated industries and large enterprises.
5 sample questions with correct answers and explanations. Start a practice session to test yourself across all 600 questions.
1. A network architect at Adatum is deploying a FortiGate VM in Google Cloud Platform and needs to attach four network interfaces to support management, WAN, LAN, and HA heartbeat networks. When attempting to create the VM, the architect receives an error stating that NICs cannot all be connected to the same network. What GCP-specific networking constraint is causing this error? (Select one!)
Explanation
In GCP, each network interface (NIC) on a VM instance must be connected to a different VPC network. Unlike AWS, where multiple ENIs can be in different subnets of the same VPC, GCP requires that each NIC belongs to a completely separate VPC. This means deploying a FortiGate VM with four NICs requires four separate VPC networks created in advance — management VPC, external VPC, internal VPC, and HA VPC. This is a fundamental GCP networking constraint that architects must account for before deployment. GCP VMs support multiple NICs depending on the machine type, and the number is not universally limited to two. All GCP resources including NICs must be in the same region as the VM instance, but this does not cause the described error. GCP supports IP forwarding via the canIpForward setting, which must be set to true at instance creation time — it does not prevent multiple NIC attachment.
2. An automation engineer at Adatum is building a Python script to create firewall policies across 200 FortiGate instances managed by FortiManager. After authenticating to FortiManager and receiving a session token, the script must submit new policy entries to an ADOM named global-prod and then push those policies to all managed devices. Which API protocol and URL pattern does FortiManager use for policy management operations? (Select one!)
Explanation
FortiManager uses JSON-RPC as its API protocol, distinctly different from the REST API used by FortiGate directly. Authentication requires posting a login method call to /sys/login/user to receive a session token, which is then passed in all subsequent requests. Policy objects reside under the URL path /pm/config/adom/{adom-name}/pkg/{package-name}/firewall/policy. Critically, after making policy changes via the JSON-RPC API, a separate install call to /securityconsole/install/package is required to push the updated policy package to the managed FortiGate devices — changes made in FortiManager do not automatically propagate to devices. This install step differentiates FortiManager from FortiGate's own REST API where configuration changes apply immediately to the device. The /api/v2/cmdb/ endpoint format is exclusive to FortiGate's REST API and cannot be used against FortiManager. SOAP and GraphQL are not used by any Fortinet management product.
3. Adatum operates FortiGate deployments across AWS, Azure, and GCP. Some environments scale significantly during quarterly events and then scale back to zero, while others are decommissioned and rebuilt on a monthly basis. The security team needs a licensing model that allows them to pause licenses on idle instances, reallocate capacity between cloud providers without purchasing additional licenses, and manage the entire licensing portfolio from a single account. Which FortiGate licensing model meets all these requirements? (Select one!)
Explanation
FortiFlex uses a consumption-based points-per-day model where tokens can be paused when instances are idle, stopping point consumption during inactive periods. Tokens can be reallocated between FortiGate instances across AWS, Azure, GCP, and on-premises from a single FortiFlex account without purchasing additional licenses. The CLI command exec vm-license applies a FortiFlex token to an instance. This is the only model that satisfies all three described requirements simultaneously. BYOL requires annual license commitments that continue to consume entitlement even when instances are not running, and separate regional licenses cannot be reallocated between environments. PAYG is billed per hour through individual cloud marketplaces without a centralized management account and does not support pausing billing independent of instance state. Universal BYOL contracts do not provide the token-based pause and reallocation capabilities that FortiFlex delivers.
4. Adatum Corporation needs a unified security operations platform that collects logs from FortiGate VMs, AWS CloudTrail, Azure Activity Logs, Cisco network switches, and Windows Server endpoints in a single platform. The platform must correlate events across all sources, detect anomalous user behavior using behavioral analytics, automatically create incident tickets, and generate pre-built HIPAA compliance reports. Which Fortinet product provides ALL of these integrated capabilities? (Select one!)
Explanation
FortiSIEM is Fortinet's comprehensive SIEM and SOAR platform that provides all of the described capabilities in a single integrated solution: multi-vendor log collection spanning FortiGate, AWS CloudTrail, Azure Activity Logs, Cisco infrastructure, and Windows endpoints; real-time event correlation via a rule engine; User and Entity Behavior Analytics (UEBA) for anomaly detection; automated incident management with ticketing system integration; and pre-built compliance reports for HIPAA, PCI DSS, SOX, and GDPR. FortiAnalyzer is excellent for Fortinet-specific log aggregation and analytics but does not provide comprehensive multi-vendor correlation, UEBA, or the broad compliance report library required. FortiManager handles centralized policy management and device orchestration, not log analysis or compliance reporting. FortiCNP focuses exclusively on cloud workload security posture, vulnerability scanning, and IAM entitlement management.
5. A cloud security team at Adatum Corporation needs to automatically detect misconfigured Amazon S3 buckets with public read access enabled and compare cloud resource settings against CIS Benchmark standards. Which FortiCNP capability addresses this requirement? (Select one!)
Explanation
Cloud Security Posture Management (CSPM) monitors cloud resource configurations against security best practices and compliance standards such as CIS Benchmarks. CSPM identifies misconfigured resources like publicly accessible S3 buckets, over-permissive security groups, and unencrypted storage volumes. Cloud Workload Protection Platform (CWPP) focuses on runtime workload protection and vulnerability scanning for VMs, containers, and serverless functions, not configuration auditing. Cloud Infrastructure Entitlement Management (CIEM) manages IAM permissions and identifies over-privileged identities, not bucket configuration settings. CNAPP is an umbrella industry term for the combined platform, not a specific FortiCNP pillar that can be individually selected for configuration compliance scanning.
One-time access to this exam