Courseiva

Fortinet NSE 1-3 (Network Security Associate track: Foundational, Technical Introduction, Associate) (FORTINET-NSE123) (FORTINET-NSE123) — Questions 226296

296 questions total · 4pages · All types, answers revealed

Page 3

Page 4 of 4

226
MCQmedium

An administrator needs to change the management IP address of the internal interface (e.g., port1) via the CLI. Which sequence of configuration commands is correct?

A.config router interface > edit port1 > set address [IP] > end
B.config system interface > edit port1 > set ip [IP] [netmask] > end
C.set interface port1 ip [IP] > save
D.execute set ip port1 [IP]
AnswerB

Correct. This sequence navigates to the interface context, modifies the IP address, and saves the changes.

Why this answer

Configuring interface IP addresses requires entering the system interface config context, editing the specific interface, and setting the ip parameter.

227
MCQhard

When configuring an IPsec VPN tunnel in FortiOS, what is the role of NAT Traversal (NAT-T)?

A.To assign dynamic DHCP addresses to SSL VPN mobile clients
B.To encapsulate ESP packets in UDP (port 4500) when NAT devices exist between VPN peers
C.To translate internal private web server IP addresses to public IPs for inbound users
D.To balance VPN traffic across multiple high availability cluster members
AnswerB

NAT-T wraps IPsec traffic in UDP 4500 so intermediate NAT routers can translate ports successfully.

Why this answer

NAT-T encapsulates IPsec ESP packets inside UDP port 4500 packets when a NAT device is detected between the VPN peers, preventing NAT from breaking the IPsec session.

228
MCQhard

An administrator wants to check the status of HA (High Availability) synchronization between primary and secondary FortiGate units. Which CLI command should be used?

A.diagnose ha group list
B.show HA cluster
C.get system status HA
D.get system ha status
AnswerD

Correct. This command displays cluster members, heartbeats, and synchronization states.

Why this answer

The get system ha status command provides detailed statistics and synchronization state for high availability clusters.

229
MCQhard

An administrator needs to review the exact CLI commands executed during a troubleshooting session or audit log history. Which log category records administrative CLI command execution?

A.Security Fabric > Audit Logs
B.FortiView > Command History
C.Log & Report > System Events (Admin Login and CLI Command Logs)
D.Log & Report > CLI History
AnswerC

Correct. System event logs record administrator logins and executed CLI commands.

Why this answer

Event logs record administrative CLI command execution when command auditing is enabled.

230
Multi-Selecthard

Which THREE of the following are common indicators that a system has been compromised by malware?

Select 3 answers
A.An unexpected increase in outbound network traffic.
B.Frequent, unexplained system crashes or freezes.
C.The system boot time remains consistent with previous months.
D.The computer performs regular daily virus definition updates.
E.Automatic creation of new, unrecognized administrative accounts.
AnswersA, B, E

This suggests the system is communicating with a C2 server.

Why this answer

Unexpected system behavior, unauthorized network connections, and modified system files are clear signs of an infection.

231
MCQhard

An administrator needs to verify whether a specific security profile (such as an Antivirus or Web Filter profile) is currently referenced by any firewall policy. Which CLI command helps trace object dependencies?

A.execute check-profile [profile-name]
B.diagnose firewall policy reference
C.get system object-usage [object-name] or checking object references in CLI configuration context
D.show firewall policy dependency
AnswerC

Correct. FortiOS allows checking object references and dependencies to see where profiles are used.

Why this answer

The check-usage command in config mode helps verify object dependencies before deletion.

232
MCQmedium

A network administrator is troubleshooting traffic passing through a FortiGate using the CLI command 'diagnose debug flow'. Before capturing traffic, what command must be executed to ensure the debug output appears in the current CLI session?

A.diag debug console timestamp enable
B.execute debug reset
C.diag debug enable
D.diag debug enable
AnswerD

Correct. You must execute 'diag debug enable' after setting filters to see the output.

Why this answer

By default, debugging output is silenced in the console. The administrator must enable console debugging using 'diag debug enable'.

233
MCQeasy

An administrator needs to monitor real-time CPU and memory usage from the FortiGate GUI dashboard. Which widget should be added to the dashboard for this purpose?

A.FortiView Sessions
B.System Resources
C.Log Rate
D.License Information
AnswerB

Displays real-time graphs of CPU, memory, and session usage.

Why this answer

The System Resources widget provides real-time graphs and metrics for CPU, memory, and disk utilization on the FortiGate dashboard.

234
MCQeasy

An administrator wants to view real-time CPU utilization per system process. Which dashboard widget or view helps identify which process is consuming CPU resources?

A.Monitor > Performance Log
B.FortiView > Processes
C.System Resources widget (Process list)
D.Log & Report > CPU Logs
AnswerC

Correct. The System Resources widget allows viewing process details and CPU consumption.

Why this answer

The System Resources widget provides a link or view to examine process-level CPU consumption, or the diagnose sys top command can be used in CLI.

235
Multi-Selectmedium

An administrator wants to ensure that administrative access to the FortiGate web-based manager is secure. Which TWO configuration steps should be implemented? (Choose two)

