ExamGecko
Home Home / Fortinet / NSE6_FSR-7.3

Fortinet NSE6_FSR-7.3 Practice Test - Questions Answers

Question list
Search
Search

Which two statements about FortiSOAR virtual instance deployment requirements are true? (Choose two.)

A.

FortiSOAR Cloud is a subscription service that allows you to deploy an instance hosted on FortlCloud.

A.

FortiSOAR Cloud is a subscription service that allows you to deploy an instance hosted on FortlCloud.

Answers
B.

There are size limits for the records database, but no charges or fees for storing months or years worth of data.

B.

There are size limits for the records database, but no charges or fees for storing months or years worth of data.

Answers
C.

FortiSOAR is supported on VMWare ESXi and Amazon Web Services (AWS).

C.

FortiSOAR is supported on VMWare ESXi and Amazon Web Services (AWS).

Answers
D.

While memory and storage can be added based on requirements, charges are required for every vCPU that is added to the FortiSOAR VM.

D.

While memory and storage can be added based on requirements, charges are required for every vCPU that is added to the FortiSOAR VM.

Answers
Suggested answer: A, C

Explanation:

FortiSOAR offers flexibility in deployment environments, including FortiSOAR Cloud, which is a subscription service that enables hosting on FortiCloud. This provides cloud-hosted management with scalable resources. Additionally, FortiSOAR supports deployment on VMware ESXi and Amazon Web Services (AWS), allowing organizations to choose based on their infrastructure preferences. This flexibility ensures that FortiSOAR can be integrated into various IT environments depending on business needs.

Which CLI command will not work when the PostgreSQL database on FortiSOAR is externalized?

A.

csada ha firedrill

A.

csada ha firedrill

Answers
B.

csadmin ha show-health ---all-nodes

B.

csadmin ha show-health ---all-nodes

Answers
C.

csadm ha takeover

C.

csadm ha takeover

Answers
D.

csadm ha export-conf

D.

csadm ha export-conf

Answers
Suggested answer: A

Explanation:

When the PostgreSQL database is externalized in FortiSOAR, certain HA-related CLI commands become inapplicable. Specifically, the csada ha firedrill command, which is used to test the integrity of the HA cluster by simulating failures, is not applicable in scenarios where the database is managed outside FortiSOAR. Externalizing the database changes how FortiSOAR manages database connections, making some internal commands like firedrill redundant.

Which log file contains license synchronization logs on FortiSOAR?

A.

fdn.log

A.

fdn.log

Answers
B.

beat.log

B.

beat.log

Answers
C.

celery.log

C.

celery.log

Answers
D.

falcon.log

D.

falcon.log

Answers
Suggested answer: A

Explanation:

The fdn.log file in FortiSOAR contains logs related to license synchronization activities. This log file records events and errors associated with license checks and synchronization with Fortinet's licensing servers, ensuring that the FortiSOAR instance remains compliant with licensing requirements. Monitoring fdn.log can help administrators troubleshoot issues related to license synchronization and ensure the system operates within the licensed limits.

Which playbook collection includes system-level playbooks that FortiSOAR uses to auto-populate date fields when the status of incident or alert records changes to Resolved or Closed?

A.

SLA Management Playbooks

A.

SLA Management Playbooks

Answers
B.

Utilities Playbooks

B.

Utilities Playbooks

Answers
C.

Schedule Management Playbooks

C.

Schedule Management Playbooks

Answers
D.

Approval/Manual Task Playbooks

D.

Approval/Manual Task Playbooks

Answers
Suggested answer: A

Explanation:

The SLA Management Playbooks collection in FortiSOAR includes system-level playbooks designed to auto-populate date fields when the status of incident or alert records changes to Resolved or Closed. This functionality ensures that relevant date fields, such as resolution date or closure date, are accurately filled based on SLA criteria. By using SLA Management Playbooks, FortiSOAR automatically maintains date-related data integrity, which is essential for tracking and reporting purposes.

Several users have informed you that the FortiSOAR GUI Is not reachable. When troubleshooting, which step should you take first?

A.

Enter the csadm license --show-details command to check if there is a duplicate license.

A.

Enter the csadm license --show-details command to check if there is a duplicate license.

Answers
B.

Enter the csadm services --restart ngiax command to restart only the Nginx process.

B.

Enter the csadm services --restart ngiax command to restart only the Nginx process.

Answers
C.

Enter the systemct1 status nginx command to gather more information.

C.

Enter the systemct1 status nginx command to gather more information.

Answers
D.

Review the connecters.log file to see what is happening to the HTTPS connections.

D.

Review the connecters.log file to see what is happening to the HTTPS connections.

Answers
Suggested answer: C

Explanation:

When troubleshooting the issue of the FortiSOAR GUI not being reachable, the first step should be to check the status of the nginx service, which is responsible for managing web requests. Using the command systemctl status nginx will provide information on whether the service is running and any potential issues or errors related to it. This approach is more efficient as it directly addresses the service responsible for the web interface, making it possible to diagnose and resolve common issues such as service failure, configuration errors, or connectivity problems.

