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

Splunk SPLK-2001 Splunk Certified Developer Exam Exam Practice Test

Page: 1 / 7
Total 70 questions

Splunk Certified Developer Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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

Question 2

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

Question 3

Which of the following describes a Splunk custom visualization?

Options:

A.

A visualization with custom colors.

B.

Any visualization available in Splunk.

C.

A visualization in Splunk modified by the user.

D.

A visualization that uses the Splunk Custom Visualization API.

Question 4

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.

Question 5

To delete the record with a _key value of smith from the sales collection, a DELETE request should be sent to which REST endpoint?

Options:

A.

/storage/collections/sales/smith

B.

/storage/kvstore/data/sales/smith

C.

/storage/collections/data/sales/smith

D.

/storage/kvstore/collections/sales/smith

Question 6

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

Question 7

Suppose the following query in a Simple XML dashboard returns a table including hyperlinks:

index news sourcetype web_proxy | table sourcetype title link

Which of the following is a valid dynamic drilldown element to allow a user of the dashboard to visit the hyperlinks contained in the link field?

Options:

A.

B.

$$row.link$$

C.

$row.link|n$

D.

http://localhost:8000/debug/refresh

Question 8

Which of the following Simple XML elements configure panel link buttons? (Select all that apply.)

Options:

A.

<title>Open In Search</title>

B.

C.

D.

Question 9

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.

Question 10

What must be done when calling the service NS endpoint?

Options:

A.

Authenticate with an admin user.

B.

Specify the user and app context in the URI.

C.

Authenticate with the user of the required context.

D.

Pass the user and app context in the request payload.

Question 11

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.

Question 12

Data can be added to a KV store collection in which of the following format(s)?

Options:

A.

JSON

B.

JSON, XML

C.

JSON, XML, CSV

D.

JSON, XML, CSV, TXT

Question 13

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

Question 14

When the search/jobs REST endpoint is called to execute a search, what can be done to reduce the results size in the results? (Select all that apply.)

Options:

A.

Use a generating search.

B.

Remove unneeded fields.

C.

Truncate the data, using selective functions.

D.

Summarize data, using analytic commands.

Question 15

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.

Question 16

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

Question 17

Which of the following is an example of a Splunk KV store use case? (Select all that apply.)

Options:

A.

Stores checkpoint data for modular inputs.

B.

Tracks workflow in an incident-review system.

C.

Indexes metrics data from remote HTTP sources.

D.

Stores application state as a user interacts with an app.

Question 18

Which of the following are requirements for arguments sent to the data/indexes endpoint? (Select all that apply.)

Options:

A.

Be url-encoded.

B.

Specify the datatype.

C.

Include the bucket path.

D.

Include the name argument.

Question 19

Which of the following ensures that quotation marks surround the value referenced by the token?

Options:

A.

$token_name|s$

B.

“$token_name$”

C.

($token_name$)

D.

\“$token_name$\”

Question 20

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.

Question 21

Which items below are configured in inputs.conf? (Select all that apply.)

Options:

A.

A modular input written in Python.

B.

A file input monitoring a JSON file.

C.

A custom search command written in Python.

D.

An HTTP Event Collector as receiver of data from an app.

Page: 1 / 7
Total 70 questions