ExamGecko
Home / Splunk / SPLK-2003 / List of questions
Ask Question

Splunk SPLK-2003 Practice Test - Questions Answers, Page 8

List of questions

Question 71

Report
Export
Collapse

How is a Django filter query performed?

By adding parameters to the URL similar to the following: phantom/rest/container?_filter_tags_contains='sumo'.

By adding parameters to the URL similar to the following: phantom/rest/container?_filter_tags_contains='sumo'.

phantom/rest/search/app/contains/'sumo'

phantom/rest/search/app/contains/'sumo'

Browse to the Django Filter Query Editor in the Administration panel.

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.

Install the SOAR Django App first, then configure the search query in the App editor.

Suggested answer: A

Explanation:

Django filter queries in Splunk SOAR are performed by appending filter parameters directly to the REST API URL. This allows users to refine their search and retrieve specific data. For example, to filter containers by tags containing the word 'sumo', the following URL structure would be used: https://<PHANTOM_URL>/rest/container?_filter_tags_contains='sumo'. This format enables users to construct dynamic queries that can filter results based on specified criteria within the Django framework used by Splunk SOAR.

The correct way to perform a Django filter query in Splunk SOAR is to add parameters to the URL similar to the following: phantom/rest/container?_filter_tags_contains=''sumo''. This will return a list of containers that have the tag ''sumo'' in them. You can use various operators and fields to filter the results according to your needs. For more details, see Query for Data and Use filters in your Splunk SOAR (Cloud) playbook to specify a subset of artifacts before further processing. The other options are either incorrect or irrelevant for this question. For example:

* phantom/rest/search/app/contains/''sumo'' is not a valid URL for a Django filter query. It will return an error message saying ''Invalid endpoint''.

* There is no Django Filter Query Editor in the Administration panel of Splunk SOAR. You can use the REST API Tester to test your queries, but not to edit them.

* There is no SOAR Django App that needs to be installed or configured for performing Django filter queries. Splunk SOAR uses the Django framework internally, but you do not need to install or use any additional apps for this purpose.

asked 13/11/2024
Anas Hairuddin
23 questions

Question 72

Report
Export
Collapse

Which of the following is an asset ingestion setting in SOAR?

Become a Premium Member for full access
  Unlock Premium Member

Question 73

Report
Export
Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 74

Report
Export
Collapse

What is the primary objective of using the I2A2 playbook design methodology?

Become a Premium Member for full access
  Unlock Premium Member

Question 75

Report
Export
Collapse

Which of the following is a reason to create a new role in SOAR?

Become a Premium Member for full access
  Unlock Premium Member

Question 76

Report
Export
Collapse

Which two playbook blocks can discern which path in the playbook to take next?

Become a Premium Member for full access
  Unlock Premium Member

Question 77

Report
Export
Collapse

Configuring SOAR search to use an external Splunk server provides which of the following benefits?

Become a Premium Member for full access
  Unlock Premium Member

Question 78

Report
Export
Collapse

Where can the Splunk App for SOAR Export be downloaded from?

Become a Premium Member for full access
  Unlock Premium Member

Question 79

Report
Export
Collapse

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?

Become a Premium Member for full access
  Unlock Premium Member

Question 80

Report
Export
Collapse

In a playbook, more than one Action block can be active at one time. What is this called?

Become a Premium Member for full access
  Unlock Premium Member
Total 96 questions
Go to page: of 10