Exam A+ Pass Verified Latest Update
A calculated field maybe based on which of the following?
A. Lookup tables
B. Extracted fields
C. Regular expressions
D. Fields generated within a search string - Answer- B. Extracted fields
Which are valid ways to create an event type? (select all that apply)
A. By using the searchtypes command in the search bar.
B. By editing the event_type stanza in the props.conf file.
C. By going to the Settings menu and clicking Event Types > New.
D. By selecting an event in search results and clicking Event Actions > Build Event
Type. - Answer- C. By going to the Settings menu and clicking Event Types > New.
D. By selecting an event in search results and clicking Event Actions > Build Event
Type.
Which of the following statements describe the search string below? dacamodel
Application_State All_Application_State search
A. Events will be returned from dataset named Application_state.
B. Events will be returned from the data model named Application_State.
C. Events will be returned from the data model named All_Application_state.
D. No events will be returned because the pipe should occur after the datamodel
command - Answer- C. Events will be returned from the data model named
All_Application_state.
What is required for a macro to accept three arguments?
A. The macro's name ends with (3).
B. The macro's name starts with (3).
C. The macro's argument count setting is 3 or more.
D. Nothing, all macros can accept any number of arguments. - Answer- A. The macro's
name ends with (3).
Which of the following actions can the aval command perform?
A. Remove fields from results.
B. Create or replace an existing field.
C. Group transactions by one or more fields.
D. Save SPL commands to be reused in other searches. - Answer- B. Create or replace
an existing field.
The Field Extractor (FX) is used to extract a custom field. A report can be created using
this custom field. The created report can then be shared with other people in the
,organization. If another person in the organization runs the shared report and no results
are returned, why might this be? (select all that apply)
A. Fast mode is enabled.
B. The dashboard is private.
C. The extraction is private-
D. The person in the organization running the report does not have access to the index.
- Answer- C. The extraction is private-
D. The person in the organization running the report does not have access to the index.
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
A. This is a valid search and will display a timechart of the average duration, of each
transaction event.
B. This is a valid search and will display a stats table showing the maximum pause
among transactions.
C. No results will be returned because the transaction command must include the
startswith and endswith options.
D. No results will be returned because the transaction command must be the last
command used in the search pipeline. - Answer- A. This is a valid search and will
display a timechart of the average duration, of each transaction event.
Which of the following statements describes POST workflow actions?
A. POST workflow actions are always encrypted.
B. POST workflow actions cannot use field values in their URI.
C. POST workflow actions cannot be created on custom sourcetypes.
D. POST workflow actions can open a web page in either the same window or a new . -
Answer- D. POST workflow actions can open a web page in either the same window or
a new .
What do events in a transaction have In common?
A. All events In a transaction must have the same timestamp.
B. All events in a transaction must have the same sourcetype.
C. All events in a transaction must have the exact same set of fields. D. All events in a
transaction must be related by one or more fields. - Answer- B. All events in a
transaction must have the same sourcetype.
What does the following search do?index=condlog type=mysterymeat action=eaten I
scats count as cornlog_count by us©:
A. Creates a table of the total count of users and split by corndogs.
B. Creates a table of the total count of mysterymeat corndogs split by user.
C. Creates a table with the count of all types of corndogs eaten split by user.
D. Creates a table that groups the total number of users by vegetarian corndogs. -
Answer- A. Creates a table of the total count of users and split by corndogs.
, When multiple event types with different color values are assigned to the same event,
what determines the
color displayed for the events?
A. Rank
B. Weight
C. Priority
D. Precedence - Answer- C. Priority
A user wants to convert field values to string and also to sort on those value. Which
command should be used
first, the eval or the sort?
A. It doesn't matter whether eval or sort is used first.
B. Convert the numeric to a string with eval first, then sort.
C. Use sort first, then convert the numeric to a string with eval.
D. You cannot use the sort command and the eval command on the same field. -
Answer- B. Convert the numeric to a string with eval first, then sort.
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
A. Tabs
B. Pipes
C. Spaces
D. Commas - Answer- A. Tabs
B. Pipes
C. Spaces
To identify all of the contributing events within a transaction that contains at least one
REJECT event, which
syntax is correct?
A. Index-main | REJECT trans sessionid
B. Index-main | transaction sessionid | search REJECT
C. Index=main | transaction sessionid | whose transaction=reject
D. Index=main | transaction sessionid | where transaction=reject'' - Answer- C.
Index=main | transaction sessionid | whose transaction=reject
Which group of users would most likely use pivots?
A. Users
B. Architects
C. Administrators
D. Knowledge Managers - Answer- D. Knowledge Managers
When should you use the transaction command instead of the scats command?
A. When you need to group on multiple values.
B. When duration is irrelevant in search results. .
C. When you have over 1000 events in a transaction.