Core Certified User - 1001 Flashcards

(229 cards)

1
Q

What determines the scope of data that appears in a scheduled report?
A. All data accessible to the User role will appear in the report.
B. All data accessible to the owner of the report will appear in the report.
C. All data accessible to all users will appear in the report until the next time the report is run.
D. The owner of the report can configure permissions so that the report uses either the User role or the owner’s profile at run time.

A

D. The owner of the report can configure permissions so that the report uses either the User role or the owner’s profile at run time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
When writing searches in Splunk, which of the following is true about Booleans? 
A.	They must be lowercase. 
B.	They must be uppercase. 
C.	They must be in Quotations. 
D.	They must be in parentheses.
A

B. They must be uppercase.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following searches would return events with failure in index netfw or warn or critical in index netops?
A. (index=netfw failure) AND index=netops warn OR critical
B. (index=netfw failure) OR (index=netops (warn OR critical))
C. (index=netfw failure) AND (index=netops (warn OR critical))
D. (index=netfw failure) OR index=netops OR (warn OR critical)

A

B. (index=netfw failure) OR (index=netops (warn OR critical))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Which of the following constraints can be used with the top command? 
A.	limit 
B.	useperc 
C.	addtotals 
D.	fieldcount
A

A. limit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
When running searches, command modifiers in the search string are displayed in what color? 
A.	Red 
B.	Blue 
C.	Orange 
D.	Highlighted
A

C. Orange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can search results be kept longer than 7 days?
A. By scheduling a report.
B. By creating a link to the job.
C. By changing the job settings.
D. By changing the time range picker to more than 7 days.

A

A. By scheduling a report.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is a Splunk search best practice?
A. Filter as early as possible.
B. Never specify more than one index.
C. Include as few search terms as possible.
D. Use wildcards to return more search results.

A

A. Filter as early as possible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When displaying results of a search, which of the following is true about line charts?
A. Line charts are optimal for single and multiple series.
B. Line charts are optimal for single series when using Fast mode.
C. Line charts are optimal for multiple series with 3 or more columns.
D. Line charts are optimal for multiseries searches with at least 2 or more columns.

A

A. Line charts are optimal for single and multiple series.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How are events displayed after a search is executed?
A. In chronological order.
B. Randomly by default.
C. In reverse chronological order.
D. Alphabetically according to field name.

A

C. In reverse chronological order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

10) Which of the following is true about user account settings and preferences?
A. Search & Reporting is the only app that can be set as the default application.
B. Full names can only be changed by accounts with a Power User or Admin role.
C. Time zones are automatically updated based on the setting of the computer accessing Splunk.
D. Full name, time zone, and default app can be defined by clicking the login name in the Splunk bar.

A

D. Full name, time zone, and default app can be defined by clicking the login name in the Splunk bar.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a primary function of a scheduled report?
A. Auto-detect changes in performance.
B. Auto-generated PDF reports of overall data trends.
C. Regularly scheduled archiving to keep disk space use low.
D. Triggering an alert in your Splunk instance when certain conditions are met.

A

B. Auto-generated PDF reports of overall data trends.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
Which command is used to review the contents of a specified static lookup file? 
A.	lookup 
B.	csvlookup 
C.	inputlookup 
D.	outputlookup
A

C. inputlookup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
When sorting on multiple fields with the sort command, what delimiter can be used between the field names in the search? 
A.	| 
B.	$ 
C.	! 
D.	,
A

D. ,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which time range picker configuration would return real-time events for the past 30 seconds?
A. Preset - Relative: 30-seconds ago
B. Relative - Earliest: 30-seconds ago, Latest: Now
C. Real-time - Earliest: 30-seconds ago, Latest: Now
D. Advanced - Earliest: 30-seconds ago, Latest: Now

A

C. Real-time - Earliest: 30-seconds ago, Latest: Now

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
What is the correct syntax to count the number of events containing a vendor_action field? 
A.	count stats vendor_action 
B.	count stats (vendor_action) 
C.	stats count (vendor_action) 
D.	stats vendor_action (count)
A

C. stats count (vendor_action)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following statements about case sensitivity is true?
A. Both field names and field values ARE case sensitive.
B. Field names ARE case sensitive; field values are NOT.
C. Field values ARE case sensitive; field names ARE NOT.
D. Both field names and field values ARE NOT case sensitive.

A

B. Field names ARE case sensitive; field values are NOT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does the rare command do?
A. Returns the least common field values of a given field in the results.
B. Returns the most common field values of a given field in the results.
C. Returns the top 10 field values of a given field in the results.
D. Returns the lowest 10 field values of a given field in the results.

A

A. Returns the least common field values of a given field in the results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q
Which Boolean operator is always implied between two search terms, unless otherwise specified? 
A.	OR 
B.	NOT 
C.	AND 
D.	XOR
A

C. AND

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the purpose of using a by clause with the stats command?
A. To group the results by one or more fields.
B. To compute numerical statistics on each field.
C. To specify how the values in a list are delimited.
D. To partition the input data based on the split-by fields.

A

