View Full Fortinet NSE6_FSR-7.3 Exam Dumps and Practice Test Dumps
Question 221.
A FortiSOAR analyst wants to locate all open incidents assigned to a particular team. Which capability is most appropriate?
- Search or filter records using the required field criteria
2. Rotate connector credentials
3. Change the dashboard theme
4. Restart all playbooks
Correct Answer: 1
Explanation:
FortiSOAR records can be searched or filtered according to relevant field values. Combining criteria such as incident status and team assignment helps analysts focus on the exact records requiring attention. This approach can also be useful within automated workflows when actions should apply only to matching records. Credential rotation manages authentication, while dashboard themes affect presentation. Restarting playbooks does not identify incidents according to their structured attributes. Search and filtering provide the appropriate record-selection mechanism.
Question 222.
An external threat-intelligence connector suddenly stops working after its API key is replaced. What should the administrator verify first?
- The dashboard layout
2. The connector configuration contains the current API key and can authenticate successfully
3. The number of incident records
4. The analyst workstation resolution
Correct Answer: 2
Explanation:
When an API key changes, the connector must be updated with the current credential. If FortiSOAR still uses the previous key, authentication attempts can fail even though the rest of the integration configuration remains correct. The administrator should securely update the credential and test the connector before changing unrelated settings. Dashboard layout, incident volume, and workstation resolution do not affect API authentication. Verifying the changed authentication information is therefore the logical first troubleshooting step.
Question 223.
A playbook receives several email attachments and must submit each attachment for analysis. Which workflow design is most appropriate?
- Create a new dashboard for every attachment.
2. Create a new analyst account for every attachment.
3. Iterate over the attachment collection.
4. Restart FortiSOAR after every submission.
Correct Answer: 3
Explanation:
Iteration allows the playbook to repeat the same analysis operation for every attachment contained in a collection. The number of attachments can vary between messages, so a loop-based approach is more scalable than creating a fixed number of duplicated actions. Results can then be associated with the original investigation and evaluated by later workflow logic. Dashboards and user accounts do not process attachments, while restarting the platform is unnecessary. Iteration is therefore appropriate for processing variable-length collections.
Question 224.
A containment workflow cannot determine whether the target hostname belongs to a critical production server. What should it do before isolation?
- Isolate the system immediately.
2. Delete the asset information.
3. Ignore the missing context.
4. Stop or route the action for additional validation or approval.
Correct Answer: 4
Explanation:
Endpoint isolation can significantly disrupt business operations. If the workflow cannot determine whether the target is a critical production asset, proceeding automatically introduces unnecessary risk. The playbook should obtain additional context, request analyst review, or follow another defined safeguard before containment. Deleting asset information or ignoring the uncertainty reduces rather than improves decision quality. High-impact automation should recognize when essential evidence is missing and use a controlled alternative path instead of assuming that the action is safe.
Question 225.
What is the primary purpose of assigning tasks during a FortiSOAR investigation?
- To track specific work that must be completed by responsible users or teams
2. To increase connector API limits
3. To expand server storage
4. To replace incident records
Correct Answer: 1
Explanation:
Tasks provide a structured way to assign and track specific pieces of investigation or response work. A task can help clarify who is responsible for an activity and whether it has been completed. This is useful when automated workflows require human investigation, verification, or approval. Tasks do not change external API limits, increase physical storage, or replace the primary security records. They support case management by organizing human activities alongside automated processing and maintaining clearer operational accountability.
Question 226.
Which permission model is most appropriate for an analyst who needs to investigate incidents but does not administer the FortiSOAR platform?
- Unrestricted system administrator access
2. A role containing only the permissions required for the analyst’s duties
3. Anonymous access
4. A shared superuser account
Correct Answer: 2
Explanation:
Role-based access should reflect the responsibilities of the user. An analyst may need to view and update incidents, execute approved workflows, and perform investigative activities without needing access to system-wide administrative settings. Limiting permissions according to job responsibilities follows least privilege and reduces the risk of accidental or unauthorized changes. Anonymous access and shared privileged accounts weaken security and accountability. A properly scoped analyst role therefore provides the required operational capabilities without unnecessary administrative authority.
Question 227.
A playbook must determine whether a reputation score is above a configured threshold before performing another action. Which capability is required?
- Dashboard formatting
2. Physical network routing
3. Conditional logic
4. Report export
Correct Answer: 3
Explanation:
Conditional logic allows the playbook to compare the reputation score against a defined threshold and determine which workflow path should continue. This makes automation responsive to evidence gathered during execution. For example, high-risk results could trigger additional response actions, while lower or uncertain results might follow different paths. Dashboard formatting and reports present information but do not make workflow decisions. Physical routing is unrelated. Conditions provide the decision-making mechanism required to evaluate enrichment results dynamically.
Question 228.
Why should an automated playbook record a failed attempt to disable a compromised account?
- To make dashboards more colorful
2. To increase storage utilization
3. To hide the unsuccessful action from analysts
4. To ensure analysts know the intended containment was not completed.
Correct Answer: 4
Explanation:
If account disablement fails, the security team needs to know that the intended containment has not occurred. Recording the failure supports accurate incident status, troubleshooting, auditing, and follow-up response. A workflow may also create a manual task or escalation so the action can be completed another way. Hiding the failure can leave analysts believing the account is contained when it remains active. Accurate execution information is therefore essential for trustworthy automated security operations.
Question 229.
Which FortiSOAR capability provides a centralized visual view of selected SOC information?
- Dashboard
2. Connector password
3. API token
4. Record identifier
Correct Answer: 1
Explanation:
Dashboards provide centralized visual views of operational information. Depending on configuration, they can present incident volumes, status distributions, severity, assignments, trends, or other measurements relevant to analysts and managers. This supports situational awareness without requiring users to inspect every underlying record. Connector passwords and API tokens authenticate integrations, while record identifiers distinguish individual objects. A dashboard is therefore the appropriate feature when users need summarized and visually accessible information about SOC operations.
Question 230.
A connector operation times out intermittently because the external service responds slowly. What is the most appropriate response?
- Give every user administrator access.
2. Review timeout behavior and implement suitable retry or exception handling.
3. Delete all related incidents.
4. Disable audit logging.
Correct Answer: 2
Explanation:
Intermittent service delays should be addressed through appropriate integration and workflow handling rather than unrelated privilege changes. Administrators should review the connector timeout behavior, the external service’s expected response time, and whether controlled retry or escalation logic is appropriate. Repeated retries should be designed carefully to avoid excessive requests or duplicate actions. Deleting incidents or disabling auditing would reduce visibility without solving the problem. Resilient automation should anticipate temporary external service delays and respond safely.
Question 231.
A workflow obtains an endpoint identifier from one integration and needs to use it in another action. What should the playbook do?
- Recreate the incident.
2. Ignore the returned identifier.
3. Pass or map the returned value to the later action.
4. Create a new FortiSOAR user.
Correct Answer: 3
Explanation:
Playbook steps frequently depend on values generated by previous operations. The endpoint identifier should be referenced from the earlier connector output and supplied to the later action in the format it expects. Administrators should validate the value and confirm that the field mapping is correct. Recreating the incident or creating another user does not transfer workflow data, while ignoring the identifier prevents the subsequent action from using it. Data passing enables coordinated multi-step automation across integrations.
Question 232.
Which design best protects against accidentally blocking a trusted business domain?
- Block every domain before enrichment.
2. Disable threat-intelligence lookups.
3. Remove all approval steps.
4. Check appropriate allowlists and validation criteria before blocking.
Correct Answer: 4
Explanation:
Allowlist and validation checks help prevent automated response from acting against known trusted resources. A workflow can compare the domain against approved entries and evaluate additional intelligence before performing the block. Depending on risk and organizational policy, uncertain cases can also require analyst approval. Blocking before enrichment or removing safeguards increases false-positive risk, while disabling intelligence reduces useful context. Pre-action validation is particularly important when automated controls can disrupt legitimate business communication or critical services.
Question 233.
Why is modular playbook design useful when many workflows require the same notification sequence?
- It allows the common logic to be reused and maintained consistently.
2. It automatically increases physical RAM.
3. It eliminates authentication.
4. It prevents external APIs from changing.
Correct Answer: 1
Explanation:
Modular design allows frequently used workflow sequences to be implemented as reusable logic rather than copied into many playbooks. A common notification process can therefore be updated and tested more consistently. This reduces duplication and maintenance effort while improving standardization across security processes. Reusable logic does not affect physical memory, remove authentication requirements, or control changes made by external API providers. Its primary benefit is creating automation that is easier to maintain, test, and reuse.
Question 234.
A FortiSOAR administrator needs to investigate why a playbook followed an unexpected branch. What should be reviewed?
- Office printer settings
2. Execution data, evaluated values, and condition results
3. Physical server color
4. Analyst keyboard model
Correct Answer: 2
Explanation:
Unexpected branching is usually caused by the values available to the workflow or by how the condition evaluates those values. Reviewing execution details can show the inputs, previous step outputs, data types, and condition results involved in the decision. This helps determine whether the problem is incorrect data, mapping, or logic. Printer settings, hardware appearance, and keyboard models have no effect on playbook conditions. Step-level execution evidence is therefore the most useful source for diagnosing unexpected workflow paths.
Question 235.
A SOC wants a supervisor to approve only those containment requests involving critical assets. What is the best workflow design?
- Require approval for every informational alert.
2. Never require approval.
3. Evaluate asset criticality and route qualifying actions to an approval step.
4. Disable asset information.
Correct Answer: 3
Explanation:
Conditional logic can evaluate asset context and determine whether the containment request involves a critical system. When the defined criteria are met, the workflow can route execution to a supervisor approval step before performing the response. Other assets can follow the organization’s standard process. This provides targeted human oversight without unnecessarily delaying every workflow. Disabling asset information removes useful context, while always or never requiring approval fails to implement the stated risk-based requirement.
Question 236.
An external API returns an error indicating that too many requests have been sent. What should the playbook account for?
- Dashboard resolution
2. User profile images
3. Physical storage capacity
4. API rate limits and appropriate retry or pacing behavior.
Correct Answer: 4
Explanation:
External APIs commonly impose rate limits to control request volume. A workflow that exceeds those limits should recognize the returned error and use appropriate pacing, retry, batching, or escalation behavior according to the integration’s capabilities. Blindly retrying immediately can prolong the failure and increase unnecessary traffic. Dashboard resolution, user images, and storage capacity do not determine API request limits. Accounting for rate limits makes integration-heavy automation more resilient and reduces avoidable connector failures.
Question 237.
Which FortiSOAR concept allows multiple security products to participate in one coordinated response workflow?
- Orchestration
2. Disk formatting
3. Hardware RAID
4. Physical cable management
Correct Answer: 1
Explanation:
Orchestration coordinates the actions and information of multiple integrated technologies within a unified process. A playbook might obtain information from a SIEM, enrich indicators through threat intelligence, query an endpoint platform, update a ticket, and invoke an authorized firewall action. This reduces manual switching between separate tools and improves consistency. Disk formatting, RAID, and cable management are infrastructure activities rather than security workflow coordination mechanisms. Orchestration is therefore a core capability of FortiSOAR.
Question 238.
Why should FortiSOAR use individual user accounts instead of a shared administrator identity?
- Individual accounts increase API speed.
2. They improve accountability and allow permissions to be assigned by responsibility.
3. They automatically resolve incidents.
4. They eliminate the need for audit records.
Correct Answer: 2
Explanation:
Individual identities allow actions to be attributed to specific users and enable administrators to assign permissions according to job responsibilities. This supports least privilege, separation of duties, and meaningful auditing. Shared administrator accounts make it difficult to determine who performed a particular change and can expose excessive privileges to more people than necessary. Individual accounts do not automatically improve API performance or resolve incidents, and audit information remains valuable. Unique identities therefore strengthen security governance and operational accountability.
Question 239.
A playbook enrichment step returns no reputation result for a newly observed domain. What is the most appropriate response?
- Automatically classify the domain as malicious.
2. Automatically classify the domain as benign.
3. Treat the result as inconclusive and follow the defined additional-analysis path.
4. Delete the domain record.
Correct Answer: 3
Explanation:
The absence of a reputation result does not establish whether the domain is malicious or benign. A newly observed domain may simply be unknown to the queried intelligence source. The workflow should preserve the evidence and follow an appropriate path, such as additional enrichment, sandbox analysis, or analyst investigation. Automatically forcing a classification can lead to incorrect response actions. Deleting the record also removes potentially valuable context. Explicitly representing uncertainty produces safer and more defensible automation.
Question 240.
After upgrading an external security product integrated with FortiSOAR, what should the administrator verify?
- Only the FortiSOAR dashboard appearance
2. Only the number of user accounts
3. Only the external product’s hostname
4. Connector compatibility, authentication, operations, returned data, and dependent workflows
Correct Answer: 4
Explanation:
An external product upgrade can affect APIs, authentication requirements, response formats, supported operations, or other integration behavior. Administrators should verify that the connector remains compatible and that its operations still return the expected information. Dependent playbooks should also be tested because even a successful connector call may return changed data that breaks mappings or conditions. Checking only cosmetic or unrelated information is insufficient. End-to-end validation helps ensure the integration remains reliable after the external platform changes.