Courseiva

CCNA Lookups And Alerts Questions

32 questions · Lookups And Alerts topic · All types, answers revealed

1
MCQeasy

Which action can be triggered by a Splunk alert?

A.Restart the indexer
B.Modify user passwords
C.Send an email
D.Delete search history
AnswerC

Sending an email is a standard alert action.

Why this answer

Splunk supports Email, Script, Webhook, and Log Event actions.

2
MCQmedium

You are using an automatic lookup. If you want to overwrite an existing field in your search results with a value from the lookup, which setting should be enabled?

A.Default values
B.Force match
C.Overwrite field values
D.Strict match
AnswerC

This enables replacement of existing values.

Why this answer

The 'Overwrite field values' setting allows the lookup to replace existing fields in the search results.

3
Multi-Selecthard

Which THREE features allow for more precise control over lookup performance?

Select 3 answers
A.Data compression
B.User role permissions
C.Memory limit configuration
D.Field filtering in the lookup definition
E.Lookup indexing
AnswersC, D, E

Controls resource usage.

Why this answer

Lookup indexing, memory limits, and field filtering help maintain efficient lookups.

4
MCQeasy

Which search command is used to display the contents of a lookup table?

A.table
B.inputlookup
C.lookup
D.outputlookup
AnswerB

This displays the lookup contents.

Why this answer

The 'inputlookup' command loads the content of the specified lookup table into the search pipeline.

5
MCQeasy

Where is the most appropriate place to check for errors related to a failed lookup execution?

A.The _internal index
B.The Splunk Web UI dashboard
C.The lookup csv file
D.The savedsearches.conf file
AnswerA

Lookup errors are logged to the _internal index.

Why this answer

The _internal index contains logs related to Splunk processes, including lookup failures.

6
MCQeasy

When configuring a CSV lookup file, where is the file uploaded in Splunk?

A.Settings > Indexes
B.Settings > Field extractions
C.Settings > Data inputs
D.Settings > Lookups > Lookup table files
AnswerD

This is the correct path for uploading lookup files.

Why this answer

Lookup table files are managed under Settings > Lookups > Lookup table files.

7
MCQeasy

What is the result of setting an alert's priority to 'High'?

A.It triggers faster.
B.It uses more CPU.
C.It elevates the alert in the Triggered Alerts list.
D.It sends extra emails.
AnswerC

Priority helps in sorting and identifying important alerts.

Why this answer

Priority is used for visual categorization and filtering in the Triggered Alerts dashboard.

8
Multi-Selecthard

Which THREE factors influence the throttling behavior of an alert?

Select 3 answers
A.Suppress results by field
B.Search index name
C.User role
D.Suppression time period
E.Alert action enablement
AnswersA, D, E

The specific field used to identify unique alert conditions.

Why this answer

Throttling is determined by the suppression time, the scope (all or by field), and the alert configuration.

9
Multi-Selecteasy

Which THREE settings can be configured for a scheduled alert?

Select 3 answers
A.Trigger conditions
B.Lookup indexing
C.Cron schedule
D.Data retention policy
E.Alert actions
AnswersA, C, E

Controls thresholds.

Why this answer

Scheduled alerts support cron schedules, trigger conditions, and alert actions.

10
Multi-Selectmedium

Which TWO of the following are required components to successfully implement a CSV-based automatic lookup?

Select 2 answers
A.A KV store collection
B.A script to parse the CSV
C.A saved search
D.A lookup table file (.csv)
E.A lookup definition
AnswersD, E

This contains the actual lookup data.

Why this answer

An automatic lookup requires both a valid lookup definition and the lookup table file itself.

11
MCQeasy

What is the primary purpose of a lookup?

A.To store user dashboards.
B.To add external data to events.
C.To index raw data.
D.To filter out unwanted data.
AnswerB

Lookups bridge event data with external tables.

Why this answer

Lookups enrich existing event data with additional information from external sources.

12
Multi-Selecthard

Which TWO of the following scenarios are best suited for using a KV Store lookup?

