Top 21
Prep plan
Updated weekly · Last refresh Aug 30

Turing Mobile Engineer Interview Questions

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

21questions
~4htotal time
Track your progressSign up free to work through all 21 questions and resume where you left off.
Start practicing free →
1
CodingStart here. 9 questions · ~95 min
First Non-Repeating CharacterEasy
Practice

Find the first non-repeating character in a string using frequency counting and a second pass in O(n) time.

Hash TablesStringsSearchingTuring
Find Two Sum IndicesEasy
Practice

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

Hash TablesArraysSortingTuring
Write and Test a FunctionEasy
Practice

Merge overlapping or adjacent Turing Mobile availability windows using sorting and a linear sweep.

function implementationTestingTuring
Dependency Injection in Mobile AppsMedium

Explain dependency injection, why it improves testability, and where to use it in a mobile app.

ArraysData WranglingStringsTuring
Cycle Detection in Linked ListMedium

Tests your understanding of efficient graph traversal techniques on linked structures.

Basic AlgorithmsLinked ListsTwo PointersTuring
Stateful vs Stateless WidgetsEasy

Assesses understanding of Flutter widget state management and rendering behavior.

Turing
More Coding 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
2
Behavioral & Leadership12 questions · ~126 min
Real-Time Chat Offline CachingHard

Tests system design tradeoffs for reliable messaging and offline behavior on mobile clients.

real-time communicationcachingsolution designTuring
Mobile Data SecurityMedium

Tests your knowledge of mobile security practices and threat-aware engineering decisions.

Securitytechnical experienceTuring
More Behavioral & Leadership questions with a free account
The finish line: interview-readyComplete all 21 questions to finish this plan.