Free Certification Practice Questions

SPLUNK-SPLK-1002

Loading…
Which of the following can be saved as an event type?
#31
Which of the following statements is true about the root dataset of a data model?
#32
What is the purpose of the fillnull command?
#33
Where are the results of eval commands stored?
#34
When using the eval command, which of these characters can be used to concatenate a string and a number into a single value?
#35
A search contains 'example (100,200) '. What is the name of the macro?
#36
Which of the following eval commands will provide a new value for host from src if it exists?
#37
A user runs the following search: index=X sourcetype=Y | chart count(domain) as count, sum(price) as sum by product, action usenull useother=f Which of the following table headers match the order this command creates?
#38
When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?
#39
Which of the following statements describe calculated fields?
#40
What commands can be used to group events from one or more data sources?
#41
Which delimiters can the Field Extractor (FX) detect?
#42
Which syntax is used to represent an argument in a macro definition?
#43
Which of the following examples would use a POST workflow action?
#44
When creating an event type, which is allowed in the search string?
#45
What do events in a transaction have in common?
#46
Which field extraction method should be selected for comma-separated data?
#47
Which of the following options will define the first event in a transaction?
#48
What approach is recommended when using the Splunk Common Information Model (CIM) add-on to normalize data?
#49
What type of command is eval?
#50
Which one of the following statements about the search command is true?
#51
Which of the following statements would help a user choose between the transaction and stats commands?
#52
What is the correct syntax to find events associated with a tag?
#53
Which of the following is true about the Splunk Common Information Model (CIM)?
#54
Consider the following search run over a time range of last 7 days: index=web sourcetype=access_combined | timechart avg(bytes) by product_name Which option is used to change the default time span so that results are grouped into 12 hour intervals?
#55
When would transaction be used instead of stats?
#56
Given the following eval statement: ... | eval field1 = if(isnotnull(fieid1),field1,0), field2 = if(isnull Which of the following is the equivalent using fillnull?
#57
The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
#58
How is a Search Workflow Action configured to run at the same time range as the original search?
#59
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
#60