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

Exact2Pass Menu

Question # 4

When working with an accelerated data model acc_datmodel and an unaccelerated data model unacc_datmodel, what tstats query could be used to search one of these data models?

A.

| tstats count from datamodel=acc_datmodel summariesonly=false

B.

| tstats count where datamodel=acc_datmodel summariesonly=false

C.

| tstats count where index=datamodel by index, datamodel

D.

| tstats count from datamodel=unacc_datmodel summariesonly=true

Full Access
Question # 5

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 # 6

Which of the following drilldown methods does not exist in dynamic dashboards?

A.

Contextual Drilldown

B.

Dynamic Drilldown

C.

Custom Drilldown

D.

Static Drilldown

Full Access
Question # 7

Which of the following are potential string results returned by the typeof function?

A.

True, False, Unknown

B.

Number, String, Bool

C.

Number, String, Null

D.

Field, Value, Lookup

Full Access
Question # 8

What qualifies a report for acceleration?

A.

Fewer than 100k events in search results, with transforming commands used in the search string.

B.

More than 100k events in search results, with only a search command in the search string.

C.

More than 100k events in the search results, with a search and transforming command used in the search string.

D.

Fewer than 100k events in search results, with only a search and transaction command used in the search string.

Full Access
Question # 9

Which of the following functions' primary purpose is to convert epoch time to a string format?

A.

tostring

B.

strptime

C.

tonumber

D.

strftime

Full Access
Question # 10

What order of incoming events must be supplied to the transaction command to ensure correct results?

A.

Reverse lexicographical order

B.

Ascending lexicographical order

C.

Ascending chronological order

D.

Reverse chronological order

Full Access
Question # 11

Which of the following is true about thesummariesonly=targument of thetstatscommand?

A.

Applies only to accelerated data models.

B.

When using an unaccelerated data model, the search produces a larger result count than withsummariesonly=f.

C.

Applies only to unaccelerated data models.

D.

When using an accelerated data model, the search produces a larger result count than withsummariesonly=f.

Full Access
Question # 12

What function can be used as an alternative to coalesce to return the first value from a list of fields that is not null?

A.

bin

B.

case

C.

exact

D.

mvzip

Full Access
Question # 13

When using thebincommand, what attributes are used to define the size and number of sets created?

A.

binsandstartandend

B.

binsandminspan

C.

binsandspan

D.

binsandlimit

Full Access
Question # 14

How can a lookup be referenced in an alert?

A.

Use the lookup dropdown in the alert configuration window.

B.

Follow a lookup with an alert command in the search bar.

C.

Run a search that uses a lookup and save as an alert.

D.

Upload a lookup file directly to the alert.

Full Access
Question # 15

When enabled, what drilldown action is performed when a visualization is clicked in a dashboard?

A.

A visualization is opened in a new window.

B.

Search results are refreshed for the selected visualization.

C.

Search results are refreshed for all panels in a dashboard.

D.

A search is opened in a new window.

Full Access
Question # 16

What is one way to troubleshoot dashboards?

A.

Create an HTML panel using tokens to verify that they are being set.

B.

Delete the dashboard and start over.

C.

Go to the Troubleshooting dashboard of the Searching and Reporting app.

D.

Run the previous_searches command to troubleshoot your SPL queries.

Full Access
Question # 17

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 # 18

Which element attribute is required for event annotation?

A.

B.

C.

D.

Full Access
Question # 19

What is the default time limit for a subsearch to complete?

A.

10 minutes

B.

120 seconds

C.

5 minutes

D.

60 seconds

Full Access
Question # 20

Which is generally the most efficient way to run a transaction?

A.

Run the search query in Smart Mode.

B.

Using| sortbefore thetransactioncommand.

C.

Run the search query in Fast Mode.

D.

Rewrite the query usingstatsinstead oftransaction.

Full Access
Question # 21

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 # 22

Where can wildcards be used in the tstats command?

A.

No wildcards can be used with tstats.

B.

In the where clause.

C.

In the from clause.

D.

In the by clause.

Full Access
Question # 23

Which of the following is true about a KV Store Collection when using it as a lookup?

A.

Each collection must have at least 3 fields, one of which needs to match values of a field in your event data.

B.

Each collection must have at least 2 fields, one of which needs to match values of a field in your event data.

C.

Each collection must have at least 2 fields, none of which need to match values of a field in your event data.

D.

Each collection must have at least 3 fields, none of which need to match values of a field in your event data.

Full Access
Question # 24

When possible, what is the best choice for summarizing data to improve search performance?

A.

Use the fieldsummary command.

B.

Data model acceleration

C.

Report acceleration

D.

Summary indexing

Full Access
Question # 25

The fieldproductscontains a multivalued field containing the names of products. What is the result of the commandmvexpand products limit=<x>?

A.

Compressed values inproductswill be uncompressed.

B.

Separate events will be created for each product inproducts.

C.

productswill be converted from a single value field to a multivalue field.

D.

All multivalue fields will be converted to single value fields.

Full Access
Question # 26

What default Splunk role can use the Log Event alert action?

A.

Power

B.

User

C.

can_delete

D.

Admin

Full Access
Question # 27

Which of the following is true when comparing the rex and erex commands?

A.

The rex command is similar to automatic field extraction while erex isn't

B.

The erex command uses data samples to generate regular expressions while rex doesn't

C.

The rex command requires knowledge of regular expressions while erex doesn't

D.

The erex command requires knowledge of regular expressions while rex doesn't

Full Access
Question # 28

Where can wildcards be used in the tstats command?

A.

In the where clause

B.

In the by clause

C.

In the from clause

D.

No wildcards can be used with tstats

Full Access
Question # 29

Which of the following statements is accurate regarding the append command?

A.

It is used with a subsearch and only accesses real-time searches.

B.

It is used with a subsearch and only accesses historical data.

C.

It cannot be used with a subsearch and only accesses historical data.

D.

It cannot be used with a subsearch and only accesses real-time searches.

Full Access
Question # 30

What happens when a bucket's bloom filter predicts a match?

A.

Event data is read from journal.gz using the .tsidx files from that bucket.

B.

Field extractions are used to filter through the .tsidx files from that bucket.

C.

The filter is deleted from the indexer and wiped from memory.

D.

Event data is read from the .tsidx files using the postings from that bucket.

Full Access
Question # 31

Why use the tstats command?

A.

As an alternative to the summary command.

B.

To generate statistics on indexed fields.

C.

To generate an accelerated data model.

D.

To generate statistics on search-time fields.

Full Access
Question # 32

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 # 33

Which commands can run on both search heads and indexers?

A.

Transforming commands

B.

Centralized streaming commands

C.

Dataset processing commands

D.

Distributable streaming commands

Full Access
Question # 34

Which of the following most accurately defines a base search?

A.

A dashboard panel query used by a drilldown.

B.

A search query used by post-process searches.

C.

A search query hidden in the XML.

D.

A search query that uses | tstats used by post-process searches.

Full Access
Question # 35

Which of the following cannot be accomplished with a webhook alert action?

A.

Retrieve data from a web page

B.

Create a ticket in a support app

C.

Post a notification on a web page

D.

Post a message in a chatroom

Full Access
Question # 36

Which of the following elements sets a token value of sourcetype=access_combined?

A.

sourcetype=$click.value$

B.

prefix="sourcetype=">$click.value$

C.

sourcetype=$click.value$

D.

$click.value$

Full Access