Splunk SPLK-2001 Splunk Certified Developer Exam Practice Test

Page: 1 / 14
Total 70 questions
Question 1

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



Answer : A, B


Question 2

Which of the following formats are valid for a Splunk REST URI?



Answer : D


Question 3

Consider the following Python code snippet used in a Splunk add-on:

if not os.path.exists(full_path): self.doAction(full_path, header) else: f = open (full_path) oldORnew = f.readline().split('','') f.close()

An attacker could create a denial of service by causing an error in either the open() or readline()

commands. What type of vulnerability is this?



Answer : C


Question 4

Which of the following are valid request arguments for the REST search endpoints? (Select all that apply.)



Answer : B, C


Question 5

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



Answer : B, C


Question 6

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



Answer : B, D


Question 7

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



Answer : A, B


Page:    1 / 14   
Total 70 questions