Practice Free PCSAE Exam Online Questions
An engineer is developing a playbook that will be run multiple times for testing purposes.
What is the recommended first task to be used in the playbook?
- A . DeleteContext
- B . GenerateTest
- C . PrintContext
- D . SetContext
Which field type should be used to hold more than 60,000 characters of unformatted text?
- A . Short Text
- B . HTML
- C . Long Text
- D . Markdown
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
Which three authentication methods are supported when logging into XSOAR? (Choose three.)
- A . OTP token
- B . User name and password
- C . SAML
- D . Active Directory authentication
- E . RADIUS
What are three different loop types in a playbook? (Choose three.)
- A . Automation
- B . Built-in
- C . Data collection
- D . Conditional
- E . For-each
Management would like to get an incident report automatically following an incident’s closure.
How would this be accomplished?
- 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
When creating an automation in XSOAR, what is the best way to create a log message?
- A . Using a debug statement
- B . Using the demisto.debug() function
- C . Using a print statement
- D . Using the demisto.results() function
Which three actions can an engineer take on the troubleshooting page? (Choose three.)
- A . Download the debug log bundle
- B . Put the XSOAR server in maintenance mode
- C . View and modify server configuration settings
- D . Export and import custom content
- E . View a list of server administrators
In which two options can an automation script be executed? (Choose two.)
- A . Engine
- B . Integration
- C . War room
- D . Playbook
How would context data be filtered to receive only malicious indicator values with DBotScore?
- A . Get DBotScore.value where DBotScore.Score (Larger or equals) 4
- B . Get DBotScore.value where DBotScore.Score (equals (int)) 3
- C . Get DBotScore where DBotScore.Score (Larger than) 1
- D . Get DBotScore where DBotScore.Score (Larger or equals) 2