Top 50
Prep plan
Updated weekly · Last refresh Aug 30

Unknowns Mobile Engineer Interview Questions

The questions to prepare for a Unknowns Mobile Engineer interview. Questions from real interview reports rank first. Updated weekly.

50questions
~9htotal time
Track your progressSign up free to work through all 50 questions and resume where you left off.
Start practicing free →
1
CodingStart here. 26 questions · ~283 min
Maximum Path Sum in TreeMedium
Practice

Use DFS tree dynamic programming to compute the maximum path sum across any parent-child path in a binary tree.

RecursionTreesGraphsUnknowns
Two-Sum AlgorithmEasy
Practice

Find two action values that reach a target using a hash map in linear time.

Hash TablesArraysUnknowns
Valid Palindrome String CheckEasy
Practice

Check whether a string is a palindrome using two pointers while ignoring case and non-alphanumeric characters.

Hash TablesStringsTwo PointersUnknowns
Longest Unique Substring in EnoMedium
Practice

Use a sliding window and hash map to find the longest substring without repeated characters in a string.

Hash TablesStringsTwo PointersUnknowns
Two-Sum ProblemEasy
Practice

Find two Box file sizes that sum to a target using a hash map in O(n) time.

Hash TablesArraysUnknowns
Binary Tree Inorder TraversalEasy
Practice

Traverse a binary tree in inorder using DFS recursion and return node values from left, root, then right.

RecursionStackTreesUnknowns
More Coding questions with a free account
2
Behavioral & Leadership23 questions · ~251 min
Owning a Production Memory LeakMedium

Tests ownership and communication in diagnosing and fixing a mobile memory leak with clear technical investigation and measurable impact.

technical problem-solvingmemory leakDiagnosisUnknowns
More Behavioral & Leadership questions with a free account
3
More topics1 question · ~11 min
The finish line: interview-readyComplete all 50 questions to finish this plan.