Question 441 of 1,000
Advanced Threat ProtectionhardMultiple SelectObjective-mapped

Quick Answer

The answer is condition, action, and trigger. These three components are mandatory because an automation stitch in FortiGate must have a trigger to define when the stitch activates, a condition to filter which specific events or criteria cause the action to run, and at least one action to execute the automated response—such as blocking an IP or running a CLI script. Without any one of these, the stitch cannot function as a complete automated workflow. On the Fortinet NSE 7 Advanced Security NSE7 exam, this concept tests your understanding of the automation stitch architecture, often appearing in scenario-based questions where a trap is to confuse optional fields like “schedule” or “target” as mandatory. A common memory tip is to think of the “CAT” mnemonic: Condition, Action, Trigger—all three are required to stitch together an effective automated threat response.

NSE7 Advanced Threat Protection Practice Question

This NSE7 practice question tests your understanding of advanced threat protection. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A security administrator wants to implement automated threat response using FortiGate automation stitches. Which THREE components are mandatory when creating an automation stitch? (Choose three.)

Question 1hardmulti select
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Action (e.g., 'CLI Script', 'Add IP to Blocklist')

Option C is correct because an automation stitch requires at least one action to execute when triggered. Actions define the actual response, such as running a CLI script, adding an IP to a blocklist, or sending an email. Without an action, the stitch would have no effect on the network.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Schedule (e.g., daily at midnight)

    Why it's wrong here

    Schedules are for recurring tasks, not event-driven.

  • Stitch name

    Why it's wrong here

    While a name is required in configuration, the question asks for mandatory components that make the stitch functional.

  • Action (e.g., 'CLI Script', 'Add IP to Blocklist')

    Why this is correct

    What happens when the stitch fires.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Trigger (e.g., 'Event Log' or 'FortiOS CLI')

    Why this is correct

    Defines what initiates the stitch.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Condition (e.g., filter on event type)

    Why this is correct

    Determines whether the action runs based on the trigger.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse 'mandatory components' with 'required fields in the GUI' — the stitch name is a required field in the GUI but is not a functional component of the automation logic, while the condition is often overlooked as optional but is considered mandatory in the NSE7 exam because it is essential for practical threat response filtering.

Detailed technical explanation

How to think about this question

Under the hood, an automation stitch is a stateful workflow that evaluates a trigger (e.g., an event log matching a filter), optionally applies a condition to refine the trigger (e.g., specific event type or severity), and then executes one or more actions in sequence. The condition is optional in the GUI but is considered mandatory in the exam context because it is the only way to filter triggers to avoid false positives; without a condition, every occurrence of the trigger would fire the action, which is rarely desired in production.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the NSE7 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related NSE7 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free NSE7 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this NSE7 question test?

Advanced Threat Protection — This question tests Advanced Threat Protection — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Action (e.g., 'CLI Script', 'Add IP to Blocklist') — Option C is correct because an automation stitch requires at least one action to execute when triggered. Actions define the actual response, such as running a CLI script, adding an IP to a blocklist, or sending an email. Without an action, the stitch would have no effect on the network.

What should I do if I get this NSE7 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on NSE7

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. An administrator needs to enable automation stitches to automatically block a malicious IP address detected by FortiSandbox. Which two components are required? (Choose two.)

medium
  • A.A trigger that detects the FortiSandbox verdict
  • B.A static route to the malicious IP
  • C.An SSL certificate for the FortiGate
  • D.An action that adds the IP to a local threat feed
  • E.A firewall policy that allows the traffic

Why A: Option A is correct because automation stitches require a trigger to initiate the workflow. In this scenario, the trigger must detect the FortiSandbox verdict (e.g., malicious or clean) to start the automated response. Without a trigger, the stitch has no event to react to, making it non-functional.

Variation 2. An administrator wants to configure FortiGate to automatically block a source IP when a high-severity IPS event is detected. Which TWO components must be configured? (Choose two.)

medium
  • A.A firewall policy with IPS enabled
  • B.A FortiGuard category subscription
  • C.An automation stitch trigger set to 'IPS Event'
  • D.A static route to the source IP
  • E.An automation stitch action set to 'Quarantine'

Why C: Option C is correct because an automation stitch trigger set to 'IPS Event' is required to detect the high-severity IPS event and initiate the automated response. Option E is correct because the 'Quarantine' action within the automation stitch is the component that actually blocks the source IP by adding a dynamic block entry to the firewall policy.

Variation 3. An administrator is configuring automation stitches to respond to a detected ransomware outbreak. Which THREE components are essential for an automation stitch?

hard
  • A.Schedule
  • B.Condition
  • C.Log device
  • D.Action
  • E.Trigger

Why B: Options A, C, and D are correct. An automation stitch requires a trigger (event), a condition (optional but often used), and an action (response).

Variation 4. An administrator wants to create an automation stitch that responds to a high-severity IPS event by blocking the attacker IP. Which THREE components are required to build this automation stitch?

medium
  • A.Trigger (e.g., IPS Event)
  • B.Schedule (e.g., run every hour)
  • C.Action (e.g., Block IP)
  • D.Target (e.g., FortiGate or FortiManager)
  • E.Condition (e.g., severity threshold)

Why A: Option A is correct because an automation stitch in FortiOS requires a trigger to initiate the workflow. In this scenario, the IPS event trigger is specifically designed to fire when a high-severity IPS signature match occurs, providing the necessary event data (e.g., attacker IP) to pass to subsequent actions. Without a trigger, the stitch would have no starting point.

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This NSE7 practice question is part of Courseiva's free Fortinet certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the NSE7 exam.