← Fortinet NSE track
CERTIFICATION · FORTINET NSE 2

NSE 2 Practice Exam
Technical Introduction to Cybersecurity

25 questions — SIEM & sandbox, NGFW & SD-WAN, cloud & endpoint security, Fortinet product ecosystem
Source note: these questions are original practice items modeled on the publicly listed NSE 2 course objectives. They are not leaked or reproduced exam questions.
Answered: 0/0
Correct: 0
01 SIEM & Sandbox 6 questions
Q1What is the primary purpose of a SIEM (Security Information and Event Management) system?SIEM & Sandbox
Correct: B
A SIEM centralizes log data from many sources and applies correlation/analytics to surface threats that wouldn't be visible in any single log.
Q2What does "correlation" mean in the context of a SIEM?SIEM & Sandbox
Correct: B
Correlation rules tie together events across devices/time (e.g. a failed VPN login followed by unusual file access) to reveal a pattern that no single event shows on its own.
Q3What is sandboxing, as a security control?SIEM & Sandbox
Correct: B
A sandbox detonates a suspicious file in isolation, watching what it actually does (file writes, network calls, process spawning) rather than trusting a static signature match.
Q4Why is dynamic/behavioral analysis (running a file in a sandbox) valuable compared to signature-based detection alone?SIEM & Sandbox
Correct: A
Signatures only match known threats; behavioral analysis detects malicious intent from actions, which works even against malware with no prior signature.
Q5Besides threat detection, what is a common SIEM use case?SIEM & Sandbox
Correct: A
Retained, searchable logs also satisfy audit and compliance requirements (e.g. proving what happened during an incident window), not just real-time detection.
Q6What does "false positive" mean in a security alerting context?SIEM & Sandbox
Correct: B
A false positive wastes analyst time chasing something harmless; tuning detection rules aims to reduce these without missing real threats (false negatives).
02 NGFW & SD-WAN 6 questions
Q7What differentiates a Next-Generation Firewall (NGFW) from a traditional stateful firewall?NGFW & SD-WAN
Correct: B
NGFWs keep the stateful engine as a base but layer application-, user-, and content-aware inspection on top, consolidating what used to be several separate appliances.
Q8What is Application Control on an NGFW used for?NGFW & SD-WAN
Correct: B
Modern apps share common ports (443), so App Control fingerprints traffic by behavior/signature to identify the actual application and enforce policy on it specifically.
Q9What problem does SD-WAN primarily solve?NGFW & SD-WAN
Correct: A
SD-WAN abstracts multiple transport links (MPLS, broadband, LTE) and picks the best path per application/policy in real time, rather than pinning traffic to one static circuit.
Q10What is a key benefit of combining SD-WAN with security in a single appliance (secure SD-WAN)?NGFW & SD-WAN
Correct: B
Without integration, branch traffic would need to backhaul to a central firewall for inspection; secure SD-WAN applies full security at the branch edge itself.
Q11What is meant by "single pane of glass" management in NGFW/SD-WAN deployments?NGFW & SD-WAN
Correct: B
The term describes consolidated management/visibility tooling, not a physical or traffic-routing constraint.
Q12Why is SSL/TLS inspection relevant to an NGFW's effectiveness?NGFW & SD-WAN
Correct: A
Without decrypting encrypted sessions, an NGFW's deep-inspection engines (IPS, AV, app control) are effectively blind to what's actually inside the traffic.
03 Cloud & Endpoint Security 6 questions
Q13What is the "shared responsibility model" in cloud security?Cloud & Endpoint
Correct: B
The provider secures the infrastructure "of" the cloud; the customer is responsible for security "in" the cloud — data, access config, and workloads they deploy.
Q14What is EDR (Endpoint Detection and Response)?Cloud & Endpoint
Correct: B
EDR goes beyond traditional antivirus by continuously recording endpoint behavior, enabling detection of suspicious activity and giving responders the ability to investigate and remediate.
Q15What is a Cloud Access Security Broker (CASB)?Cloud & Endpoint
Correct: B
A CASB sits (as a proxy or via API) between users and cloud/SaaS apps to give the organization visibility and policy enforcement it wouldn't otherwise have over third-party-hosted services.
Q16Why is endpoint visibility important even when perimeter security (like an NGFW) is strong?Cloud & Endpoint
Correct: B
A laptop that travels off-network, or a USB drive plugged in locally, never crosses the perimeter firewall at all — endpoint controls cover exactly the gap the perimeter can't see.
Q17What does "containerization" primarily provide from a security perspective, compared to running an app directly on a host OS?Cloud & Endpoint
Correct: B
Containers isolate processes/filesystems from each other and the host, so a compromised container is (in principle) contained rather than immediately compromising everything else on the host.
Q18What is a key cloud security risk introduced by "shadow IT"?Cloud & Endpoint
Correct: A
Shadow IT means data can flow into services security never assessed or approved — the org can't protect or even monitor what it doesn't know exists.
04 Fortinet Product Ecosystem 7 questions
Q19Within the Fortinet Security Fabric, what is FortiGate's core role?Fortinet Ecosystem
Correct: B
FortiGate is Fortinet's NGFW platform — the enforcement point for firewall policy, VPN, and integrated security profiles.
Q20What is FortiAnalyzer primarily used for?Fortinet Ecosystem
Correct: A
FortiAnalyzer collects logs from FortiGates (and other Fabric devices) for centralized reporting, analytics, and long-term retention.
Q21What is FortiManager primarily used for?Fortinet Ecosystem
Correct: A
FortiManager is the centralized management plane — pushing consistent policy, objects, and firmware to many FortiGates instead of configuring each device individually.
Q22What is FortiClient?Fortinet Ecosystem
Correct: B
FortiClient is the endpoint-side agent — it's how a laptop gets VPN access and reports its security posture (compliance) into the wider Fabric.
Q23What is the general purpose of the Fortinet Security Fabric concept?Fortinet Ecosystem
Correct: B
The Fabric's value proposition is integration — devices share visibility and can automate coordinated response (e.g. an endpoint alert triggering a firewall-level quarantine) rather than each product working in isolation.
Q24What is FortiSandbox used for?Fortinet Ecosystem
Correct: A
FortiSandbox provides the dynamic-detonation analysis referenced earlier in this exam — files suspicious enough to warrant deeper inspection get forwarded to it for behavioral verdicting.
Q25What does FortiSIEM provide within the Fabric?Fortinet Ecosystem
Correct: B
FortiSIEM is Fortinet's SIEM product — the same log-aggregation/correlation function covered earlier in this exam, extended across both Fortinet and third-party sources.