
Eat Club Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 5 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Eat Club.
Software Development Engineer
For the eat club SDE role on campus, the first round was an online assessment on HackerRank with 3 DSA problems of easy to moderate difficulty. The first question was about covering an array.
- Given an array, where an index i can cover the range from i - A[i] to i + A[i], what is the minimum index needed to cover the whole array? The array size n is up to 1e5 and array elements A[i] are between 0 and 100.
Software Development Engineer
Round 1, I was asked one decent coding question which was to find the first positive element in an unsorted array, and I had to explain all possible approaches. They also asked an SQL query based on my project's schema, some OS and DBMS questions, and questions about web attacks like XSS and SQL injection.
- Tell all approaches for finding the first positive element in an unsorted array.
- Write an SQL query based on my project's schema.
- Answer some questions about Operating Systems.
Software Engineer
Each round lasted for an hour. The first round was an OA in the form of a contest conducted offline. The second round was a Technical Round covering DSA and CS Core Concepts. The third round was a System Design Round.
- Design an IRCTC train booking system.
- Wiggle Sequence (Leetcode Medium DSA)
Eat Club Software Engineer Interview Questions
Quoted word for word from Eat Club interview reports.
“Given an array, where an index i can cover the range from i - A[i] to i + A[i], what is the minimum index needed to cover the whole array? The array size n is up to 1e5 and array elements A[i] are between 0 and 100.”
Read reports →“Write an SQL query based on my project's schema.”
Read reports →“Design an IRCTC train booking system.”
Read reports →“Can you design a railway reservation system?”
Read reports →“Solve 2 simple standard coding problems on HackerEarth.”
Read report →Formats, difficulty and experience
Across all 5 Eat Club interview reports.