Select 2 answers
A.Maintaining a record of alert history
B.Storing dynamic user preferences
C.Large static lookup tables
D.Mapping IP addresses to hostnames
E.Archiving index logs
AnswersA, B

KV store provides structured storage for custom app data.

Why this answer

KV Store is ideal for writeable data and high-frequency updates, unlike static CSVs.

13
Multi-Selectmedium

Which THREE actions can be performed when an alert triggers?

Select 3 answers
A.Delete the index
B.Run a script
C.Reboot the server
D.Send an email
E.Log event
AnswersB, D, E

Standard alert action.

Why this answer

Splunk natively supports sending emails, running custom scripts, and logging events to the internal index.

14
MCQmedium

A user wants to restrict an alert to trigger only once per hour, even if the search returns results every minute. Which setting should be modified?

A.Throttling
B.Cron schedule
C.Alert frequency
D.Trigger conditions
AnswerA

Throttling is specifically designed to suppress alert notifications.

Why this answer

Throttling allows you to suppress alert actions for a defined time period after an alert has triggered.

15
MCQmedium

You need to update a lookup table periodically using the output of a scheduled search. Which command is required to write the search results to the lookup file?

A.lookup_update
B.outputlookup
C.inputlookup
D.lookup
AnswerB

This writes results to a lookup file.

Why this answer

The outputlookup command is used to save search results to a lookup file.

16
MCQeasy

You are creating a lookup definition that points to a CSV file. Which setting determines if the lookup match is case-sensitive for the input fields?

A.Input lookup command
B.Automatic lookup field alias
C.Lookup table file configuration
D.Lookup definition match type
AnswerD

The 'Case sensitive match' checkbox controls this behavior.

Why this answer

The 'Case sensitive match' setting in the Lookup Definition determines whether the lookup matches are case-sensitive for the input fields.

17
MCQmedium

You want an alert to run every Monday at 8 AM. How should you configure the schedule?

A.Run every 1 hour.
B.Use a cron expression of 0 8 * * 1.
C.Use the Weekly setting.
D.Use the Daily setting.
AnswerB

This is the correct cron syntax for Monday at 8 AM.

Why this answer

A Cron schedule of '0 8 * * 1' specifically targets 8:00 AM on Mondays.

18
MCQhard

Which of the following is a key advantage of using KV Store lookups over CSV lookups?

A.They support dynamic updates and data types.
B.They don't require lookup definitions.
C.They use less disk space.
D.They are faster for static data.
AnswerA

KV Store supports complex data structures and frequent updates.

Why this answer

KV Store lookups are designed to be dynamic and support read/write operations from multiple sources.

19
MCQmedium

You need to ensure that an alert does not fire multiple times for the same user if they trigger the alert 50 times in one minute. Which throttling setting should you use?

A.Suppress all results
B.Throttling by time only
C.Suppress results by field
D.Result limit
AnswerC

This suppresses alerts per specific field value.

Why this answer

Throttling by 'field' allows you to suppress alerts based on specific field values, like 'user'.

20
MCQmedium

You want to trigger an alert only if a specific event appears more than 10 times in 1 hour. Which trigger condition should you select?

A.Number of events
B.Per-result
C.Custom
D.Number of results
AnswerA

This counts the number of events returned by the search.

Why this answer

The 'Number of events' condition is used for count-based threshold alerts.

21
MCQhard

You have configured an automatic lookup that is failing to populate. You verified the lookup definition and the automatic lookup rule. What is the most likely reason for the failure?

A.The lookup is set to read-only.
B.The lookup is shared globally.
C.The lookup table file is too large.
D.Field name mismatch between event and lookup.
AnswerD

Automatic lookups require exact field name matching unless aliases are used.

Why this answer

The most common reason for an automatic lookup failing is a field name mismatch between the event data and the lookup table header.

22
MCQhard

You are performing a lookup with a large CSV file and notice poor performance. Which feature can optimize the lookup performance?

A.Splitting the lookup file
B.Lookup indexing
C.Increasing the memory limit
D.Compressing the lookup file
AnswerB

