Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Jubilant Foods Works

Compare button icon Compare button icon Compare
3.7

based on 3.3k Reviews

Play video Play video Video summary
  • About
  • Reviews
    3.3k
  • Salaries
    8k
  • Interviews
    194
  • Jobs
    42
  • Benefits
    194
  • Photos
    11

Filter interviews by

Jubilant Foods Works Software Engineer Interview Questions and Answers

Updated 30 Jul 2022

Jubilant Foods Works Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2022

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Zigzag traversal of tree
  • Ans. 

    Zigzag traversal of a tree is a method to visit the nodes in a tree in a zigzag pattern.

    • Use a queue to perform a level order traversal of the tree.

    • For each level, alternate the direction of traversal (left to right, then right to left).

    • Store the values of the nodes in each level in an array of strings.

  • Answered by AI
    View 1 more answer
  • Q2. 3 Technical rounds Core Java and Springboot ques. RabbitMQ, annotations, multithreading, interface, concurrent hashmap, response body, Rest Api
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures, Springboot and Java

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2021

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Next greater element.
  • Ans. 

    Next greater element is a problem where we find the closest greater element for each element in an array.

    • Iterate through the array

    • For each element, compare it with the elements on its right

    • Find the first element greater than the current element

    • Store the result in a new array or data structure

  • Answered by AI
    View 1 more answer
  • Q2. Find all prime number up to given N.
  • Ans. 

    Program to find all prime numbers up to given N.

    • Start with 2 and iterate up to N

    • For each number, check if it is divisible by any number from 2 to its square root

    • If not divisible, add it to the list of primes

  • Answered by AI
    Add your answer
  • Q3. You have a file of size approx 10GB and that file has many urls not necessary unique. how will you fetch unique url from there.
  • Ans. 

    Fetching unique URLs from a 10GB file with non-unique URLs.

    • Read the file in chunks to avoid memory issues.

    • Use a hash set to store unique URLs.

    • Iterate through each URL in the file and add it to the hash set if it doesn't already exist.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to solve even if you don't have any idea about the question.

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
View answers (231)
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
View answers (525)
asked in Tech Mahindra
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
View answers (79)
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
View answers (22)
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
View answers (9)
View All

Top trending discussions

View All
Interview Tips & Stories
1w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about Jubilant Foods Works?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

Oyo Rooms user image Anonymous

posted on 11 Oct 2022

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

3 data structure problem with medium to hard level leetcode type.

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1st question was on vertical order traversal in a tree. it was from gfg he also told me to optimise it
  • Add your answer
  • Q2. 2nd question was from leetcode ie meeting rooms ll , medium question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure practise from striver sheet as the ask dsa the most
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Oyo Rooms user image Ayush Goel

posted on 28 Dec 2022

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 3 interview rounds.

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 - Coding Test 

Coding Rond consisted of 3 questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. 1. Data structures and algorithms
  • Add your answer
  • Q2. 2. Computer fundamentals
  • Add your answer
  • Q3. Revise all cs fundamentals
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Just polish your DSA concepts and projects in your resume
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Oyo Rooms user image Anonymous

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Dsa -> questions on trees, linked list, stack, dynamic programming

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Oyo Rooms user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Add your answer
  • Q2. Bricks and ladder
  • Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Oyo Rooms user image Anonymous

posted on 30 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Cafe Coffee Day user image Anonymous

posted on 17 Apr 2022

I applied via Company Website and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about yourself.
  • Add your answer
  • Q2. What are ur salary expectations
  • Add your answer
  • Q3. What is ur family backroung
  • Ans. 

    My family background is diverse and multicultural.

    • My parents are from different countries and cultures.

    • I grew up speaking multiple languages at home.

    • My family values education and hard work.

    • I have siblings who are also pursuing careers in technology.

  • Answered by AI
    Add your answer
  • Q4. Why should we hire u
  • Add your answer

Interview Preparation Tips

Topics to prepare for Cafe Coffee Day Software Engineer interview:
  • Work Study
  • Communication Skills
  • Computer
Interview preparation tips for other job seekers - Good work in ur company and ur family
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Cafe Coffee Day user image Anonymous

posted on 26 Nov 2023

Interview experience
1
Bad
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 - HR 

(1 Question)

  • Q1. One of the worst company don't go for interview.
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. No technical only cleaning cleaning we are not a employees we are labour's
  • Add your answer
