Splunk SPLK-2003 Practice Test - Questions Answers, Page 7
List of questions
Why does SOAR use wildcards within artifact data paths?
To make playbooks more specific.
To make playbooks filter out nulls.
To make data access in playbooks easier.
To make decision execution in playbooks run faster.
Which of the following queries would return all artifacts that contain a SHA1 file hash?
https://<PHANTOM_URL>/rest/artifact?_filter_cef_md5_insull=false
https://<PHANTOM_URL>/rest/artifact?_filter_cef_Shal_contains=''''
https://<PHANTOM_URL>/rest/artifact?_filter_cef_shal_insull=False
https://<PHANTOM_URL>/rest/artifact?_filter_shal__insull=False
What is the default embedded search engine used by SOAR?
Embedded Splunk search engine.
Embedded SOAR search engine.
Embedded Django search engine.
Embedded Elastic search engine.
How can the DECIDED process be restarted?
By restarting the playbook daemon.
On the System Health page.
In Administration > Server Settings.
By restarting the automation service.
Which of the following can be configured in the ROI Settings?
Number of full time employees (FTEs).
Time lost.
Analyst hours per month.
Annual analyst salary.
What are the components of the I2A2 design methodology?
Inputs, Interactions, Actions, Apps
Inputs, Interactions, Actions, Artifacts
Inputs, Interactions, Apps, Artifacts
Inputs, Interactions, Actions, Assets
Some of the playbooks on the SOAR server should only be executed by members of the admin role. How can this rule be applied?
Make sure the Execute Playbook capability is removed from all roles except admin.
Place restricted playbooks in a second source repository that has restricted access.
Add a filter block to all restricted playbooks that filters for runRole = 'Admin'.
Add a tag with restricted access to the restricted playbooks.
Which of the following can be edited or deleted in the Investigation page?
Action results
Comments
Approval records
Artifact values
Which of the following roles is appropriate for a Splunk SOAR account that will only be used to execute automated tasks?
Non-Human
Automation
Automation Engineer
Service Account
To limit the impact of custom code on the VPE, where should the custom code be placed?
A custom container or a separate KV store.
A separate code repository.
A custom function block.
A separate container.
Question