View Full Fortinet NSE4_FGT-7.0 Exam Dumps and Practice Test Dumps
Question 221. A FortiGate administrator needs to ensure that a specific internal subnet uses ISP2 instead of the default route through ISP1. Which feature should be configured?
- Web Filter
- Policy-based routing
- Antivirus
- DHCP reservation
Correct Answer: 2. Policy-based routing
Explanation :-
Policy-based routing allows FortiGate to make forwarding decisions based on criteria such as source address, destination address, incoming interface, or other configured conditions. It is useful when selected traffic must use a particular gateway or interface instead of the normal routing-table decision. Web Filter and Antivirus are security inspection features, while DHCP reservation controls client address assignment. Policy-based routing is therefore appropriate when traffic from a specific subnet needs to be directed through ISP2 while other traffic continues using the normal routing path.
Question 222. Which FortiGate feature allows a single physical interface to carry traffic for multiple VLANs using 802.1Q tagging?
- IP pool
- Loopback interface
- VLAN interface
- Virtual IP
Correct Answer: 3. VLAN interface
Explanation :-
A VLAN interface allows FortiGate to communicate with a specific VLAN carried over a physical interface using VLAN tagging. Multiple VLAN interfaces can be configured over the same physical interface when the connected switch uses an appropriate trunk configuration. An IP pool is used for source NAT, a loopback interface is a logical endpoint independent of a physical port, and a virtual IP provides destination NAT. A VLAN interface is therefore the appropriate configuration for routing and securing tagged VLAN traffic through FortiGate.
Question 223. Which FortiGate feature can prevent users from accessing websites classified by FortiGuard as malicious or inappropriate?
- Web Filter
- ECMP
- Static route
- HA heartbeat
Correct Answer: 1. Web Filter
Explanation :-
Web Filter can use FortiGuard web categorization to identify websites and apply configured actions based on their categories or reputation. Administrators can configure categories to be blocked, monitored, or allowed according to organizational requirements. ECMP handles multiple equal-cost routes, static routes define forwarding paths, and HA heartbeat communication supports cluster operation. Web Filter is therefore the appropriate FortiGate security feature when administrators need to restrict access to malicious, inappropriate, or otherwise unwanted websites.
Question 224. A FortiGate policy contains several address objects representing different internal networks. The administrator wants to reference them collectively in one policy. What should be used?
- Service group
- Address group
- IP pool
- Security profile
Correct Answer: 2. Address group
Explanation :-
An address group combines multiple address objects into a single logical object that can be referenced by firewall policies. This simplifies policy configuration when several networks should receive the same treatment. A service group combines service objects, an IP pool provides source NAT addresses, and a security profile provides traffic inspection or protection functions. An address group is therefore the appropriate choice when multiple internal networks need to be referenced collectively as a source or destination in a firewall policy.
Question 225. Which FortiGate feature provides a logical interface that can remain available even if the physical interface used for another network connection changes?
- Loopback interface
- Service group
- DHCP relay
- Virtual IP
Correct Answer: 1. Loopback interface
Explanation :-
A loopback interface is a logical interface that is not directly tied to the operational state of a particular physical interface. Because of this, its address can provide a stable endpoint for management, routing protocols, monitoring, or other services. A service group organizes service objects, DHCP relay forwards DHCP requests, and a virtual IP performs destination NAT. A loopback interface is therefore useful when FortiGate requires a consistent logical address that remains independent of individual physical link states.
Question 226. Which FortiGate feature can inspect network traffic for known attack signatures and take configured protective action?
- DNS Filter
- IPS
- Traffic Shaping
- DHCP Server
Correct Answer: 2. IPS
Explanation :-
The Intrusion Prevention System uses signatures and detection mechanisms to identify known exploits, attacks, and suspicious traffic patterns. An IPS profile can be applied to firewall policies so FortiGate can log or block detected threats according to the configured action. DNS Filter focuses on DNS requests, Traffic Shaping manages bandwidth, and DHCP Server provides network configuration to clients. IPS is therefore the appropriate security feature when the objective is to detect and prevent recognized network-based attacks.
Question 227. An administrator wants to verify whether a particular IP address appears in the active FortiGate session table. Which command is most useful?
- get system status
- execute ping
- diagnose sys session list
- show system interface
Correct Answer: 3. diagnose sys session list
Explanation :-
The diagnose sys session list command displays active sessions tracked by the FortiGate session table. Administrators can inspect session information and use filtering or related diagnostic techniques to investigate whether traffic from or to a particular address has an active session. get system status provides general device information, execute ping tests reachability, and show system interface displays interface configuration. The session-list command is therefore the appropriate diagnostic starting point when investigating active connections involving a specific IP address.
Question 228. Which FortiGate setting controls the days and times during which a firewall policy is active?
- Address object
- Service group
- Schedule
- IPsec monitor
Correct Answer: 3. Schedule
Explanation :-
A firewall policy schedule defines when that policy is active. FortiGate can use recurring schedules to permit or deny traffic during specified days and times. Address objects identify network endpoints, service groups combine service definitions, and IPsec Monitor provides information about VPN status. A schedule is therefore the appropriate configuration when an organization needs time-based access control, such as allowing a particular service only during business hours or restricting access outside a defined operating period.
Question 229. Which FortiGate feature can translate an external destination IP address and port to an internal server address and port?
- Virtual IP
- Traffic shaper
- RADIUS
- ECMP
Correct Answer: 1. Virtual IP
Explanation :-
A virtual IP, or VIP, can perform destination NAT by translating traffic sent to an external address and, when configured, a specific external port toward an internal server address and port. This is commonly used when publishing internal services such as HTTPS, SSH, or other applications to external clients. Traffic shapers manage bandwidth, RADIUS supports authentication, and ECMP manages equal-cost routes. A virtual IP is therefore the appropriate FortiGate object for mapping an external destination to an internal server.
Question 230. Which FortiGate feature can provide centralized authentication by communicating with an external directory service based on LDAP?
- IP pool
- LDAP server
- Static route
- Traffic shaping
Correct Answer: 2. LDAP server
Explanation :-
An LDAP server configuration allows FortiGate to communicate with an external directory for user authentication and related identity-based access control. This is useful when an organization maintains centralized user accounts and wants FortiGate authentication to use those existing directory identities. IP pools support source NAT, static routes determine forwarding, and traffic shaping manages bandwidth. LDAP integration is therefore the appropriate feature when FortiGate needs to authenticate users through an external directory rather than relying exclusively on local accounts.
Question 231. Which FortiGate feature can distribute incoming connections between several backend servers hosting the same application?
- Server Load Balance
- DNS Filter
- DHCP relay
- Policy route
Correct Answer: 1. Server Load Balance
Explanation :-
Server Load Balance allows FortiGate to distribute incoming client connections across multiple backend servers. The FortiGate virtual server can provide a single externally accessible service while forwarding connections to members of the configured server pool according to the selected load-balancing method. DNS Filter controls domain access, DHCP relay forwards DHCP requests, and policy routes influence forwarding decisions. Server Load Balance is therefore appropriate when multiple backend servers should share incoming application traffic for availability or capacity purposes.
Question 232. Which FortiGate command is most useful for checking whether a destination network is present in the routing table?
- diagnose debug flow
- get router info routing-table all
- diagnose sys session list
- execute ping
Correct Answer: 2. get router info routing-table all
Explanation :-
The get router info routing-table all command displays the routes known and installed by the FortiGate. It can be used to verify whether a destination network exists in the routing table and to identify the associated next hop and outgoing interface. Debug flow provides deeper packet-processing information, session-list displays active sessions, and ping tests connectivity. When the specific question is whether FortiGate has a route for a destination network, inspecting the routing table is the most direct approach.
Question 233. Which FortiGate feature can apply different permissions to administrators based on their assigned management role?
- Administrator profile
- IP pool
- Web Filter
- VLAN interface
Correct Answer: 1. Administrator profile
Explanation :-
Administrator profiles define the permissions and access levels available to FortiGate administrators. Different administrators can receive different roles so that some may have read-only access while others can modify specific configuration areas. IP pools support address translation, Web Filter controls web traffic, and VLAN interfaces provide logical connectivity to tagged networks. Administrator profiles are therefore the appropriate feature for implementing role-based administrative privileges and limiting users to the management capabilities required for their responsibilities.
Question 234. Which FortiGate mechanism prevents traffic from being allowed when it does not match any explicit firewall policy?
- ECMP
- Implicit deny
- DHCP relay
- Source NAT
Correct Answer: 2. Implicit deny
Explanation :-
FortiGate applies an implicit deny to traffic that does not match an explicit firewall policy allowing it. This default behavior ensures that traffic is not automatically permitted simply because a route exists. Administrators must create an appropriate policy with matching interfaces, addresses, services, schedules, and required security settings when traffic needs to be allowed. ECMP handles routing, DHCP relay forwards DHCP requests, and source NAT translates source addresses. The implicit deny is therefore a fundamental part of FortiGate’s default firewall behavior.
Question 235. Which FortiGate feature can use an external RADIUS server to authenticate users?
- RADIUS server configuration
- Loopback interface
- Virtual IP
- Service group
Correct Answer: 1. RADIUS server configuration
Explanation :-
FortiGate can be configured as a RADIUS client and communicate with an external RADIUS server for authentication. This allows user credentials and authentication decisions to be handled through centralized RADIUS infrastructure. A loopback interface provides a logical network endpoint, a virtual IP performs destination NAT, and a service group combines service objects. RADIUS server configuration is therefore the appropriate choice when FortiGate needs to authenticate users through an external RADIUS-based authentication system.
Question 236. Which FortiGate security profile can identify and control traffic generated by specific applications even when applications use non-standard ports?
- Application Control
- Static route
- DHCP reservation
- HA heartbeat
Correct Answer: 1. Application Control
Explanation :-
Application Control uses application signatures and traffic characteristics to identify applications rather than depending exclusively on TCP or UDP port numbers. This allows administrators to control recognized applications even when they use non-standard ports or dynamically selected communication methods. Static routes determine forwarding paths, DHCP reservations assign predictable client addresses, and HA heartbeat interfaces support cluster communication. Application Control is therefore appropriate when application identity must be used as a security-control criterion independent of the application’s expected port.
Question 237. Which FortiGate feature can provide a centralized platform for collecting, analyzing, and reporting logs from FortiGate devices?
- FortiAnalyzer
- IP pool
- VLAN interface
- Traffic shaper
Correct Answer: 1. FortiAnalyzer
Explanation :-
FortiAnalyzer provides centralized log collection, analysis, reporting, and historical visibility for Fortinet security devices. FortiGate devices can forward supported logs to FortiAnalyzer so administrators can investigate security events and traffic activity from a centralized platform. IP pools provide NAT addresses, VLAN interfaces provide logical VLAN connectivity, and traffic shapers manage bandwidth. FortiAnalyzer is therefore the appropriate platform when an organization needs centralized logging and reporting rather than relying only on local FortiGate log storage.
Question 238. Which FortiGate feature can restrict administrative access to a specific source network for an individual administrator account?
- Trusted hosts
- Application Control
- ECMP
- DHCP server
Correct Answer: 1. Trusted hosts
Explanation :-
Trusted hosts allow an administrator account to specify which source IP addresses or networks are permitted to access the FortiGate management interface. This provides an additional restriction beyond username and password authentication and can significantly narrow the locations from which administrative access is accepted. Application Control manages application traffic, ECMP manages equal-cost routes, and DHCP server functionality provides client addressing. Trusted hosts are therefore the appropriate feature for restricting management access to designated administrative networks.
Question 239. Which FortiGate command can provide a detailed view of how a packet is processed through routing and firewall policy evaluation?
- execute ping
- get system status
- diagnose debug flow
- show system dns
Correct Answer: 3. diagnose debug flow
Explanation :-
diagnose debug flow provides detailed information about packet processing within FortiGate. It can help administrators trace routing decisions, policy matching, session handling, and other processing stages. This makes it especially useful when traffic appears to be routed incorrectly or unexpectedly accepted or denied. execute ping tests reachability, get system status displays general system information, and show system dns displays DNS configuration. Debug flow is therefore the most appropriate diagnostic tool for tracing the internal processing of a specific packet flow.
Question 240. Which FortiGate feature can provide encrypted connectivity between two geographically separated networks over an untrusted network such as the Internet?
- Web Filter
- IPsec VPN
- Service group
- DHCP relay
Correct Answer: 2. IPsec VPN
Explanation :-
An IPsec VPN can establish an encrypted tunnel between FortiGate devices or between FortiGate and another compatible VPN endpoint. This allows traffic between geographically separated networks to traverse an untrusted network such as the Internet while receiving confidentiality and integrity protection according to the configured IPsec parameters. Web Filter controls web access, service groups organize service objects, and DHCP relay forwards DHCP requests. IPsec VPN is therefore the appropriate technology for secure site-to-site connectivity across an untrusted network.