
Motive Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 70 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Motive.
Software Engineer
Had a recruiter phone screen first. Then went through a coding round, Leetcode style. Next was a Hiring Manager Screen where they asked technical questions about my past experience. After that, there was a practical task: Write an API. Then a system design round, which didn't go well. Following that, another coding round, Leetcode style. Finally, a top grading session with the engineering manager, involving behavioral questions and questions about my past experience.
- Leetcode style coding
- System design
- Real-time API development
Software Engineer
So the interview was for a Software Engineer Internship and it was all about seeing how I solve problems and think algorithmically. It was just one technical round. Started with a quick intro, then we got into a data structures and algorithms question. The interviewer was cool, let me ask stuff before we started. The main task was to build a simple version of Minesweeper. They gave me a 2D grid with some mines, and I had to make a board where each empty spot told you how many mines were nearby. It really tested my matrix traversal skills, handling edge cases, and writing clean code. I used nested loops and a helper function to check neighbors and update the board. They wanted me to talk through my thinking, explain my plan, and chat about how to make it better. I messed up an edge case at first, but after we talked it through and I fixed it, I got it working. They liked how clear my logic was and how I debugged it. It was a good challenge for my algorithms and logic, and a good reminder to handle edge cases and write maintainable code when you're under pressure.
- Could you implement a function that generates the Minesweeper board? Specifically, given a 2D grid indicating mine locations, provide a board where each cell without a mine displays the count of adjacent mines.
Software Engineer
Totally disappointed with how they didn't tell me anything about my application outcome. I put in a lot of time and effort for 7 rounds of interviews and was really hoping to get some feedback or at least know why I didn't get the job. But nope, still no idea what's going on or why I was rejected. It's super frustrating because I really think getting feedback is important for learning and getting better. Knowing why I was rejected would help me a lot with future applications and figuring out how I could fit in there. This probably won't be read by anyone, but I just wanted to write down my feelings. Worst experience ever.
- HR Screening
- Manager Round covering current projects, technology, and other technical questions.
- Data Structure and Algorithms questions (Medium difficulty).
Motive Software Engineer Interview Questions
Quoted word for word from Motive interview reports.
“Find the starting index of an anagram of string1 within string2.”
Read reports →“Given an array of only binary numbers, what is the minimum number of swaps required to group all the "1"s together?”
Read reports →“Can you generate all the possible IP addresses that could be formed from a given string?”
Read reports →“What happens for capital letters in Goat Latin and so on?”
Read reports →“Can you find the minimum element in a rotated sorted array?”
Read report →“Solve Two Sum with a variation to find all the groups without repetition.”
Read report →“Can you generate all valid bracket permutations for a given number n?”
Read report →“What are the different possible combinations of brackets given an integer input?”
Read report →“Could you find the length of the longest palindrome within a given string?”
Read report →Formats, difficulty and experience
Across all 70 Motive interview reports.