Free FCP_FMG_AD-7.4: FCP - FortiManager 7.4 Administrator Exam Questions and Answers
28 verified practice questions for FCP_FMG_AD-7.4.
The first 10 questions on this page are free to read, answers included — no account and no card. A plan opens the rest of the bank, the full timed practice test and your weak-topic reporting.
Last updated: September 19, 2026
- Provider
- Fortinet
- Questions in our bank
- 1000+
- Free to read
- First 10, with answers
- Our test mode duration & pass mark
- 130 mins · 70%
- Verified answers
- Reviewed weekly
- Practice format
- Multiple choice
Recommended: Switch to Test Mode to start a practice test that simulates the real exam experience.
Question #1
An administrator is in the process of copying a system template profile between ADOMs by running the following command: execute fmprofile import-profile ADOM2 3547 /tmp/myfile Where does this command import the system template profile from?
Please select an optionIncorrectCorrect answer: A
The commandexecute fmprofile import-profile ADOM2 3547 /tmp/myfileis used to import a system template profile from the FortiManager file system. The path/tmp/myfileindicates a location in the FortiManager's local file system, from which the profile will be imported into the specified ADOM. Options B, C, and D are incorrect because: • B, C, and Dsuggest importing from different databases, which is not accurate since the command explicitly refers to the file system location. FortiManager References: • Refer to FortiManager 7.4 CLI Reference Guide: Commands for Profile Management.
Was this answer correct?Question #2
An administrator has enabled Service Access on FortiManager. What is the purpose of Service Access on the FortiManager interface?
Please select an optionIncorrectCorrect answer: B
• Option B: It allows FortiManager to respond to requests for FortiGuard services from FortiGate devices.This is the correct answer. When Service Access is enabled on FortiManager, it allows FortiManager to act as a local FortiGuard server for the managed FortiGate devices. This enables the FortiManager to respond to requests for FortiGuard services, such as updates for antivirus, web filtering, and other security services. of Incorrect Options: • Option A: It allows administrative access to FortiManageris incorrect because Service Access is specifically for FortiGuard service communication, not for administrative access. • Option C: It allows third-party applications to gain read/write access to FortiManageris incorrect because Service Access does not provide API or third- party access capabilities. • Option D: It allows FortiManager to determine the connection status of managed devicesis incorrect because Service Access does not directly manage or check connectivity status of devices; it is used for FortiGuard service requests. FortiManager References: • Refer to the "FortiManager Administration Guide," particularly the sections on "Service Access Settings" and "FortiGuard Services."
Was this answer correct?Question #3
Refer to the exhibit. Which two results occur if the script is run using the Device Database option? (Choose two.)

Select 2 answers.
Please select an optionIncorrectCorrect answer: A, D
If the script is run using the "Device Database" option on FortiManager, the following occurs: • A.You must install these changes on a managed device using the Install Wizard. • D.The device Config Status is tagged as Modified. Options B and C are incorrect because: • Bsuggests a new revision history is created, but this only happens when changes are actually installed on the managed device. • Cimplies the script is directly executed on the FortiGate, which is not the case when using the Device Database option. FortiManager References: • Refer to FortiManager 7.4 Administrator Guide: Scripting and Configuration Management.
Was this answer correct?Question #4
What must you consider before deciding to use FortiManager to manage a FortiAnalyzer device?
Please select an optionIncorrectCorrect answer: A
When deciding to use FortiManager to manage a FortiAnalyzer device, you must ensure certain conditions are met so that the integration works seamlessly. One key aspect to consider is whether the necessary FortiAnalyzer features are enabled on FortiManager. of Options: • A. Confirm that FortiManager has enough storage capacity for the expected logs. • B. Ensure that FortiAnalyzer features are installed in advance. • C. Check whether FortiManager is part of a high availability (HA) cluster. • D. Determine whether the VDOMs of the same FortiGate will be assigned to different ADOMs.
Was this answer correct?Question #5
Which statement about the policy lock feature on FortiManager is true?
Please select an optionIncorrectCorrect answer: B
The statement that is true about the policy lock feature on FortiManager is: • A. Policy locking is available in workspace normal mode. In FortiManager, when working in "workspace-mode normal," policies can be locked by administrators to prevent other administrators from editing them simultaneously. This ensures that only one administrator makes changes at any given time, reducing conflicts or mistakes due to concurrent modifications. Statements B, C, and D are incorrect because: • B is incorrect since locking a policy does not override a locked ADOM. The ADOM lock takes precedence. • C is incorrect because when a policy is locked, it does not necessarily mean the ADOM is locked. • D is incorrect because administrators in the approval group cannot work concurrently on a locked policy; the policy lock prevents concurrent modifications. FortiManager References: • Refer to FortiManager 7.4 Administrator Guide: Policy and Objects > Policy Locking to understand how the policy lock feature functions in different workspace modes.
Was this answer correct?Question #6
Refer to the exhibit. You are using the Quick Install option to install configuration changes on the managed FortiGate. Which two statements correctly describe the result? (Choose two.)