Lookup indexing optimizes lookup performance for large files.

Why this answer

Lookup indexing allows Splunk to create an index for the lookup file, significantly speeding up the lookup process.

23
MCQhard

What is the result of using 'OUTPUTNEW' instead of 'OUTPUT' in a lookup command?

A.It forces an error if the lookup is empty.
B.It performs a case-insensitive lookup.
C.It only adds fields if they do not already exist.
D.It creates a new lookup table.
AnswerC

This prevents overwriting existing fields.

Why this answer

OUTPUTNEW only adds fields if they do not already exist in the event, preserving original field values.

24
MCQmedium

Which type of lookup allows you to dynamically populate a lookup file based on the results of a search?

A.External lookup
B.Outputlookup
C.KV Store lookup
D.Automatic lookup
AnswerB

Outputlookup creates or updates a lookup file.

Why this answer

Outputlookups are used to save search results into a file, which can act as a lookup table.

25
MCQhard

When configuring an automatic lookup, what does the 'lookup_input_fields' parameter define?

A.The search fields that map to lookup keys.
B.The maximum number of matches.
C.The lookup table file name.
D.The fields to be appended to the search.
AnswerA

These are the match keys for the lookup.

Why this answer

Input fields are the keys in the search results that map to the lookup table columns.

26
Multi-Selecthard

Which TWO settings in a lookup definition affect how the lookup matches the data?

Select 2 answers
A.Match type
B.Case sensitive match
C.Owner permissions
D.Lookup file compression
E.Refresh interval
AnswersA, B

Controls matching behavior (e.g., WILDCARD, CIDR).

Why this answer

Match type and Case sensitivity are critical configuration items in the lookup definition.

27
MCQmedium

You need to ensure that an alert notifies a specific team via email only when the number of errors exceeds 50 in 5 minutes. What is the correct way to implement this?

A.Set trigger condition to 'greater than' 50 results in 5 minutes.
B.Enable 'Real-time' alert mode.
C.Use a cron expression of */5.
D.Configure the 'Action' to 'Email'.
AnswerA

This is the standard trigger configuration for threshold-based alerts.

Why this answer

You set the alert trigger condition to 'Number of results' greater than 50, and the time range to 5 minutes.

28
MCQeasy

Which permission setting is required for other users to use a lookup table you have created?

A.Owner-only
B.System-only
C.Private
D.App or Global
AnswerD

Shared permissions enable usage by other users.

Why this answer

Permissions must be set to 'App' or 'Global' scope for other users to access the object.

29
Multi-Selecteasy

Which TWO of the following are valid lookup types in Splunk?

Select 2 answers
A.KV Store lookup
B.Database lookup
C.Log lookup
D.CSV lookup
E.Text lookup
AnswersA, D

Standard key-value store lookup.

Why this answer

CSV and KV Store are standard, natively supported lookup types in Splunk.

30
Multi-Selectmedium

Which THREE items are required when creating a new Alert action via the UI?

Select 3 answers
A.Alert action
B.Lookup file
C.Alert name
D.System admin user
E.Search string
AnswersA, C, E

The action triggered by the alert.

Why this answer

Alerts need a name, a base search query, and at least one enabled action to be effective.

31
Multi-Selectmedium

Which TWO pieces of information must be provided when defining a lookup table file upload?

Select 2 answers
A.Lookup definition
B.Destination Filename
C.Lookup index
D.Field aliases
E.Destination App
AnswersB, E

The name the file will be saved as.

Why this answer

You must provide the destination app context and the file name (or path).

32
MCQhard

You notice that an alert is not triggering. You have checked the search logic and permissions. What is another likely configuration issue?

A.The app is not visible.
B.The owner does not have write access.
C.Alert actions are not enabled.
D.The search is too short.
AnswerC

Alert actions must be explicitly enabled.

Why this answer

If the 'Alert actions' are not enabled, the alert logic will run, but no action will execute.

Ready to test yourself?

Try a timed practice session using only Lookups And Alerts questions.