New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Given an incident with three files, how could the name of the second file be referenced?

A.

${Files.[2].Name}

B.

${Files.Name.[2]}

C.

${File.[1].Name}

D.

${File.Name.[1]}

An administrator wants to run an automation in the War Room to set the incident field "Description" to "Confirmed Phishing". Which command should they enter in the War Room CLI?

A.

!incidentSet description="Confirmed Phishing"

B.

/incidentSet description=Confirmed Phishing

C.

!setIncident description="Confirmed Phishing"

D.

/setIncident description=Confirmed Phishing

Where does the mapping of user groups to SAML groups take place?.

A.

Cortex Gateway.

B.

Tenant.

C.

Customer Support Portal.

D.

Palo Alto Networks Hub.

What are two of the actions available on the Version History tab of a content pack in the marketplace? (Choose two.)

A.

Download content for offline installation

B.

Uninstall content pack

C.

Update to x version

D.

Revert to x version

Which feature is used to convert event data values into incident fields when an integration fetches an event?.

A.

Classification.

B.

Mapping.

C.

Field configuration.

D.

Layout configuration.

In which two scenarios would it be appropriate to implement a loop for a sub-playbook? (Choose two.)

A.

In repetitive process flows to iterate for each playbook input

B.

When continuously ingesting incidents from third-party systems

C.

In repetitive process flows with no more than 10 loops

D.

In repetitive processes that requires sub-playbook re-execution

Where do you navigate to monitor and improve the system performance and resilience for hosts in a multitenant environment?

A.

Settings > About > Troubleshooting, in the main host account. Each host has a System Diagnostics page.

B.

Settings > Advanced > System Diagnostics, in the main host account. Each host has a System Diagnostics page.

C.

Settings > Account Management > Hosts, in the main host account. Each host has a System Diagnostics page.

D.

Settings > About > System Diagnostics, in the main host account. Each host has a System Diagnostics page.

What is the correct way to install different engines on the same Ubuntu machine for a Dev/Prod setup?.

A.

Use Shell installer and create a custom JSON configuration file.

B.

Use different docker instances in the machine to install each engine.

C.

Use Shell installer with "Allow running multiple engines.".

D.

Create a DEB installer and modify in the JSON configuration.

When developing the playbook, which of the following can be used by a XSOAR Administrator?

A.

The Debugger panel to test data with one of last five incidents. This will affect the incident’s original incident data.

B.

Context data from existing incidents by exporting the YAML data from incidents and importing it to playbook editor.

C.

Debugger panel and XML data from a similar incident with New Mock Incident. This will not affect the incidents original incident data.

D.

The Debugger panel to test data with one of last fifty incidents. This will not affect the incident’s original incident data.

Which of the following is a feature of XSOAR automations?

A.

can run on multiple docker containers

B.

can be set to run on a scheduled basis in the automation settings

C.

can be password protected

D.

can be written in C++