Splunk SPLK-2003 Practice Test - Questions Answers, Page 8
List of questions
How is a Django filter query performed?
By adding parameters to the URL similar to the following: phantom/rest/container?_filter_tags_contains='sumo'.
phantom/rest/search/app/contains/'sumo'
Browse to the Django Filter Query Editor in the Administration panel.
Install the SOAR Django App first, then configure the search query in the App editor.
Which of the following is an asset ingestion setting in SOAR?
Polling Interval
Tag
File format
Operating system
When configuring a Splunk asset for SOAR to connect to a Splunk Cloud instance, the user discovers that they need to be able to run two different on_poll searches. How is this possible?
Install a second Splunk app and configure the query in the second app.
Configure the second query in the Splunk App for SOAR Export.
Enter the two queries in the asset as comma separated values.
Configure a second Splunk asset with the second query.
What is the primary objective of using the I2A2 playbook design methodology?
To create detailed playbooks.
To create playbooks that customers will not edit.
To meet customer requirements using a single playbook.
To create simple, reusable, modular playbooks.
Which of the following is a reason to create a new role in SOAR?
To define a set of users who have access to a special label.
To define a set of users who have access to a restricted app.
To define a set of users who have access to an event's reports.
To define a set of users who have access to a sensitive tag.
Which two playbook blocks can discern which path in the playbook to take next?
Prompt and decision blocks.
Decision and action blocks.
Filter and decision blocks.
Filter and prompt blocks.
Configuring SOAR search to use an external Splunk server provides which of the following benefits?
The ability to run more complex reports on SOAR activities.
The ability to ingest Splunk notable events into SOAR.
The ability to automate Splunk searches within SOAR.
The ability to display results as Splunk dashboards within SOAR.
Where can the Splunk App for SOAR Export be downloaded from?
GitHub and Splunkbase.
SOAR Community and GitHub.
Splunkbase and SOAR Community.
Splunk Answers and Splunkbase.
When writing a custom function that uses regex to extract the domain name from a URL, a user wants to create a new artifact for the extracted domain. Which of the following Python API calls will create a new artifact?
phantom.new_artifact ()
phantom. update ()
phantom.create_artifact ()
phantom.add_artifact ()
In a playbook, more than one Action block can be active at one time. What is this called?
Serial Processing
Parallel Processing
Multithreaded Processing
Juggle Processing
Question