Select 2 answers
A.Enable Telnet for administrative CLI access.
B.Configure Trusted Hosts on the administrator account to restrict management login to specific IP addresses.
C.Use default admin accounts with blank passwords.
D.Disable password complexity requirements globally.
E.Disable HTTP administrative access and enforce HTTPS only.
AnswersB, E

Correct. Trusted hosts restrict admin login capability to designated administrative IP subnets.

Why this answer

Securing administrative access involves restricting trusted hosts and enforcing HTTPS/SSH with strong passwords.

236
Multi-Selecthard

An administrator is troubleshooting a packet flow issue and needs to capture live traffic on the FortiGate CLI. Which THREE parameters or options must be specified when configuring the diagnose sniffer packet command? (Choose three)

Select 3 answers
A.Packet count or matching filter expression (e.g., 'host 10.0.0.1')
B.Verbosity level (e.g., 4 or 6)
C.Destination printer IP address
D.Administrator GUI session timeout
E.Interface name (e.g., any or port1)
AnswersA, B, E

Correct. Filters and packet count limits can be applied to narrow down captured traffic.

Why this answer

The diagnose sniffer packet command requires an interface name, a verbose level, and optionally a filter expression.

237
MCQmedium

An administrator wants to block specific types of USB or removable storage devices from connecting to corporate laptops. Which Fortinet component manages endpoint device control policies?

A.FortiGate Antivirus profile
B.FortiSwitch port security settings
C.FortiAnalyzer reporting engine
D.FortiClient EMS Device Control profile
AnswerD

FortiClient EMS device control regulates USB and peripheral device access on endpoints.

Why this answer

FortiClient EMS enforces endpoint security policies, including vulnerability scanning, web filtering, and device control (USB blocking).

238
MCQhard

An administrator needs to verify whether a specific security profile (e.g., Antivirus) is actively inspecting traffic matching a firewall policy. Which CLI command displays the detailed runtime statistics and counter hits for security profiles bound to a policy ID?

A.get firewall policy <policy-id>
B.diagnose sys session list
C.diagnose firewall pauth list
D.get system status
AnswerA

Displays detailed policy configurations and counters, including integrated security profile hits.

Why this answer

To view hit counts and operational details of firewall policies including security profile counters, administrators use 'get firewall policy <ID>'.

239
MCQmedium

An administrator wants to allow remote workers to securely connect to the internal network using an SSL VPN web portal that presents a customized login page and bookmarks to internal resources. Which SSL VPN mode provides this browser-based access without requiring a pre-installed desktop client?

A.Explicit Proxy Mode
B.SSL VPN Web Mode
C.IPsec Client Mode
D.SSL VPN Tunnel Mode
AnswerB

Web mode delivers a clientless access experience via standard web browsers.

Why this answer

Web Mode SSL VPN provides a browser-based user interface with bookmarks to internal web applications and file shares without needing FortiClient.

240
MCQmedium

An administrator wants to ensure that internal users attempting to visit known phishing or malware-hosting domains are blocked automatically before establishing a connection. Which security profile should be added to the firewall policy?

A.Data Loss Prevention (DLP) sensor
B.Traffic Shaping rule profile
C.Antivirus signature profile in flow mode
D.Web Filtering profile with malicious domain blocking enabled
AnswerD

Web filtering categorizes and blocks phishing and malware distribution domains.

Why this answer

Web Filtering and DNS Filtering profiles block access to malicious, phishing, and command-and-control domains based on real-time FortiGuard intelligence.

241
MCQeasy

Which Fortinet tool provides a centralized management pane of glass for provisioning, updating, and monitoring multiple FortiGate firewall policies and device configurations across an enterprise?

A.FortiAnalyzer
B.FortiAuthenticator
C.FortiSandbox
D.FortiManager
AnswerD

FortiManager centralizes device management, policy deployment, and template configuration.

Why this answer

FortiManager is the centralized management platform designed for provisioning and managing FortiGate and other security devices at scale.

242
MCQhard

During an incident response review, it is discovered that an attacker gained access to an internal database by compromising a service account that had full administrative privileges across multiple disparate systems, far exceeding what was necessary for its routine function. Which security best practice was violated?

A.Separation of duties
B.Defense in depth
C.Security through obscurity
D.Principle of least privilege
AnswerD

Granting broad administrative access instead of restricted permissions violates the principle of least privilege.

Why this answer

The principle of least privilege dictates that accounts and users should only have the minimum necessary access to perform their required functions, minimizing the blast radius of a compromise.

243
MCQeasy

Which dashboard widget displays the current status and capacity of local storage (hard drive or log disk) on the FortiGate?

A.System Resources
B.Log Disk
C.Storage Manager
D.Hardware Status
AnswerB

Correct. The Log Disk widget shows disk space utilization and health.

Why this answer

The Log Disk widget displays usage and status of the local hard disk or log disk.

244
MCQmedium

An administrator is configuring a new local administrator account with restricted privileges. Where in the web-based manager are administrator accounts and access profiles created and managed?

