Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

SPLK-1001 Splunk Core Certified User Exam Questions and Answers

Questions 4

In the fields sidebar, what indicates that a field is numeric?

Options:

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.

Buy Now
Questions 5

When is the pipe character, I, used in search strings?

Options:

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

Buy Now
Questions 6

The default host name used in Inputs general settings can not be changed.

Options:

A.

False

B.

True

Buy Now
Questions 7

When using the top command in the following search, which of the following will be true about the results?

index="main" sourcetype="access_*" action="purchase" | top 3 statusCode by user showperc=f countfield=status_code_count

Options:

A.

The search will fail. The proper top command format is top limit=3 instead of top 3.

B.

The top three most common values in statusCode will be displayed for each user.

C.

Only the top three overall most common values in statusCode will be displayed.

D.

The percentage field will be displayed in the results.

Buy Now
Questions 8

Matching of parentheses is a feature of Splunk Assistant.

Options:

A.

No

B.

Yes

Buy Now
Questions 9

Assuming a user has the capability to edit reports, which of the following are editable?

Options:

A.

Acceleration, schedule, permissions

B.

The report’s name, schedule, permissions

C.

The report’s name, acceleration, schedule

D.

The report’s name, acceleration, permissions

Buy Now
Questions 10

In automatic lookup definitions, the _____ fields are those that are not in the event data.

Options:

A.

input

B.

output

Buy Now
Questions 11

Which of the following searches will return results where fail, 400, and error exist in every event?

Options:

A.

error AND (fail AND 400)

B.

error OR (fail and 400)

C.

error AND (fail OR 400)

D.

error OR fail OR 400

Buy Now
Questions 12

Which of the following is the most efficient search?

Options:

A.

index=* “failed password”

B.

“failed password” index=*

C.

(index=* OR index=security) “failed password”

D.

index=security “failed password”

Buy Now
Questions 13

!= and NOT are same arguments.

Options:

A.

True

B.

False

Buy Now
Questions 14

@ Symbol can be used in advanced time unit option.

Options:

A.

No

B.

Yes

Buy Now
Questions 15

Which Field/Value pair will return only events found in the index named security?

Options:

A.

Index=Security

B.

index=Security

C.

Index=security

D.

index!=Security

Buy Now
Questions 16

Data summary button just below the search bar gives you the following (Choose three.):

Options:

A.

Hosts

B.

Sourcetypes

C.

Sources

D.

Indexes

Buy Now
Questions 17

When placed early in a search, which command is most effective at reducing search execution time?

Options:

A.

dedup

B.

rename

C.

sort -

D.

fields +

Buy Now
Questions 18

What is the result of the following search?

index=myindex source=c: \mydata. txt NOT error=*

Options:

A.

Only data where the error field is present and does not contain a value will be displayed.

B.

Only data with a value in the field error will be displayed.

C.

Only data that does not contain the error field will be displayed.

D.

Only data where the value of the field error does not equal an asterisk (*) will be displayed.

Buy Now
Questions 19

When looking at a dashboard panel that is based on a report, which of the following is true?

Options:

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.

Buy Now
Questions 20

Which search will return only events containing the word “error” and display the results as a table that includes

the fields named action, src, and dest?

Options:

A.

error | table action, src, dest

B.

error | tabular action, src, dest

C.

error | stats table action, src, dest

D.

error | table column=action column=src column=dest

Buy Now
Questions 21

Which of the following is a Splunk search best practice?

Options:

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.

Buy Now
Questions 22

What determines the scope of data that appears in a scheduled report?

Options:

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.

Buy Now
Questions 23

Which of the following commands will show the maximum bytes?

Options:

A.

sourcetype=access_* | maximum totals by bytes

B.

sourcetype=access_* | avg (bytes)

C.

sourcetype=access_* | stats max(bytes)

D.

sourcetype=access_* | max(bytes)

Buy Now
Questions 24

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?

Options:

A.

Yes

B.

No

Buy Now
Questions 25

In the Fields sidebar, what does the number directly to the right of the field name indicate?

Options:

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

Buy Now
Questions 26

