New Year Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Paloalto Networks XSOAR-Engineer Practice Exam with Questions & Answers | Set: 5

Questions 41

Multiple company assets were reported by vulnerability scanners as being vulnerable to CVE-2017-11882. This vulnerability affects applications installed on workstations. The SOC team needs to take action and apply the new vulnerability patch that was just released. The team must first create a cause for each of the identified assets in ServiceNow IT Service Management (ITSM), in order to notify the IT department. Next, the team creates a task in the main playbook, which extracts the list of assets from the scanner report.

After the list of assets are created, what are the two solutions that the SOC team could take so that a case could be created and a patch installed? (Choose two.)

Options:
A.

Create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Condition: AreValuesEqual – Exit on yes – left:1, right 1) and perform the following tasks:-Active Directory User Enrichment based on the computerName-Create the ServiceNow Record by adding the enrichment information-Mark the ticket severity as Urgent

B.

Create a sub-playbook with a single input containing the computer names that will loop ‘For Each Input’ and perform the following tasks:-Active Directory User Enrichment based on the computerName-Create the ServiceNow Record by adding the enrichment information-Mark the ticket severity as Urgent

C.

Set a key for storing the iteration number and create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Exit condition: iterator contains the count of the number of items in the list) and perform the following tasks:-Active Directory User Enrichment based on the computerName-Create the ServiceNow Record by adding the enrichment information-Mark the ticket severity as Urg

D.

Set a key for storing the iteration number and create a sub-playbook with a single input containing the computer names that will loop until the last item from the asset list (Exit condition: iterator equal to count of the number of item in the list) and perform the following tasks:-Increase the iterator value by one each time-Active Directory User Enrichment based on the computerName-Create the ServiceNow Record by adding the enrichment inf

Questions 42

What is needed to send a survey with multiple questions to a customer?.

Options:
A.

Data Collection.

B.

Section Header task.

C.

Conditional Ask.

D.

Survey task.

Questions 43

Which of these would be the most operationally efficient repository for moving XSOAR custom content from a development server to a production environment?

Options:
A.

A content repository specified in the Marketplace

B.

Remote git repository specified in the dev-prod configuration parameters

C.

The development server's default repository

D.

Cortex XSOAR public content repository

Questions 44

Which two methods will allow data to be saved in incident fields within a playbook? (Choose two.)

Options:
A.

setFields

B.

Field mapping

C.

setIncident

D.

Layout inline editing

Questions 45

Which two features can be used together to automatically execute a search on a remote SIEM for extracted IP Indicators? (Choose two.).

Options:
A.

Reputation script.

B.

Enhancement script.

C.

Integration command.

D.

Feed-triggered job.

Questions 46

Which task type would be used to verify/check that an integration was enabled?

Options:
A.

Standard task

B.

Conditional task

C.

Section Header task

D.

Data Collection task

Questions 47

Which of the following is a feature of XSOAR automations?

Options:
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++

Questions 48

Which three options can be defined in the layout settings? (Choose three.)

Options:
A.

Set of fields to present

B.

Permission to view the tab based on ‘Users’

C.

Permission to view the tab based on ‘Roles’

D.

Delete built-in tabs including the war room

E.

Dynamic sections

Questions 49

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

Options:
A.

Classification.

B.

Mapping.

C.

Field configuration.

D.

Layout configuration.

Questions 50

An XSOAR engineer has been tasked with exporting all indicators from the production environment in the last 90 days. The final report needs to be in CSV format containing all indicator fields. How can this task be achieved?

Options:
A.

Run the command !GetIndicatorsByQuery in CLI with its default arguments and export all indicators in the last 90 days.

B.

SSH into the server and copy the indicator's database.

C.

In the Threat Intel page, add query firstSeen:>="90 days ago", select All columns in Table View, and click Export to export as a CSV.

D.

Run the command !findIndicators in CLI with the query firstSeen:>="90 days ago" and export to CSV.