Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Creating Reports, Dashboards and Visualizations practice sets

SPLK-1002 Creating Reports, Dashboards and Visualizations • Complete Question Bank

SPLK-1002 Creating Reports, Dashboards and Visualizations — All Questions With Answers

Complete SPLK-1002 Creating Reports, Dashboards and Visualizations question bank — all 0 questions with answers and detailed explanations.

123
Questions
Free
No signup
Certifications/SPLK-1002/Practice Test/Creating Reports, Dashboards and Visualizations/All Questions
Question 1mediummultiple choice
Read the full NAT/PAT explanation →

A security team needs to create a report that shows the number of distinct users who triggered a firewall block each day for the past 30 days. Which search and visualization combination should be used?

Question 2easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a dashboard panel that refreshes automatically every 60 seconds. Which setting must be configured in the panel's edit mode?

Question 3hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard includes a table showing server errors. The team wants to click a row and drill down to a detailed view of that server's events in a new search. Which configuration is required?

Question 4mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO statements are true about saved reports in Splunk?

Question 5hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which THREE of the following are valid ways to add a visualization to a dashboard?

Question 6easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO chart types are best suited for showing the distribution of categorical data?

Question 7mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which THREE actions are possible when editing a dashboard in Studio?

Question 8mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a report that shows the top 5 most frequent error messages from the last 7 days. The search results should be sorted by count. Which search is correct?

Question 9hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A user runs this search and the resulting timechart shows multiple lines, one for each host. The user wants to show only the top 3 hosts by total count. Which modification achieves this?

Exhibit

index=main sourcetype=access_combined status=503 | timechart count by host
Question 10easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard includes a single value visualization showing the total number of login failures. The number seems too high. Which common mistake could cause inflated counts?

Question 11mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A team creates a dashboard that uses a drop-down input to select a server. The dashboard slows down significantly when the input changes. What is the most likely cause?

Question 12hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a report that shows the average response time for each web endpoint over the past week. The data has fields: endpoint, response_time. Which search correctly calculates the average?

Question 13mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. This search produces a table with hosts as rows and status codes as columns. The user wants to visualize this as a stacked column chart showing the distribution of status codes per host. Which chart type should be selected?

Exhibit

index=web sourcetype=access_combined | chart count over host by status
Question 14hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A user runs this search from a dashboard panel. The panel shows no results, but the lookup file exists and has data. What is the most likely reason?

Exhibit

| inputlookup app_errors.csv | where severity > 3 | stats count by app, error_type | sort -count | head 10
Question 15mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user creates a dashboard with multiple panels. Some panels share the same search. To improve performance, what should the user do?

Question 16hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO are valid methods to share a dashboard with other users without granting them edit permissions?

Question 17easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which THREE are essential components of a Splunk dashboard?

Question 18hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

You are a Splunk administrator at a large e-commerce company. The operations team has created a real-time dashboard to monitor website performance. The dashboard includes multiple panels: a line chart showing page load times over the last 60 minutes, a single value showing the number of active users, and a table listing the top 10 slowest pages. The dashboard refreshes every 30 seconds. Recently, users have reported that the dashboard is very slow to load and sometimes times out. The underlying searches are not accelerated. The dashboard uses a shared time range picker set to 'Last 60 minutes'. The index for web logs receives about 2 GB of data per hour. The team wants to improve performance without losing real-time capability. Which approach best addresses the problem?

Question 19mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

You are a Splunk analyst for a financial services firm. You need to create a weekly report for management showing the total transaction value and number of transactions per day, broken down by transaction type (credit, debit, transfer). The data is in index=transactions with fields: trans_date, trans_type, amount. The report should be sent via email every Monday morning at 8 AM. You have created a report with the search: `index=transactions | timechart sum(amount) by trans_type`. However, the timechart shows only one series because the trans_type field has multiple values. You need to fix the search so that it correctly separates by trans_type. Additionally, you need to schedule the report. What should you do?

Question 20mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst has created a report that shows the count of failed login attempts by user. The analyst now wants to display this data as a column chart on a dashboard. Which Splunk feature should be used to convert the report into a visualization?

Question 21hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An IT operations team has a dashboard with multiple panels showing server metrics. Each panel uses a separate search that runs every time the dashboard is loaded, causing slow performance. What is the best practice to improve dashboard load time?

Question 22easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a pie chart showing the distribution of error types from web server logs. Which Splunk command should be used to group the errors before visualization?

