Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

Which statement about the coalesce function is accurate?

A.

It can take only a single argument.

B.

It can take a maximum of two arguments.

C.

It can be used to create a new field in the results set.

D.

It can return null or non-null values.

Full Access
Question # 5

What does using the tstats command with summariesonly=false do?

A.

Returns results from only non-summarized data.

B.

Returns results from both summarized and non-summarized data.

C.

Prevents the use of wildcard characters in aggregate functions.

D.

Returns no results.

Full Access
Question # 6

When using a nested search macro, how can an argument value be passed to the inner macro?

A.

The argument value may be passed to the outer macro.

B.

An argument cannot be used with an inner nested macro.

C.

An argument cannot be used with an outer nested macro.

D.

The argument value must be specified in the outer macro.

Full Access
Question # 7

What XML element is used to pass multiple fields into another dashboard using a dynamic drilldown?

A.

B.

C.

D.

Full Access
Question # 8

How can the inspect button be disabled on a dashboard panel?

A.

Set inspect.link.disabled to 1

B.

Set link.inspect.visible to 0

C.

Set link.inspectSearch.visible to 0

D.

Set link.search.disabled to 1

Full Access
Question # 9

Which commands should be used in place of a subsearch if possible?

A.

untable and/or xyseries

B.

stats and/or eval

C.

mvexpand and/or where

D.

bin and/or where

Full Access
Question # 10

What file types does Splunk use to define geospatial lookups?

A.

GPX or GML files

B.

TXT files

C.

KMZ or KML files

D.

CSV files

Full Access
Question # 11

What is the correct hierarchy of XML elements in a dashboard panel?

A.

B.

C.

D.

Full Access
Question # 12

Which stats function is used to return a sorted list of unique field values?

A.

values

B.

sum

C.

count

D.

list

Full Access
Question # 13

What is the value of base lispy in the Search Job Inspector for the search index=sales clientip=170.192.178.10?

A.

[ index::sales AND 192 AND 10 AND 178 AND 170 ]

B.

[ index::sales AND 469 10 702 390 ]

C.

[ 192 AND 10 AND 178 AND 170 index::sales ]

D.

[ AND 10 170 178 192 index::sales ]

Full Access
Question # 14

Which of the following best describes the process for tokenizing event data?

A.

The event data is broken up by values in the punch field.

B.

The event data is broken up by major breakers and then broken up further by minor breakers.

C.

The event data is broken up by a series of user-defined regex patterns.

D.

The event data has all punctuation stripped out and is then space-delimited.

Full Access
Question # 15

Which search generates a field with a value of "hello"?

A.

| makeresults field="hello"

B.

| makeresults | fields="hello"

C.

| makeresults | eval field="hello"

D.

| makeresults | eval field=make{"hello"}

Full Access
Question # 16

What happens to panels with post-processing searches when their base search is refreshed?

A.

The panels are deleted.

B.

The panels are only refreshed if they have also been configured.

C.

The panels are refreshed automatically.

D.

Nothing happens to the panels.

Full Access
Question # 17

Where does the output of an append command appear in the search results?

A.

Added as a column to the right of the search results.

B.

Added as a column to the left of the search results.

C.

Added to the beginning of the search results.

D.

Added to the end of the search results.

Full Access
Question # 18

Assuming a standard time zone across the environment, what syntax will always return events from between 2:00 AM and 5:00 AM?

A.

datehour>-2 AND date_hour<5

B.

earliest=-2h@h AND latest=-5h@h

C.

time_hour>-2 AND time_hour>-5

D.

earliest=2h@ AND latest=5h3h

Full Access
Question # 19

When running a search, which Splunk component retrieves the individual results?

A.

Indexer

B.

Search head

C.

Universal forwarder

D.

Master node

Full Access
Question # 20

When using the bin command, which argument sets the bin size?

A.

maxDataSizeMB

B.

max

C.

volume

D.

span

Full Access
Question # 21

Which command processes a template for a set of related fields?

A.

bin

B.

xyseries

C.

foreach

D.

untable

Full Access