A.Policy & Objects > Admins
B.Security Fabric > Access Control
C.User & Authentication > Administrator Users
D.System > Administrators
AnswerD

Correct. Administrator accounts, profiles, and authentication settings are configured here.

Why this answer

Administrator accounts and profiles are managed under System > Administrators.

245
MCQhard

An enterprise is configuring a redundant multi-WAN architecture on a FortiGate. Which feature allows the FortiGate to automatically measure latency, jitter, and packet loss on multiple internet connections and dynamically steer traffic over the best performing path?

A.RIPv2 hop-count metric calculation
B.SD-WAN Performance SLAs and Link Cost Rules
C.Equal-Cost Multi-Path (ECMP) round-robin hashing
D.Static routing administrative distance metrics
AnswerB

SD-WAN evaluates link quality metrics in real-time to steer traffic dynamically.

Why this answer

SD-WAN (Software-Defined WAN) performance SLAs monitor link metrics and dynamically steer traffic based on performance criteria.

246
MCQeasy

When logging into the FortiGate Web-based Manager (GUI) for the first time, what is the default administrator username?

A.administrator
B.supervisor
C.admin
D.root
AnswerC

The default super_admin account username is admin.

Why this answer

The default administrator account on a brand-new or factory-reset FortiGate is 'admin'.

247
MCQeasy

What is the primary function of a FortiSwitch port configured with FortiLink?

A.To connect external ISP routers via PPPoE authentication
B.To scan emails for spam and phishing attachments
C.To tunnel remote worker traffic via IPsec site-to-site protocols
D.To establish a secure management and data connection between a FortiGate and a FortiSwitch
AnswerD

FortiLink links FortiSwitches to FortiGate for unified management.

Why this answer

FortiLink is a proprietary Fortinet protocol that connects FortiSwitches to a FortiGate firewall, enabling centralized management, VLAN provisioning, and security fabric integration.

248
Multi-Selectmedium

When navigating the FortiGate GUI, which THREE main functional areas or menu categories are typically visible in the standard menu tree?

Select 3 answers
A.Dashboard
B.Kernel Debugger
C.Policy & Objects
D.Log & Report
E.BIOS Utility
AnswersA, C, D

Provides widgets for device health and monitoring summaries.

Why this answer

Standard FortiOS menu categories include Dashboard, Security Fabric, Policy & Objects, FortiView, and Log & Report.

249
MCQhard

An administrator wants to flush all current entries from the FortiGate session table to resolve a stubborn state synchronization issue. Which CLI command achieves this?

A.flush session table
B.diagnose sys session clear
C.config system session flush
D.execute clear system session
AnswerD

Correct. This command clears all active sessions from the FortiGate session table.

Why this answer

The execute clear system session command flushes active sessions from the session table.

250
Multi-Selecteasy

Which THREE of the following are recognized signs of a potential phishing attempt?

Select 3 answers
A.The email is sent during standard business hours.
B.The email uses urgent or threatening language to demand immediate action.
C.The sender's email address domain does not match the organization they claim to represent.
D.The email contains an unexpected attachment from an unknown sender.
E.The email is addressed to the employee by their correct first name.
AnswersB, C, D

Urgency is a psychological trigger used in phishing.

Why this answer

Unexpected attachments, urgent language, and suspicious sender domains are common indicators of phishing.

251
MCQeasy

An office worker is leaving their desk for a 15-minute lunch break. What is the most critical immediate security action they should take before walking away?

A.Unplug the Ethernet network cable
B.Lock the workstation screen
C.Power down the computer completely
D.Minimize all open web browser windows
AnswerB

Locking the screen ensures that physical access requires re-authentication.

Why this answer

Locking the workstation prevents unauthorized physical access to sensitive open applications and data while the user is away.

252
MCQeasy

What is the primary function of a firewall inspection mode that processes packets at Layer 3 and Layer 4 using packet headers without reassembling application streams?

A.Proxy-based inspection
B.Flow-based inspection
C.Deep SSL decryption inspection
D.Sandbox isolation inspection
AnswerB

Flow-based inspection uses examination engines to inspect traffic efficiently with lower latency.

Why this answer

Flow-based inspection examines traffic patterns and metadata efficiently, whereas proxy-based inspection buffers and fully reconstructs application sessions.

253
MCQmedium

An administrator needs to verify the license status and serial number of a managed FortiSwitch connected to the FortiGate. Where can managed switches be viewed in the web-based manager?

A.Network > Switch Controller
B.WiFi & Switch Controller > Managed FortiSwitches
C.System > FortiSwitch
D.Security Fabric > FortiSwitch
AnswerB

Correct. FortiSwitch units connected to the FortiGate are managed and monitored under the Switch Controller menu.

Why this answer

Managed switches are managed and viewed under WiFi & Switch Controller (or Managed Devices depending on FortiOS version).

254
MCQeasy

An employee finds a physical document containing sensitive customer records left unattended on a shared printer tray. What security awareness best practice does this situation highlight?

A.Network segmentation compliance
B.Endpoint firewall configuration
C.Clean desk policy adherence
D.Multi-factor authentication protocols
AnswerC