Question 23mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard includes a time range picker. When a user selects 'Last 7 days', one panel does not update its data accordingly. What is the most likely cause?

Question 24hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO of the following are valid ways to add a visualization to a dashboard in Splunk?

Question 25hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The search is expected to produce a count of HTTP status codes grouped into categories. However, the results show a column 'status' instead of 'status_category'. What is the problem?

Exhibit

Refer to the exhibit.

```
index=web sourcetype=access_combined
| stats count by status
| eval status_category = case(status>=200 AND status<300, "2xx", status>=300 AND status<400, "3xx", status>=400 AND status<500, "4xx", status>=500, "5xx")
| stats count by status_category
```
Question 26mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

You are a Splunk administrator for a large e-commerce company. The marketing team has a dashboard that displays daily sales metrics, including revenue, number of transactions, and average order value. The dashboard is built using a single search that runs a 'timechart' command across all events. Recently, the dashboard has been timing out and failing to load during peak hours (10 AM - 2 PM) when traffic is highest. The team needs the dashboard to be available with minimal latency. You have the following options:

A. Reduce the time range on the dashboard to the last hour instead of the default last 24 hours. B. Create a summary index that pre-aggregates the sales metrics every hour and modify the dashboard to search this summary index. C. Increase the search time limit in the Splunk settings to allow the search to run longer. D. Split the single search into multiple smaller searches, each for a different metric, and run them concurrently on separate panels.

Which option best addresses the performance issue while maintaining data accuracy?

Question 27easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO of the following are valid methods to convert a saved search into a report in Splunk?

Question 28hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

You are a Splunk administrator for a large e-commerce company. The operations team uses a dashboard to monitor server health, which includes a single-value panel showing the current number of active users, a bar chart of error counts by service, and a table of recent critical log entries. Recently, users have reported that the dashboard loads very slowly, sometimes taking over 30 seconds to display all panels. The dashboard uses base search and post-process searches to reduce duplication. The base search retrieves all logs from the last 24 hours, and each panel runs a post-process search to filter and aggregate data. The dashboard is scheduled to refresh every 60 seconds. There are approximately 10 million events per day. After investigating, you notice that the base search returns a large amount of data, and each post-process search still processes a significant subset. Which approach would most effectively improve dashboard performance without significantly altering the dashboard's functionality?

Question 29mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which three of the following are valid approaches for creating a dashboard in Splunk Web? (Choose three.)

Question 30mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which three options correctly describe characteristics or behaviors of Splunk reports and visualizations? (Choose three.)

Question 31mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which of the following are true about creating and managing dashboards in Splunk? (Choose all that apply. There are four correct answers.)

Question 32mediumdrag order
Read the full Creating Reports, Dashboards and Visualizations explanation →

Drag and drop the steps to configure a Splunk alert that sends an email when a specific condition is met into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 33mediumdrag order
Read the full Creating Reports, Dashboards and Visualizations explanation →

Drag and drop the steps to troubleshoot a Splunk search that returns no results into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 34mediummatching
Read the full Creating Reports, Dashboards and Visualizations explanation →

Match each Splunk component to its purpose.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Processes incoming data and stores it in indexes

Handles search requests and distributes to indexers

Sends data to indexers or other forwarders

Manages configuration of forwarders

Manages license usage across the deployment

Question 35mediummatching
Read the full Creating Reports, Dashboards and Visualizations explanation →

Match each lookup type to its definition.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Stores lookup data in a CSV file

Stores lookup data in a key-value store collection

Runs an external script to perform lookup

Matches coordinates to geographic regions

Question 36easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst wants to create a report that shows the count of failed login attempts per user over the last 24 hours, but only for users with more than 5 failures. Which Splunk command sequence should be used?

Question 37mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A team wants to add an interactive time range picker to a dashboard. The dashboard uses a base search with a token for earliest and latest. Which configuration is required?

Question 38hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A report is scheduled to run every hour but sometimes returns incomplete data because the search is too slow and times out. Which action should be taken to improve reliability without losing data?

Question 39easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A developer wants to display server CPU usage that updates every second on a dashboard. Which panel configuration is appropriate?

Question 40mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user created a dashboard panel with a search that uses a token. The token is not being applied when the user modifies the dropdown. What is the most likely cause?

Question 41hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A compliance report must show the average latency per service for each hour over the past 30 days. The data set contains millions of events. To ensure the report finishes within a reasonable time, which approach is recommended?

