I applied through college or university. The process took 1 day. I interviewed at Rebel Foods (Formerly Faasos) (Jaipur, Rajasthan) in Sep 2021
Interview
Interview process was pretty much comfortable first their is a coding round which consist of two things (reasoning and some java questions which are multiple choice) and then two technical interview and then one HR round
Interview questions [1]
Question 1
Print left view of a tree , system design question related to oops(parking slot)
I applied through college or university. The process took 1 day. I interviewed at Rebel Foods (Formerly Faasos)
Interview
The interview process was very smooth. It consisted of 4 rounds.
1) Online Assessment
2) Technical Round 1
3) Technical Round 2
4) HR Round
The online test had MCQs based on DBMS, OS, OOPS, JAVA etc.
In the technical rounds candidates were interviewed based on their resumes.
The TR 1 started with formal introduction of myself. Then I was asked questions on Javascript ,Node.js (mentioned in my resume), OOPS. I was asked to write one or two SQL queries. Then I was asked to code a problem on any IDE of my choice (medium level DSA). The interviewer also asked some questions related to my projects.
The TR 2 was quite similar to the previous one. I was asked to code two problems. The interviewer was interested in knowing if I could code in a production friendly manner. I was asked questions related to DBMS, OS and my projects.
The HR round was basically about my educations, knowledge about the company, strengths and weaknesses, future goals etc.
Interview questions [2]
Question 1
write a code to find the maximum number of palindromic substrings in a string.
I participated in Rebel Foods' hiring challenge that has been posted on HackerEarth. On clearing coding challenge, I received call for interview. It included 3 rounds. First 2 were Technical followed by a HR round.
Interview questions [1]
Question 1
Technical :
It started with General Aptitude questions. Then I was asked to implement algorithms . Here are some questions:
1) Write a function that takes an array as input and returns a reversed version of the input
array.
2)Returns an element of the array which has a frequency
greater than floor(n/2). If no such element exists, it would return -1.
Latter I was asked to normalize tables and write SQL queries .