Select 2 answers.
Please select an optionIncorrectCorrect answer: A, D
• Option B: It provides the option to preview only the policy package changes before installing them.This is correct. The Quick Install option in FortiManager provides a preview of policy changes before they are applied, allowing administrators to review and confirm the changes. • Option D: It installs device-level changes on the FortiGate device without launching the Install Wizard.This is correct. Quick Install allows for the immediate installation of device-level changes, such as interface or routing configurations, directly onto the FortiGate without going through the full Install Wizard. of Incorrect Options: • Option A: It installs provisioning template changes on the FortiGate deviceis incorrect because Quick Install does not specifically deal with provisioning templates. • Option C: It installs all the changes in the device database first and the administrator must reinstall the changes on the FortiGate deviceis incorrect because Quick Install directly applies changes to the FortiGate device, not requiring a separate reinstall step. FortiManager References: • Refer to "FortiManager Administration Guide" for details on "Quick Install" functionality under "Device Management."
Was this answer correct?Question #7
Refer to the exhibit which shows the Download Import Report. Why is FortiManager failing to import firewall policy ID 1?
Please select an optionIncorrectCorrect answer: C
• Option A: Policy ID 1 is configured from the interface any to port6. FortiManager rejects the request to import this policy because the any interface does not exist on FortiManager.This is the correct answer. FortiManager fails to import firewall policy ID 1 because it cannot map the "any" interface to a valid interface in its ADOM database. The error indicates that there is a binding failure due to an interface mismatch. of Incorrect Options: • Option B: Policy ID 1 for this managed FortiGate already exists on FortiManager in the policy package named Remote-FortiGateis incorrect because the error is related to interface mapping, not a duplicate policy ID. • Option C: Policy ID 1 has an address object that already exists in the ADOM database with any as the interface association and conflicts with the address object interface association locally on FortiGateis incorrect because the error specifies an interface issue, not an address object conflict. • Option D: Policy ID 1 does not have the ADOM Interface mapping configured on FortiManageris incorrect because the error directly mentions a binding failure due to the "any" interface. FortiManager References: • For more information, refer to the "Device Manager" section and "Configuration Import and Mapping" in the FortiManager Administration Guide.
Was this answer correct?Question #8
Which API method is used to create objects or overwrite existing ones?
Please select an optionIncorrectCorrect answer: A
In the context of the FortiManager JSON API, thesetmethod is used tocreate new objects oroverwrite existing ones. The API allows administrators to manage FortiManager and its associated devices by automating tasks like configuration changes, policy updates, and object creation. of Options: • A. Set: • B. Add: • C. Exec: • D. Update:
Was this answer correct?Question #9
Exhibit. Given the configuration shown in the exhibit, what are two results from this configuration? {Choose two.)

