SPLK-2001 Splunk Certified Developer Exam

Loading demo links...

Showing 1–3 of 10 questions

Question 1

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

Select all that apply, then click Submit answer.

  • Be url-encoded.

  • Specify the datatype.

  • Include the bucket path.

  • Include the name argument.

Question 2

Which of the following statements describe oneshot searches? (Select all that apply.)

Select all that apply, then click Submit answer.

  • Are always executed asynchronously.

  • Can specify csv as an output format.

  • Stream all results upon search completion.

  • Can use auto_cancel to set a timeout limit.

Question 3

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.)

Select all that apply, then click Submit answer.

  • Convert searches to include NOT expressions.

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

  • Replace | stats command with | transaction command wherever possible.

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