Splunk internal fields contains general information about events and starts from underscore i.e. _ .

Options:

A.

True

B.

False

Buy Now
Questions 27

According to Splunk best practices, which placement of the wildcard results in the most efficient search?

Options:

A.

f*il

B.

*fail

C.

fail*

D.

*fail*

Buy Now
Questions 28

When writing searches in Splunk, which of the following is true about Booleans?

Options:

A.

They must be lowercase.

B.

They must be uppercase.

C.

They must be in quotations.

D.

They must be in parentheses.

Buy Now
Questions 29

Selected fields are a set of configurable fields displayed for each event.

Options:

A.

True

B.

False

Buy Now
Questions 30

What does the rare command do?

Options:

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.

Buy Now
Questions 31

Data sources being opened and read applies to:

Options:

A.

None of the above

B.

Indexing Phase

C.

Parsing Phase

D.

Input Phase

E.

License Metering

Buy Now
Questions 32

What does the following specified time range do?

earliest=-72h@h latest=@d

Options:

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

Buy Now
Questions 33

Beginning parentheses is automatically highlighted to guide you on the presence of complimenting

parentheses.

Options:

A.

No

B.

Yes

Buy Now
Questions 34

36. Lookups can be private for a user.

Options:

A.

True

B.

False

Buy Now
Questions 35

These users can create global knowledge objects. (Select all that apply.)

Options:

A.

users

B.

power users

C.

administrators

Buy Now
Questions 36

What is the correct way to use a time range specifier in the search bar so that the search looks back 2 hours?

Options:

A.

latest=-2h

B.

earliest=-2h

C.

latest=-2hour@d

D.

earliest=-2hour@d

Buy Now
Questions 37

What options do you get after selecting timeline? (Choose four.)

Options:

A.

Zoom to selection

B.

Format Timeline

C.

Deselect

D.

Delete

E.

Zoom Out

Buy Now
Questions 38

How to make Interesting field into a selected field?

Options:

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.

Buy Now
Questions 39

Splunk automatically determines the source type for major data types.

Options:

A.

False

B.

True

Buy Now
Questions 40

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

Options:

A.

Not possible to specify time manually in Search query

B.

end=

C.

start=

D.

earliest=

E.

latest=

Buy Now
Questions 41

Which search string matches only events with the status_code of 4:4?

Options:

A.

status_code !=404

B.

status_code>=400

C.

status_code<=404

D.

status code>403 status_code<405

Buy Now
Questions 42

Which of the following is a Splunk internal field?

Options:

A.

_raw

B.

host

C.

_host

D.

index

Buy Now
Questions 43

Which stats command function provides a count of how many unique values exist for a given field in the result set?

Options:

A.

dc(field)

B.

count(field)

C.

count-by(field)

D.

distinct-count(field)

Buy Now
Questions 44

This clause is used to group the output of a stats command by a specific name.

Options:

A.

Rex

B.

As

C.

List

D.

By

Buy Now
Questions 45

When editing a dashboard, which of the following are possible options? (select all that apply)

Options:

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

Buy Now
Questions 46

Select the answer that displays the accurate placing of the pipe in the following search string:

index=security sourcetype=access_* status=200 stats count by price

Options:

A.

index=security sourcetype=access_* status=200 stats | count by price

B.

index=security sourcetype=access_* status=200 | stats count by price

C.

index=security sourcetype=access_* status=200 | stats count | by price

D.

index=security sourcetype=access_* | status=200 | stats count by price

Buy Now
Questions 47

Select the correct option that applies to Index time processing (Choose three.).

Options:

A.

Indexing

B.

Searching

C.

Parsing

D.

Settings

E.

Input

Buy Now
Questions 48

Which of the following file types is an option for exporting Splunk search results?

Options:

A.

PDF

B.

JSON

C.

XLS

D.

RTF

Buy Now
Questions 49

Which Boolean operator is always implied between two search terms, unless otherwise specified?

Options:

A.

OR

B.

NOT

C.

AND

D.

XOR

Buy Now
Questions 50

Which search string returns a filed containing the number of matching events and names that field Event Count?