Question 42easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to add a drilldown to a dashboard panel so that clicking a value opens a related search in a new tab. Which Simple XML attribute is used?

Question 43mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard uses a base search and a post-process search that modifies the fields. When the base search returns no results, the panel shows an error. How can this be handled?

Question 44hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A visualization is showing unexpected spikes in a timechart. The data is aggregated by hour, but the spikes align with time zone changes. What is the likely cause?

Question 45easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO options are valid methods to add a visualization to a dashboard?

Question 46mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which THREE best practices should be followed when creating dashboards for a large organization with many users?

Question 47hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO options are correct about post-process searches in dashboards?

Question 48easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The report returns 0 results even though there are error events in the data. What is the most likely issue?

Exhibit

| inputlookup user_activity.csv
| search error=*
| stats count by user
| sort - count
| head 10
Question 49mediummultiple choice
Read the full NAT/PAT explanation →

Refer to the exhibit. The pie chart shows only 10 slices, but the base search stats returns all destinations. What is the reason?

Exhibit

<dashboard>
  <label>Network Dashboard</label>
  <search id="base">
    <query>index=network sourcetype=traffic | eval dest=if(dest=="unknown", "other", dest) | stats count by dest</query>
    <earliest>-24h@h</earliest>
    <latest>now</latest>
  </search>
  <row>
    <panel>
      <chart>
        <search base="base">
          <query>| top limit=10 dest</query>
        </search>
        <option name="charting.chart">pie</option>
      </chart>
    </panel>
  </row>
</dashboard>
Question 50hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The timechart returns only partial results for some sourcetypes, and there are gaps in the timeline. Which is the most likely reason?

Exhibit

| tstats summariesonly=t count where index=main by _time, sourcetype span=1h
| timechart count by sourcetype
Question 51mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst creates a report that shows the count of failed login attempts by user over the last 7 days. The report uses the `top` command. However, the report only shows the top 10 users, but the analyst wants to see all users. What should the analyst do?

Question 52easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a dashboard panel that shows a single number representing the total number of errors in the last 24 hours. Which visualization type should be used?

Question 53hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A Splunk admin notices that a dashboard panel using `timechart` is showing gaps (null values) for some time periods where no events exist. The admin wants to display a zero instead of null to make the chart continuous. Which command should be added before `timechart`?

Question 54mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard has a radio button input that selects a sourcetype. The panel uses `index=web sourcetype=$source$`. However, when the user selects a sourcetype, the panel doesn't update. What is the most likely cause?

Question 55easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a bar chart showing the count of events by host for the last hour. Which command should be used?

Question 56hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A report uses `| timechart count by action`. The user wants to show only the top 3 actions and combine all others into a single 'Other' column. Which argument should be added?

Question 57mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard includes a pie chart showing the distribution of error types. The data comes from a search that uses `top` command. The pie chart is showing a slice labeled 'Other' that is very large. What is the most likely cause?

Question 58easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to add a trend indicator to a single value visualization showing whether the count increased or decreased compared to the previous period. Which feature should be used?

Question 59hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard has multiple panels that use the same base search. The admin wants to avoid running the same search multiple times. Which feature should be used?

Question 60mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard designer wants to create a drilldown from one chart to another dashboard. Which TWO actions must be configured? (Select two.)

Question 61hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst creates a dashboard with multiple timechart panels. To ensure the dashboard performs well with large datasets, which THREE practices should be followed? (Select three.)

Question 62easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to save a search as a report that can be used in a dashboard. Which TWO steps are required? (Select two.)

Question 63hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The dashboard panel is not displaying data when the input changes. What is the most likely cause?

Exhibit

<form>
  <label>Example Dashboard</label>
  <fieldset submitButton="false">
    <input type="dropdown" token="source" searchWhenChanged="true">
      <label>Source</label>
      <choice value="access_combined">Web Access</choice>
      <choice value="secure">Secure</choice>
    </input>
  </fieldset>
  <row>
    <panel>
      <chart>
        <search>
          <query>index=main sourcetype=$token$ | timechart count by host</query>
        </search>
      </chart>
    </panel>
  </row>
</form>
Question 64mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. Which visualization would be most appropriate for this data?

Exhibit

index=web status=* | stats count by status | sort -count | head 5
Question 65easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The user wants to display the count over time for each source. However, the chart shows only one line labeled 'MyCount'. What is the problem?

Exhibit

