Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Fortinet logo

FortinetNSE 6 - FortiSOAR Analyst

Domain 5Objective 2

Use the Jinja Editor to Troubleshoot Jinja Expressions NSE6-FORTISOAR-ANALYST Practice Questions (Page 1)

Part of the Troubleshooting domain, which accounts for 15-25% of the NSE6-FORTISOAR-ANALYST exam.

14questions here
3free pages
3concepts
15-25%of the exam

Questions 1–5

  1. 1application · medium

    A playbook uses `{{ alert | selectattr('severity', 'equalto', 'High') | list | length }}` to count high-severity alerts. The output is `0` even though the alert list contains high-severity items. Which step should the analyst take to debug this in the Jinja editor?

    Select an answer first
  2. 2application · medium

    An analyst is using the Jinja editor to test `{{ alert.created_at | datetimeformat('%Y-%m-%d') }}` but the output is the original string unchanged. The `created_at` field is a string like '2025-03-15T10:30:00Z'. What is the most likely reason the filter is not working?

    Select an answer first
  3. 3expert · hard

    A playbook fails when processing an alert where `alert.attachments` is `None`. The expression `{{ alert.attachments | length }}` throws an error. The analyst needs a single expression that returns `0` when the field is `None` and the actual count otherwise. Which expression achieves this?

    Select an answer first
  4. 4application · easy

    An analyst is testing a Jinja expression in the editor: `{{ alert.severity | upper }}`. The output is `HIGH`, but the analyst expected `High`. What is the most likely reason for the unexpected output?

    Select an answer first
  5. 5expert · hard

    An analyst is debugging a Jinja expression that fails only for certain alerts. The expression is `{{ alert.indicators | map(attribute='value') | join(', ') }}`. For most alerts, it works, but for one alert, it throws an error. The analyst inspects the alert and sees that `alert.indicators` is a list of dictionaries, but one dictionary is missing the `value` key. Which modification makes the expression resilient to missing keys?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Fortinet. “NSE6-FORTISOAR-ANALYST” is a trademark of its owner, used for identification only.