What are two system-level logs that can be purged using application configuration? (Choose two.)

A.

Connector logs

A.

Connector logs

Answers
B.

Reporting logs

B.

Reporting logs

Answers
C.

Audit togs

C.

Audit togs

Answers
D.

Executed Playbook logs

D.

Executed Playbook logs

Answers
Suggested answer: C, D

Explanation:

In FortiSOAR, system-level logs that can be purged include both 'Audit logs' and 'Executed Playbook logs.' These types of logs can be configured to be purged periodically to free up storage space and ensure that unnecessary logs do not impact system performance. The application configuration allows administrators to schedule automatic purges, which can be especially useful in high-activity environments where log data accumulates quickly. Purging these logs helps maintain a cleaner and more efficient system.

When configuring an HA cluster with an externalized PostgreSQL database, which two tiles on the database server need to be configured to trust all FortiSOAR nodes' incoming connections? (Choose two.)

A.

pg_hba.conf

A.

pg_hba.conf

Answers
B.

db_external_config.yml.

B.

db_external_config.yml.

Answers
C.

postgreaq1.conf

C.

postgreaq1.conf

Answers
D.

db_config.yml

D.

db_config.yml

Answers
Suggested answer: A, C

Explanation:

In a FortiSOAR High Availability (HA) cluster setup with an externalized PostgreSQL database, it is necessary to configure the database server to allow incoming connections from all FortiSOAR nodes. This configuration involves modifying the pg_hba.conf file to set up host-based authentication and control which IP addresses can connect. The postgresql.conf file must also be adjusted to enable listening on all necessary IP addresses, which is critical for FortiSOAR nodes to connect to the database server securely and reliably. Together, these configurations ensure that all FortiSOAR nodes can access the database, facilitating effective HA functionality.

For which two modules on FortiSOAR can you create SLA templates7 (Choose two.)

A.

Alerts

A.

Alerts

Answers
B.

Indicators

B.

Indicators

Answers
C.

Incidents

C.

Incidents

Answers
D.

Tasks

D.

Tasks

Answers
Suggested answer: A, B

Explanation:

In FortiSOAR, SLA (Service Level Agreement) templates can be created for specific modules, including Alerts and Indicators. These templates are essential for tracking response and resolution times, ensuring compliance with defined service levels. By configuring SLAs on the Alerts and Indicators modules, organizations can monitor the time taken to address these items, which is critical in maintaining efficient incident response and management practices. The SLA templates can be customized according to specific business requirements and are applied to records within these modules to enforce timely actions.

Refer to the exhibit.

Which two statements about the recommendation engine are true? (Choose two.)

A.

There are no playbooks that can be run on the recommended alerts using the recommendation panel

A.

There are no playbooks that can be run on the recommended alerts using the recommendation panel

Answers
B.

The dataset is trained to predict the Severity and Type fields.

B.

The dataset is trained to predict the Severity and Type fields.

Answers
C.

The recommendation engine is set to automatically accept suggestions.

C.

The recommendation engine is set to automatically accept suggestions.

Answers
D.

The alert severity is High, but the recommendation is for it to be set to Medium

D.

The alert severity is High, but the recommendation is for it to be set to Medium

Answers
Suggested answer: B, D

Explanation:

The Recommendation Engine in FortiSOAR is designed to assist in alert triage by suggesting values for certain fields based on historical data and machine learning models. In this case, the engine is trained to predict both the Severity and Type fields, suggesting values that align with past incidents and threat intelligence. Although the current alert severity is High, the recommendation engine has suggested adjusting it to Medium based on the pattern of similar past alerts, indicating a less critical threat level than initially perceived. This functionality helps analysts by providing data-driven insights, which can optimize alert handling and resource allocation.

Refer to the exhibit.

When importing modules to FortiSOAR using the configuration wizard, what actions are applied to fields it you select Merge with Existing as the Bulk action?

A.

Existing fields are kept, new fields are added, and non-imported fields are deleted.

A.

Existing fields are kept, new fields are added, and non-imported fields are deleted.

Answers
B.

Existing Holds are overwritten, now fields are added, and non-imported fields are deleted.

B.

Existing Holds are overwritten, now fields are added, and non-imported fields are deleted.

Answers
C.

Existing fields are kept, new fields are added, and non-imported fields are kept.

C.

Existing fields are kept, new fields are added, and non-imported fields are kept.

Answers
D.

Existing fields are overwritten, new fields are added, and non-Imported fields are kept.

D.

Existing fields are overwritten, new fields are added, and non-Imported fields are kept.

Answers
Suggested answer: D

Explanation:

When importing modules into FortiSOAR using the configuration wizard and selecting 'Merge with Existing' as the bulk action, the behavior for field handling is as follows: any fields that already exist in the system are overwritten with the imported values. New fields from the imported module are added to the system, while fields that are not part of the imported module remain unaffected and are retained in the system. This option ensures that existing data structures are updated with new information without losing existing, but non-imported, fields.

Total 39 questions
Go to page: of 4