Leaving sensitive printouts unattended violates clean desk policies designed to prevent physical data exposure.

Why this answer

Clear desk and clear screen policies require employees to secure sensitive physical and digital information when not attended.

255
Multi-Selectmedium

Which TWO threat intelligence services or features are delivered dynamically by the FortiGuard network? (Choose two.)

Select 2 answers
A.FortiClient EMS endpoint installation binaries
B.Web Filtering URL categorization database
C.Physical switch port VLAN assignment maps
D.Antivirus and IPS signature update feeds
E.Microsoft Active Directory user group membership
AnswersB, D

FortiGuard delivers real-time URL category updates for web filtering.

Why this answer

FortiGuard provides dynamic database updates for Web Filtering URL categories and Antivirus/IPS threat signatures.

256
MCQhard

A threat actor infects a critical file server with ransomware, encrypting all business-critical documents and demanding a monetary ransom for the decryption key. However, the organization is able to restore all systems and data within hours without paying the ransom. Which foundational security practice made this successful recovery possible?

A.Enforcing mandatory password complexity rules
B.Implementing strict egress firewall filtering
C.Deploying host-based intrusion detection systems
D.Maintaining immutable, offline data backups
AnswerD

Secure offline backups ensure that data can be restored safely without paying a ransom.

Why this answer

Regularly tested backups provide an authoritative recovery copy of data, rendering ransomware extortion ineffective.

257
MCQeasy

Which dashboard widget displays the overall hardware status, serial number, firmware version, and system uptime of the FortiGate?

A.License Information
B.System Information
C.Network Interface Monitor
D.CLI Console
AnswerB

Shows core device details like serial number, firmware, uptime, and hostname.

Why this answer

The System Information widget on the dashboard displays basic device vitals including hostname, firmware version, serial number, and uptime.

258
MCQhard

An administrator needs to test whether a specific TCP port is open on a remote server directly from the FortiGate CLI. Which command can be used to test TCP connectivity?

A.diagnose tcp-test [server-IP] [port]
B.ping -p [port] [server-IP]
C.traceroute -port [port] [server-IP]
D.execute telnet [server-IP] [port]
AnswerD

Correct. execute telnet allows testing TCP port connectivity from the FortiGate.

Why this answer

The execute telnet or nc (netcat) tools are not standard, but execute telnet [IP] [port] or specific diagnostic tools can test TCP ports. Alternatively, execute ping is for ICMP. In FortiOS, execute telnet is available on some models, but more reliably, diagnose sniffer or specialized commands test ports.

Wait, execute telnet exists on FortiOS. Let's use execute telnet.

259
MCQhard

An organization is deploying an SD-WAN architecture on a FortiGate. When multiple WAN interfaces are combined into an SD-WAN zone, how do firewall policies reference the destination or source of the traffic?

A.Firewall policies must only use static routing next-hop IP addresses
B.Firewall policies are disabled entirely when SD-WAN is enabled
C.Firewall policies reference the SD-WAN zone name instead of individual physical interfaces
D.Firewall policies must reference every physical WAN interface individually in separate rules
AnswerC

SD-WAN zones abstract physical interfaces, allowing policies to reference the zone.

Why this answer

Once physical WAN interfaces are added to an SD-WAN zone, firewall policies reference the SD-WAN zone name instead of individual physical interfaces.

260
MCQeasy

What is the primary function of a FortiGate firewall policy source interface setting?

A.To assign dynamic IP addresses to wireless clients via DHCP
B.To specify the interface from which incoming traffic must originate to match the policy
C.To configure the IPsec VPN Phase 1 encryption keys
D.To determine the MAC address of the destination web server
AnswerB

Source interface defines where matching traffic enters the FortiGate.

Why this answer

The source interface specifies which physical or logical interface traffic must originate from to match the firewall policy rule.

261
Multi-Selectmedium

Which TWO features or protocols are used in Fortinet SD-WAN deployments to optimize multi-path traffic routing? (Choose two.)

Select 2 answers
A.SD-WAN Performance SLAs (monitoring latency, jitter, and packet loss)
B.Telnet remote terminal management protocol
C.POP3 email retrieval protocol
D.SNMP v1 network monitoring traps
E.SD-WAN rules for dynamic path selection
AnswersA, E

Performance SLAs continuously measure link quality in real-time.

Why this answer

Fortinet SD-WAN uses performance SLAs to monitor link health and SD-WAN rules to steer traffic dynamically.

262
MCQmedium

An administrator wants to verify the operational status and packet error rates of a specific physical interface (e.g., port2) via CLI. Which command should be used?

A.get system interface physical [interface-name] or diagnostics hardware deviceinfo nic [interface-name]
B.show interface port2 stats
C.get system interface port2
D.execute interface check port2
AnswerA

Correct. Diagnostic and get commands display hardware counters, drops, and error rates for NICs.

Why this answer

The get system interface physical or get system interface transceiver commands display detailed interface statistics and error counters.

263
Multi-Selectmedium

An administrator needs to perform a firmware upgrade on a standalone FortiGate. Which TWO best practices should be followed before initiating the upgrade? (Choose two)