index=apache | timechart count by source | rename count as "MyCount"
Question 66easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security team wants to monitor the count of failed login attempts over the past week. They need a simple at-a-glance number. Which visualization type should they use?

Question 67easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An administrator needs to share a report with executives who prefer to see data in a tabular format with sorting capabilities. Which reporting method is best?

Question 68easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user created a report that runs every hour. They notice the report's results include data from the previous hour only, but they want data from the last 24 hours. What should they change in the search?

Question 69mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An analyst needs to see the top 5 error codes by count. Which visualization is most appropriate?

Question 70mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard includes a form input that allows users to select a user. After selecting a user, a panel should show that user's activity. Which dashboard feature is required?

Question 71mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A report is scheduled to run every 5 minutes. After running, it sends an email if the count of errors exceeds 10. Which report action should be configured?

Question 72hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard has multiple panels that each use the same base search but apply different aggregate functions. To avoid running the base search multiple times, which technique should be used?

Question 73hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An organization has a large dataset and wants to create a daily report of top 10 error messages. The search takes a long time to run. Which optimization approach reduces run time while maintaining accuracy?

Question 74hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

In a dashboard, a user wants to click on a bar in a chart and navigate to another dashboard with relevant data for that bar. Which feature should they configure?

Question 75easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which two of the following are valid ways to create a report in Splunk? (Choose two.)

Question 76mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which two of the following are actions that can be performed on a report after it is created? (Choose two.)

Question 77hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which three of the following are best practices for creating efficient dashboards? (Choose three.)

Question 78easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. Which visualization is most appropriate for this data?

Exhibit

index=security sourcetype=linux_secure | stats count by action | sort -count
Question 79mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The chart shows five series. What is the effect of the useother=f argument?

Exhibit

index=web | timechart count by status useother=f limit=5
Question 80hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. The dashboard panel shows a column chart of bytes by protocol for the last 24 hours. However, the chart shows only one column. What is the most likely cause?

Exhibit

<dashboard>
  <label>Network Dashboard</label>
  <row>
    <panel>
      <title>Traffic by Protocol</title>
      <chart>
        <search>
          <query>index=network sourcetype=traffic | stats sum(bytes) by protocol</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="charting.chart">column</option>
      </chart>
    </panel>
  </row>
</dashboard>
Question 81mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst needs to create a report that shows the count of failed login attempts by user over the last 24 hours, updated every hour. The report should be accessible to the SOC team but not to other users. Which sequence of steps should the analyst follow?

Question 82easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

When creating a dashboard panel that displays a line chart of CPU usage over time, which visualization option should be used to show multiple series (each CPU core) with different colors?

Question 83hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard includes a table panel that shows recent errors. The analyst wants users to click on an error message and be taken to a search showing all events containing that error message within the same time range. Which configuration should be applied to the table panel?

Question 84mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An analyst created a report that runs a search over the last 7 days. The report is scheduled to run daily. Each time the report runs, it takes a long time and impacts other searches. What is the best way to improve performance without changing the data model?

Question 85easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which visualization type is best suited to show the proportion of errors by category (e.g., HTTP 404, 500, 403) as parts of a whole?

Question 86hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard uses tokens for time range selection. The admin wants to ensure that when a user changes the time range picker from 'Last 24 hours' to 'Last 7 days', all panels in the dashboard update accordingly. What is the correct way to define the token in Simple XML?

Question 87mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An analyst creates a dashboard with multiple panels. One panel shows a table of top users by login count. The analyst wants to add a second panel that updates based on the user clicked in the first panel. Which feature should be used?

Question 88easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

In Splunk Web, which option allows a user to save a search result as a report that can be added to a dashboard later?

Question 89hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A newly created dashboard panel is not displaying data, showing only 'No results found'. The search query works correctly in the Search app. What is the most likely cause?

Question 90mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An analyst needs to create a dashboard that displays real-time data (streaming) for operational monitoring. Which panel type supports real-time data?

Question 91mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO actions are valid for modifying the appearance of a column chart in a dashboard panel? (Choose two.)

Question 92hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which THREE of the following are valid considerations when scheduling a report for PDF delivery via email? (Choose three.)

Question 93easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO options are valid when adding a panel to a dashboard from an existing report? (Choose two.)

Question 94easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst creates a dashboard to monitor failed login attempts over the past 24 hours. Which visualization type is most appropriate for showing the trend of failed logins over time?

Question 95easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to create a dashboard panel that shows the top 5 most visited web pages. Which report type should be used as the underlying search?