Select 2 answers.
Please select an optionIncorrectCorrect answer: B, D
The configuration shown in the exhibit sets theworkspace-mode to normal. The workspace mode in FortiManager defines how configuration changes and administrative tasks are handled, specifically regarding locking and collaboration in ADOMs (Administrative Domains). Understanding the workspace modes: • Normal Mode:In this mode, only one administrator at a time can lock and edit an ADOM. The changes made by one administrator must be completed and saved before another administrator can make changes. It prevents concurrent read-write access within the same ADOM. • Workflow Mode:This mode allows multiple administrators to work on different tasks within the same ADOM, but changes still need to be approved before being committed. of Options: • A. You can validate administrator login attempts through external servers. • B. The same administrator can lock more than one ADOM at the same time. • C. Two or more administrators can make configuration changes at the same time, in the same ADOM. • D. Concurrent read-write access to an ADOM is disabled.
Was this answer correct?Question #10
What is the purpose of ADOM revisions?
Please select an optionIncorrectCorrect answer: B
• Option B: To save the current state of all policy packages and objects for an ADOMis the correct answer. ADOM (Administrative Domain) revisions in FortiManager are used to create a snapshot of the current state of all policy packages and objects associated with an ADOM. This allows administrators to save a specific configuration state and revert to it if necessary. It helps in managing changes and recovering from configuration errors or unintended changes. • Explanation of Incorrect Options: FortiManager References: • Refer to the FortiManager 7.4 Administration Guide, "ADOM Management" section, which describes the purpose and usage of ADOM revisions for configuration management and restoration.
Was this answer correct?
Continue with FCP_FMG_AD-7.4: FCP - FortiManager 7.4 Administrator
Unlock the full question bank
You have read the first 10 questions. A subscription opens every question in FCP_FMG_AD-7.4: FCP - FortiManager 7.4 Administrator, the full timed practice test, and your progress and weak-topic reporting.
Single exam
$19.99for 30 days
Full question bank and practice test for one exam, for 30 days.
Single exam
$49.99for 1 year
One exam for a full year. Nothing renews and nothing to cancel.
Full access
$39.99/mo
Every exam in the catalogue, month to month.
Full access
$199.99/yr
Every exam in the catalogue for a year.
Already subscribed? Sign in to pick up where you left off.
Other Fortinet certifications
- NSE4-5.4: Fortinet Network Security Expert - FortiOS 5.4 (opens in a new tab)
- NSE4_FGT-7.0: Fortinet NSE 4 - FortiOS 7.0 (opens in a new tab)
- NSE5_FMG-7.2: Fortinet NSE 5 - FortiManager 7.2 (opens in a new tab)
- NSE6_FML-6.2: Fortinet NSE 6 - FortiMail 6.2 (opens in a new tab)
- NSE7 Enterprise Firewall - FortiOS 5.4 (opens in a new tab)
- NSE7_EFW-6.2: Fortinet NSE 7 - Enterprise Firewall 6.2 (opens in a new tab)
Reviews
★★★★★
This platform is a lifesaver. The practice questions and explanations are so detailed. It’s the best study tool I’ve ever used.
Hannah Smith
USA
★★★★★
I highly recommend Exam Practice. The feedback after each test helped me improve significantly, and I passed my exams easily.
Oscar Nyström
Sweden
★★★★★
Exam Practice is worth every penny. The mock exams are realistic, and the feedback helped me focus on key areas.
Amit Sharma
India
FAQ
Learn More: https://www.fortinet.com/training-certification
- Q1: What are Fortinet Certification Exams?
- A: Fortinet Certification Exams validate your expertise in using and managing Fortinet’s network security solutions, including FortiGate firewalls, FortiAnalyzer, and other Fortinet security products. These certifications demonstrate your proficiency in deploying, configuring, and troubleshooting Fortinet security technologies to protect networks from cyber threats.
- Q2: Why should I pursue Fortinet Certification?
- A: Fortinet Certification enhances your professional credibility, showcasing your skills and knowledge in network security. This can lead to better job opportunities, higher salaries, and career advancement in cybersecurity and IT infrastructure roles.
- Q3: What are the benefits of Fortinet Certification?
- A: Benefits include recognition as a certified Fortinet professional, improved job performance, access to exclusive resources, continuing education opportunities, and staying current with the latest Fortinet technologies and best practices.
- Q4: Who should take Fortinet Certification Exams?
- A: Network engineers, system administrators, security analysts, and IT professionals involved in designing, implementing, and managing network security solutions using Fortinet products should consider these certifications to validate their expertise and advance their careers.
- Q5: What types of Fortinet Certification Exams are available?
- A: Fortinet offers various certification paths under the Network Security Expert (NSE) program, including:
- Q6: How do I prepare for Fortinet Certification Exams?
- A: Preparation can include official Fortinet training courses, study guides, practice exams, online tutorials, and hands-on experience with Fortinet security products and solutions.
- Q7: Where can I take Fortinet Certification Exams?
- A: Fortinet Certification Exams can be taken at authorized Pearson VUE testing centers worldwide or online, providing flexibility to fit your schedule and location.
- Q8: How do Fortinet Certifications impact my career?
- A: Fortinet Certifications significantly boost your career by demonstrating your expertise to employers, making you a more competitive candidate for advanced roles and promotions in network security and IT infrastructure.
- Q9: Are there any prerequisites for Fortinet Certification Exams?
- A: Some exams may have prerequisites, such as foundational knowledge or prior certifications. Check the specific requirements for each certification path on the Fortinet website.
- Q10: How often do I need to recertify for Fortinet Certifications?
- A: Fortinet Certifications typically require recertification every two years to ensure that certified professionals stay updated with the latest cybersecurity technologies and industry practices.



