22 problems · 3 Easy, 18 Medium, 1 Hard · Ranked #85 of 458
Difficulty breakdown
3 Easy
14% · avg 23%
18 Medium
82% · avg 59%
1 Hard
5% · avg 18%
Top topics
array
31.8%
linked-list
27.3%3.8x
tree
27.3%4.9x
depth-first-search
27.3%3x
binary-tree
27.3%5.5x
string
22.7%
Interview profile
Based on 22 reported problems, josh technology interviews are easier than average - only 5% Hard compared to 18% across all companies. The majority (82%) 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, josh technology puts unusual emphasis on binary-tree (27.3% of problems, 5.5x the industry average), tree (27.3% of problems, 4.9x the industry average), linked-list (27.3% of problems, 3.8x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (31.8%), linked-list (27.3%), tree (27.3%), depth-first-search (27.3%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 22 problems
Problem
Difficulty
Frequency
Topics
Move Zeroes
Given an integer array nums, move all 0's to the end of it while maintaining the relative order of the non-zero elements.
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a sing...
In a linked list of size n, where n is even, the ith node (0-indexed) of the linked list is known as the twin of the (n-1-i)th node, if 0 <= i <= (n / 2) - 1.
You are given the root of a binary tree and an integer distance. A pair of two different leaf nodes of a binary tree is said to be good if the length of the sho...
Given a 0-indexed integer array nums of length n and an integer target, return the number of pairs (i, j) where 0 <= i < j < n and nums[i] + nums[j] < target.
You are given the head of a linked list, which contains a series of integers separated by 0's. The beginning and end of the linked list will have Node.val == 0.
Given the root of a binary search tree and the lowest and highest boundaries as low and high, trim the tree so that all its elements lies in [low, high]. Trimmi...
Given an array of integers temperatures represents the daily temperatures, return an array answer such that answer[i] is the number of days you have to wait aft...
Given the root of a binary tree, find the maximum value v for which there exist different nodes a and b where v = |a.val - b.val| and a is an ancestor of b.
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a sing...
In a linked list of size n, where n is even, the ith node (0-indexed) of the linked list is known as the twin of the (n-1-i)th node, if 0 <= i <= (n / 2) - 1.
MediumVery Likely
linked-listtwo-pointersstack
Remove Zero Sum Consecutive Nodes from Linked List
You are given the root of a binary tree and an integer distance. A pair of two different leaf nodes of a binary tree is said to be good if the length of the sho...
Given a 0-indexed integer array nums of length n and an integer target, return the number of pairs (i, j) where 0 <= i < j < n and nums[i] + nums[j] < target.
You are given the head of a linked list, which contains a series of integers separated by 0's. The beginning and end of the linked list will have Node.val == 0.
Given the root of a binary search tree and the lowest and highest boundaries as low and high, trim the tree so that all its elements lies in [low, high]. Trimmi...
Given an array of integers temperatures represents the daily temperatures, return an array answer such that answer[i] is the number of days you have to wait aft...
Given the root of a binary tree, find the maximum value v for which there exist different nodes a and b where v = |a.val - b.val| and a is an ancestor of b.
Given a string s, find the length of the longest substring without duplicate characters.
MediumLikely
hash-tablestringsliding-window
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 josh technology interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your josh technology coding interview
josh technology interviews focus heavily on array, linked-list, tree 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. josh technology 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.
What coding problems does josh technology ask in interviews?add
josh technology has been reported to ask 22 distinct coding problems. The most common topics are array, linked-list, tree. 3 are Easy difficulty, 18 are Medium, and 1 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are josh technology coding interviews?add
Based on 22 reported problems, josh technology interviews are easier than average - only 5% Hard compared to 18% across all companies. 82% 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 josh technology coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, linked-list, tree. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real josh technology coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.