Exam PCSAE All QuestionsBrowse all questions from this exam
Question 124

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?

    Correct Answer: D

    To build a button that assigns an analyst to an incident as the owner, you should edit the incident layout to add a new button. This button should call the AssignAnalystToIncident automation with the argument assignBy=current. This ensures that the current user is marked as the owner of the incident.

Discussion
KaiWOption: D

https://xsoar.pan.dev/docs/reference/scripts/assign-analyst-to-incident

SarpppOption: D

Since assigntome automation's button does not have any arguments, the proper answer would be assignanalysttoincident script with assignby=current argument. Thus, answer will be D.

news088Option: D

D as Sarpp description. https://xsoar.pan.dev/docs/reference/scripts/assign-analyst-to-incident

franko_72Option: A

A would be the closest

franko_72Option: B

All wrong. Edit layout, add new button, click on it and select a Button Script, search for AssignToMeButton and save it. That's it.