run-length Interview Questions
2 interview questions in our bank cover run-length, most of them Coding & Leetcode-style Questions. They average 2.5/5 difficulty — medium — and each one was reported by a candidate after a real interview. Companies known to ask about run-length: Google, Goldman Sachs.
Practice these on the problems board →Companies that ask about run-length
Question mix
- Coding & Leetcode-style Questions2
Difficulty
- 2/5 — easy1
- 3/5 — medium1
Questions tagged run-length
Stuck Keyboard / Jammed String Matching
3/5This Google interview question challenges candidates to filter a vocabulary list by matching words against a sequence produced by a faulty keyboard where keys stick and repeat characters. The task evaluates your ability to handle custom sequence comparisons, grouping adjacent identical elements, and validating length constraints between candidate strings and corrupted inputs. You will need to design an efficient routine that checks whether each dictionary term can successfully map to the jammed output. Access to the complete problem breakdown and the optimal model solution requires a subscription.
Coding & Leetcode-style QuestionsGoogleCount Strictly Increasing Subarrays of Length K
2/5Featured in recent Goldman Sachs technical assessments, this problem challenges you to scan an integer array and count every contiguous subsegment of a specific size that maintains a strictly ascending order. It serves as a fantastic test of sliding window techniques, sequence tracking, and efficient array iteration. Mastering this pattern helps build confidence for similar subsegment query tasks. Unlock the full problem statement, algorithmic breakdown, and optimal source code with a paid subscription.
Coding & Leetcode-style QuestionsGoldman Sachs
run-length interview FAQ
- How many run-length interview questions are there?
- 2 reported questions, mostly Coding & Leetcode-style Questions.
- Which companies ask run-length questions?
- Google (1), Goldman Sachs (1).
- How hard are run-length questions?
- They average 2.5 out of 5: 1 at 2/5, 1 at 3/5.