Round 4 - One-on-one 

(1 Question)

  • Q1. There is nothing only cleening 😞
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst area manager and zonal manager there are behavior rude. Don't join.
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Oyo Rooms user image Anonymous

posted on 10 Mar 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was 1 hour long and was asked to pass all the test cases.

Round 2 - Technical 

(1 Question)

  • Q1. System Design with basic of OOP and OS
  • Add your answer
Anonymous
More about working at Jubilant Foods Works
  • HQ - Noida, Uttar Pradesh, India
  • Hospitality
  • 10k-50k Employees (India)
  • Public

Jubilant Foods Works Interview FAQs

How many rounds are there in Jubilant Foods Works Software Engineer interview?
Jubilant Foods Works interview process usually has 1 rounds. The most common rounds in the Jubilant Foods Works interview process are Technical.
How to prepare for Jubilant Foods Works Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Jubilant Foods Works. The most common topics and skills that interviewers at Jubilant Foods Works expect are Algorithms, Data Structures, Design Patterns, Java and Software Engineering.
What are the top questions asked in Jubilant Foods Works Software Engineer interview?

Some of the top questions asked at the Jubilant Foods Works Software Engineer interview -

  1. You have a file of size approx 10GB and that file has many urls not necessary u...read more
  2. Find all prime number up to given ...read more
  3. Next greater elemen...read more

Tell us how to improve this page.

Jubilant Foods Works Interviews By Designations

  • Jubilant Foods Works Assistant Manager Interview Questions
  • Jubilant Foods Works Associate Manager Interview Questions
  • Jubilant Foods Works Guest Delight Manager Interview Questions
  • Jubilant Foods Works District Manager Interview Questions
  • Jubilant Foods Works Store Manager Interview Questions
  • Jubilant Foods Works Senior Assistant Manager Interview Questions
  • Jubilant Foods Works Restaurant Manager Interview Questions
  • Jubilant Foods Works Technician Interview Questions
  • Show more
  • Jubilant Foods Works Senior Executive Interview Questions
  • Jubilant Foods Works Assistant Manager Operations Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Softwaretest Engineer Interview Questions
  • Software Engineer Trainee Interview Questions
  • Software Developer Intern Interview Questions
  • Software Developer Interview Questions
  • Software Development Engineer Interview Questions
  • Junior Software Developer Interview Questions
  • Show more
  • Full Stack Software Developer Interview Questions
  • Junior Software Engineer Interview Questions

Interview Questions from Similar Companies

Oyo Rooms
Oyo Rooms Interview Questions
3.3
 • 223 Interviews
Oberoi Group of Hotels
Oberoi Group of Hotels Interview Questions
4.1
 • 90 Interviews
Marriott International
Marriott International Interview Questions
4.2
 • 87 Interviews
Burger King
Burger King Interview Questions
3.9
 • 76 Interviews
Cafe Coffee Day
Cafe Coffee Day Interview Questions
3.7
 • 65 Interviews
Pizza Hut
Pizza Hut Interview Questions
3.9
 • 44 Interviews
Hyatt Regency
Hyatt Regency Interview Questions
4.2
 • 44 Interviews
JW Marriott
JW Marriott Interview Questions
4.1
 • 42 Interviews
Ihg Group
Ihg Group Interview Questions
3.8
 • 36 Interviews
The Indian Hotels Company
The Indian Hotels Company Interview Questions
4.2
 • 26 Interviews
View all
Jubilant Foods Works Software Engineer Salary
based on 38 salaries
₹14.5 L/yr - ₹22 L/yr
112% more than the average Software Engineer Salary in India
View more details

Jubilant Foods Works Software Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.1

Salary

3.0

Job security

3.5

Company culture

2.5

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
Jubilant Foods Works Salaries in India
Assistant Manager
380 salaries
unlock blur

₹1 L/yr - ₹8.4 L/yr

Restaurant Manager
283 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Guest Delight Manager
260 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Store Manager
182 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Senior Executive
172 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Explore more salaries
Compare Jubilant Foods Works with
Oyo Rooms

Oyo Rooms

3.3
Compare
Cafe Coffee Day

Cafe Coffee Day

3.7
Compare
Marriott International

Marriott International

4.2
Compare
Oberoi Group of Hotels

Oberoi Group of Hotels

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Jubilant Foods Works Interview Questions >
  • Jubilant Foods Works Software Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter