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

Free and Premium Paloalto Networks XSOAR-Engineer Dumps Questions Answers

Palo Alto Networks XSOAR Engineer Questions and Answers

Question 1

What aggregates data from incidents and indicators into a Cortex XSOAR report?.

Options:

A.

Widgets.

B.

Automations.

C.

SQL queries.

D.

Playbooks.

Buy Now
Question 2

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?

Options:

A.

!incidentSet description="Confirmed Phishing"

B.

/incidentSet description=Confirmed Phishing

C.

!setIncident description="Confirmed Phishing"

D.

/setIncident description=Confirmed Phishing

Question 3

Which set of trigger options is available to start a job when a new instance is created?.

Options:

A.

"Mapping" and "Classification"

B.

"Time" and "By delta in feed"

C.

"Cron View" and "Human View"

D.

"Script Start" and "CLI"

Question 4

When creating an automation in XSOAR, what is the best way to create a log message?

Options:

A.

Using a debug statement

B.

Using the demisto.debug() function

C.

Using a print statement

D.

Using the demisto.results() function

Question 5

Which two functions in XSOAR are incident types used for? (Choose two.)

Options:

A.

To run dedicated playbooks for different event types

B.

To classify events ingested from various sources into the relevant types

C.

To classify indicators extracted in XSOAR incidents to their respective types

D.

To facilitate role based access to XSOAR incidents

Question 6

Threat Intel search queries can be shared with which of the following? (Select 1)

Options:

A.

Users defined in the platform (email or username)

B.

Other organizations via the Marketplace

C.

Users outside XSOAR via email invite

D.

Roles defined in the platform

Question 7

Management would like to get an incident report automatically following an incident’s closure. How would this be accomplished?

Options:

A.

Define a task in a playbook to generate an incident report before the closure occurs

B.

Manually create an ‘Incident Report’

C.

Configure post-processing using a script

D.

Create an ‘Incident Report’ from the Reports page

Question 8

Based on the image below, which key from the context points to the string GOGL?.

Options:

A.

Whois.IP.asn_registry.entities.

B.

Whois.IP.[0].network.name.

C.

Whois.IP.network.name.

D.

Whois.IP.entities.

Question 9

An engineer deployed two different instances of Active Directory for each organization site. As part of account enrichment use case, the engineer would like to delete a user from one specific site.

Which command will accomplish this?

Options:

A.

run ‘ad-delete-user’ command with ‘user-dn’ arg and using-brand=“Active Directory Query v2”

B.

run ‘ad-delete-user’ command with ‘user-dn’ arg and raw-response=true

C.

run ‘ad-delete-user’ command with ‘user-dn’ arg and ignore-outputs=true

D.

run ‘ad-delete-user’ command with ‘user-dn’ arg and using=“Active DirectoryQuery v2_instance_1”

Question 10

Which method accesses a field called ‘User Mail’ in a playbook?

Options:

A.

${incident.usermail}

B.

${incident.User Mail}

C.

${incident.UserMail}

D.

${usermail}

Question 11

Which three support types are included in the Marketplace Content Packs? (Choose three.)

Options:

A.

Customer supported

B.

Contex XSOAR supported

C.

Community supported

D.

Partner supported

E.

Prisma Cloud supported

Question 12

Match the action with the most appropriate playbook task type.

Options:

Question 13

What are two primary uses of standard tasks? (Choose two.)

Options:

A.

To highlight different paths in a playbook

B.

To generate new widgets for a dashboard

C.

To create an incident or escalate an existing incident

D.

To automate tasks such as parsing a file or enriching indicators

Question 14

An administrator has noticed that an integration has failed to fetch incidents. Where would they go to download logs to troubleshoot the error?

Options:

A.

Go to the Marketplace > Download the Fix my XSOAR playbook pack > Run the playbook > Download logs from War Room

B.

Settings > About > Troubleshooting > Set Log Level to Debug > Download Logs

C.

DashboardsandReports > System Health

D.

Settings > About > System Diagnostics

Question 15

What does Script helper contain?

Options:

A.

Available commands

B.

Permission settings

C.

Automation version history

D.

Automation timeout configuration

Question 16

What is the unique identifier for a note in the incident War Room?.

Options:

A.

Incident ID.

B.

Entry ID.

C.

Field ID.

D.

Note ID.

Question 17

A Cortex XSOAR Administrator is tasked with building a button for an analyst in order for the analyst to be assigned to the incident as an owner. What is the process?