Question 96mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

An IT administrator has a dashboard with multiple panels that all use the same base search but with different post-processing filters. The dashboard is slow to load. Which optimization technique is most effective?

Question 97mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard panel using a bar chart shows a large number of values on the x-axis, making the chart unreadable. Which dashboard option should be used to limit the number of bars shown?

Question 98mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard designer adds a radio button input to filter by department. When a user selects a department, the panel does not update. What is the most likely cause?

Question 99hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A SOC manager creates a dashboard with multiple time-range pickers (one global, one per panel). The global picker is set to 'Last 7 days' but one panel uses its own picker set to 'Last 24 hours'. When the dashboard loads, which time range will the panel use?

Question 100hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard uses a drilldown on a table to navigate to another dashboard. After migration to a different Splunk instance, the drilldown links are broken. What is the best practice to avoid this issue?

Question 101hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A power user creates a dashboard with a panel that uses a search returning 10,000 events. The dashboard should display a single value representing the count of unique users. Which search approach is most efficient?

Question 102easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user creates a report that summarizes error codes by frequency. They want to share it with the team so others can view but not edit. Which permission should the user set on the report?

Question 103easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO options are valid ways to add a visualization to a dashboard using Splunk Web? (Choose two.)

Question 104mediummulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which THREE elements are required to create a dashboard in Splunk Web? (Choose three.)

Question 105hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

A dashboard panel uses a search that returns time-series data. Which TWO chart options are available in the 'Format' tab of the chart editor to modify the appearance of a line chart? (Choose two.)

Question 106easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A junior analyst creates a dashboard to monitor server CPU usage. The dashboard contains a single panel with a line chart showing CPU percentage over the last 24 hours. The analyst then adds a second panel that displays the same data but as a single value showing the average CPU. Both panels use the exact same search string. The dashboard loads slowly, and users complain of wait times. The analyst wants to improve performance without changing the displayed data. Which course of action is best?

Question 107mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A financial analyst creates a dashboard in Splunk Web to track daily transaction volumes. The dashboard has three panels: a table of top 10 merchants by transaction count, a bar chart of transactions by hour, and a single value showing total transaction amount. All panels use the same base search from the 'transactions' index. The analyst is in the 'finance' role. The dashboard runs fine in the analyst's session, but when the analyst shares the dashboard with the 'auditor' role, the auditor sees no data in any panel. The auditor role has read access to the dashboard and the 'transactions' index. What is the most likely cause?

Question 108hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A large enterprise Splunk environment has a heavy forwarder sending 2 TB of log data per day. An operator builds a dashboard that displays a real-time chart of events per second across all data sources, using the search 'index=* | stats count by sourcetype' with a real-time window of last 10 minutes. The dashboard is extremely slow, often timing out. The operator suspects the search is too broad. Which optimization strategy should be implemented first?

Question 109mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A security analyst wants to create a report showing the number of failed login attempts by user over the past 24 hours, updated automatically every hour. Which approach is most efficient?

Question 110hardmulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

Which TWO actions increase the performance of a dashboard in Splunk? (Choose two.)

Question 111easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A small business uses Splunk to monitor their web server. They have a dashboard that shows daily page views. After a system update, the dashboard loads very slowly, often timing out. The dashboard uses a search that takes only 2 seconds when run manually. The dashboard has a time range picker set to 'Today'. The update changed some default settings. What is the most likely cause?

Question 112mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A large organization's security team has a dashboard that displays the top 10 source IPs by number of failed login attempts. The dashboard uses a search: index=security sourcetype=login action=failure | top limit=10 src_ip. Lately, the dashboard shows incorrect data (e.g., IPs that are not actually top). However, when the same search is run in the Search app, it shows correct results. The dashboard is scheduled to refresh every 10 minutes. What is the most likely cause?

Question 113hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A company has a dashboard that uses a base search and four post-process searches to display metrics. The dashboard loads slowly. The base search returns 10,000 results and each post-process search further filters. The infrastructure team suggests using tstats to improve performance. Which approach is best?

Question 114easymultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user creates a dashboard with a line chart showing server response times. The chart looks correct in the dashboard editor but when saved and viewed by other users, the chart shows no data. The other users have the same role as the creator. What is the most likely cause?

Question 115hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A Splunk administrator needs to create a dashboard that displays a summary of sales data from multiple regions. Each region's data is in a separate index. The dashboard should allow users to select a region from a dropdown and see the sales data for that region. Which type of dashboard input should be used?

