Fortinet NSE6_FSR-7.3 Practice Test Questions and Exam Dumps Part8 Q141-160

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

 

Question 141.

A FortiSOAR administrator needs to control which users can view, modify, or execute specific resources. Which capability should be configured?

  1. Role-based access control
    2. Dashboard refresh intervals
    3. Connector polling frequency
    4. Physical network segmentation

Correct Answer: 1

Explanation:

Role-based access control helps determine what authenticated users are authorized to view or perform within FortiSOAR. Administrators can align permissions with responsibilities so analysts, supervisors, and administrators receive only the capabilities needed for their roles. This supports least privilege and separation of duties. Dashboard refresh intervals affect visualization, connector polling concerns integration activity, and physical network segmentation is an infrastructure control. RBAC is therefore the appropriate mechanism for managing user authorization within the FortiSOAR environment.

Question 142.

A SOC analyst needs to see only incidents currently assigned to the analyst’s team. Which capability is most useful?

  1. Connector credential rotation
    2. Record filtering
    3. API certificate renewal
    4. Playbook error handling

Correct Answer: 2

Explanation:

Record filtering allows users to narrow displayed information according to relevant criteria, such as assignment, severity, status, or incident type. A team-focused filter helps analysts concentrate on records that require their attention instead of reviewing the entire incident dataset. Filtering does not replace authorization; users still operate within their permitted access. Credential rotation, certificate renewal, and error handling address different administrative or automation requirements. Filtering is therefore the appropriate capability for creating a focused operational view of assigned incidents.

Question 143.

A FortiSOAR playbook must create a record and then use the newly created record’s identifier in a later step. What should the workflow use?

  1. Dashboard theme information
    2. Physical server information
    3. Output returned by the record-creation step
    4. Analyst workstation settings

Correct Answer: 3

Explanation:

The record-creation step can return information about the newly created object, including values needed by subsequent workflow actions. The playbook can reference the relevant output and pass it into later steps. This is a common workflow pattern because actions often depend on information generated dynamically during execution. Dashboard themes, server hardware information, and workstation settings do not provide the required record identifier. Correctly passing step output is essential for building multi-stage automation that operates on newly created records.

Question 144.

What is the safest response if a playbook is unable to confirm whether a critical containment action completed successfully?

  1. Mark the incident as contained anyway.
    2. Delete the incident.
    3. Suppress the execution error.
    4. Record the uncertainty and escalate for verification.

Correct Answer: 4

Explanation:

A workflow should not claim successful containment when it cannot verify the result. Doing so can create a dangerous false sense of security while a threat remains active. Instead, the playbook should preserve the available execution information and route the case for verification or manual action. Deleting the incident or hiding the error removes useful evidence. Explicitly recording the uncertain state helps analysts understand that additional work is required before the incident can legitimately be considered contained.

Question 145.

Which FortiSOAR feature allows security processes to be implemented as repeatable sequences of automated and manual steps?

  1. Playbooks
    2. Dashboard widgets
    3. API passwords
    4. Report layouts

Correct Answer: 1

Explanation:

Playbooks represent repeatable security workflows and can combine automated connector operations, conditions, data processing, record updates, notifications, and manual analyst activities. They allow documented operational procedures to be implemented consistently while retaining human decision points where necessary. Dashboard widgets visualize information, API passwords authenticate integrations, and report layouts affect presentation. Playbooks are therefore the central FortiSOAR capability for implementing structured security processes that combine automation with analyst-driven activities.

Question 146.

A connector cannot establish a connection to an external service even though its credentials are correct. What should be investigated?

  1. Incident dashboard colors
    2. Network reachability and service endpoint configuration
    3. Analyst display resolution
    4. Report font settings

Correct Answer: 2

Explanation:

Correct credentials do not help if FortiSOAR cannot reach the external service. Administrators should verify the configured endpoint, network path, name resolution where applicable, required ports, and other relevant connectivity requirements. The external service itself should also be checked for availability. Dashboard colors, display resolution, and report fonts do not affect connector network communication. Troubleshooting should distinguish authentication problems from basic connectivity issues so that changes are directed toward the actual cause of the integration failure.

Question 147.

A playbook needs to process only indicators whose type is IP Address. Which workflow capability should be used?

  1. Hardware clustering
    2. Report scheduling
    3. Conditional filtering or logic
    4. Physical disk expansion

Correct Answer: 3

Explanation:

Conditional filtering or logic can evaluate an indicator’s type and ensure that only IP address records proceed through the relevant workflow path. This is useful when a collection contains multiple observable types but a particular connector action accepts only IP addresses. Appropriate filtering reduces errors and unnecessary API requests. Hardware clustering and disk expansion are infrastructure concepts, while report scheduling controls reporting activity. Conditional processing is therefore the correct mechanism for selecting records according to their data attributes.