Select 2 answers
A.Back up the current FortiGate configuration file.
B.Perform a factory reset immediately after upgrading without saving configurations.
C.Review the official FortiOS release notes and verified upgrade paths.
D.Unplug all physical network interfaces during the upgrade.
E.Downgrade the FortiGuard license contract.
AnswersA, C

Correct. Always back up the configuration before any firmware upgrade to allow rollback if necessary.

Why this answer

Before upgrading firmware, administrators should back up the configuration and review the release notes for upgrade paths and known issues.

264
MCQmedium

A security analyst needs to ensure that endpoints connected to the corporate network have an active, up-to-date FortiClient security agent installed before granting network access. Which Fortinet component manages endpoint compliance and synchronization with the Fortinet Security Fabric?

A.FortiSandbox
B.FortiAnalyzer
C.FortiManager
D.FortiClient EMS
AnswerD

FortiClient EMS centralizes endpoint management, compliance monitoring, and telemetry sharing.

Why this answer

FortiClient EMS (Enterprise Management Server) manages FortiClient endpoints, deploys configurations, and enforces endpoint compliance within the Security Fabric.

265
MCQeasy

What is the primary purpose of FortiToken in a Fortinet security solution?

A.To accelerate encryption performance for IPsec VPN tunnels
B.To cache web filtering categories locally on the firewall
C.To quarantine infected endpoints automatically
D.To provide two-factor authentication (2FA) for secure user logins
AnswerD

FortiTokens generate time-based OTPs for multi-factor authentication.

Why this answer

FortiToken provides two-factor authentication (2FA) tokens (hardware or software) to verify user identities securely during logins.

266
Multi-Selecthard

An administrator needs to verify DNS and time synchronization settings to ensure accurate log timestamps and FortiGuard connectivity. Which THREE settings or commands should be verified? (Choose three)

Select 3 answers
A.Firewall policy packet hit counters
B.System timezone configuration
C.NTP server synchronization status and time configuration (get system status or system settings)
D.Configured DNS server IP addresses (get system dns)
E.Hardware switch port duplex modes
AnswersB, C, D

Correct. Timezone settings ensure log timestamps match local operational hours.

Why this answer

DNS servers, NTP server synchronization, and system time/timezone settings are crucial for log timestamps and FortiGuard updates.

267
MCQhard

An organization wants to implement the Fortinet Security Fabric to gain centralized visibility across multiple distributed security devices. Which core protocol is utilized by Security Fabric devices to discover, authenticate, and securely communicate with the root FortiGate?

A.Dynamic Host Configuration Protocol (DHCP) option 43
B.Simple Network Management Protocol (SNMP) v3 traps
C.Security Fabric Downstream Heartbeat and REST API telemetry
D.Syslog over unencrypted UDP port 514
AnswerC

Security Fabric relies on secure heartbeat communication and REST APIs for topology and threat sharing.

Why this answer

The Security Fabric uses the Fortinet Fabric connector and specialized heartbeat/telemetry communication protocols over HTTPS/TLS to link downstream devices to the root FortiGate.

268
Multi-Selectmedium

An administrator is troubleshooting a FortiGate device where traffic passing through a specific firewall policy is failing. Which TWO dashboard widgets or monitoring views should the administrator inspect to verify live traffic status and policy hits? (Choose two)

Select 2 answers
A.Network > Interfaces widget
B.Security Fabric > Audit
C.System > FortiGuard Status
D.FortiView > Policies
E.Policy & Objects > Firewall Policy (Hit Count column)
AnswersD, E

Correct. FortiView Policies displays real-time traffic statistics mapped to firewall policies.

Why this answer

Live traffic and policy matches can be reviewed via FortiView Policies and the firewall policy hit count column under Policy & Objects.

269
MCQeasy

An administrator wants to view a chronological list of all administrator logins, configuration changes, and system alerts. Which log category contains this information?

A.Log & Report > Forward Traffic
B.Dashboard > Event Summary
C.Log & Report > System Events
D.FortiView > Admins
AnswerC

Correct. System Events logs administrative logins, configuration edits, and system alerts.

Why this answer

Event logs record administrative actions, system events, and operational warnings.

270
MCQeasy

An administrator notices that users are accessing unauthorized social media websites during work hours. Which security profile feature should be configured on the FortiGate to block access to these specific categories of websites?

A.DNS Filter profile
B.Web Filtering profile
C.IPS sensor
D.Antivirus profile
AnswerB

Web filtering categorizes URLs and permits category-based blocking.

Why this answer

Web Filtering allows administrators to block or allow websites based on predefined FortiGuard categories such as Social Networking.

271
MCQeasy

A remote worker receives a text message (SMS) from what appears to be their bank, stating that suspicious activity was detected and asking them to click a short link to confirm their identity. What term specifically describes this form of attack via SMS?

A.Spear phishing
B.Vishing
C.Whaling
D.Smishing
AnswerD

Phishing conducted via SMS text messages is known as smishing.

Why this answer

