Top 26
Prep plan
Updated weekly · Last refresh Aug 30

Adobe Mobile Engineer Interview Questions

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

26questions
~6htotal time
Track your progressSign up free to work through all 26 questions and resume where you left off.
Start practicing free →
1
CodingStart here. 19 questions · ~263 min
Binary Tree Level Order TraversalEasy
Practice

Traverse a binary tree level by level using a queue-based breadth-first search.

QueueTreesAdobe
LRU Cache for Fast RetrievalMedium
Practice

Implement an LRU cache using a hash map and doubly linked list to support O(1) get and put operations.

Hash TablesSearchingSortingAdobe
Design an LRU CacheEasy
Practice

Implement an LRU cache in O(1) average time using a hash table and doubly linked list.

Hash TablesQueueLinked ListsAdobe
O(1) Insert Delete Random SetEasy
Practice

Implement a set-like structure using an array and hash map to support insert, delete, and random access in average O(1) time.

Hash TablesArraysData StructuresAdobe
Validate String PalindromeEasy
Practice

Check whether a string is a palindrome by comparing characters from both ends.

ArraysStringsTwo PointersAdobe
Reverse a Singly Linked ListEasy
Practice

Problem Given the head of a singly linked list, reverse the list, and return the new head node. The linked list is defined as follows: python class ListNo...

RecursionStackDynamic ProgrammingAdobe
More Coding questions with a free account
2
Behavioral & Leadership6 questions · ~83 min
Owning a Work MistakeEasy

Tests accountability after a mistake, including ownership, self-awareness, corrective action, and learning.

self assessmentfeedbackOwnershipAdobe
More Behavioral & Leadership questions with a free account
3
More topics1 question · ~14 min
Connected Traffic Signal DesignHard

Evaluates product sense and system design tradeoffs for optimizing real-world user outcomes.

system designAdobe

Sign up to see every question

Create a free account to unlock this list and practice real interview questions.

Get my prep plan
The finish line: interview-readyComplete all 26 questions to finish this plan.