Splunk QA Examtopics 1 Official
Splunk QA Examtopics 1 Official
1. Which one of the following statements about the search command is true?
D
B
A
4. Data models are composed of one or more of which of the following datasets? (Choose all that apply.)
A. Events datasets
B. Search datasets
C. Transaction datasets
A,B,C
5. When using the Field Extractor (FX), which of the following delimiters will work? (Choose all that
apply.)
A. Tabs
B. Pipes
C. Colons
D. Spaces
A,B,C,D
A. Users
B. Architects
C. Administrators
D. Knowledge Managers
D
7. When multiple event types with different color values are assigned to the same event, what
determines the color displayed for the event?
A. Rank
B. Weight
C. Priority
D. Precedence
C
8. Based on the macro definition shown below, what is the correct way to execute the macro in a search
string?
A. "convert_sales(euro,79.,¬‚")ג
B. 'convert_sales(euro,79.,¬‚')ג
C. "convert_sales($euro$,$79$.$,$¬‚")ג
D. 'convert_sales($euro$,$79$.$,$¬‚')ג
B
9. There are several ways to access the field extractor.
Which option automatically identifies the data type, source type, and sample event?
A
10. Which of the following statements would help a user choose between the transaction and stats
commands?
D. Use stats when the events need to be viewed as a single correlated event.
C
11. By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
A. Turned off.
B. Turned on.
A
12. Which of the following statements describe the Common Information Model (CIM)? (Choose all that
apply.)
D. CIM is an app that can coexist with other apps on a single Splunk deployment.
13. Which of the following knowledge objects represents the output of an eval expression?
A. Eval fields
B. Calculated fields
C. Field extractions
D. Calculated lookups
B
C. All events in a transaction must have the exact same set of fields.
D
15. Which delimiters can the Field Extractor (FX) detect? (Choose all that apply.)
A. Tabs
B. Pipes
C. Spaces
D. Commas
A,B,C,D
B
A. In a field.
B. In an index.
C. In a KV Store.
D. In a database.
A
18. Which of the following statements describe calculated fields? (Choose all that apply.)
D. Calculated fields are shortcuts for performing calculations using the eval command.
A,B,D
A. Tags
B. Extracted fields
B
C
21. When performing a regular expression (regex) field extraction using the Field Extractor (FX), what
happens when the require option is used?
B. The field being extracted will be required for all future events.
C. The events without the required field will not display in searches.
D. Only events with the required string will be included in the extraction.
D
22. When using | timechart by host, which field is represented in the x-axis?
A. date
B. host
C. time
D. _time
D
23. Which of the following is the correct way to use the datamodel command to search fields in the Web
data model within the Web dataset?
A
24. Which of the following statements describe the command below? (Choose all that apply.)
sourcetype=access_combined | transaction JSESSIONID
D. Events with the same JSESSIONID will be grouped together into a single event.
B,C,D
25. Which of the following searches will return events containing a tag named Privileged?
A. tag=Priv
B. tag=Priv*
C. tag=priv*
D. tag=privileged
B
26. Given the macro definition below, what should be entered into the Name and Arguments fields to
correctly configure the macro?
A. The macro name is sessiontracker and the arguments are action, JESSIONID.
B. The macro name is sessiontracker(2) and the arguments are action, JESSIONID.
C. The macro name is sessiontracker and the arguments are $action$, $JESSIONID$.
D. The macro name is sessiontracker(2) and the Arguments are $action$, $JESSIONID$.
B
A
28. Which workflow action method can be used when the action type is set to link?
A. GET
B. PUT
C. Search
D. UPDATE
A
29. Which of the following statements about tags is true? (Choose all that apply.)
B,D
30. Which of the following statements about macros is true? (Choose all that apply.)
C. Argument values are used to resolve the search string at execution time.
D. Argument values are used to resolve the search string when the macro is created.
B,C
31. Information needed to create a GET workflow action includes which of the following? (Choose all
that apply.)
C. A label that will appear in the Event Action menu at search time.
D. A name for the URI where the user will be directed at search time.
A,B,C
32. Which of the following can be used with the eval command tostring function? (Choose all that
apply.)
A. "hex"
B. "commas"
C. "decimal"
D. "duration"
A,B,D
33. Which of the following searches show a valid use of a macro? (Choose all that apply.)
A,C
34. A user wants to convert numeric field values to strings and also to sort on those values.
C. Use sort first, then convert the numeric to a string with eval.
D. You cannot use the sort command and the eval command on the same field.
C
35. Which Knowledge Object does the Splunk Common Information Model (CIM) use to normalize data,
in addition to field aliases, event types, and tags?
A. Macros
B. Lookups
C. Workflow actions
D. Field extractions
B,D
36. Which of the following statements describe data model acceleration? (Choose all that apply.)
B,C,D
C
38. If no value is specified with the fillnull command, what default value will be used?
A. 0
B. N/A
C. ג€"
D. NULL
A
39. What other syntax will produce exactly the same results as | chart count over vendor_action by
user?
A
C
41. When using timechart, how many fields can be listed after a by clause?
C. 2, because one field would represent the x-axis and the other would represent the y-axis.
B
42. A field alias has been created based on an original field. A search without any transforming
commands is then executed in Smart Mode.
A. Both will appear in the All Fields list, but only if the alias is specified in the search.
B. Both will appear in the Interesting Fields list, but only if they appear in at least 20 percent of events.
C. The original field only appears in All Fields list and the alias only appears in the Interesting Fields list.
D. The alias only appears in the All Fields list and the original field only appears in the Interesting Fields
list.
B
A. A macro is a reusable search string that must contain the full search.
B. A macro is a reusable search string that must have a fixed time range.
C. A macro is a reusable search string that may have a flexible time range.
D. A macro is a reusable search string that must contain only a portion of the search.
C
B
45. In which of the following scenarios is an event type more effective than a saved search?
C
46. When using the transaction command, what does the argument maxspan do?
C. Sets the maximum total time between the earliest and latest events in a transaction.
D. Sets the maximum length that any single event can reach to be included in the transaction.
C
A. Search string
C. Permission setting
D. An eval statement
A
48. To identify all of the contributing events within a transaction that contain at least one REJECT event,
which syntax is correct?
B