Smishing is a portmanteau of SMS and phishing, representing phishing attacks conducted through mobile text messaging.

272
MCQeasy

An employee notices that a physical access control badge reader at the office entrance has been tampered with and a small unauthorized recording device is attached nearby. This scenario primarily represents a threat vector targeting which aspect of security?

A.Endpoint compliance
B.Network layer security
C.Physical security
D.Application layer security
AnswerC

Tampering with entrance badges and attaching hardware devices directly targets physical security infrastructure.

Why this answer

Physical security controls protect the physical plant, equipment, and media from unauthorized access, theft, or tampering.

273
MCQeasy

An end user receives an email from an external domain with a display name mimicking the company CEO, asking for an urgent wire transfer. What is the most accurate primary classification of this threat?

A.A brute-force credential stuffing attack.
B.A targeted spear-phishing attack designed for financial fraud.
C.An advanced persistent threat using zero-day malware.
D.A standard denial-of-service attack.
AnswerB

Spear phishing targets specific individuals with customized social engineering, frequently resulting in BEC.

Why this answer

This scenario describes Business Email Compromise (BEC) and spear phishing, where attackers impersonate executives to induce financial fraud.

274
MCQhard

An administrator needs to verify the status of hardware acceleration (NP processors) and check whether traffic is offloaded to the NP chips. Which CLI command displays NP processor status and offloaded session counters?

A.get hardware npu np6 or diagnose npu [processor] stats
B.get system npu-status
C.show firewall hardware-acceleration
D.execute npu-test
AnswerA

Correct. Diagnostic and get hardware NPU commands show hardware offloading status and traffic counters.

Why this answer

The diagnose npu np6 port-list or get hardware npu commands display NP processor status and statistics.

275
MCQeasy

An employee receives an email claiming to be from the IT department requesting their network credentials to 'verify account security'. What is the most appropriate action?

A.Delete the email and clear the browser cache.
B.Click the link to check if the website looks authentic.
C.Reply to the email with the requested credentials to avoid account lockout.
D.Forward the email to the IT helpdesk using the official reporting procedure.
AnswerD

Following the official reporting procedure allows security teams to mitigate the threat.

Why this answer

Reporting the email via the organization's official phishing reporting mechanism ensures the security team can analyze the threat and protect other users.

276
MCQhard

An enterprise is establishing a multi-layered security strategy for its infrastructure. Which implementation best demonstrates the concept of 'Defense-in-Depth'?

A.Implementing network segmentation, endpoint protection, multi-factor authentication, and user awareness training.
B.Relying solely on a next-generation firewall with advanced intrusion prevention configured at the edge.
C.Enforcing identical complex passwords across all local and cloud administrative portals.
D.Duplicating identical edge firewalls in an active-passive cluster for high availability.
AnswerA

Combining different controls across endpoints, network, identity, and human layers creates robust defense-in-depth.

Why this answer

Defense-in-depth uses multiple overlapping security controls so that if one control fails, subsequent controls prevent a breach.

277
MCQeasy

What is the primary objective of a 'DDoS' attack?

A.To steal intellectual property.
B.To exhaust system resources and render a service unavailable.
C.To modify user permissions on the server.
D.To install a hidden backdoor for future access.
AnswerB

The goal is to render the target inaccessible to legitimate users.

Why this answer

A Distributed Denial of Service attack aims to make a service unavailable by overwhelming it with traffic.

278
MCQhard

An administrator wants to deploy a wireless network across a corporate campus managed directly by the FortiGate firewall. Which Fortinet technology enables the FortiGate to control and provision FortiAPs directly?

A.Built-in FortiGate Wireless Controller using CAPWAP
B.FortiClient EMS telemetry channels
C.External FortiSwitch Manager via SNMP polling
D.RADIUS single sign-on wireless bridging
AnswerA

FortiGate acts as a wireless controller using CAPWAP to manage FortiAPs.

Why this answer

FortiGate includes a built-in wireless controller that manages FortiAPs using CAPWAP (Control and Provisioning of Wireless Access Points) protocols.

279
MCQeasy

An administrator wants to view top bandwidth-consuming applications on the FortiGate dashboard. Which feature or view provides this aggregated application visibility?

A.FortiView > Applications
B.Log & Report > Forward Traffic
C.Security Fabric > Topology
D.System > FortiGuard
AnswerA

Correct. FortiView provides visual dashboards for top applications, bandwidth usage, and user activity.

Why this answer

FortiView is the primary monitoring and visualization tool on FortiGate for tracking top applications, sources, destinations, and threats.

280
MCQeasy

When creating a new password for corporate accounts, which practice aligns with modern cybersecurity best practices for end users?

A.Writing the password on a sticky note attached to the monitor for easy access during shifts.
B.Using a long, unique passphrase managed by an approved enterprise password manager.
C.Reusing the same strong password across all personal and work applications for easy recall.
D.Using a short password with special characters and changing it every 30 days.
AnswerB

Passphrase length provides strong security, and password managers prevent reuse.

Why this answer

Modern guidelines emphasize length and complexity, often achieved via passphrases, combined with multi-factor authentication, while avoiding predictable patterns.

