Motive | Interview Experience | Rejected at HLD

motive logo
motive
SDE 2Remote/IndiaRejected
December 18, 202526 reads

Summary

Interviewed at Motive for SDE 2 role. Cleared all rounds except the final HLD round which led to rejection. Focused on DSA, machine coding, and system design.

Full Experience

Interviewed at Motive for SDE 2 role. The process started with a hiring manager round, which focused on my background and technical depth. Then, I moved to the technical/DSA round where I solved two LeetCode problems. The third round was another technical/DSA round with two more problems. The fourth round was a machine coding task where I designed an API for deprecated cars. Finally, the fifth round was a High Level Design (HLD) round where I designed TikTok, which was the bottleneck leading to rejection.

Interview Questions (5)

Q1
Group Anagrams
Data Structures & AlgorithmsMedium

Solved using a Hashmap with sorted strings as keys.

Q2
Search a 2D Matrix II
Data Structures & AlgorithmsMedium

Efficiently searching a row-wise and column-wise sorted matrix ($O(m + n)$ approach).

Q3
Contiguous Array
Data Structures & AlgorithmsMedium

Finding the maximum length of a contiguous subarray with an equal number of 0s and 1s (Prefix Sum + Hashmap).

Q4
Palindrome Permutation II
Data Structures & AlgorithmsHard

Generate all palindromic permutations of a string. Used a frequency map and backtracking.

Q5
Minimum Swaps to Group All 1's Together II
Data Structures & AlgorithmsHard

Focused on the sliding window approach for a circular array.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!