Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Splunk SPLK-2001 Splunk Certified Developer Exam Practice Test

Page: 1 / 7
Total 70 questions

Splunk Certified Developer Questions and Answers

Question 1

After updating a dashboard in myApp, a Splunk admin moves myApp to a different Splunk instance. After logging in to the new instance, the dashboard is not seen. What could have happened? (Select all that apply.)

Options:

A.

The dashboard’s permissions were set to private.

B.

User role permissions are different on the new instance.

C.

The admin deleted the myApp/local directory before packaging.

D.

Changes were placed in $SPLUNK_HOME/etc./apps/search/default/data/ui/nav

Question 2

Log files related to Splunk REST calls can be found in which indexes? (Select all that apply.)

Options:

A.

_audit

B.

_internal

C.

_thefishbucket

D.

_blocksignature

Question 3

The response message from a successful Splunk REST call includes an element. What is contained in an element?

Options:

A.

A dictionary of elements.

B.

Metadata encapsulating the element.

C.

A response code indicating success or failure.

D.

An individual element in an collection.

Question 4

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 5

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.

Question 6

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

Question 7

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.

Question 8

Which of the following statements describe an HEC token? (Select all that apply.)

Options:

A.

Maps to a Splunk user.

B.

Can be used to download data.

C.

Is a GUID (globally unique identifier).

D.

Can be created in Splunk Web or using REST endpoints.

Question 9

When using the Splunk Web Framework to create a global search, which is the correct post-process syntax for the base search shown below?

var searchmain = new SearchManager{{ id: “base-search”,

search: “index= internal | head 10 | fields “*”, preview: true,

cache: true

}};

Options:

A.

var mypostproc1 = new PostProcessManager {{ id: “post1”,

managerid: “base-search”,

search: “| stats count by sourcetype”

}};

B.

var mypostproc1 = new PostProcessManager{{ id: “post1”,

managerid: “base”,

search: “| stats count by sourcetype”

}};

C.

var mypostproc1 = new PostProcess{{ id: “post1”,

managerid: “base-search”,

search: “| search stats count by sourcetype”

}};

D.

You cannot create global searches in the Splunk Web Framework.

Question 10

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 11

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.

Question 12

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

Question 13

Which of the following log files contains logs that are most relevant to Splunk Web?

Options:

A.

audit.log

B.

metrics.log

C.

splunkd.log

D.

web_service.log

Question 14

Given a dashboard with a Simple XML extension in myApp, what is the XML reference for the file myJS.js located in myOtherApp in the location shown below?

$SPLUNK_HOME/etc/apps/myOtherApp/appserver/static/javascript/

Options:

A.

B.

C.

D.

Question 15

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

Question 16

A dashboard is taking too long to load. Several searches start with the same SPL. How can the searches be optimized in this dashboard? (Select all that apply.)

Options:

A.

Convert searches to include NOT expressions.

B.

Restrict the time range of the search as much as possible.

C.

Replace | stats command with | transaction command wherever possible.

D.

Convert the common SPL into a Global Search and convert the other searches to post-processing searches.

Question 17

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

Options:

A.

Search

B.

Set token

C.

Form input

D.

Visualization

Question 18

Which of the following are valid parent elements for the event action shown below? (Select all that apply.)

sourcetype=$click.value|s$

Options:

A.

B.

C.

D.

Question 19

Which of the following is a customization option for the Open in Search panel link button?

Options:

A.

Display the refresh time.

B.

Show the Export Results button.

C.

Show link buttons at the bottom of a panel.

D.

Define an alternative search or target view to use.

Question 20

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 21

In a DELETE request, what would omitting the value of _key from the REST endpoint do?

Options:

A.

Clean the KV store, deleting all content.

B.

Produce the syntax error “Key value missing”.

C.

Cause all records in a collection to be deleted.

D.

Mean that the _key value must be passed as an argument.

Page: 1 / 7
Total 70 questions