Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

SPLK-2001 Splunk Certified Developer Exam Questions and Answers

Questions 4

Which type of command is tstats?

Options:

A.

Generating

B.

Transforming

C.

Centralized streaming

D.

Distributable streaming

Buy Now
Questions 5

Which of the following formats are valid for a Splunk REST URI?

Options:

A.

host:port/endpoint

B.

scheme://host/servicesNS/*/

C.

$SPLUNK HOME/services/endpoint

D.

scheme://host:port/services/endpoint

Buy Now
Questions 6

Which of the following is true of a namespace?

Options:

A.

The namespace is a type of token filter.

B.

The namespace includes an app attribute which cannot be a wildcard.

C.

The namespace filters the knowledge objects returned by the REST API.

D.

The namespace does not filter knowledge objects returned by the REST API.

Buy Now
Questions 7

Which of the following are valid request arguments for the REST search endpoints? (Select all that apply.)

Options:

A.

latest_time=rt

B.

latest_time=now

C.

earliest_time=-5h@h

D.

earliest_time=rt_10m@m

Buy Now
Questions 8

Which of the following are ways to get a list of search jobs? (Select all that apply.)

Options:

A.

Access Activity > Jobs with Splunk Web.

B.

Use Splunk REST to query the /services/search/jobs endpoint.

C.

Use Splunk REST to query the /services/saved/searches endpoint.

D.

Use Splunk REST to query the /services/search/sid/results endpoint.

Buy Now
Questions 9

Which of the following statements defines a namespace?

Options:

A.

The namespace is a combination of the user and the app.

B.

The namespace is a combination of the user, the app, and the role.

C.

The namespace is a combination of the user, the app, the role, and the sharing level.

D.

The namespace is a combination of the user, the app, the role, the sharing level, and the permissions.

Buy Now
Questions 10

Given the following two files defining app navigation, which navigation options will be displayed to the end user? (Select all that apply.)

$SPLUNK_HOME/etc/apps/app_name/default/data/ui/nav/default.xml

< nav search_view=“search” color=“#65A637” >

< view name=“search” default=‘true’ / >

< view name=“datasets” / >

< view name=“reports” / >

< view name=“dashboards” / >

< /nav >

$SPLUNK_HOME/etc/apps/app_name/local/data/ui/nav/default/xml

< nav search_view=“search” color=“#65A637” >

< view name=“search” default=‘true’ / >

< view name=“datasets” / >

< view name=“dashboards” / >

< /nav >

Options:

A.

Search

B.

Reports

C.

Datasets

D.

Dashboards

Buy Now
Questions 11

How can hiding or showing a panel by clicking on a chart or a table on the same form be performed?

Options:

A.

By using vent drilldown.

B.

By using workflow action.

C.

By using contextual drilldown.

D.

By using visualization drilldown.

Buy Now
Questions 12

Which of the following is an intended use of HTTP Event Collector tokens?

Options:

A.

A cookie.

B.

An HTTP header field.

C.

A JSON field in the HTTP request.

D.

A password in conjunction with login.

Buy Now
Questions 13

A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?

Options:

A.

$$token_name$$

B.

$token_name|h$

C.

$token_name|n$

D.

$token_name|u$

Buy Now
Questions 14

When output_mode is not used, which element of a feed is a human readable name for a returned entry?

Options:

A.

Author

B.

Title

C.

Link

D.

Id

Buy Now
Questions 15

When updating a knowledge object via REST, which of the following are valid values for the sharing Access Control List property?

Options:

A.

App

B.

User

C.

Global

D.

Nobody

Buy Now
Questions 16

Which of these URLs could be used to construct a REST request to search the employee KV store collection to find records with a rating greater than or equal to 2 and less than 5?

Options:

A.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={$and:[{rating:{$gte:2}},{rating:{$lt:5}}]} & output_mode-json’

B.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={$and:[{rating:$gte:2}},{rating:{$lt:5}}]} & output_mode=json’

C.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={%22rating%22:{%22$gte%22:2}},{%22$and%22},{%22rating%22:{% 22$lt%22:5}}} & output_mode=json’

D.

‘http://localhost:8089/servicesNS/nobody/search/storage/collections/data/ employees?query={%22$and%22:[{%22rating%22:{%22$gte%22:2}},{%22rating%22:{% 22$lt%22:5}}]} & output_mode=json’

Buy Now
Questions 17

Searching “index=_internal metrics | head 3” from Splunk Web returned the following events:

04-12-2018 18:39:43.514 +0200 INFO Metrics – group=thruput, name=thruput, instantaneous_kbps=0.9651774014563425, instantaneous_eps=5.645638802094809, average_kbps=1.198995639527069, total_k_processed=2676, kb=29.91796875, ev=175, load_average=3.85888671875

04-12-2018 18:39:43.514 +0200 INFO Metrics – group_thruput, name_syslog_output, instantaneous_kbps=0, instantaneous_eps_0, average_kbps=0, total_k_processed=0, kb=0, ev=0

04-12-2018 18:39:43.513 +0200 INFO Metrics – group_thruput, name_index_thruput, instantaneous_kbps=0.9651773703189551, instantaneous_eps=4.87137960922438, average_kbps=1.1985932324065556, total_k_processed=2675, kb=29.91796875, ev=151

When the same search is required from a REST API call, which fields will be given? (Select all that apply.)

Options:

A.

_raw

B.

name

C.

sourcetype

D.

instantaneous_kbps

Buy Now
Questions 18

Which statements are true regarding HEC (HTTP Event Collector) tokens? (Select all that apply.)

Options:

A.

Multiple tokens can be created for use with different sourcetypes and indexes.

B.

The edit token http admin role capability is required to create a token.

C.

To create a token, send a POST request to services/collector endpoint.

D.

Tokens can be edited using the data/inputs/http/{tokenName} endpoint.

Buy Now
Questions 19

When added to an app’s default.meta file, which of the following makes one of its views available to other apps?

Options:

A.

export = app

B.

export = none

C.

export = view

D.

export = system

Buy Now
Questions 20

Which of the following are security best practices for Splunk app development? (Select all that apply.)

Options:

A.

Store passwords in clear text in .conf files.

B.

Implement security in software development lifecycle.

C.

Manually test application with the controls listed in the OWASP Security Testing Guide.

D.

Use a dynamic scanner such as OWASP ZAP to scan web application components for vulnerabilities.

Buy Now
Questions 21

A KV store collection can be associated with a namespace for which of the following users?

Options:

A.

Nobody

B.

Users in the admin role.

C.

Users in the admin and power roles.

D.

Users in the admin, power, and splunk-system-user roles.

Buy Now
Exam Code: SPLK-2001
Exam Name: Splunk Certified Developer Exam
Last Update: May 15, 2026
Questions: 70

PDF + Testing Engine

$64.99  $185.69

Testing Engine

$49.99  $142.83
buy now SPLK-2001 testing engine

PDF (Q&A)

$54.99  $157.11
buy now SPLK-2001 pdf