281
Multi-Selectmedium

Which TWO of the following statements correctly describe core concepts of the Fortinet Security Fabric? (Choose two.)

Select 2 answers
A.It relies entirely on offline flat-file backups for threat intelligence exchange.
B.It provides broad visibility, automated threat detection, and synchronized remediation across distributed security devices.
C.It requires manual command-line scripting on every downstream device to share threat intelligence feeds.
D.It only supports Fortinet hardware appliances and excludes integration with third-party APIs or virtual machines.
E.It integrates disparate security solutions into a single collaborative architecture to reduce operational complexity.
AnswersB, E

The Security Fabric integrates multiple security elements to deliver end-to-end visibility and automated responses.

Why this answer

The Security Fabric provides broad visibility across the entire attack surface and automated threat remediation. It is not limited to a single vendor's cloud, nor does it require manual CLI scripting for fabric connections.

282
MCQeasy

An employee receives an email stating their account will be deactivated within 24 hours unless they click an embedded link and verify their credentials immediately. What psychological manipulation tactic is the attacker primarily leveraging?

A.Offering financial rewards for completing a corporate survey.
B.Creating a false sense of urgency and fear of loss.
C.Establishing authority by impersonating a system administrator calmly.
D.Providing technical assistance for routine software patching.
AnswerB

Threatening immediate account deactivation triggers panic, leading the user to act without verifying authenticity.

Why this answer

Attackers create a sense of urgency and panic to bypass critical thinking and prompt immediate compliance.

283
Multi-Selecthard

Which THREE protocols or technologies are commonly used to establish secure remote access VPNs on a FortiGate? (Choose three.)

Select 3 answers
A.Telnet plain-text management
B.SSL VPN
C.FortiClient VPN tunneling
D.HTTP unencrypted web browsing
E.IPsec VPN
AnswersB, C, E

SSL VPN provides flexible web and tunnel mode remote access for mobile users.

Why this answer

FortiGate supports IPsec VPN, SSL VPN, and FortiClient-based telemetry/VPN tunnels for secure remote access.

284
MCQhard

An organization implements a Zero Trust Network Access (ZTNA) model for remote workers. Unlike traditional remote access, how does ZTNA handle user authentication and resource authorization?

A.It verifies user identity and device health continuously, granting least-privilege access per application.
B.It trusts all devices once the initial corporate username and password are validated at the perimeter.
C.It automatically trusts all traffic originating from corporate-issued laptops without checking user credentials.
D.It relies entirely on physical network segmentation within the remote employee's home office.
AnswerA

ZTNA constantly evaluates context and restricts access only to authorized individual applications.

Why this answer

ZTNA continuously verifies user identity, device posture, and grants access strictly to specific applications rather than the entire network.

285
MCQhard

An administrator suspects that a specific firewall policy rule is dropping legitimate traffic due to an incorrect security profile or action. Where can the administrator check the hit counters for each individual firewall policy in the web-based manager?

A.FortiView > Policies view
B.System > Feature Visibility > Policy Statistics
C.Policy & Objects > Firewall Policy view, by checking the 'Hit Count' column
D.Log & Report > Traffic Log Summary
AnswerC

Correct. The hit count column in the Firewall Policy list displays how many times traffic has matched each rule.

Why this answer

Firewall policy hit counters are visible directly in the Policy & Objects > Firewall Policy view when the column is enabled.

286
MCQmedium

What is the primary purpose of conducting regular security awareness training for non-technical employees in an organization?

A.To ensure all personnel understand how to compile source code securely.
B.To replace automated endpoint detection and response software with human monitoring.
C.To transform employees into an active defense layer capable of recognizing social engineering.
D.To train every staff member to write advanced firewall configuration scripts.
AnswerC

Security awareness aims to reduce human error and empower staff to identify phishing and social engineering.

Why this answer

Employees are frequently targeted as the human firewall; training helps them recognize and report social engineering attempts.

287
MCQhard

When configuring an IPsec VPN tunnel between two FortiGate devices, what is the specific role of Phase 1 negotiation?

A.To assign dynamic virtual IP addresses to remote SSL VPN client workstations
B.To authenticate the two VPN peers and establish a secure management channel (ISAKMP SA)
C.To encrypt actual user data packets traversing the VPN using IPsec ESP protocols
D.To perform DNS name resolution for remote peer public IP addresses
AnswerB

Phase 1 negotiates authentication and security parameters to build the IKE SA channel.

Why this answer

IPsec Phase 1 establishes a secure, authenticated communication channel (ISAKMP SA) between two peers, negotiating encryption, hashing, authentication methods, and Diffie-Hellman groups.

288
MCQmedium

A user receives a phone call from someone claiming to be from the corporate IT helpdesk, urgently asking for their network password to resolve a critical security alert. What social engineering tactic is being used?

A.Watering hole attack
B.Phishing via SMS (Smishing)
C.Credential stuffing
D.Voice phishing (Vishing)
AnswerD

Vishing involves attackers using phone communication to impersonate trusted authorities and extract credentials.

Why this answer

