Zomato Interview Experience | On-Campus 2021 Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report This is an On-campus hiring round. The total process consisted of an online coding round and a F2F interview round. Round 1: This is an online assessment round consisting of 4 DSA problems of medium-hard range. The duration of the round is 60 minutes. After completion of the round, they were asked to fill a google form consisting of Jee rank, Coding platform ratings, GitHub profile, CGPA. A total of around 50 students were shortlisted from this round. https://www.geeksforgeeks.org/dsa/unique-paths-in-a-grid-with-obstacles/ https://www.geeksforgeeks.org/dsa/allocate-minimum-number-pages/ https://www.geeksforgeeks.org/dsa/count-ways-to-partition-a-binary-string-such-that-each-substring-contains-exactly-two-0s/ I don’t remember the exact question, but it is similar to https://www.geeksforgeeks.org/dsa/largest-rectangular-area-in-a-histogram-using-stack/. Can be solved using stack. Round 2: This round happened on day 1 of on-campus interviews. This is a F2F interview round through google meet. The interviewer started with asking my intro and then asked a DSA question. Slightly modified question of https://www.geeksforgeeks.org/system-design/lru-cache-implementation/. He first asked me to discuss my approach. I started with a basic brute force approach using 3-4 hashmaps and in linear time. Then I optimized it to O (log N) time complexity. I tried to convert it into O (1) time complexity using LinkedList. But my logic will not work for a few edge cases. He then gave a hint, and I am able to solve the question properly. It took around 30 minutes for the discussion of the approach to get an O (1) solution. As the round is only for 40-45 minutes, he told me not to write the code as he is satisfied with the explanation. Then he told me about his work at zomato and his recent achievements. I asked a few doubts regarding his work and how did they tackle a few problems (about the search option in the Zomato app as the interviewer worked on this particularly). This discussion went on for another 5 minutes and he ended the interview by adding a few points on work culture at zomato. Verdict: Accepted. Remarks: After shortlisting for the F2F round, they completely focused on problem-solving skills and approach towards the problem. There is no discussion on past internships or projects. Try to communicate continuously with the interviewer throughout the interview. Paying attention to their work at Zomato and asking a few interesting doubts will be a bonus point that pushes your selection. PS: If you are not from a CSE background, try to keep 2-3 software-related projects or internships on your resume and GitHub profile. This provides a medium to talk about your work in HR and HM rounds. Comment More infoAdvertise with us Next Article Optum Interview Experience | On-Campus 2021 Anonymous Improve Article Tags : Interview Experiences Experiences Zomato On-Campus Practice Tags : Zomato Similar Reads Zomato Interview Experience (On - Campus) Recently, Zomato came to our college for hiring for the role of SDE. I will discuss here my experience with the entire hiring process in detail. The detailed experience of each round is as follows: Introduction and Project Discussion:Brief introduction about yourself (2 minutes). Discussion about on 2 min read Zomato Interview Experience (On-Campus) This was an on-campus opportunity provided by our college for internships. Introduction and Project Discussion: The interview began with a brief introduction where I was asked to tell something about myself. This interaction lasted for about 2 minutes. Following that, there was a discussion about on 3 min read ZopSmart Interview Experience (On-Campus 2020) Round 1(Online Round ): This was a round that was different from Coding. That round was having MCQs approx 35-40 which was covering all the C, C++ and HTML, CSS, JS, DBMS, and OS concepts. After Clearing that First round there were 3 technical interviews(depending upon candidate ability if they sati 2 min read Optum Interview Experience | On-Campus 2021 Optum visited our campus for full time in September 2021, candidates with 7.0 and above GPA were eligible. Round 1(Online Test): The test was conducted on Mettl platform with webcam and microphone proctoring. The test consists of 4 sections, in the first section there was 1 coding question(easy to m 2 min read Zomato Interview Experience for FTE (On-Campus) 2023 Aug-Dec 2023 (7th Semester - Placement Season)The placement season in our IIT kickstarted right from the beginning of the semester. Zomato Limited was open to all the B.Tech branches during the campus placements. Before beginning the Online Assessment, they requested the details of all the students' 4 min read TSS Interview Experience (On-Campus) 2024 TSS Interview Experience (On-Campus) 2023-2024. I recently had the opportunity to attend the on-campus interview process for TSS Consultancy. The interview process was very well-organized and consisted of four rounds: Online Assessment Test: This test was conducted on the Codeassess platform and con 3 min read Like