Certs Club
See all results for ""
Home Exams
CRISC ISACA CISSP ISC2 200-301 Cisco SY0-701 CompTIA AZ-104 Microsoft AI-900 Microsoft AIGP IAPP 1Z0-1067-26 Oracle View All Exams →
Sign in Get Started

Palo Alto Networks XSOAR Engineer XSOAR-Engineer Exam Questions

Download Exam View Entire Exam
Page: 1 / 1
Question #1 (Topic: Demo Questions)

When the verdict of an indicator is set manually, which source reliability does it receive?

A.

F - reliability cannot be found.

B.

A.

C.

Undefined.

D.

A+++.

Correct Answer: C
Explanation:

When an analyst manually sets an indicator’s verdict, XSOAR records the verdict with a source named "Manual", and assigns it a reliability of Undefined.

This is explicitly documented under Indicator Verdict + Reliability behavior when a manual override is applied.

Question #2 (Topic: Demo Questions)

Which command adds or updates a description to an incident that can be used within widgets?

A.

!setIncident description="This is an updated description.".

B.

!Set key="description" value="This is an updated description.".

C.

!Set key-"description" value-This is an updated description.

D.

!setIncident description=This is an updated description.

Correct Answer: A
Explanation:

The !setIncident command is the documented method for updating incident fields programmatically in Cortex XSOAR. The Admin Guide states that the syntax requires proper quoting for parameters, especially when assigning descriptive text that may include spaces. The correct syntax is:

!setIncident description="some text"

This updates the built-in description field at the incident level and allows widgets, dashboards, and reports to use the updated description because XSOAR widgets can read incident fields directly. Option A uses correct syntax with quotes included.

Option B incorrectly uses !Set, which modifies context keys , not incident fields. Option C is invalid due to incorrect parameter formatting (hyphens instead of equals signs). Option D omits quotation marks, causing parsing errors in cases where the value includes spaces, verbs, or punctuation.

Thus, the only correct and fully documented method to update an incident’s description so that it is available to widgets is A: !setIncident description="…" .

Question #3 (Topic: Demo Questions)

What determines the current verdict for an indicator when multiple sources provide different reliability scores and verdicts?

A.

Verdict provided by the most recently updated source.

B.

Average verdict score from all sources.

C.

Verdict provided by the source with the highest reliability score.

D.

Highest severity verdict from all sources.

Correct Answer: C
Explanation:

The Threat Intelligence section specifies that XSOAR determines an indicator’s verdict by selecting the verdict from the source that has the highest reliability score.

Only when two sources have equal reliability does XSOAR choose the most severe (worst) verdict between them.

Question #4 (Topic: Demo Questions)

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?

A.

!addToList listName="BlockedSenders_Email" listData=" < email_address > "

B.

!appendToListContext listPath="BlockedSenders Email" data=" < email_address > ".

C.

!setIncident list.BlockedSenders_Emai1=" < email_address > ".

D.

!createListItem listName="BlockedSenders_Email" itemValue=" < email_address > ".

Correct Answer: A
Explanation:

XSOAR’s built-in Lists Service supports operations such as creating, updating, and appending items to lists using automation commands. The correct command for appending a value to an existing list is !addToList , which inserts the new string (in this case an email address) into the list array stored within the XSOAR Lists infrastructure.

The Admin Guide describes !addToList as the intended mechanism to add new elements to a named list while automatically handling JSON structure and avoiding duplication errors.

Option B, !appendToListContext, modifies context data , not persistent platform lists—therefore it will not update the BlockedSenders list. Option C misuses !setIncident, which updates incident fields only, not system lists. Option D, !createListItem, is used when an integration or automation script exposes a “create item” action, not for native XSOAR lists.

Thus, the correct and documented method of adding an email value to a persistent XSOAR list is !addToList , making option A the accurate choice.

Question #5 (Topic: Demo Questions)

Which two advanced attributes can be applied to incident fields when editing? (Choose two.) 

A.

Set a field trigger script

B.

Associate to an incident type

C.

Change field type

D.

Change field name 

Correct Answer: A, B
Explanation:

Reference: https://docs.servicenow.com/bundle/quebec-it-servicemanagement/page/product/incident-management/reference/incident-managementproperties.html

Download Exam
Page: 1 / 1
Next Page