Pass the Splunk Splunk Core Certified Power User SPLK-1002 Questions and answers with CertsForce

Viewing page 9 out of 9 pages
Viewing questions 81-90 out of questions
Questions # 81:

Given the following eval statement:

...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull, "NO-VALUE", fieid2)

Which of the following is the equivalent using f ilinull?

Options:

A.

There is no equivalent expression using f ilinull


B.

... t filinull values=(0,"NO-VALUE") fields=(fieldl,field2)


C.

... I filinull value=0 fieldl I fillnull fields


D.

... I fillnull fieldl I filinull value="NO-VALUE" field2


Expert Solution
Questions # 82:

Two separate results tables are being combined using the join command. The outer table has the following values:

Question # 82

The inner table has the following values:

Question # 82

The line of SPL used to join the tables is: join employeeNumber type=outer

How many rows are returned in the new table?

Options:

A.

Three


B.

Eight


C.

Five


D.

Zero


Expert Solution
Questions # 83:

Consider the the following search run over a time range of last 7 days:

index=web sourcetype=access_conbined | timechart avg(bytes) by product_nane

Which option is used to change the default time span so that results are grouped into 12 hour intervals?

Options:

A.

span=12h


B.

timespan=12h


C.

span=12


D.

timespan=12


Expert Solution
Questions # 84:

Which of the following commands support the same set of functions?

Options:

A.

stats, eval, table


B.

search, where, eval


C.

stats, chart, timechart


D.

transaction, chart, timechart


Expert Solution
Questions # 85:

Which of the following objects can a calculated field use as a source?

Options:

A.

An alias of a field.


B.

A field added by an automatic lookup.


C.

The tag field.


D.

The eventtype field.


Expert Solution
Viewing page 9 out of 9 pages
Viewing questions 81-90 out of questions