Fortinet NSE6_FSR-7.3 Practice Test Questions and Exam Dumps Part10 Q181-200

View Full Fortinet NSE6_FSR-7.3 Exam Dumps and Practice Test Dumps

 

Question 181.

A FortiSOAR administrator wants to automatically execute a workflow whenever a new record meeting defined criteria is created. Which feature should be configured?

  1. An event-based trigger with appropriate conditions
    2. A dashboard widget
    3. A report template
    4. A physical network interface

Correct Answer: 1

Explanation:

An event-based trigger can initiate a playbook when a relevant record event occurs. Conditions can further restrict execution so the workflow runs only when the record satisfies the required criteria. This is useful for automating response to particular alerts or incidents without requiring analysts to launch the playbook manually. Dashboard widgets and report templates present information rather than initiate event-driven workflows. A physical interface provides connectivity. Properly scoped triggers help ensure automation starts at the appropriate point in the security process.

Question 182.

A playbook must retrieve additional information about an IP address from an external threat-intelligence platform. What is normally required?

  1. A new incident module
    2. A configured connector with the appropriate operation
    3. A new dashboard theme
    4. A separate FortiSOAR server

Correct Answer: 2

Explanation:

A connector provides the integration between FortiSOAR and an external threat-intelligence platform. After the connector is configured with the required endpoint, authentication, and other settings, the playbook can call the appropriate operation and pass the IP address as input. The returned information can then be used for enrichment or decision-making. Creating a module or dashboard theme does not establish external communication, and a separate server is generally unnecessary. The connector supplies the required application-level integration.

Question 183.

Which workflow technique is appropriate when different actions must occur for Low, Medium, High, and Critical incidents?

  1. Disk partitioning
    2. Report export
    3. Conditional branching
    4. Dashboard resizing

Correct Answer: 3

Explanation:

Conditional branching allows a workflow to evaluate severity and follow different response paths according to the result. A low-severity incident might receive routine processing, while a critical incident could trigger immediate notification, additional enrichment, or escalation. This enables a single workflow to adapt to several operational conditions. Disk partitioning is unrelated to SOAR logic, while reports and dashboard sizing concern presentation. Conditional branching provides the decision-making structure required for severity-dependent workflow behavior.

Question 184.

What should happen if an automated firewall-block action returns a failure response?

  1. Mark containment successful anyway.
    2. Delete the execution record.
    3. Immediately close the incident.
    4. Capture the failure and follow the defined error or escalation path.

Correct Answer: 4

Explanation:

A failed firewall action means the intended containment may not have occurred. The workflow should capture the failure and execute the defined exception process, which may include retrying safely, notifying an analyst, creating a task, or escalating the incident. Marking containment successful would produce inaccurate status information and could leave an active threat unaddressed. Deleting execution evidence or closing the incident would further reduce visibility. Proper failure handling keeps automated response accurate and operationally trustworthy.

Question 185.

What is the primary purpose of using record relationships in FortiSOAR?

  1. To preserve associations among related security information
    2. To increase physical memory
    3. To change API authentication methods
    4. To configure switch ports

Correct Answer: 1

Explanation:

Record relationships preserve meaningful associations between security objects, such as incidents, alerts, indicators, assets, or other relevant records. This context helps analysts navigate investigations and enables playbooks to work with related information without treating every object independently. Relationships can support more structured investigation and reporting. They do not increase server memory, change external authentication mechanisms, or configure network hardware. Their primary purpose is to represent and maintain logical connections among operational security data.

Question 186.

A connector account is used only to query endpoint information. Which permission model is most appropriate?

  1. Full administrative access
    2. Only the permissions necessary to perform the required queries
    3. Permission to delete all endpoints
    4. Unrestricted shared root access

Correct Answer: 2

Explanation:

Least privilege requires an integration account to receive only the permissions needed for its intended purpose. If the connector only queries endpoint information, it should not receive destructive or unrestricted administrative capabilities. Limiting access reduces the potential impact of compromised credentials, workflow errors, or unauthorized use. Full administrator or root access would unnecessarily increase risk. The account’s permissions should therefore be aligned closely with the specific connector operations required by the FortiSOAR workflows that use it.

Question 187.

A workflow receives a list of suspicious domains and must evaluate each one. Which design is most scalable?

  1. Create a separate playbook for every possible domain.
    2. Create a separate user for every domain.
    3. Iterate through the domain list.
    4. Restart the connector after every lookup.

Correct Answer: 3

Explanation:

Iteration allows the workflow to process collections of varying size using the same logic. The playbook can loop through the list and submit each domain to the appropriate enrichment operation. This avoids creating a fixed number of duplicate actions and makes the workflow easier to maintain. Creating separate playbooks or users would add unnecessary complexity, while restarting the connector after each request provides no logical benefit. Iterative processing is the appropriate pattern for applying a common action to multiple observables.

Question 188.

Why should an organization test a containment playbook using controlled scenarios before broad production deployment?

  1. To remove all approval requirements
    2. To grant connectors additional privileges
    3. To eliminate audit records
    4. To verify decision logic, integrations, safeguards, and failure behavior.

Correct Answer: 4

Explanation:

Containment actions can disrupt systems, users, or network communication, so their automation should be validated carefully. Controlled testing can verify triggers, conditions, connector inputs, authorization, allowlist checks, approvals, error handling, and expected outcomes without exposing the organization to unnecessary production risk. Testing should include both successful and failure scenarios. Removing approvals, increasing privileges, or eliminating auditing would weaken controls rather than validate them. Controlled testing helps establish confidence that automation behaves safely under realistic conditions.

Question 189.

Which FortiSOAR capability can provide a visual representation of incident counts grouped by severity or status?

  1. Dashboard
    2. Connector secret
    3. API certificate
    4. Manual approval

Correct Answer: 1

Explanation:

Dashboards can present security information visually using configured components that summarize relevant records. Incident counts can be grouped or filtered according to severity, status, assignment, or other useful attributes, depending on the configured view. This gives analysts and managers a quick operational overview. Connector secrets and certificates support integration authentication, while manual approvals control workflow progression. Dashboards are therefore the appropriate capability for visually presenting summarized incident information and SOC metrics.

Question 190.

A connector begins returning authentication failures after a credential-rotation event. What should the administrator do?

  1. Delete all playbooks.
    2. Update the stored connector credential and retest the integration.
    3. Remove all incident records.
    4. Rebuild every dashboard.

Correct Answer: 2

Explanation:

Credential rotation invalidates the previous authentication information. FortiSOAR must therefore be updated with the new credential before the connector can authenticate successfully again. After updating it securely, administrators should test relevant operations and confirm that dependent playbooks function normally. Deleting playbooks or incidents and rebuilding dashboards would not resolve authentication failures. Integration validation after credential changes helps detect incorrect credentials, permission changes, or other issues before they disrupt important production automation.

Question 191.

An external API returns a risk score that a playbook must use to determine whether escalation is necessary. Which feature should evaluate the score?

  1. Dashboard formatting
    2. Physical routing
    3. Conditional logic
    4. Report printing

Correct Answer: 3

Explanation:

Conditional logic can evaluate the returned risk score against defined criteria and determine which workflow path should execute. For example, a score above a specified threshold might lead to escalation, while a lower score could trigger additional enrichment or another process. The criteria should reflect the organization’s security policy and the meaning of the external score. Dashboard formatting and reports affect presentation, while physical routing concerns networking. Conditions provide the required data-driven decision capability within the playbook.

Question 192.

A FortiSOAR playbook performs several external actions. Why is execution history important?

  1. It automatically increases API limits.
    2. It removes the need for connector authentication.
    3. It guarantees all actions succeed.
    4. It helps determine which steps ran, succeeded, or failed.

Correct Answer: 4

Explanation:

Execution history provides operational evidence about how a workflow actually ran. Administrators can inspect the sequence of steps, inputs, outputs, errors, and outcomes to understand whether the intended actions were completed. This is valuable for troubleshooting, auditing, and verifying automated response. Execution history cannot increase external API limits, eliminate authentication, or guarantee successful actions. Its importance comes from making automation observable so that unexpected or incomplete workflow behavior can be identified and investigated.

Question 193.

Which approach best supports consistent handling of a common phishing investigation procedure?

  1. Implement the repeatable process as a standardized playbook.
    2. Let every analyst invent a different process for each alert.
    3. Disable all email integrations.
    4. Remove all enrichment steps.

Correct Answer: 1

Explanation:

A standardized playbook can encode repeatable phishing investigation steps such as extracting observables, performing enrichment, evaluating results, assigning tasks, and escalating suspicious cases. Automation can handle predictable activities while human review remains available where judgment is needed. This improves consistency compared with having every analyst independently recreate the process. Disabling integrations or enrichment would reduce useful capabilities. Standardized playbooks help organizations translate established response procedures into repeatable and measurable operational workflows.

Question 194.

A playbook receives an unexpected data type from an external connector. What is the most appropriate design improvement?

  1. Give the connector unrestricted privileges.
    2. Add data validation and appropriate exception handling.
    3. Delete the affected module.
    4. Disable all workflow logging.

Correct Answer: 2

Explanation:

External data should be validated before it is used in important conditions or response actions. If a connector returns an unexpected data type, validation can detect the problem and direct execution to an appropriate error or alternative path. This prevents incorrect assumptions from propagating through the workflow. Additional privileges do not fix malformed data, while deleting modules or disabling logs can create further operational problems. Data validation and exception handling make automation more resilient to unexpected integration responses.

Question 195.

Why is a manual approval useful before an automated action that could disable a critical business account?

  1. It increases physical server capacity.
    2. It changes the external API automatically.
    3. It provides human validation before a potentially disruptive action.
    4. It guarantees the account is malicious.

Correct Answer: 3

Explanation:

Disabling a critical business account can interrupt important operations. A manual approval allows an authorized analyst or supervisor to review the evidence, confirm the target, and decide whether the action is justified before automation proceeds. Approval does not prove that the account is malicious, but it adds oversight when the consequences of an incorrect decision are significant. It also does not change hardware or APIs. Human-in-the-loop controls can therefore reduce risk while preserving automation for routine investigative steps.

Question 196.

What should be done when two threat-intelligence services return contradictory classifications for the same indicator?

  1. Automatically block the indicator without further evaluation.
    2. Delete the indicator record.
    3. Disable both connectors.
    4. Apply defined conflict-handling logic or route the result for further review.

Correct Answer: 4

Explanation:

Conflicting intelligence creates uncertainty that should be handled explicitly. The workflow can evaluate additional context, consider defined confidence or source criteria, perform another enrichment step, or route the indicator to an analyst. Automatically acting on contradictory evidence can produce false-positive containment, while deleting the record discards useful context. Disabling functioning integrations is also unnecessary. A defined conflict-handling process makes the workflow more transparent and ensures uncertain evidence receives appropriate treatment before high-impact response actions occur.

Question 197.

Which FortiSOAR capability is used to coordinate actions across multiple integrated security technologies?

  1. Orchestration
    2. Hardware partitioning
    3. Disk mirroring
    4. Physical switching

Correct Answer: 1

Explanation:

Orchestration allows FortiSOAR to coordinate data and actions across different security products and services. A playbook can obtain threat intelligence, query endpoint information, create a ticket, notify an analyst, and perform an authorized firewall action within one coordinated workflow. This reduces manual movement between tools and improves process consistency. Hardware partitioning, disk mirroring, and physical switching are infrastructure functions. Orchestration is the SOAR capability specifically focused on coordinating multiple technologies as part of a unified response process.

Question 198.

An administrator wants to know whether a recent playbook modification caused an increase in failed executions. What should be reviewed?

  1. Office power consumption
    2. Playbook execution results and relevant operational metrics
    3. Physical server dimensions
    4. Analyst screen brightness

Correct Answer: 2

Explanation:

Execution results and operational metrics can show whether failure rates changed after the playbook modification. Administrators should examine which steps are failing, error messages, affected records, and whether the failures correlate with the newly introduced logic. Comparing behavior before and after the change can help isolate the problem. Office power usage, server dimensions, and screen brightness provide no useful information about workflow reliability. Monitoring execution outcomes is an important part of validating changes to production automation.

Question 199.

A playbook must update an external ticket whenever an incident changes to a defined status. What is required for the external update?

  1. A dashboard color rule
    2. A physical storage expansion
    3. An appropriate connector operation with the required data and permissions
    4. A new analyst workstation

Correct Answer: 3

Explanation:

Updating an external ticket requires FortiSOAR to communicate with the ticketing platform through an appropriate connector operation. The workflow must supply the required ticket identifier and update data, and the integration account must have sufficient permissions to perform the action. A trigger or condition can determine when the update occurs. Dashboard colors, storage expansion, and analyst hardware do not provide external application integration. Correct connector configuration and data mapping are essential for keeping external tickets synchronized with incident status.

Question 200.

After deploying a major update to several production FortiSOAR workflows, what is the most appropriate ongoing practice?

  1. Disable execution logging to reduce visibility.
    2. Assume successful initial testing means failures cannot occur.
    3. Remove all safeguards to increase automation speed.
    4. Monitor workflow outcomes, failures, integration health, and analyst feedback.

Correct Answer: 4

Explanation:

Production workflows operate in an environment where APIs, credentials, data formats, security products, and operational requirements can change. Administrators should therefore continue monitoring execution outcomes, failures, integration health, and analyst feedback after deployment. This helps identify problems that were not visible during testing and provides evidence for future refinement. Disabling visibility or removing safeguards increases risk, while successful initial testing cannot guarantee permanent reliability. Ongoing monitoring helps maintain dependable and effective FortiSOAR automation.