Options:

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”

Buy Now
Questions 51

It is not possible for a single instance of Splunk to manage the input, parsing and indexing of machine.

Options:

A.

True

B.

False

Buy Now
Questions 52

What is one benefit of creating dashboard panels from reports?

Options:

A.

Any newly created dashboard will include that report.

B.

There are no benefits to creating dashboard panels from reports.

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.

Buy Now
Questions 53

What is the proper SPL terminology for specifying a particular index in a search?

Options:

A.

indexer—index_name

B.

indexer name—index_name

C.

index=index_name

D.

index name=index_name

Buy Now
Questions 54

Which search matches the events containing the terms "error" and "fail"?

Options:

A.

index=security Error Fail

B.

index=security error OR fail

C.

index=security “error failure”

D.

index=security NOT error NOT fail

Buy Now
Questions 55

Which of the following fields is stored with the events in the index?

Options:

A.

user

B.

source

C.

location

D.

sourcelp

Buy Now
Questions 56

Which component of Splunk let us write SPL query to find the required data?

Options:

A.

Forwarders

B.

Indexer

C.

Heavy Forwarders

D.

Search head

Buy Now
Questions 57

Fields are searchable name and value pairings that differentiates one event from another.

Options:

A.

False

B.

True

Buy Now
Questions 58

This is what Splunk uses to categorize the data that is being indexed.

Options:

A.

Host

B.

Sourcetype

C.

Index

D.

Source

Buy Now
Questions 59

What syntax is used to link key/value pairs in search strings?

Options:

A.

action+purchase

B.

action=purchase

C.

action | purchase

D.

action equal purchase

Buy Now
Questions 60

Matching search terms are highlighted.

Options:

A.

Yes

B.

No

Buy Now
Questions 61

Splunk index time process can be broken down into __________ phases.

Options:

A.

3

B.

2

C.

4

D.

1

Buy Now
Questions 62

Which of the following are not true about lookups? (Select all that apply.)

Options:

A.

Lookups can be time based

B.

Search results can be used to populate a lookup table

C.

Splunk DB Connect can be used to populate a lookup table from relational databases

D.

Output from a script can be used to populate a lookup table

E.

Lookup have a 10mg maximum size limit

Buy Now
Questions 63

Which all time unit abbreviations can you include in Advanced time range picker? (Choose seven.)

Options:

A.

h

B.

day

C.

mon

D.

yr

E.

y

F.

w

G.

week

Buy Now
Questions 64

What is Splunk?

Options:

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.

Buy Now
Questions 65

Search Assistant is enabled by default in the SPL editor with compact settings.

Options:

A.

No

B.

Yes

Buy Now
Questions 66

The four types of Lookups that Splunk provides out-of-the-box are External, KV Store, Geospatial and which of the following?

Options:

A.

Correlated

B.

File-based

C.

Total

D.

Segmented

Buy Now
Questions 67

Which of the following is the recommended way to create multiple dashboards displaying data from the same search?

Options:

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

Buy Now
Questions 68

The better way of writing search query for index is:

Options:

A.

index=a index=b

B.

(index=a OR index=b)

C.

index=(a & b)

D.

index = a, b

Buy Now
Questions 69

In the Search and Reporting app, which tab displays timecharts and bar charts?

Options:

A.

Events

B.

Patterns

C.

Statistics

D.

Visualization

Buy Now
Questions 70

What type of search can be saved as a report?

Options:

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

Buy Now
Questions 71

Snapping rounds down to the nearest specified unit.

Options:

A.

Yes

B.

No

Buy Now
Questions 72

After running a search, what effect does clicking and dragging across the timeline have?

Options:

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.

Buy Now
Questions 73

When sorting on multiple fields with the sort command, what delimiter can be used between the field names in the search?

Options:

A.

|

B.

$

C.

!

D.

,

Buy Now
Exam Code: SPLK-1001
Exam Name: Splunk Core Certified User Exam
Last Update: Apr 30, 2024
Questions: 244

PDF + Testing Engine

$130

Testing Engine

$95

PDF (Q&A)

$80