A. To group the results by one or more fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How do you add or remove fields from search results?
A. Use field +to add and field -to remove.
B. Use table +to add and table -to remove.
C. Use fields +to add and fields –to remove.
D. Use fields Plus to add and fields Minus to remove.

A

C. Use fields +to add and fields –to remove.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

A field exists in search results, but isn’t being displayed in the fields sidebar.
How can it be added to the fields sidebar?
A. Click All Fields and select the field to add it to Selected Fields.
B. Click Interesting Fields and select the field to add it to Selected Fields.
C. Click Selected Fields and select the field to add it to Interesting Fields.
D. This scenario isn’t possible because all fields returned from a search always appear in the fields sidebar.

A

A. Click All Fields and select the field to add it to Selected Fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q
In the fields sidebar, which character denotes alphanumeric field values? 
A.	# 
B.	% 
C.	a 
D.	a#
A

C. a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q
What user interface component allows for time selection? 
A.	Time summary 
B.	Time range picker 
C.	Search time picker 
D.	Data source time statistics
A

B. Time range picker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q
Which of the following is the most efficient filter for running searches in Splunk? 
A.	Time 
B.	Fast mode 
C.	Sourcetype 
D.	Selected Fields
A

A. Time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How does Splunk determine which fields to extract from data? A. Splunk only extracts the most interesting data from the last 24 hours. B. Splunk only extracts fields users have manually specified in their data. C. Splunk automatically extracts any fields that generate interesting visualizations. D. Splunk automatically discovers many fields based on sourcetype and key/value pairs found in the data.
D. Splunk automatically discovers many fields based on sourcetype and key/value pairs found in the data.
26
``` Which of the following file types is an option for exporting Splunk search results? A. PDF B. JSON C. XLS D. RTF ```
B. JSON
27
``` What syntax is used to link key/value pairs in search strings? A. Parentheses B. @ or # symbols C. uotation marks D. Relational operators such as =, ```
D. Relational operators such as =,
28
``` Which search would return events from the access_combined sourcetype? A. Sourcetype=access_combined B. Sourcetype=Access_Combined C. sourcetype=Access_Combined D. SOURCETYPE=access_combined ```
C. sourcetype=Access_Combined
29
In a deployment with multiple indexes, what will happen when a search is run and an index is not specified in the search string? A. No events will be returned. B. Splunk will prompt you to specify an index. C. All non-indexed events to which the user has access will be returned. D. Events from every index searched by default to which the user has access will be returned.
D. Events from every index searched by default to which the user has access will be returned.
30
``` In the Splunk interface, the list of alerts can be filtered based on which characteristics? A. App, Owner, Severity, and Type B. App, Owner, Priority, and Status C. App, Dashboard, Severity, and Type D. App, Time Window, Type, and Severity ```
A. App, Owner, Severity, and Type
31
``` Which of the following are functions of the stats command? A. count, sum, add B. count, sum, less C. sum, avg, values D. sum, values, table ```
C. sum, avg, values
32
Which of the following is a best practice when writing a search string? A. Include all formatting commands before any search terms. B. Include at least one function as this is a search reuirement. C. Include the search terms at the beginning of the search string. D. Avoid using formatting clauses, as they add too much overhead.
C. Include the search terms at the beginning of the search string.
33
When viewing the results of a search, what is an Interesting Field? A. A field that appears in any event. B. A field that appears in every event. C. A field that appears in the top 10 events. D. A field that appears in at least 20% of the events.
D. A field that appears in at least 20% of the events.
34
``` When a Splunk search generates calculated data that appears in the Statistics tab, in what formats can the results be exported? A. CSV, JSON, PDF B. CSV, XML, JSON C. Raw Events, XML, JSON D. Raw Events, CSV, XML, JSON ```
B. CSV, XML, JSON
35
``` Which search matches the events containing the terms “error” and “fail”? A. index=security Error Fail B. index=security error OR fail C. index=security “error failure” D. index=security NOT error NOT fail ```
A. index=security Error Fail
36
Which of the following is the recommended way to create multiple dashboards displaying data from the same search? A. Save the search as a report and use it in multiple dashboards as needed. B. Save the search as a dashboard panel for each dashboard that needs the data. C. Save the search as a scheduled alert and use it in multiple dashboards as needed. D. Export the results of the search to an XML file and use the file as the basis of the dashboards.
A. Save the search as a report and use it in multiple dashboards as needed.
37
``` Which component of Splunk is primarily responsible for saving data? A. Search Head B. Heavy Forwarder C. Indexer D. Universal Forwarder ```
C. Indexer
38
Universal forwarder is recommended for forwarding the logs to indexers. A. Incorrect B. Correct
B. Correct
39
We should use heavy forwarder for sending event-based data to Indexers. A. Incorrect B. Correct
B. Correct
40
``` Which of the following can be used as wildcard search in Splunk? A. = B. > C. ! D. * ```
D. *
41
Prefix wildcards might cause performance issues. A. Incorrect B. Correct
B. Correct
42
Machine data can be in structured and unstructured format. A. Incorrect B. Correct
B. Correct
43
Splunk internal fields contains general information about events and starts from underscore i.e. _ . A. Correct B. Incorrect
A. Correct
44
``` How many main user roles do you have in Splunk? A. 2 B. 4 C. 1 D. 3 ```
D. 3
45
What does the stats command do? A. Automatically correlates related fields. B. Converts field values into numerical values. C. Calculates statistics on data that matches the search criteria. D. Analyzes numerical fields for their ability to predict another discrete field.
C. Calculates statistics on data that matches the search criteria.
46
Which is primary function of the timeline located under the search bar? A. To differentiate between structured and unstructured events in the data. B. To sort the events returned by the search command in chronological order. C. To zoom in and zoom out, although this does not change the scale of the chart. D. To show peaks and/or valleys in the timeline, which can indicate spikes in activity or downtime.
D. To show peaks and/or valleys in the timeline, which can indicate spikes in activity or downtime.
47
What can be configured using the Edit Job Settings menu? A. Export the result to CSV format. B. Add the Job results to a dashboard. C. Schedule the Job to re-run in 10 minutes. D. Change Job Lifetime from 10 minutes to 7 days.
D. Change Job Lifetime from 10 minutes to 7 days.
48
What is the primary use for the rare command? A. To sort field values in descending order. B. To return only fields containing five of fewer values. C. To find the least common values of a field in a dataset. D. To find the fields with the fewest number of values across a dataset.
C. To find the least common values of a field in a dataset.
49
What happens when a field is added to the Selected Fields list in the fields sidebar? A. Splunk will re-run the search job in Verbose Mode to prioritize the new Selected Field. B. Splunk will highlight related fields as a suggestion to add them to the Selected Fields list. C. Custom selections will replace the Interesting Fields that Splunk populated into the list at search time. D. The selected field and its corresponding values will appear underneath the events in the search results.
D. The selected field and its corresponding values will appear underneath the events in the search results.
50
Which of the following describes lookup files? A. Lookup fields cannot be used in searches. B. Lookups contain static data available in the index. C. Lookups add more fields to results returned by a search. D. Lookups pull data at index time and add them to search results.
C. Lookups add more fields to results returned by a search.
51
Splunk extracts fields from event data at index time and at search time. A. Correct B. Incorrect
A. Correct
52
Splunk indexes the data on the basis of timestamps. A. Correct B. Incorrect
A. Correct
53
Parsing of data can happen both in HF and Indexer. A. Only HF B. No C. Yes
C. Yes
54
``` You can on-board data to Splunk using following means (Choose four.): A. Props B. CLI C. Splunk Web D. savedsearches.conf E. Splunk apps and add-ons F. inputs.conf ```
B. CLI C. Splunk Web E. Splunk apps and add-ons F. inputs.conf
55
``` Data sources being opened and read applies to: A. None of these B. Indexing Phase C. Parsing Phase D. Input Phase E. License Metering ```
D. Input Phase
56
``` Select the correct option that applies to Index time processing (Choose three.). A. Indexing B. Searching C. Parsing D. Settings E. Input ```
A. Indexing C. Parsing E. Input
57
Parsing of data can happen both in HF and UF. A. Correct B. Incorrect
B. Incorrect
58
Upload option creates inputs.conf A. Correct B. Incorrect
B. Incorrect
59
``` Splunk index time process can be broken down into __________ phases. A. 3 B. 2 C. 4 D. 1 ```
A. 3
60
In monitor option you can select the following options in GUI. A. Only HTTP Event Collector (HEC) and TCP/UDP B. None of these C. Only TCP/UDP D. Only Scripts E. Files & Directories, HTTP Event Collector (HEC), TCP/UDP and Scripts
E. Files & Directories, HTTP Event Collector (HEC), TCP/UDP and Scripts
61
``` Where does Licensing meter happen? A. Indexer B. Parsing C. Heavy Forwarder D. Input ```
A. Indexer
62
Beginning parentheses is automatically highlighted to guide you on the presence of complimenting parentheses. A. Incorrect B. Correct
B. Correct
63
Matching of parentheses is a feature of Splunk Assistant. A. Incorrect B. Correct
B. Correct
64
What is Search Assistant in Splunk? A. It is only available to Admins. B. Such feature does not exist in Splunk. C. Shows options to complete the search string.
C. Shows options to complete the search string.
65
``` The new data uploaded in Splunk are shown in ________________. A. Real-time B. 10 Minutes C. Overnight Download D. 30 Minutes ```
A. Real-time
66
The default host name used in Inputs general settings can not be changed. A. Incorrect B. Correct
A. Incorrect
67
Splunk Parses data into individual events, extracts time, and assigns metadata. A. Incorrect B. Correct
B. Correct
68
``` There are three different search modes in Splunk (Choose three.): A. Automatic B. Smart C. Fast D. Verbose ```
B. Smart C. Fast D. Verbose
69
Select the statements that are true for timeline in Splunk (Choose four.): A. Timeline shows distribution of events specified in the time range in the form of bars. B. Single click to see the result for particular time period. C. You can click and drag across the bar for selecting the range. D. This is default view and you can't make any changes to it. E. You can hover your mouse for details like total events, time and date.
A. Timeline shows distribution of events specified in the time range in the form of bars. B. Single click to see the result for particular time period. C. You can click and drag across the bar for selecting the range. E. You can hover your mouse for details like total events, time and date.
70
Snapping rounds down to the nearest specified unit. A. Correct B. Incorrect
A. Correct
71
``` Data summary button just below the search bar gives you the following (Choose three.): A. Hosts B. Sourcetypes C. Sources D. Indexes ```
A. Hosts B. Sourcetypes C. Sources
72
``` What options do you get after selecting timeline? (Choose four.) A. Zoom to selection B. Format Timeline C. Deselect D. Delete E. Zoom Out ```
A. Zoom to selection B. Format Timeline C. Deselect E. Zoom Out
73
``` You can view the search result in following format (Choose three.): A. Table B. Raw C. Pie Chart D. List ```
A. Table B. Raw D. List
74
At the time of searching the start time is 03:35:08. Will it look back to 03:00:00 if we use -30m@h in searching? A. Correct B. Incorrect
A. Correct
75
You can also specify a time range in the search bar. You can use the following for beginning and ending for a time range (Choose two.): A. Not possible to specify time manually in Search query B. end= C. start= D. earliest= E. latest=
D. earliest= | E. latest=
76
How to make Interesting field into a selected field? A. Click field in field sidebar -> click YES on the pop-up dialog on upper right side -> check now field should be visible in the list of selected fields. B. Not possible. C. Only CLI changes will enable it. D. Click Settings -> Find field option -> Drop down select field -> enable selected field -> check now field should be visible in the list of selected fields.
A. Click field in field sidebar -> click YES on the pop-up dialog on upper right side -> check now field should be visible in the list of selected fields.
77
Field names are case sensitive and field value are not. A. Correct B. Incorrect
A. Correct
78
Query - status != 100: A. Will return event where status field exist but value of that field is not 100. B. Will return event where status field exist but value of that field is not 100 and all events where status field doesn't exist. C. Will get different results depending on data.
A. Will return event where status field exist but value of that field is not 100.
79
NOT status = 100: A. Will display result depending on the data. B. Will return event where status field exist but value of that field is not 100. C. Will return event where status field exist but value of that field is not 100 and all events where status field doesn't exist.
C. Will return event where status field exist but value of that field is not 100 and all events where status field doesn't exist.
80
Will the queries following below get the same result? 1. index=log sourcetype=error_log status !=100 2. index=log sourcetype=error_log NOT status =100 A. Correct B. Incorrect
B. Incorrect
81
``` Put query into separate lines where | (Pipes) are used by selecting following options. A. CTRL + Enter B. Shift + Enter C. Space + Enter D. ALT + Enter ```
B. Shift + Enter
82
Fields are searchable key value pairs in your event data. A. Correct B. Incorrect
A. Correct
83
``` Search Language Syntax in Splunk can be broken down into the following components. (Choose all that apply.) A. Search term B. Command C. Pipe D. Functions E. Arguments F. Clause ```
``` A. Search term B. Command D. Functions E. Arguments F. Clause ```
84
``` Which of the following reports is available in the Fields window? A. Top values by time B. Rare values by time C. Events with top value fields D. Events with rare value fields ```
A. Top values by time
85
Which of the following is the most efficient search? A. index=* “failed password” B. “failed password” index=* C. (index=* OR index=security) “failed password” D. index=security “failed password”
D. index=security “failed password”
86
``` What is a quick, comprehensive way to learn what data is present in a Splunk deployment? A. Review Splunk reports B. Run ./splunk show C. Click Data Summary in Splunk Web D. Search index=* sourcetype=* host=* ```
C. Click Data Summary in Splunk Web
87
``` Which of the following is a metadata field assigned to every event in Splunk? A. host B. owner C. bytes D. action ```
A. host
88
Which of the following is the best way to create a report that shows the last 24 hours of events? A. Use earliest=-1d@d latest=@d B. Set a real-time search over a 24-hour window C. Use the time range picket to select “Yesterday” D. Use the time range picker to select “Last 24 hours”
D. Use the time range picker to select “Last 24 hours”
89
When is the pipe character, I, used in search strings? A. Before clauses. For example: stats sum(bytes) | by host B. Before commands. For example: | stats sum(bytes) by host C. Before arguments. For example: stats sum| (bytes) by host D. Before functions. For example: stats |sum(bytes) by host
B. Before commands. For example: | stats sum(bytes) by host
90
In the Fields sidebar, what does the number directly to the right of the field name indicate? A. The value of the field B. The number of values for the field C. The number of unique values for the field D. The numeric non-unique values of the field
C. The number of unique values for the field
91
Which search will return the 15 least common field values for the dest_ip field? A. sourcetype=firewall | rare num=15 dest_ip B. sourcetype=firewall | rare last=15 dest_ip C. sourcetype=firewall | rare count=15 dest_ip D. sourcetype=firewall | rare limit=15 dest_ip
D. sourcetype=firewall | rare limit=15 dest_ip
92
What must be done before an automatic lookup can be created? (Choose all that apply.) A. The lookup command must be used. B. The lookup definition must be created. C. The lookup file must be uploaded to Splunk. D. The lookup file must be verified using the inputlookup command.
B. The lookup definition must be created. | C. The lookup file must be uploaded to Splunk.
93
``` Which of the following Splunk components typically resides on the machines where data originates? A. Indexer B. Forwarder C. Search head D. Deployment server ```
B. Forwarder
94
``` Which of the following represents the Splunk recommended naming convention for dashboards? A. Description_Group_Object B. Group_Description_Object C. Group_Object_Description D. Object_Group_Description ```
C. Group_Object_Description
95
``` Which of the following are common constraints of the top command? A. limit, count B. limit, showpercent C. limits, countfield D. showperc, countfield ```
D. showperc, countfield
96
What must be done in order to use a lookup table in Splunk? A. The lookup must be configured to run automatically. B. The contents of the lookup file must be copied and pasted into the search bar. C. The lookup file must be uploaded to Splunk and a lookup definition must be created. D. The lookup file must be uploaded to the etc/apps/lookups folder for automatic ingestion.
C. The lookup file must be uploaded to Splunk and a lookup definition must be created.
97
``` By default, which of the following fields would be listed in the fields sidebar under interesting Fields? A. host B. index C. source D. sourcetype ```
B. index
98
When editing a dashboard, which of the following are possible options? ( Select All that apply.) A. Add an output B. Export a dashboard panel C. Modify the chart type displayed in a dashboard panel D. Drag a dashboard panel to a different location on the dasboard
C. Modify the chart type displayed in a dashboard panel | D. Drag a dashboard panel to a different location on the dasboard
99
When an alert action is configured to run a script, Splunk must be able to locate the script. Which is one of the directories Splunk will look in to find the script? A. $SPLUNK_HOME/bin/scripts B. $SPLUNK_HOME/etc/scripts C. $SPLUNK_HOME/bin/etc/scripts D. $SPLUNK_HOME/etc/scripts/bin
A. $SPLUNK_HOME/bin/scripts
100
``` Which stats command function provides a count of how many unique values exist for a given field in the result set? A. dc(field) B. count(field) C. count-by(field) D. distinct-count(field) ```
A. dc(field)
101
``` A collection of items containing things such as data inputs, UI elements, and knowledge objects is known as what? A. An app B. JSON C. A role D. An enhanced solution ```
A. An app
102
``` Which of the following searches will return results where fail, 400, and error exist in every event? A. error AND (fail AND 400) B. error OR (fail and 400) C. error AND (fail OR 400) D. error OR fail OR 400 ```
A. error AND (fail AND 400)
103
``` When placed early in a search, which command is most effective at reducing search execution time? A. dedup B. rename C. sort - D. fields + ```
A. dedup
104
Which search string returns a field containing the number of matching events and names that field Event Count? A. index=security failure | stats sum as “Event Count” B. index=security failure | stats count as “Event Count” C. index=security failure | stats count by “Event Count” D. index=security failure | stats dc(count) as “Event Count”
B. index=security failure | stats count as “Event Count”
105
What is a suggested Splunk best practice for naming reports? A. Reports are best named using many numbers so they can be more easily sorted. B. Use a consistent naming convention so they are easily separated by characteristics such as group and object. C. Name reports as uniquely as possible with no overlap to differentiate them from one another. D. Any naming convention is fine as long as you keep an external spreadsheet to keep track.
B. Use a consistent naming convention so they are easily separated by characteristics such as group and object.
106
When looking at a statistics table, what is one way to drill down to see the underlying events? A. Creating a pivot table. B. Clicking on the visualizations tab. C. Viewing your report in a dashboard. D. Clicking on any field value in the table.
D. Clicking on any field value in the table.
107
What are the steps to schedule a report? A. After saving the report, click Schedule. B. After saving the report, click Event Type. C. After saving the report, click Scheduling. D. After saving the report, click Dashboard Panel.
A. After saving the report, click Schedule.
108
In the fields sidebar, what indicates that a field is numeric? A. A number to the right of the field name. B. A # symbol to the left of the field name. C. A lowercase n to the left of the field name. D. A lowercase n to the right of the field name.
B. A # symbol to the left of the field name.
109
``` At index time, in which field does Splunk store the timestamp value? A. time B. _time C. EventTime D. timestamp ```
B. _time
110
What type of search can be saved as a report? A. Any search can be saved as a report. B. Only searches that generate visualizations. C. Only searches containing a transforming command. D. Only searches that generate statistics or visualizations.
A. Any search can be saved as a report.
111
``` What can be included in the All Fields option in the sidebar? A. Dashboards B. Metadata only C. Non-interesting fields D. Field descriptions ```
C. Non-interesting fields
112
``` Which of the following is an option after clicking an item in search results? A. Saving the item to a report. B. Adding the item to the search. C. Adding the item to a dashboard. D. Saving the Search to a JSON file. ```
B. Adding the item to the search.
113
``` Which of the following fields is stored with the events in the index? A. user B. source C. location D. sourceIp ```
B. source
114
``` Which command is used to validate a lookup file? A. | lookup products.csv B. inputlookup products.csv C. | inputlookup products.csv D. | lookup_definition products.csv ```
C. | inputlookup products.csv
115
How can another user gain access to a saved report? A. The owner of the report can edit permissions from the Edit dropdown. B. Only users with an Admin or Power User role can access other users’ reports. C. Anyone can access any reports marked as public within a shared Splunk deployment. D. The owner of the report must clone the original report and save it to their user account.
A. The owner of the report can edit permissions from the Edit dropdown.
116
``` By default, which of the following is a Selected Field? A. action B. clientip C. categoryId D. sourcetype ```
D. sourcetype
117
``` According to Splunk best practices, which placement of the wildcard results in the most efficient search? A. f*il B. *fail C. fail* D. *fail* ```
C. fail*
118
``` Which search string is the most efficient? A. “failed password” B. “failed password”* C. index=* “failed password” D. index=security “failed password” ```
D. index=security “failed password”
119
``` _______________ transforms raw data into events and distributes the results into an index. A. Index B. Search Head C. Indexer D. Forwarder ```
C. Indexer
120
``` Three basic components of Splunk are (Choose three.): A. Forwarders B. Deployment Server C. Indexer D. Knowledge Objects E. Index F. Search Head ```
A. Forwarders C. Indexer F. Search Head
121
All components are installed and administered in Splunk Enterprise on-premise. A. Correct B. Incorrect
A. Correct
122
``` Log filtering/parsing can be done from _____________. A. Index Forwarders (IF) B. Universal Forwarders (UF) C. Super Forwarder (SF) D. Heavy Forwarders (HF) ```
D. Heavy Forwarders (HF)
123
``` Splunk shows data in __________________. A. ASCII Character order. B. Reverse chronological order. C. Alphanumeric order. D. Chronological order. ```
B. Reverse chronological order.
124
Which of the following statements are correct about Search & Reporting App? (Choose three.) A. Can be accessed by Apps > Search & Reporting. B. Provides default interface for searching and analyzing logs. C. Enables the user to create knowledge object, reports, alerts and dashboards. D. It only gives us search functionality.
A. Can be accessed by Apps > Search & Reporting. B. Provides default interface for searching and analyzing logs. C. Enables the user to create knowledge object, reports, alerts and dashboards.
125
Forward Option gather and forward data to indexers over a receiving port from remote machines. A. Incorrect B. Correct
B. Correct
126
Splunk automatically determines the source type for major data types. A. Incorrect B. Correct
B. Correct
127
Uploading local files though Upload options index the file only once. A. Incorrect B. Correct
B. Correct
128
You can change the App context in Input setting. A. Incorrect B. Correct
B. Correct
129
Events in Splunk are automatically segregated using data and time. A. Correct B. Incorrect
A. Correct
130
You are able to create new Index in Data Input settings. A. Incorrect B. Correct
B. Correct
131
``` Keywords are highlighted when you mouse over search results and you can click this search result to (Choose three.): A. Open new search. B. Exclude the item from search. C. None of these D. Add the item to search. ```
A. Open new search. B. Exclude the item from search. D. Add the item to search.
132
!= and NOT are same arguments. A. Correct B. Incorrect
B. Incorrect
133
Selected fields are a set of configurable fields displayed for each event. A. Correct B. Incorrect
A. Correct
134
When looking at a dashboard panel that is based on a report, which of the following is true? A. You can modify the search string in the panel, and you can change and configure the visualization. B. You can modify the search string in the panel, but you cannot change and configure the visualization. C. You cannot modify the search string in the panel, but you can change and configure the visualization. D. You cannot modify the search string in the panel, and you cannot change and configure the visualization.
C. You cannot modify the search string in the panel, but you can change and configure the visualization.
135
Which of the following is true about user account settings and preferences? A. Search & Reporting is the only app that can be set as the default application. B. Full names can only be changed by accounts with a Power User or Admin role. C. Time zones are automatically updated based on the setting of the computer accessing Splunk. D. Full name, time zone, and default app can be defined by clicking the login name in the Splunk bar.
D. Full name, time zone, and default app can be defined by clicking the login name in the Splunk bar.
136
``` After running a search, what effect does clicking and dragging across the timeline have? A. Executes a new search. B. Filters current search results. C. Moves to past or future events. D. Expands the time range of the search. ```
B. Filters current search results.
137
What does the values function of the stats command do? A. Lists all values of a given field. B. Lists unique values of a given field. C. Returns a count of unique values for a given field. D. Returns the number of events that match the search.
B. Lists unique values of a given field.
138
Which statement is true about Splunk alerts? A. Alerts are based on searches that are either run on a scheduled interval or in real-time. B. Alerts are based on searches and when triggered will only send an email notification. C. Alerts are based on searches and require cron to run on scheduled interval. D. Alerts are based on searches that are run exclusively as real-time.
A. Alerts are based on searches that are either run on a scheduled interval or in real-time.
139
``` In the fields sidebar, which character denotes alphanumeric field values? A. # B. % C. a D. a# ```
C. a
140
What is the main requirement for creating visualizations using the Splunk UI? A. Your search must transform event data into Excel file format first. B. Your search must transform event data into XML formatted data first. C. Your search must transform event data into statistical data tables first. D. Your search must transform event data into JSON formatted data first.
C. Your search must transform event data into statistical data tables first.
141
``` What syntax is used to link key/value pairs in search strings? A. action+purchase B. action=purchase C. action | purchase D. action equal purchase ```
B. action=purchase
142
What does the following specified time range do? earliest=-72h@h latest=@d A. Look back 3 days ago and prior. B. Look back 72 hours, up to one day ago. C. Look back 72 hours, up to the end of today. D. Look back from 3 days ago, up to the beginning of today.
D. Look back from 3 days ago, up to the beginning of today.
143
Which events will be returned by the following search string? host=www3 status=503 A. All events that either have a host of www3 or a status of 503. B. All events with a host of www3 that also have a status of 503. C. We need more information; we cannot tell without knowing the time range. D. We need more information; a search cannot be run without specifying an index.
B. All events with a host of www3 that also have a status of 503.
144
What can be configured using the Edit Job Settings menu? A. Export the result to CSV format. B. Add the Job results to a dashboard. C. Schedule the Job to re-run in 10 minutes. D. Change Job Lifetime from 10 minutes to 7 days.
D. Change Job Lifetime from 10 minutes to 7 days.
145
What is Splunk? A. Splunk is a software platform to search, analyze and visualize the machine-generated data. B. Database management tool. C. Security Information and Event Management (SIEM). D. Cloud based application that help in analyzing logs.
A. Splunk is a software platform to search, analyze and visualize the machine-generated data.
146
Splunk Enterprise is used as a Scalable service in Splunk Cloud. A. Correct B. Incorrect
A. Correct
147
``` Which component of Splunk let us write SPL query to find the required data? A. Forwarders B. Indexer C. Heavy Forwarders D. Search head ```
D. Search head
148
``` Which is the default app for Splunk Enterprise? A. Splunk Enterprise Security Suite B. Search(ing) and Reporting C. Reporting and Searching D. Splunk apps for Security ```
B. Search(ing) and Reporting
149
Portal for Splunk apps can be accessed through www.splunkbase.com A. Incorrect B. Correct
B. Correct
150
``` What result will you get with following search index=test sourcetype="The_Questionnaire_P*" ? A. the_questionnaire _pedia B. the_questionnaire pedia C. the_questionnaire_pedia D. the_questionnaire Pedia ```
C. the_questionnaire_pedia
151
Matching search terms are highlighted. A. Correct B. Incorrect
A. Correct
152
``` Which symbol is used to snap the time? A. @ B. & C. * D. # ```
A. @
153
``` How long does Splunk retain a search job? A. 10 Minutes B. 15 Minutes C. 1 Day D. 7 Days ```
A. 10 Minutes
154
``` Which command automatically returns percent and count columns when executing searches? A. top B. stats C. table D. percent ```
A. top
155
What is one benefit of creating dashboard panels from reports? A. Any newly created dashboard will include that report B. There are no benefit C. It makes the dashboard more efficient because it only has to run one search string D. Any change to the underlying report will affect every dashboard that utilizes that report
D. Any change to the underlying report will affect every dashboard that utilizes that report
156
Which role(s) can create Data Models?
Admin / Power User
157
This role will only see his own knowledge objects and those share with him
User
158
``` These are knowledge objects that provide the data structure for pivot A. Reports B. Indexes C. Data models D. Alerts ```
C. Data models
159
A time range picker can be included in a report. A. True B. False
A. True
160
Commands that create statistics and visualizations are called _______ commands.
transforming
161
The time stamp you see in the events is based on the time zone in your user account. A. True B. False
A. True
162
Which of these is not a main component of Splunk? A. Search and investigate B. Collect and index data C. Add Knowledge D. Compress and archive
D. Compress and archive
163
``` You should use this wildcards notation : A. *fail B. *fail* C. fail* D. f*il ```
C. fail*
164
It's possible to use a wildcard (*) in index values A. True B. False
A. True
165
Machine Data makes up for more than _______ % of the data accumulated by organizations.
90
166
Each event has (Select All that applies) ``` A. Timestamp B. host C. source D. sourcetype E. index ```
``` A. Timestamp B. host C. source D. sourcetype E. index ```
167
Machine Data is only generated by web servers. A. True B. False
B. False
168
Machine Data is always structured A. True B. False
B. False
169
What are the three main processing components of Splunk?
Forwarders / Indexers / Search Heads
170
Search strings are sent from the __________
Search Head
171
``` A single-instance deployment of Splunk Enterprise handles: A. Searching B. Indexing C. Parsing D. Input ```
A. Searching B. Indexing C. Parsing D. Input
172
You can launch and manage apps from the home app. A. True B. False
A. True
173
What are the three main default roles in Splunk Enterprise ?
User / Power / Admin
174
Which apps ship with Splunk Enterprise ?
Home App / Search Reporting
175
Files indexed using the upload input option get indexed ________
Once
176
Splunk knows where to break the event, where the time stamp is located and how to automatically create field value pairs using these : _________.
source types
177
Splunk uses _________ to categorize the type of data being indexed.
source types
178
These are booleans in the Splunk Search Language
NOT / AND / OR
179
Which following search mode toggles behavior based on the type of search being run ?
Smart
180
What is the order of evaluation for Boolean operations in Splunk ?
NOT-OR-AND
181
Field names are : A. case sensitive. B. case unsensitive.
A. case sensitive.
182
Field values are case sensitive. A. True B. False
B. False
183
``` Which is not a comparison operator in Splunk ? A. ?= B. > C. <= D. != E. = ```
A. ?=
184
What attributes describe the circled field below | a (alpha) dest 4
It contains 4 values / It contains string values
185
What is the most efficient way to filter events in Splunk ?
By time
186
Time to search can only be set by the time range picker. A. True B. False
B. False
187
The symbol ____ is used in the "Advanced" section of the time range picker to round down to nearest unit of specified time.
@
188
To specify a beginning and an ending for a time range, use :
Earliest and latest
189
What is missing from this search ? | Sourcetype=a* | rename ip as "User IP" | table User IP
Quotation marks around User IP.
190
Which command removes results with duplicated field values ?
Dedup
191
Excluding fields using the Fields Command will benefit performance. A. True B. False
B. False
192
Which stats function would you use to find the average value of a field ?
Avg
193
How many results are shown by default when using a top or rare command ?
10
194
``` Which one of these is not a stats function ? A. list B. count C. avg D. Addtotals E. sum ```
D. Addtotals
195
In a dashboard, a time range picker will only work on panels that include a(n) _____ search
inline
196
If a search returns _______values, you can view the results as a chart.
statistical
197
Charts can be based on numbers, time, or location. A. True B. False
A. True
198
Pivots cannot be saved as reports panels A. True B. False
B. False
199
Adding child data model objects is like the ___ Boolean in the Splunk Search language.
AND
200
Pivots can be saved as dashboards panels A. True B. False
A. True
201
A lookup is categorized as a dataset. A. True B. False
A. True
202
``` External data used by a Lookup can come from sources like: A. Geospatial data B. CSV files C. scripts D. None of above ```
A. Geospatial data B. CSV files C. scripts
203
Finish this search command so that it displays data from the http_status.csv Lookup file. | _______ http_status.csv
inputlookup
204
Real-time alerts will run the search continuously in the background. A. True B. False
A. True
205
An alert is an action triggered by a _______.
saved search
206
Once an alert is created, you can no longer edit its defining search. A. True B. False
B. False
207
In most Splunk deployments, ________ serve as the primary way data is supplied for indexing
Forwarders
208
``` Which function is not a part of a single instance deployment ? A. Indexing B. Parsing C. Clustering D. Forwarding ```
C. Clustering
209
The password for a newly installed Splunk instance is: A. no password defined B. created when you install Splunk Enterprise. C. default one is set by Splunk D. None of above
B. created when you install Splunk Enterprise.
210
____ define what users can do in Splunk.
Roles
211
The monitor input option will allow you to continuously monitor files. A. True B. False
A. True
212
When zooming in on the event time line, a new search is run : A. True B. False
B. False
213
A search job will remain active for _____ min after it is run.
10
214
Wildcards cannot be used with field searches A. True B. False
B. False
215
Finish the rename command to change the name of the status field to HTTP Status. Sourcetype=a* status=404 | rename _______
status as "HTTP Status"
216
To display the most common values in a specific field, what command would you use ?
Top
217
_______ are reports gathered together into a single pane of glass.
Dashboards
218
The instant pivot button is displayed in the statistics and visualization tabs when a ________ search is run
non-transforming
219
When using a .csv file for Lookups, the first row in the file represents _____.
field names
220
To keep from overwriting exising fields with your Lookup you can use the _______ clause
outputnew
221
Alerts can send an e-mail A. True B. False
A. True
222
``` Search requests are processed by the _____ . A. Forwarders B. Search Head C. Indexers D. Parsers ```
C. Indexers
223
When a search is sent to Splunk, it becomes a _____.
search job
224
Shared search jobs remain active for _____ days (by default)
7
225
``` Having separate indexes allows: A. Ability to limit access B. Multiple retention policies C. Faster searches D. None of above ```
A. Ability to limit access B. Multiple retention policies C. Faster searches
226
What command would you use to remove the status field from the returned events ? Sourcetype=a* status=404 | _____ status
fields -
227
Which clause would you use to rename the count field ? Sourcetype=vendor* | stats count __ "Units Sold"
as
228
Data models are made up of _______
Datasets
229
Alerts can be shared to all apps. A. True B. False
A. True