Options:

A.

Edit the incident layout to add a new button that calls the AssignAnalystToIncident automation with no argument

B.

Edit the incident layout to add a new button that calls the AssignToMeButton automation with argument assignBy={me}

C.

Edit the incident layout to add a new button that calls the AssignAnalystToIncident automation with argument owner={me}

D.

Edit the incident layout to add a new button that calls the AssignAnalystToIncident automation with argument assignBy=current

Question 18

A playbook task generates a report as HTML in the context data.

An engineer creates a custom indicator field of type "HTML" and adds the field to a section in a custom indicator layout. How can the engineer populate the HTML field in the indicator layout?

Options:

A.

Populate the custom indicator field with the built-in !SetIndicator command.

B.

Add HTML to a list using !setList and use it as an HTML template to populate the custom indicator field.

C.

Create a custom Indicator Mapper and populate the custom indicator field.

D.

Use the Mapping option in the playbook task that generates the HTML report to populate the custom indicator field.

Question 19

The code snippet below is from the fetch command of an integration instance configured to run on the server.

demisto.debug(f"(len(incidents)} events fetched")

Where is the output from the snippet located when the instance runs an automatic fetch?.

Options:

A.

Incident label.

B.

Platform Log bundle.

C.

Integration Logs table.

D.

War Room entry.

Question 20

In a Dev/Prod deployment model, what is available only in the development tenant?.

Options:

A.

Marketplace.

B.

Content Repository page.

C.

Custom integration instances.

D.

"Export all custom content" feature.

Question 21

How can Cortex XSOAR administrators prevent junior analysts from viewing a senior analyst dashboard?

Options:

A.

Share the dashboard in Read and Edit mode for senior analysts.

B.

Share the dashboard in ReadandEdit mode for senior analysts and Read Only for juniors analysts.

C.

Share the dashboard in Read and Write mode for senior analysts.

D.

Share the dashboard in Read Only mode for junior analysts and senior analysts.

Question 22

A playbook needs to dynamically add an email sender's address to a Cortex XSOAR list named "BlockedSenders_Email."

Which built-in command should be used within the playbook to add this email address to the specified list?.

Options:

A.

!addToList listName="BlockedSenders_Email" listData="".

B.

!appendToListContext listPath="BlockedSenders Email" data="".

C.

!setIncident list.BlockedSenders_Emai1="".

D.

!createListItem listName="BlockedSenders_Email" itemValue="".

Question 23

An organization has recently acquired another company as its subsidiary. The subsidiary has its infrastructure on AWS cloud as illustrated in the image below:

The organization wants to use the mail server location on the subsidiary's cloud to send emails. Without acquiring additional licenses, which XSOAR component can fulfill the requirement?

Options:

A.

XSOAR D2 Agents, to send the required emails.

B.

An XSOAR engine that is downloaded from the XSOAR server and installed within the subsidiary.

C.

Another XSOAR server that uses the same license as their primary XSOAR server.

D.

A Linux server connected with an XSOAR server using SSH integration. Commands can be run remotely to access the mail server.

Question 24

Based on the image below, what will be the type of this new incident?.

Options:

A.

Cortex XDR Incident - Quasar.

B.

Cortex XDR Incident.

C.

Unclassified.

D.

Default.

Question 25

Select the correct incident life cycle on XSOAR.

Options:

A.

Planning > Incident Ingestion > Incident Creation > Mapping and Classification > Pre-processing > Playbook runs > Post-processing

B.

Planning > Incident Ingestion > Pre-processing > Incident Creation > Mapping and Classification > Playbook runs > Post-processing

C.

Planning > Incident Ingestion > Pre-processing > Mapping and Classification > Incident Creation > Playbook runs > Post-processing

D.

Planning > Incident Ingestion > Mapping and Classification > Pre-processing > Incident Creation > Playbook runs > Post-processing

Question 26

Which of the following are valid methods to contribute custom content? (Choose three.)

Options:

A.

Submit content directly through feature requests

B.

Private GitHub repository submission for premium content

C.

A Github pull request on the public XSOAR Content Repository

D.

Using the marketplace interface to upload the content

E.

Using the content submission tool on live.paloaltonetworks.com

Question 27

How long is the trial period for paid content packs?

Options:

A.

30 days

B.

14 days

C.

7 days

D.

60 days

Question 28

Who is permitted to create and submit content to the Marketplace?

Options:

A.

Only users with a valid Github account

B.

Any user who has signed up through the dev portal

C.

Any user who has a live.paloaltonetworks.com account

D.

All users with the correct XSOAR Role and Permissions

Question 29

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

Options:

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.

Question 30

Previous playbook tasks have built out the context in the image below.

When specifying ${User.Name} as an input for a sub playbook task which has the default loop configuration, how many times will the sub-playbook be executed?.

Options:

A.

0.

B.

1.

C.

3.

D.

4.

Question 31

An engineer adds a new "Forensics" tab that includes several sections for detailed artifact analysis to the "Malware Incident" layout. However, junior analysts report they cannot see this tab, while senior analysts can.

Which configuration setting is the most likely reason for this discrepancy?.

Options:

A.

The underlying fields within the tab sections was incorrectly mapped.

B.

The tab was not added to the junior analyst role group.

C.

The tab was marked as read-only in the layout configuration for the junior analyst roles.

D.

A display filter was applied to the tab in the layout editor.

Question 32

What is the default configuration for indicator auto-extraction when incidents are created?

Options:

A.

Inline

B.

Inband

C.

None

D.

Out of band

Question 33

What are the out-of-the-box aggregate values that can be applied on widgets data?

Options:

A.

Min, Max, Count, Average, Custom Transformers

B.

Min, Max, Count, Average, Custom Group By

C.

Count, Average, Sum, Min, Max

D.

Count, Sum, Min, Max, Transformers

Question 34

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.

Question 35

An analyst wants to run a script to remove usernames from an incident before the incident becomes active in XSOAR. How can this be achieved?

Options:

A.

Run an automation script in the Playground to remove usernames from the incident.

B.

Create a pre-processing rule that runs an automation script to remove usernames from the incident as it comes into XSOAR.

C.

Run an automation script on the XSOAR server to remove usernames from the incident.

D.

Create a playbook task to remove the usernames from the incident.

Question 36

Which built-in automation/command cab be used to change an incident’s type?

Options:

A.

setIncident

B.

Set

C.

GetFieldsByIncidentType

D.

modifyIncidentFields

Question 37

Which Marketplace content pack will allow sharing of threat intelligence in STIX format?.

Options:

A.

External dynamic list.

B.

MISP Server.

C.

Generic Export Indicators Service.

D.

TAXII Server.

Question 38

What is the most effective way to correlate multiple raw events coming from a SIEM and link them together?

Options:

A.

Process all alerts by running the respective playbook and link related incidents during post-processing

B.

Ingest all raw events, run a custom script to find the relationship between them and proceed to link them together

C.

Configure a pre-process rule to link related events as they are ingested

D.

Manually go through the incidents created by the raw events and link related incidents

Question 39

What happens if both a Classifier and Incident Type are configured in an integration instance's settings?

Options:

A.

The administrator will receive a notification that there is both a Classifier and Incident Type set for that integration instance.

B.

The Incident Type will be ignored, and incoming incidents will be classified according to the Classifier.

C.

The Classifier will be ignored, and incoming incidents will be classified according to the Incident Type.

D.

Both the Classifier and Incident Type will classify incoming incidents.

Question 40

What must happen before a pre-process rule can be applied to a potential incident?.

Options:

A.

Mapping.

B.

Playbook execution.

C.

Ingestion.

D.

Classification.

Question 41

A playbook task is set up to run an integration command that takes no input and which outputs information to the context. The integration has several instances configured.

Which action will ensure the integration command only runs once?.

Options:

A.

Specify the using- parameter to target a specific integration instance to run.

B.

Click on Advanced Options → Limits to specify the minimum / maximum run limits for a command.

C.

Click on Performance → Run Limits to specify the maximum run count before the task exits.

D.

Specify the runlimit= parameter to limit the number of times a specific command will run.

Question 42

What can be used as integration parameters?

Options:

A.

URL, API key, port

B.

URL, certificate, image

C.

Token, query, playbook

D.

User-password, csv file, query

Question 43

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

Question 44

What happens when an integration is deprecated?

Options:

A.

The integration commands in a playbook can no longer be used

B.

The integration commands can be used, but it is recommended to update to the latest content pack

C.

The configuration settings will be lost and the integration will no longer function

D.

The integration commands in a playbook can be used, but it will fail at runtime

Question 45

By default, automation written in which language will be executed in a Docker container?

Options:

A.

Python

B.

Go

C.

JavaScript

D.

Perl

Question 46

An engineer must create a playbook task which asks a user a single question to determine the next step in the playbook flow.

Which type of task will accomplish this goal?.

Options:

A.

Standard task using manual task settings.

B.

Data collection task using the task option.

C.

Conditional task using the ask option.

D.

Data collection task using the generated link option.

Question 47

Which playbook will a job run by default?

Options:

A.

The playbook assigned to the incident type

B.

The playbook assigned to the indicator type

C.

The playbook assigned during pre-processing

D.

The playbook assigned by the integration

Question 48

Which two actions will group similar incidents that share a common root cause or represent different aspects of a larger problem? (Choose two.).

Options:

A.

Relate Incidents.

B.

Add Child Incidents.

C.

Join Incidents.

D.

Merge Incidents.

Question 49

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

Options:

A.

Cortex Gateway.

B.

Tenant.

C.

Customer Support Portal.

D.

Palo Alto Networks Hub.

Question 50

Within the playbook editor, which function allows a user to associate a task output to an incident field?.

Options:

A.

Classification.

B.

Inputs.

C.

Extend context.

D.

Mapping.

Question 51

After enriching a username using Active Directory, an engineer would like to send an email to the user’s manager. However, this functionality is not part of the command output. The engineer checks with raw- response=true and notices that the manager’s email is returned, but not saved in the context.

How can the engineer save the data so it will be accessible?

Options:

A.

Mark ignore output = true

B.

Use extend-context

C.

Use raw-response = save

D.

Mark ignore input = true

Question 52

What is an example of a generic reputation command?

Options:

A.

!ip

B.

!getReputation

C.

!reputation

D.

!enrichIndicator

Question 53

Based on the image below, what could be the reason for this behavior?.

Options:

A.

Indicator Reputation from the feed is set to "Malicious.".

B.

Source Reliability needs to be increased to "A - Completely reliable.".

C.

The Indicator Expiration Method needs to be set to "Never Expire.".

D.

The Traffic Light Protocol Color is empty.

Question 54

Based on the images below,

what will be the result of the Filters and Transformers?.

Options:

A.

Selma Moon.

B.

Richardson Morales.

C.

Hubbard Wilcox.

D.

Michael Henderson.

Question 55

During the regular maintenance of XSOAR a customer noticed that there was an update available for the Active Directory content pack (current version 1.4.6) and updated the content pack to the latest version (version 1.4.11). However, after the update the customer noticed that the Active Directory Query integration is not working properly and asked you to resolve the issue.

Which of the following set of steps can help to resolve the issue?

Options:

A.

Navigate to SettingsView the configured integrations and select Active Directory AuthenticationDelete all integration instances and add all integration instances again

B.

Navigate to MarketplaceView the installed content pack and select Active Directory content packSelect version 1.4.6 and click on "Revert to this version"

C.

Navigate to SettingsView the configured integrations and select Active Directory QueryDelete all integration instances and add all integration instances again

D.

Navigate to MarketplaceView the installed content pack and select Active Directory content packClick on uninstall content packNavigate to Marketplace browser and reinstall the Active Directory content pack

Question 56

A breakpoint is added to a saved playbook to ensure that it pauses before running the task "ad-delete-user." However, it is later discovered that an Active Directory account was deleted by this playbook, and the playbook did not pause at the breakpoint.

What is the cause of this issue?.

Options:

A.

The playbook does not stop at the breakpoint when run from an incident.

B.

The task was not set to "skip.".

C.

The task was not configured to override input.

D.

The playbook was not set to "quiet mode.".

Question 57

When creating a new tab in the layout, which section cannot be added?

Options:

A.

Retrieve widget chart based on script

B.

Related incidents

C.

War room entries picked by entry query

D.

Incident team members

Question 58

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.

Question 59

Which two components have their own context data? (Choose two.)

Options:

A.

Sub-playbook

B.

Task

C.

Field

D.

Incident

Question 60

Which XSOAR architecture would be recommended for Managed Security Service Providers (MSSP)?

Options:

A.

Multi-region

B.

Dev-Prod

C.

Multi-tenant

D.

Distributed database

Question 61

Can an automation script execute an integration command and an integration command execute an automation script?

Options:

A.

An automation script cannot execute an integration command and an integration command cannot execute an automation script

B.

An automation script can execute an integration command and an integration command cannot execute an automation script

C.

An automation script cannot execute an integration command and an integration command can execute an automation script

D.

An automation script can execute an integration command and an integration command can execute an automation script