← Fortinet NSE track
CERTIFICATION · FORTINET NSE 1

NSE 1 Practice Exam
Information Security Awareness

25 questions — threat landscape, social engineering, security hygiene basics
Source note: these questions are original practice items modeled on the publicly listed NSE 1 course objectives (threat landscape, social engineering awareness, security hygiene). They are not leaked or reproduced exam questions.
Answered: 0/0
Correct: 0
01 Threat Landscape 9 questions
Q1What is the primary difference between a virus and a worm?Threat Landscape
Correct: A
Viruses attach to and depend on a host program to spread, whereas worms are standalone programs that replicate and spread across networks on their own.
Q2What best describes ransomware?Threat Landscape
Correct: B
Ransomware encrypts a victim's data and extorts payment (usually in cryptocurrency) in exchange for the decryption key.
Q3Which of the following describes a zero-day threat?Threat Landscape
Correct: B
A zero-day is a flaw exploited by attackers before the vendor knows about it or has had "zero days" to produce a fix.
Q4What is the main goal of a Distributed Denial-of-Service (DDoS) attack?Threat Landscape
Correct: B
DDoS attacks flood a target with traffic from many sources at once, exhausting its capacity and denying service to legitimate users.
Q5What is a botnet?Threat Landscape
Correct: B
A botnet is a collection of malware-infected devices ("bots") an attacker can command remotely, often used for DDoS, spam, or credential-stuffing at scale.
Q6Which statement about advanced persistent threats (APTs) is most accurate?Threat Landscape
Correct: B
APTs are characterized by patience and stealth — a well-resourced attacker establishes and maintains covert access over an extended period, usually against a specific target.
Q7What is the purpose of a Trojan (Trojan horse)?Threat Landscape
Correct: A
Named for the mythological horse, a Trojan hides malicious functionality inside something that appears legitimate or useful.
Q8Which of these is considered an insider threat?Threat Landscape
Correct: B
Insider threats come from people who already have legitimate access — the risk can be malicious or purely accidental (e.g. mishandling data).
Q9Why do attackers commonly target the "human layer" rather than only technical systems?Threat Landscape
Correct: A
Technical controls can be strong while people remain susceptible to manipulation — social engineering exploits trust, urgency, and habit rather than a software flaw.
02 Social Engineering 8 questions
Q10What is phishing?Social Engineering
Correct: B
Phishing impersonates a trusted sender (a bank, a coworker, IT) to trick the target into revealing credentials or other sensitive data.
Q11What distinguishes spear phishing from regular phishing?Social Engineering
Correct: B
Spear phishing uses researched, personalized details (name, role, project) to make the lure far more convincing than a generic mass phishing email.
Q12What is "vishing"?Social Engineering
Correct: A
Vishing ("voice phishing") uses phone calls — often spoofed caller ID or a fabricated urgent scenario — to extract information or push the victim into an action.
Q13An unknown person in business attire follows an employee closely through a badge-controlled door without swiping their own badge. This is an example of:Social Engineering
Correct: B
Tailgating is gaining physical access by following an authorized person through a secured door, relying on politeness or inattention rather than a credential.
Q14What is "pretexting" in social engineering?Social Engineering
Correct: B
Pretexting builds a believable false context (e.g. "I'm from IT and need to verify your password") to earn enough trust that the victim volunteers information.
Q15Why are urgency and fear commonly used in phishing emails?Social Engineering
Correct: B
Urgency short-circuits careful thinking ("your account will be locked in 1 hour") so the victim reacts on impulse instead of pausing to verify.
Q16What is "baiting" as a social engineering technique?Social Engineering
Correct: A
Baiting dangles something tempting — a "found" USB drive, a free download — that delivers malware once the victim takes it.
Q17What's the best first response to a suspicious email asking you to click a link and enter your password?Social Engineering
Correct: C
Replying or engaging confirms the address is live; the safe path is to verify independently (a known number/portal, not links in the email) and report it to security/IT.
03 Security Hygiene Basics 8 questions
Q18What makes a password strong?Security Hygiene
Correct: B
Length and uniqueness matter most — a long, unique passphrase resists both brute-force guessing and credential-stuffing from other breaches.
Q19What is the main benefit of multi-factor authentication (MFA)?Security Hygiene
Correct: B
MFA requires something beyond "what you know" (a password) — like a code from a device you have — so a leaked password by itself doesn't grant access.
Q20Why should software and operating systems be kept up to date with patches?Security Hygiene
Correct: A
Unpatched software is one of the most common entry points attackers use, since the vulnerability and often a working exploit are publicly known.
Q21What is the safest practice when using public Wi-Fi for sensitive tasks?Security Hygiene
Correct: B
Open/public networks can be sniffed or spoofed by others on the same network — a VPN tunnels and encrypts your traffic regardless of the local network's trustworthiness.
Q22What is the principle behind data classification (e.g. public, internal, confidential, restricted)?Security Hygiene
Correct: B
Classification tiers let an organization apply proportionate controls — a public marketing PDF and a customer database don't need the same handling.
Q23You find an unattended, unlocked workstation still logged into a colleague's account. What should you do?Security Hygiene
Correct: C
An unattended, unlocked session is an open door for anyone nearby — the responsible action is to secure it and reinforce the habit, not exploit or ignore it.
Q24Why is a "clean desk" policy relevant to security awareness?Security Hygiene
Correct: B
Physical information exposure (a password on a sticky note, a printed report left on a desk) is a real and common leak point, especially in shared or visited spaces.
Q25You suspect you've fallen for a phishing attempt and entered your credentials on a fake site. What should you do?Security Hygiene
Correct: C
Fast reporting lets the security team contain the exposure (revoke sessions, watch for misuse) — the sooner it's reported, the smaller the potential blast radius.