Top 50
Topic roadmap
Updated weekly · Last refresh Sep 12

Top 50 Arrays Interview Questions

The most frequently asked Arrays questions across all roles and companies, ranked by real interview frequency. Updated daily.

50questions
~21htotal time
2,091companies covered
Track your progressSign up free to work through all 50 questions and resume where you left off.
Start practicing free →
1
RecursionStart here. 8 questions · ~200 min
2
Hash Tables15 questions · ~375 min
Two Sum with TargetEasy
Practice
Recently asked

Use a hash map to find two array elements that sum to a target in O(n) time.

Hash TablesArraysStringsiCapitalPaycomBlend360
Find Two Sum IndicesEasy
Practice
Recently asked

Use a hash map to find two array elements that sum to a target in O(n) time.

Hash TablesArraysSortingEtsyLLuxoft SingaporeNeoDocto
Two Sum ProblemEasy
Practice
Recently asked

Find two indices in an array whose values add up to a target using a hash map.

Hash TablesArraysTwo PointersConverseonEarnest ResearchEtsy
Design an LRU CacheEasy
Practice
Recently asked

Implement an LRU cache in O(1) average time using a hash table and doubly linked list.

Hash TablesQueueLinked ListsAllianzICFInsulet
More Hash Tables questions with a free account

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan
3
Arrays12 questions · ~300 min
Merge Two Sorted ArraysEasy
Practice
Recently asked

Merge two sorted arrays into one sorted array using a two-pointer linear scan.

ArraysSortingTwo PointersDropboxTetraScienceBooking
Merge Overlapping IntervalsMedium
Practice
Recently asked

Sort intervals by start time, then merge overlapping ranges into a minimal non-overlapping list.

ArraysSearchingSortingAnthropicJustworksXero
More Arrays questions with a free account
4
Dynamic Programming3 questions · ~75 min
Maximum Sum Contiguous SubarrayEasy
Practice
Recently asked

Use Kadane's algorithm to find the contiguous subarray with the largest sum in linear time.

Dynamic ProgrammingArraysGreedyMetaPublicis GroupeSmbc Global Foundation
More Dynamic Programming questions with a free account
5
Math7 questions · ~175 min
More Math questions with a free account
6
More topics5 questions · ~125 min
More questions with a free account
The finish line: interview-readyComplete all 50 questions to finish this plan.