Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Splunk Certified Developer Exam Question and Answers

Splunk Certified Developer Exam

Last Update Apr 28, 2024
Total Questions : 70

We are offering FREE SPLK-2001 Splunk exam questions. All you do is to just go and sign up. Give your details, prepare SPLK-2001 free exam questions and then go for complete pool of Splunk Certified Developer Exam test questions that will help you more.

SPLK-2001 pdf

SPLK-2001 PDF

$35  $99.99
SPLK-2001 Engine

SPLK-2001 Testing Engine

$42  $119.99
SPLK-2001 PDF + Engine

SPLK-2001 PDF + Testing Engine

$56  $159.99
Questions 1

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

Discussion 0
Questions 2

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.

Discussion 0
Questions 3

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’

Discussion 0
Questions 4

Which of the following are reserved field names in a KV Store? (Select all that apply.)

Options:

A.  

_key

B.  

_time

C.  

_user

D.  

_source

Discussion 0
Questions 5

Which of the following are characteristics of an add-on? (Select all that apply.)

Options:

A.  

Requires navigation file.

B.  

Occupies a unique namespace within Splunk.

C.  

Can depend on add-ons for correct operation.

D.  

Contains technology or components not intended for reuse by other apps.

Discussion 0
Questions 6

Which of the following statements describe one-shot searches? (Select all that apply.)

Options:

A.  

Are always executed asynchronously.

B.  

Can specify csv as an output format.

C.  

Stream all results upon search completion.

D.  

Can use autocancel to set a timeout limit.

Discussion 0
Questions 7

Which HTTP Event Collector (HEC) endpoint should be used to collect data in the following format?

{“message”:“Hello World”, “foo”:“bar”, “pony”:“buttercup”}

Options:

A.  

data/inputs/http/{name}

B.  

services/collector/raw

C.  

services/collector

D.  

data/inputs/http

Discussion 0
Questions 8

When using the Splunk REST API, which of the following containers is/are included in the Atom Feed response? (Select all that apply.)

Options:

A.  

B.  

C.  

D.  

Discussion 0
Questions 9

Assuming permissions are set appropriately, which REST endpoint path can be used by someone with a power user role to access information about mySearch, a saved search owned by someone with a user role?

Options:

A.  

/servicesNS/-/data/saved/searches/mySearch

B.  

/servicesNS/object/saved/searches/mySearch

C.  

/servicesNS/search/saved/searches/mySearch

D.  

/servicesNS/-/search/saved/searches/mySearch

Discussion 0
Questions 10

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.

Discussion 0
Questions 11

Which Splunk REST endpoint is used to create a KV store collection?

Options:

A.  

/storage/collections

B.  

/storage/kvstore/create

C.  

/storage/collections/config

D.  

/storage/kvstore/collections

Discussion 0
Questions 12

There is a global search named “global_search” defined on a form as shown below:

index-_internal source-*splunkd.log | stats count by component, log_level

Which of the following would be a valid post-processing search? (Select all that apply.)

Options:

A.  

| tstats count

B.  

sourcetype=mysourcetype

C.  

stats sum(count) AS count by log level

D.  

search log_level=error | stats sum(count) AS count by component

Discussion 0
Questions 13

Which of the following search commands can be used to perform statistical queries on indexed fields in TSIDX files?

Options:

A.  

stats

B.  

tstats

C.  

tscollect

D.  

transaction

Discussion 0
Questions 14

Which type of command is tstats?

Options:

A.  

Generating

B.  

Transforming

C.  

Centralized streaming

D.  

Distributable streaming

Discussion 0
Questions 15

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.

Discussion 0
Questions 16

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

Discussion 0
Questions 17

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.

Discussion 0
Questions 18

Which files within an app contain permissions information? (Select all that apply.)

Options:

A.  

local/metadata.conf

B.  

metadata/local.meta

C.  

default/metadata.conf

D.  

metadata/default.meta

Discussion 0
Questions 19

Which of the following is a way to monitor app performance? (Select all that apply.)

Options:

A.  

Using Splunk logs.

B.  

Using the search job inspector.

C.  

Using the Monitoring Console.

D.  

Using the storage/collections/config REST endpoint.

Discussion 0
Questions 20

Which of the following are types of event handlers? (Select all that apply.)

Options:

A.  

Search

B.  

Set token

C.  

Form input

D.  

Visualization

Discussion 0
Questions 21

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$

Discussion 0