offline Interview Questions
4 interview questions in our bank cover offline, most of them System Design for ML. They average 3.5/5 difficulty — hard — and each one was reported by a candidate after a real interview. Companies known to ask about offline: Uber, Apple, Mobile, Roblox.
Practice these on the problems board →Companies that ask about offline
Question mix
- System Design for ML2
- Coding & Leetcode-style Questions1
- Mobile Engineering (Android/iOS)1
Difficulty
- 3/5 — medium2
- 4/5 — hard2
Questions tagged offline
Earliest Time to Connect All Riders
3/5Solve a graph connectivity and temporal tracking challenge featured in technical interviews at Uber, where you must determine the precise moment a community of participants becomes fully unified. By analyzing chronologically ordered interaction logs, you will track relationship formations and evaluate network topology changes over time. This exercise tests your command over graph traversal algorithms, disjoint-set data structures, and handling time-series edge updates. Unlock the complete problem statement, follow-up scenarios, and expert solution with a subscription.
Coding & Leetcode-style QuestionsUberDesign a Chat Application with Group and Offline Support
4/5Architect a real-time messaging platform supporting both direct and group chats, inspired by Apple system design interviews. You will focus on core challenges including user registration, instantaneous message delivery over persistent connections, and reliable offline message synchronization for disconnected recipients. This prompt tests your ability to design scalable distributed systems, handle data persistence, and manage state across unreliable network conditions. Elevate your system design prowess for large-scale communication infrastructure. Gain full access to the complete architectural blueprint, scaling strategies, and expert solutions with a subscription.
System Design for MLAppleDesign an Offline-First Sync Architecture
4/5Developing resilient client-side software that functions seamlessly without internet connectivity demands sophisticated synchronization patterns. This Mobile engineering interview prompt explores how to establish a local database as the primary source of truth while utilizing durable outbox queues and background workers to handle eventual consistency upon reconnection. The exercise targets state management, conflict resolution, and reliable mutation tracking under intermittent network conditions. Unlock the comprehensive architecture guide and implementation details with a subscription.
Mobile Engineering (Android/iOS)MobileFrontend System Design: Infinite-Scroll Image Feed
3/5This Roblox system design challenge focuses on building a robust, high-performance infinite-scroll image feed on the client side using a fixed backend API. The evaluation centers heavily on maintaining smooth scroll mechanics, providing seamless offline capabilities, and ensuring thorough code testability. Candidates must demonstrate how to architect a modern frontend application that handles network constraints and memory management gracefully. Access the complete architectural review and expert guidance by subscribing today.
System Design for MLRoblox
Studied alongside
offline interview FAQ
- How many offline interview questions are there?
- 4 reported questions, mostly System Design for ML.
- Which companies ask offline questions?
- Uber (1), Apple (1), Mobile (1), Roblox (1).
- How hard are offline questions?
- They average 3.5 out of 5: 2 at 3/5, 2 at 4/5.