SPLK-1002 Exam Questions

Total 272 Questions

Last Updated Exam : 15-Apr-2025

Topic 2: Questions Set 2

For choropleth maps,splunk ships with the following KMZ files (select all that apply)


A. States of the United States


B. States and provinces of the united states and Canada


C. Countries of the European Union


D. Countries of the World





A.
  States of the United States

D.
  Countries of the World

Explanation: Splunk ships with the following KMZ files for choropleth maps: States of the United States and Countries of the World. A KMZ file is a compressed file that contains a KML file and other resources. A KML file is an XML file that defines geographic features and their properties. AKMZ file can be used to create choropleth maps in Splunk by using the geom command. A choropleth map is a type of map that shows geographic regions with different colors based on some metric. Splunk ships with two KMZ files that define the geographic regions for choropleth maps:
States of the United States: This KMZ file defines the 50 states of the United States and their boundaries. The name of this KMZ file is us_states.kmz and it is located in the $SPLUNK_HOME/etc/apps/maps/appserver/static/geo directory. Countries of the World: This KMZ file defines the countries of the world and their boundaries. The name of this KMZ file is world_countries.kmz and it is located in the $SPLUNK_HOME/etc/apps/maps/appserver/static/geo directory.
Splunk does not ship with KMZ files for States and provinces of the United States and Canada or Countries of the European Union. However, you can create your own KMZ files or download them from external sources and use them in Splunk.

A user wants to create a workflow action that will retrieve a specific field value from an event and run a search in a new browser window in the user's Splunk instance. What kind of workflow action should they create?


A. A Run workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.


B. A Search workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.


C. A POST workflow action, because the search is being sent to the user's current Splunk instance.


D. A GET workflow action, because a field value needs to be retrieved from the events returned in the user's search.





B.
  A Search workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.

Explanation: A Search workflow action is the appropriate choice when a user wants to retrieve a specific field value from an event and run a search in a new browser window within their Splunk instance (Option B). This type of workflow action allows users to define a search that utilizes field values from selected events as parameters, enabling more detailed investigation or context-specific analysis based on the original search results.

When using | timchart by host, which filed is representted in the x-axis?


A. date


B. host


C. time


D. -time





A.
  date

Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?


A. POST


B. Search


C. GET


D. Format





A.
  POST

Explanation: The type of workflow action that sends field values to an external resource (e.g. a ticketing system) is POST. A POST workflow action allows you to send a POST request to a URI location with field values or static values as arguments. For example, you can use a POST workflow action to create a ticket in an external system with information from an event.

Which field extraction method should be selected for comma-separated data?


A. Regular expression


B. Delimiters


C. eval expression


D. table extraction





B.
  Delimiters

Explanation: The correct answer is B. Delimiters. This is because the delimiters method is designed for structured event data, such as data from files with headers, where all of the fields in the events are separated by a common delimiter, such as a comma or space. You can select a sample event, identify the delimiter, and then rename the fields that the field extractor finds. You can learn more about the delimiters method from the Splunk documentation1. The other options are incorrect because they are not suitable for comma separated data. The regular expression method works best with unstructured event data, where you select and highlight one or more fields to extract from a sample event, and the field extractor generates a regular expression that matches similar events and extracts the fields from them. The eval expression is a command that lets you calculate new fields or modify existing fields using arithmetic, string, and logical operations. The table extraction is a feature that lets you extract tabular data from PDF files or web pages. You can learn more about these methods from the Splunk documentation23.

Which search string would only return results for an event type called success ful_purchases?


A. tag=success ful_purchases


B. Event Type:: successful purchases


C. successful_purchases


D. event type—success ful_purchases





C.
  successful_purchases

Explanation: This is because event types are added to events as a field named eventtype, and you can use this field as a search term to find events that match a specific event type. For example, eventtype=successful_purchases returns all events that have been categorized as successful purchases by the event type definition. The other options are incorrect because they either use a different field name (tag), a different syntax (Event Type:: or event type—), or have a typo (success ful_purchases). You can learn more about how to use event types in searches from the Splunk documentation1.

When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?


A. A period or comma.


B. A comma.


C. A tab or space.


D. Any consistent character.





D.
  Any consistent character.

Explanation: When using the Field Extractor (FX) in Splunk to perform field extraction, any consistent character can be used as a delimiter. The Field Extractor allows users to define how fields are separated in the raw event data, and as long as the delimiter is consistent, the FX tool can parse and extract the fields correctly.

A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.


A. skipped or deferred


B. automatically accelerated


C. deleted


D. all of the above





A.
  skipped or deferred

Explanation: A report that is scheduled to run every 15 minutes but takes 17 minutes to complete is in danger of being skipped or deferred2. This means that Splunk may skip some scheduled runs of the report if they overlap with previous runs that are still in progress or defer them until the previous runs are finished2. This can affect the accuracy and timeliness of the report results and notifications2. Therefore, option A is correct, while options B, C and D are incorrect because they are not consequences of a report taking longer than its schedule interval.

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


A. stats, eval, table


B. search, where, eval


C. stats, chart, timechart


D. transaction, chart, timechart





C.
  stats, chart, timechart

The fields sidebar does not show________. (Select all that apply.)


A. interesting fields


B. selected fields


C. all extracted fields





C.
   all extracted fields

Explanation: The fields sidebar is a panel that shows the fields that are present in your search results2. The fields sidebar does not show all extracted fields, which are fields that are extracted from your raw data using various methods such as regular expressions, delimiters or key-value pairs2. The fields sidebar only shows selected fields and interesting fields2. Selected fields are fields that you choose to display in your search results by clicking on them in the fields sidebar or by using the fields command2. Interesting fields are fields that appear in at least 20 percent of events or have high variability among values2. Therefore, option C is correct, while options A and B are incorrect because they are types of fields that the fields sidebar does show.


Page 4 out of 28 Pages
Previous