Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 591klB651

SPLK-2001 Splunk Certified Developer Exam Questions and Answers

Questions 4

Which of the following are true of auto-refresh for dashboard panels? (Select all that apply.)

Options:

A.

Applies to inline searches and saved searches.

B.

Enabling auto-refresh for a report requires editing XML.

C.

Post-processing searches are refreshed when their base searches are refreshed.

D.

Each post-processing search using the same base search can have a different refresh time.

Buy Now
Questions 5

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 6

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 7

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.

Buy Now
Questions 8

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.

Buy Now
Questions 9

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 10

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

Buy Now
Questions 11

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.

Buy Now
Questions 12

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.

Buy Now
Questions 13

What application security best practices should be adhered to while developing an app for Splunk? (Select all that apply.)

Options:

A.

Review the OWASP Top Ten List.

B.

Store passwords in clear text in .conf files.

C.

Review the OWASP Secure Coding Practices Quick Reference Guide.

D.

Ensure that third-party libraries that the app depends on have no outstanding CVE vulnerabilities.

Buy Now
Questions 14

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

Buy Now
Questions 15

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 16

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.

Buy Now
Questions 17

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

Buy Now
Questions 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.

Buy Now
Questions 19

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 20

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

Buy Now
Questions 21

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

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

PDF + Testing Engine

$64  $159.99

Testing Engine

$48  $119.99
buy now SPLK-2001 testing engine

PDF (Q&A)

$40  $99.99
buy now SPLK-2001 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 20 Apr 2024