Vishing (voice phishing) uses phone calls and social manipulation to trick individuals into divulging confidential information.

289
Multi-Selecthard

Which THREE parameters must be configured identically on both peers to successfully establish an IPsec Phase 1 tunnel? (Choose three.)

Select 3 answers
A.System time zone offset in hours
B.Encryption and hashing algorithms (e.g., AES-256 and SHA-256)
C.Authentication method and Pre-Shared Key (or certificates)
D.Diffie-Hellman (DH) group
E.FortiGate administrator username
AnswersB, C, D

Phase 1 encryption and hashing proposals must match on both ends.

Why this answer

IPsec Phase 1 requires matching authentication methods (like pre-shared keys), encryption/hash algorithms, and Diffie-Hellman groups.

290
MCQeasy

What is the primary function of a FortiGate interface configured in NAT mode?

A.To route traffic between different subnets and perform Network Address Translation (NAT)
B.To provide wireless access point management via CAPWAP
C.To bridge Ethernet frames at Layer 2 without performing routing or IP translation
D.To act as a dedicated storage volume for FortiAnalyzer log archives
AnswerA

NAT mode routes traffic and translates IP addresses across network boundaries.

Why this answer

In NAT mode, the FortiGate routes traffic between interfaces and performs Network Address Translation (NAT) on packets traversing security boundaries.

291
MCQhard

An organization performs a risk assessment and decides to implement firewall rules, intrusion prevention systems (IPS), and encryption to reduce the likelihood and impact of a cyber attack. What risk management strategy are they employing?

A.Risk transfer, purchasing cyber insurance to shift financial liability to a third party.
B.Risk acceptance, choosing to absorb the financial impact if an incident occurs.
C.Risk avoidance, eliminating the business activity entirely to prevent exposure.
D.Risk mitigation, deploying technical controls to lower the probability and impact of threats.
AnswerD

Deploying security controls to reduce risk levels is the definition of risk mitigation.

Why this answer

Implementing technical controls to lower the probability or severity of a risk is known as risk mitigation or risk reduction.

292
MCQmedium

An administrator needs to ensure that critical administrative login events and firewall configuration changes generate an immediate real-time alert email. Where are email alert settings configured on the FortiGate?

A.Inside the individual firewall policy rule settings
B.Inside the FortiGuard subscription server parameters
C.Within the static routing table configuration
D.Under System > Alert Email settings
AnswerD

Alert email configurations define SMTP servers and trigger events for notifications.

Why this answer

Email alert settings (Alert Email) can be configured on the FortiGate to send notifications when specific log severity levels or events occur.

293
Multi-Selecthard

Which THREE features are provided by FortiClient EMS when integrated into the Fortinet Security Fabric? (Choose three.)

Select 3 answers
A.Endpoint compliance and quarantine enforcement
B.Centralized FortiGate firewall policy compilation
C.Syslog server log aggregation for routers
D.Endpoint vulnerability scanning
E.Security Fabric endpoint telemetry sharing
AnswersA, D, E

EMS enforces security posture compliance and can isolate non-compliant endpoints.

Why this answer

FortiClient EMS provides endpoint telemetry, vulnerability scanning, and automated quarantine/compliance enforcement.

294
MCQeasy

An administrator is setting up a FortiGate firewall and needs to define the security posture for traffic flowing from the internal network to the external Internet. Which object type should the administrator configure to enforce unified threat management features such as Antivirus, Web Filtering, and Intrusion Prevention on that traffic?

A.Virtual Domain (VDOM)
B.Security Profile
C.Interface Zone
D.Firewall Schedule
AnswerB

Security profiles contain UTM inspection mechanisms such as Antivirus, Web Filtering, and IPS applied via firewall policies.

Why this answer

Security profiles (grouped under Security Profiles in FortiOS) are attached to firewall policies to apply UTM inspections like Antivirus, Web Filtering, and IPS. Interface addresses, zones, and schedules control routing and timing, not threat inspection.

295
MCQmedium

An administrator wants to ensure that specific internal users can access the internet while others cannot, based on their Active Directory group membership. How can this access control be implemented on a FortiGate?

A.By modifying the physical interface speed settings
B.By editing the static routing table metrics
C.By adding the AD user group to the source field of the firewall policy
D.By applying an Antivirus security profile to the interface
AnswerC

Firewall policies support user and group identifiers as source match criteria.

Why this answer

Firewall policies can include user or user group authentication requirements, allowing the FortiGate to enforce policy rules based on AD credentials.

296
MCQhard

An enterprise requires authentication of remote users connecting via SSL VPN against a Microsoft Active Directory server. Which Fortinet component can be deployed to synchronize user credentials and provide single sign-on (SSO) services?

A.FortiAuthenticator
B.FortiWeb application firewall
C.FortiAnalyzer reporting engine
D.FortiManager policy server
AnswerA

FortiAuthenticator provides identity and access management, including LDAP integration and SSO.

Why this answer

FortiAuthenticator integrates with Active Directory, provides user identity services, and acts as an RADIUS/LDAP server and SSO polling agent.

Page 3

Page 4 of 4

All pages