Real Interview Questions
Adobe Interview Questions (Real, Asked)
8 real questions candidates were actually asked at Adobe interviews. Practice any of them out loud with Roundd AI and get instant feedback — free, no signup.
Practice these questions with AI feedback →- 1.
Find all possible paths in the rat-in-a-maze problem.
Software Engineer
- 2.
Sort an array using quicksort; write the correct code and implementation.
Software Engineer
- 3.
Maintain a prefix sum array and use it to query the sum over a subset of array indices.
Software Engineer
- 4.
Given an array, find the element before which all elements are smaller and after which all elements are greater.
Software Engineer
- 5.
Convert an array into zig-zag fashion.
Software Engineer
- 6.
Solve the minimum-platforms problem: given train arrival and departure times, find the minimum number of platforms needed.
Software Engineer
- 7.
Write code to check if a number is a power of 2.
Software Engineer
- 8.
Explain the trie data structure.
Software Engineer