Problem database last updated: June 20, 2025

SSplunk logo

Splunk Coding Interview Questions

12 problems · 1 Easy, 9 Medium, 2 Hard · Ranked #126 of 458

Difficulty breakdown

1 Easy

8% · avg 23%

9 Medium

75% · avg 59%

2 Hard

17% · avg 18%

Top topics

array
50%
string
33.3%
stack
33.3%3.9x
hash-table
25%
binary-search
25%2.8x
design
25%4.3x

Interview profile

Based on 12 reported problems, Splunk interviews are in line with industry averages - 17% Hard vs 18% overall. The majority (75%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Splunk puts unusual emphasis on data-stream (16.7% of problems, 25.1x the industry average), doubly-linked-list (16.7% of problems, 8.7x the industry average), design (25% of problems, 4.3x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (50%), string (33.3%), stack (33.3%), hash-table (25%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 12 problems

Group Anagrams

Solve

Given an array of strings strs, group the anagrams together. You can return the answer in any order.

MediumVery Likely
arrayhash-tablestring

Longest Increasing Subsequence

Solve

Given an integer array nums, return the length of the longest strictly increasing subsequence.

MediumVery Likely
arraybinary-searchdynamic-programming

Find First and Last Position of Element in Sorted Array

Solve

Given an array of integers nums sorted in non-decreasing order, find the starting and ending position of a given target value.

MediumVery Likely
arraybinary-search

Find Median from Data Stream

Solve

The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of the two midd...

HardVery Likely
two-pointersdesignsorting

LRU Cache

Solve

Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.

MediumVery Likely
hash-tablelinked-listdesign

Find All Anagrams in a String

Solve

Given two strings s and p, return an array of all the start indices of p's anagrams in s. You may return the answer in any order.

MediumVery Likely
hash-tablestringsliding-window

Design Browser History

Solve

You have a browser of one tab where you start on the homepage and you can visit another url, get back in the history number of steps or move forward in the hist...

MediumVery Likely
arraylinked-liststack

Valid Parentheses

Solve

Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.

EasyVery Likely
stringstack

Minimum Height Trees

Solve

A tree is an undirected graph in which any two vertices are connected by exactly one path. In other words, any connected graph without simple cycles is a tree.

MediumVery Likely
depth-first-searchbreadth-first-searchgraph

Koko Eating Bananas

Solve

Koko loves to eat bananas. There are n piles of bananas, the ith pile has piles[i] bananas. The guards have gone and will come back in h hours.

MediumVery Likely
arraybinary-search

Trapping Rain Water

Solve

Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.

HardVery Likely
arraytwo-pointersdynamic-programming

Decode String

Solve

Given an encoded string, return its decoded string.

MediumVery Likely
stringstackrecursion

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Splunk interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Splunk coding interview

Splunk interviews focus heavily on array, string, stack problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Splunk interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Splunk ask in interviews?add

Splunk has been reported to ask 12 distinct coding problems. The most common topics are array, string, stack. 1 are Easy difficulty, 9 are Medium, and 2 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Splunk coding interviews?add

Based on 12 reported problems, Splunk interviews are in line with industry averages - 17% Hard vs 18% overall. 75% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Splunk coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, string, stack. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Splunk interview?

Simulate a real Splunk coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Splunk interview with AIarrow_forward