Splunk SPLK-2001 - Splunk Certified Developer Exam
Page: 3 / 14
Total 70 questions
Question #11 (Topic: Topic 1)
Which of the following is true of a namespace?
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.
Answer: D
Question #12 (Topic: Topic 1)
What must be done when calling the serviceNS endpoint?
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.
Answer: B
Question #13 (Topic: Topic 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?
a saved search owned by someone with a user role?
A. /servicesNS/-/data/saved/searches/mySearch
B. /servicesNS/object/saved/searches/mySearch
C. /servicesNS/search/saved/searches/mySearch
D. /servicesNS/-/search/saved/searches/mySearch
Answer: D
Question #14 (Topic: Topic 1)
Using Splunk Web to modify config settings for a shared object, a revised config file with those changes is placed in which directory?
A. $SPLUNK_HOME/etc/apps/myApp/local
B. $SPLUNK_HOME/etc/system/default/
C. $SPLUNK_HOME/etc/system/local
D. $SPLUNK_HOME/etc/apps/myApp/default
Answer: A
Question #15 (Topic: Topic 1)
What application security best practices should be adhered to while developing an app for Splunk? (Select all that apply.)
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.
Answer: AC