Problem database last updated: June 20, 2025

HHashedIn logo

HashedIn Coding Interview Questions

21 problems · 2 Easy, 15 Medium, 4 Hard · Ranked #90 of 458

Difficulty breakdown

2 Easy

10% · avg 23%

15 Medium

71% · avg 59%

4 Hard

19% · avg 18%

Top topics

array
85.7%1.5x
dynamic-programming
42.9%2.2x
string
23.8%
greedy
23.8%2.8x
binary-search
19%2.2x
sorting
19%

Interview profile

Based on 21 reported problems, HashedIn interviews are in line with industry averages - 19% Hard vs 18% overall. The majority (71%) 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, HashedIn puts unusual emphasis on greedy (23.8% of problems, 2.8x the industry average), bit-manipulation (9.5% of problems, 2.8x the industry average), dynamic-programming (42.9% of problems, 2.2x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (85.7%), dynamic-programming (42.9%), string (23.8%), greedy (23.8%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 21 problems

Maximum Points Inside the Square

Solve

You are given a 2D array points and a string s where, points[i] represents the coordinates of point i, and s[i] represents the tag of point i.

MediumVery Likely
arrayhash-tablestring

Minimize Length of Array Using Operations

Solve

You are given a 0-indexed integer array nums containing positive integers.

MediumVery Likely
arraymathgreedy

Count the Number of Powerful Integers

Solve

You are given three integers start, finish, and limit. You are also given a 0-indexed string s representing a positive integer.

HardVery Likely
mathstringdynamic-programming

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.

HardLikely
arraytwo-pointersdynamic-programming

Maximum Subarray

Solve

Given an integer array nums, find the subarray with the largest sum, and return its sum.

MediumLikely
arraydivide-and-conquerdynamic-programming

Best Time to Buy and Sell Stock

Solve

You are given an array prices where prices[i] is the price of a given stock on the ith day.

EasyLikely
arraydynamic-programming

Group Anagrams

Solve

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

MediumLikely
arrayhash-tablestring

Jump Game

Solve

You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length...

MediumLikely
arraydynamic-programminggreedy

Jump Game II

Solve

You are given a 0-indexed array of integers nums of length n. You are initially positioned at index 0.

MediumLikely
arraydynamic-programminggreedy

Number of Islands

Solve

Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands.

MediumLikely
arraydepth-first-searchbreadth-first-search

Maximum Product Subarray

Solve

Given an integer array nums, find a subarray that has the largest product, and return the product.

MediumLikely
arraydynamic-programming

Isomorphic Strings

Solve

Given two strings s and t, determine if they are isomorphic.

EasyLikely
hash-tablestring

Minimum Cost to Make Array Equal

Solve

You are given two 0-indexed arrays nums and cost consisting each of n positive integers.

HardLikely
arraybinary-searchgreedy

Beautiful Arrangement

Solve

Suppose you have n integers labeled 1 through n. A permutation of those n integers perm (1-indexed) is considered a beautiful arrangement if for every i (1 <= i...

MediumLikely
arraydynamic-programmingbacktracking

Minimum Time to Repair Cars

Solve

You are given an integer array ranks representing the ranks of some mechanics. ranksi is the rank of the ith mechanic. A mechanic with a rank r can repair n car...

MediumLikely
arraybinary-search

Chalkboard XOR Game

Solve

You are given an array of integers nums represents the numbers written on a chalkboard.

HardLikely
arraymathbit-manipulation

3Sum

Solve

Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.

MediumLikely
arraytwo-pointerssorting

Container With Most Water

Solve

You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).

MediumLikely
arraytwo-pointersgreedy

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.

MediumLikely
arraybinary-search

Next Permutation

Solve

A permutation of an array of integers is an arrangement of its members into a sequence or linear order.

MediumLikely
arraytwo-pointers

Edit Distance

Solve

Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2.

MediumLikely
stringdynamic-programming

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 HashedIn interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your HashedIn coding interview

HashedIn interviews focus heavily on array, dynamic-programming, string 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. HashedIn 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 HashedIn ask in interviews?add

HashedIn has been reported to ask 21 distinct coding problems. The most common topics are array, dynamic-programming, string. 2 are Easy difficulty, 15 are Medium, and 4 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are HashedIn coding interviews?add

Based on 21 reported problems, HashedIn interviews are in line with industry averages - 19% Hard vs 18% overall. 71% 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 HashedIn coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, dynamic-programming, string. 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 HashedIn interview?

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

Simulate a HashedIn interview with AIarrow_forward