Question 116easymulti select
Read the full Creating Reports, Dashboards and Visualizations explanation →

A user wants to add a panel to an existing dashboard in Splunk. Which TWO of the following methods can be used to achieve this?

Question 117hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A user scheduled a report but it never runs. Which of the following is the most likely reason?

Exhibit

[saved_search_name]
search = index=main sourcetype=access | stats count by status
cron_schedule = * * * *
Question 118mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

A large e-commerce company uses Splunk Enterprise to analyze sales data. The marketing team requests a real-time dashboard showing total revenue per product category, updated every 5 seconds. A new Splunk user creates a dashboard panel with the search `index=sales | stats sum(price) by category | sort - sum(price)`. The dashboard works initially, but after 30 minutes, it stops updating and displays the error 'Search failed: too many results'. The user is concerned about the impact on system performance. The data volume is approximately 1 TB per day. Which of the following should the user do to create a reliable dashboard that updates frequently without causing performance issues?

Question 119hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A user runs this search in Splunk to create a timechart of web server status codes. The resulting chart shows no data for the "error" status. What is the most likely cause?

Exhibit

index=web sourcetype=access_combined
| timechart span=1h count by status
| eval status=if(status>=400, "error", "success")
| stats sum(count) as total by _time, status
| eval color=if(status="error", "red", "green")
| table _time, status, total, color
Question 120mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A Splunk user runs this search against a lookup file containing application error data. The search returns fewer than 10 results. Which is the most likely reason?

Exhibit

| inputlookup app_errors.csv
| search error_code=* AND severity="high"
| table app_name, error_code, count
| sort - count
| head 10
Question 121hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A Splunk admin created this dashboard XML. When viewing the dashboard, the "Response Time" panel shows no data. What is the most likely cause?

Exhibit

dashboard.xml:
<dashboard>
  <label>Web Performance</label>
  <row>
    <panel>
      <title>Error Rate</title>
      <chart>
        <search>index=web sourcetype=access_combined status>=400 | timechart count by status</search>
        <option name="charting.chart">column</option>
      </chart>
    </panel>
    <panel>
      <title>Response Time</title>
      <chart>
        <search>index=web sourcetype=access_combined | stats avg(response_time) by host</search>
        <option name="charting.chart">bar</option>
      </chart>
    </panel>
  </row>
</dashboard>
Question 122mediummultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A user runs this search to get details about a saved search. The results show empty values for the actions types. What is the most likely reason?

Exhibit

| rest /services/saved/searches
| search title="Daily Error Summary"
| table title, actions, is_scheduled, schedule
| spath input=actions
| table title, {}.type, is_scheduled, schedule
Question 123hardmultiple choice
Read the full Creating Reports, Dashboards and Visualizations explanation →

Refer to the exhibit. A security analyst runs this search to find top failed actions for admin accounts. The search returns no results, but there are failed actions for admin accounts in the data. What is the most likely cause?

Exhibit

index=security sourcetype=windows_security
| eval account_type=if(match(user, "^Admin"), "admin", "user")
| stats count by account_type, action
| where account_type="admin" AND action="Failed"
| sort - count
| head 5

Practice tests

Scored 10-question sessions with instant feedback and explanations.

SPLK-1002 Practice Test 1 — 10 Questions→SPLK-1002 Practice Test 2 — 10 Questions→SPLK-1002 Practice Test 3 — 10 Questions→SPLK-1002 Practice Test 4 — 10 Questions→SPLK-1002 Practice Test 5 — 10 Questions→SPLK-1002 Practice Exam 1 — 20 Questions→SPLK-1002 Practice Exam 2 — 20 Questions→SPLK-1002 Practice Exam 3 — 20 Questions→SPLK-1002 Practice Exam 4 — 20 Questions→Free SPLK-1002 Practice Test 1 — 30 Questions→Free SPLK-1002 Practice Test 2 — 30 Questions→Free SPLK-1002 Practice Test 3 — 30 Questions→SPLK-1002 Practice Questions 1 — 50 Questions→SPLK-1002 Practice Questions 2 — 50 Questions→SPLK-1002 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Splunk Basics and Interface NavigationBasic Searching and Transforming CommandsUsing Fields and LookupsCreating Reports, Dashboards and VisualizationsData Models and Best Practices

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Creating Reports, Dashboards and Visualizations setsAll Creating Reports, Dashboards and Visualizations questionsSPLK-1002 Practice Hub