Question 148.

A SOC wants a playbook to block an indicator only when two independent intelligence sources both meet defined malicious criteria. What should the workflow implement?

  1. An unconditional block action
    2. A dashboard refresh
    3. A shared administrator account
    4. Conditional logic that evaluates both enrichment results

Correct Answer: 4

Explanation:

The workflow should collect the required intelligence results and evaluate them using conditional logic before performing the block action. Requiring both sources to satisfy defined criteria can provide a stronger decision threshold than acting on one result alone. The exact policy should reflect the organization’s risk requirements and the reliability of its intelligence sources. An unconditional block ignores the stated requirement, while dashboards and shared accounts do not provide decision logic. Conditions allow multiple pieces of evidence to control automated response.

Question 149.

Which capability is most useful for maintaining accountability for administrative changes in FortiSOAR?

  1. Audit information
    2. Dashboard color schemes
    3. Connector naming conventions alone
    4. Screen resolution

Correct Answer: 1

Explanation:

Audit information provides visibility into significant actions and changes and can help organizations determine who performed an administrative operation and when it occurred. This supports accountability, troubleshooting, security investigations, and governance processes. Individual user accounts further strengthen attribution compared with shared credentials. Dashboard appearance, connector names, and display resolution do not provide reliable change accountability. Appropriate audit visibility is therefore an important part of administering a security orchestration platform and investigating unexpected configuration changes.

Question 150.

An API integration should only retrieve threat-intelligence information and never modify the external platform. How should its service account be configured?

  1. With unrestricted administrator privileges
    2. With only the permissions required for read operations
    3. With permissions to delete external records
    4. With anonymous administrator access

Correct Answer: 2

Explanation:

The service account should follow least privilege and receive only the permissions necessary for its intended read operations. If the connector does not need to modify the external system, granting write, deletion, or administrative capabilities creates unnecessary risk. A compromised credential or incorrect workflow could otherwise perform actions beyond the integration’s intended purpose. Anonymous administration also removes accountability. Restricting the account to the minimum required access provides the necessary functionality while limiting the potential impact of misuse.

Question 151.

Why might an administrator use a reusable playbook component for IP reputation enrichment?

  1. To eliminate all connector authentication
    2. To make every incident identical
    3. To reuse consistent enrichment logic across multiple workflows
    4. To increase physical server storage automatically

Correct Answer: 3

Explanation:

IP reputation checks may be required in many different security workflows. Creating reusable logic avoids maintaining separate copies of the same sequence in phishing, malware, intrusion, and other playbooks. This improves consistency and can simplify testing and future updates. Reusability does not eliminate authentication or force incidents to have identical characteristics, and it does not change physical server capacity. Modular automation is useful because common operational logic can be implemented once and applied wherever appropriate.

Question 152.

A playbook performs an external response action successfully, but FortiSOAR fails to update the incident afterward. What should the workflow design include?

  1. Automatic deletion of the incident
    2. Removal of the external connector
    3. Suppression of all errors
    4. Error handling for the record-update failure

Correct Answer: 4

Explanation:

The external action and the FortiSOAR record update are separate workflow operations, and either can fail independently. If the response succeeds but the record update fails, analysts may receive an inaccurate view of the incident unless the error is handled. The workflow should record or escalate the failure and enable reconciliation of the incident state. Deleting records or suppressing errors would reduce visibility, while removing a functioning connector is unnecessary. Explicit failure handling improves consistency between actual response actions and recorded status.

Question 153.

What is the primary benefit of automatically enriching an alert before assigning it to an analyst?

  1. The analyst receives additional context without performing every lookup manually.
    2. The alert is guaranteed to be malicious.
    3. Authentication is no longer required.
    4. Every alert can automatically be closed.

Correct Answer: 1

Explanation:

Automated enrichment can gather relevant context before an analyst begins investigation, reducing repetitive manual lookups and helping the analyst make a more informed initial assessment. Information can include reputation data or other details available from integrated sources. Enrichment does not guarantee maliciousness, remove authentication requirements, or mean every alert should be closed. Its value is in preparing useful context so analysts can focus more of their time on interpretation, investigation, and decisions that require human judgment.

Question 154.

A connector returns data successfully, but the playbook fails because the response contains an unexpected null value. Which improvement is most appropriate?

  1. Increase every user’s privileges.
    2. Add validation and handling for missing or unexpected data.
    3. Remove all incident relationships.
    4. Disable connector testing.

Correct Answer: 2

Explanation:

External data cannot always be assumed to contain every expected value. A robust workflow should validate important inputs and handle missing, null, or unexpected data safely. Depending on the requirement, the playbook can use an alternative path, request additional information, or escalate for analyst review. Increasing privileges does not correct missing data, while removing relationships or disabling testing reduces useful functionality. Input validation makes automation more resilient when external services return incomplete or unexpected responses.

Question 155.

Which action best supports separation of duties in a FortiSOAR environment?

  1. Give all users the same administrator account.
    2. Disable authentication for trusted networks.
    3. Assign roles and permissions according to job responsibilities.
    4. Allow every analyst to change system-wide configuration.

Correct Answer: 3

Explanation:

Separation of duties is supported by assigning permissions according to distinct responsibilities. Analysts can receive access needed for investigations, while administrators retain configuration privileges and authorized approvers handle sensitive decisions where appropriate. This reduces unnecessary privilege concentration and improves accountability. Shared administrator accounts weaken attribution, while disabling authentication or granting broad configuration access increases risk. Role-based access provides a practical way to align FortiSOAR privileges with operational responsibilities and least-privilege principles.

Question 156.

A playbook needs to wait until a human analyst confirms that an endpoint should be isolated. Which element should be included?

  1. Automatic report export
    2. Dashboard refresh loop
    3. Additional disk allocation
    4. Manual approval or task

Correct Answer: 4

Explanation:

A manual approval or task allows the workflow to pause until an analyst reviews the available evidence and provides the required decision. This is useful for endpoint isolation because containment can disrupt legitimate activity. Once approval is provided, the playbook can continue to the appropriate connector action. Reports and dashboards do not provide authorization, while disk allocation is unrelated. Human decision points allow organizations to automate investigation steps while retaining oversight over sensitive or high-impact response actions.

Question 157.

Which FortiSOAR concept is responsible for coordinating actions across threat-intelligence, endpoint, firewall, and ticketing platforms?

  1. Orchestration
    2. RAID
    3. Disk compression
    4. Physical switching

Correct Answer: 1

Explanation:

Orchestration coordinates multiple integrated technologies within a unified security workflow. A FortiSOAR playbook can gather threat intelligence, inspect endpoint data, request an authorized firewall response, and update a ticketing system while maintaining the overall incident context. This reduces manual switching among separate products and supports repeatable response processes. RAID and disk compression concern storage, while physical switching concerns network infrastructure. Orchestration is the SOAR capability that brings separate security technologies together operationally.

Question 158.

Why should a SOC review failed and partially completed playbook executions regularly?

  1. To increase the number of connector accounts
    2. To identify integration, logic, or data issues that may reduce automation reliability
    3. To eliminate all manual investigations
    4. To change physical server hardware unnecessarily

Correct Answer: 2

Explanation:

Failed and partial executions can reveal expired credentials, unavailable APIs, incorrect mappings, missing data, flawed conditions, or other issues that reduce automation effectiveness. Reviewing these executions allows administrators to identify recurring problems and improve workflows. Ignoring failures can leave important response actions incomplete without adequate visibility. The purpose is not to increase account counts or eliminate all manual analysis. Operational review helps ensure that automation continues to perform reliably as the environment and its integrations evolve.

Question 159.

An indicator has conflicting reputation results from two integrated intelligence services. What is the most appropriate workflow behavior?

  1. Always accept the first result.
    2. Delete the incident immediately.
    3. Apply defined decision logic or escalate the conflicting evidence for review.
    4. Disable both integrations permanently.

Correct Answer: 3

Explanation:

Conflicting intelligence should be handled according to a defined decision process rather than arbitrarily accepting one result. The workflow may consider source reliability, additional evidence, confidence thresholds, or route the case to an analyst for review. Deleting the incident can discard potentially important evidence, while disabling both integrations does not resolve the current investigation. Explicitly handling conflicting results makes automation safer and more transparent and helps prevent inappropriate response actions based on incomplete or contradictory information.

Question 160.

After deploying a new connector and the playbooks that depend on it, what should the administrator verify?

  1. Only that the connector name appears in the interface
    2. Only that dashboards still load
    3. Only that the external service website is reachable from a browser
    4. Authentication, connector operations, playbook data handling, and expected end-to-end outcomes

Correct Answer: 4

Explanation:

Successful integration requires more than simply installing or naming a connector. Administrators should verify authentication, permissions, connectivity, individual operations, returned data, playbook mappings, conditions, and expected workflow outcomes. Testing end to end can identify problems that are not visible when only the connector is examined in isolation. Dashboard availability or browser access alone does not prove that automation works correctly. Comprehensive validation helps ensure that the new integration performs reliably within the actual FortiSOAR security processes.