Fortinet FCP_FWB_AD-7.4 Übungsprüfungen
Zuletzt aktualisiert am 27.04.2025- Prüfungscode: FCP_FWB_AD-7.4
- Prüfungsname: FCP - FortiWeb 7.4 Administrator
- Zertifizierungsanbieter: Fortinet
- Zuletzt aktualisiert am: 27.04.2025
Which implementation is best suited for a deployment that must meet compliance criteria?
- A . SSL Offloading with FortiWeb in reverse proxy mode
- B . SSL Inspection with FortiWeb in Transparency mode
- C . SSL Offloading with FortiWeb in Transparency Mode
- D . SSL Inspection with FrotiWeb in Reverse Proxy mode
Which operation mode requires additional configuration in order to allow FTP traffic into your web server?
- A . True transparent proxy
- B . Transparent inspection
- C . Reverse proxy
- D . Offline protection
What is an advantage of utilizing machine learning for web application security compared to rule-based approaches?
- A . Adaptability to evolving attack patterns
- B . Faster response time to threats
- C . Simplicity in configuration and management
- D . Lower computational resource utilization
What can an administrator do if a client has been incorrectly period blocked?
- A . Nothing, it is not possible to override a period block.
- B . Manually release the ID address from the temporary blacklist.
- C . Force a new IP address to the client.
- D . Disconnect the client from the network.
What must you configure on FortiWeb to prevent cross-origin resource sharing (CORS) attacks?
- A . Blocklist client IP addresses.
- B . Configure a CORS parameter in DNS.
- C . Configure an allowed origin domain.
- D . Disable CORS in the web protection profile.
Which administrative access method must be enabled on a FortiGate interface to allow APs to connect and function?
- A . Security Fabric
- B . SSH
- C . HTTPS
- D . Forti Telemetry
Which HTTP response code is commonly used to indicate a permanent redirection in application delivery?
- A . 200 OK
- B . 301 Moved Permanently
- C . 404 Not Found
- D . 500 Internal Server Error
Review the following FortiWeb CLI command: diagnose network sniffer port3 none 6
When you use this command, what is the result?
- A . It displays six packets before ending.
- B . It displays the MACaddress of packets.
- C . It shows the interface name in the output.
- D . It shows only TCP packets.
In which scenario might you want to use the compression feature on FortiWeb?
- A . When you are serving many corporate road warriors using 4G tablets and phones
- B . When you are offering a music streaming service
- C . When you want to reduce buffering of video streams
- D . Never, since most traffic today is already highly compressed
Examine the following code snippet:
servers:
– url: ‚http://petstore.swagger.io/v1‘
paths:
/pets:
get:
summary: List all pets
operationId: listPets
tags:
– pets
parameters:
– name: limit
in: query
description: How many items to return at one time (max 100)
required: true
schema:
$ref: ‚#/components/schemas/ref‘
What is this a snippet from?
- A . An HTTP request restriction file
- B . An API schema file
- C . An XML schema file
- D . An API machine learning (ML) configuration file