Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Rebel Foods Team. If you also belong to the team, you can get access from here

Rebel Foods Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Rebel Foods SDE Interview Questions and Answers

Updated 3 Sep 2024

Rebel Foods SDE Interview Experiences

2 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. .Questions regarding CSS, flexbox UI question etc
  • Q2. Positioning and different css properties along with take home assignment.
  • Ans. 

    The question is about positioning and different CSS properties. A take-home assignment is also included.

    • Positioning refers to the placement of HTML elements on a web page using CSS properties such as 'position', 'top', 'bottom', 'left', and 'right'.

    • Different CSS properties include 'color', 'font-size', 'background-color', 'border', 'padding', 'margin', and many more.

    • The take-home assignment may involve creating a web p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Reactjs questions and components architecture along with hooks ans state management.

Skills evaluated in this interview

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mix of medium level coding questions and technical mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Array Question was asked. Interviewer was friendly.
Round 3 - Technical 

(1 Question)

  • Q1. LinkedList question, SQL, etc
Round 4 - HR 

(1 Question)

  • Q1. Family background, place of stay, company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Technical interview was medium-high level

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

Interview questions from similar companies

SDE Interview Questions & Answers

Info Edge user image SUMAN JANGID

posted on 16 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Two stack based question
  • Q2. Find the non repeting no from an array
  • Ans. 

    Find the non-repeating number in an array of strings.

    • Iterate through the array and count the occurrences of each number using a hashmap.

    • Return the number that has a count of 1.

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Uber user image Anonymous

posted on 16 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode medium questions, 45 mins

Round 2 - One-on-one 

(2 Questions)

  • Q1. HLD question - cant disclose
  • Q2. Design LRU cache

SDE Interview Questions & Answers

Flipkart user image Koushik Hegde

posted on 24 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build the conference room

Round 2 - Technical 

(2 Questions)

  • Q1. Asked all about my previous work.
  • Q2. Resume based question , went in depth.
Round 3 - HR 

(1 Question)

  • Q1. Not much , discussed about the offer

SDE Interview Questions & Answers

Times Internet user image Ranjana Gupta

posted on 6 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Something related to binary search

SDE Interview Questions & Answers

CARS24 user image Anonymous

posted on 19 Apr 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Standard Leetcode Medium Problem.

SDE Interview Questions & Answers

Swiggy user image Anonymous

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It had 9 uqestions , one problem solving , one SQL , one API and 6 mcq

Round 2 - Assignment 

Easy assignment , if you hav eOOps knowledge you can do it

SDE Interview Questions & Answers

Lenskart user image Anonymous

posted on 25 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself and hobbied and technical inernkvnip

SDE Interview Questions & Answers

LinkedIn user image Anonymous

posted on 25 May 2015

Interview Preparation Tips

Round: Test
Experience: First there was an online round on hackerrank where they asked 4 simple coding questions about DP, strings and stacks. In this round the selected 3 candidates.

Round: TECHNICAL INTERVIEW
Experience: In first round they asked me 2 coding questions where he asked me to code as close as possible to the actual one.

First question was you are given a array of string followed by two words. You have to find the minimum distance between the two words in the given array of string. For example:

(“the”, “quick”, “brown”, “fox”, “quick”)

distance(“fox”,”the”) == 3

distance(“quick”, “fox”) == 1Second qustion:Given two sorted array of Strings, Implement a merged sorted array of stringA[ ] = {"good", "person" }

B[ ] = { "he", "is" }

return { "good", "he", "is", "person"}

After this round they selected all three.

Round: TECHNICAL INTERVIEW
Experience: Then in the second round they asked a little about tree and told me to code 2 codes.

First one : You are supposed to do a level order traversal of a binary tree(not necessarily complete) and have to print a special character(say ‘$’) after completion of each level.

Second: Given a number print all the combination in which no. can be printed.

for eg.Input:

3

Output:

2 1

1 2

1 1 2After this round they selected 2 candidates including me.

General Tips: Tips for the interview:Just be relaxed interview will be simple you just need be calm and do not make small mistakes like ‘;’. Interviewer’s? main focus will be on end cases, so keep all end cases in mind while coding. Before start anything keep clear what you are going to code. Finally think out loud. Best of luck.
College Name: VIT CHENNAI

Rebel Foods Interview FAQs

How many rounds are there in Rebel Foods SDE interview?
Rebel Foods interview process usually has 3 rounds. The most common rounds in the Rebel Foods interview process are Technical, One-on-one Round and Aptitude Test.
What are the top questions asked in Rebel Foods SDE interview?

Some of the top questions asked at the Rebel Foods SDE interview -

  1. Positioning and different css properties along with take home assignme...read more
  2. Array Question was asked. Interviewer was friend...read more
  3. .Questions regarding CSS, flexbox UI question ...read more

Tell us how to improve this page.

Rebel Foods SDE Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

SDE Interview Questions from Similar Companies

Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Info Edge SDE Interview Questions
3.9
 • 4 Interviews
Meesho SDE Interview Questions
3.7
 • 3 Interviews
Zepto SDE Interview Questions
3.5
 • 2 Interviews
Uber SDE Interview Questions
4.2
 • 2 Interviews
Swiggy SDE Interview Questions
3.8
 • 1 Interview
Zomato SDE Interview Questions
3.7
 • 1 Interview
CARS24 SDE Interview Questions
3.6
 • 1 Interview
Lenskart SDE Interview Questions
3.2
 • 1 Interview
Blinkit SDE Interview Questions
3.7
 • 1 Interview
View all
Assistant Manager
163 salaries
unlock blur

₹0.7 L/yr - ₹8.1 L/yr

Store Manager
144 salaries
unlock blur

₹2.4 L/yr - ₹5.6 L/yr

Management Trainee
106 salaries
unlock blur

₹1.8 L/yr - ₹4.3 L/yr

Shift Manager
60 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Restaurant Manager
56 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Rebel Foods with

Box8

3.5
Compare

Faasos Food Services

4.1
Compare

InnerChef

4.5
Compare

Swiggy

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview