Upload Button Icon Add office photos
Engaged Employer

i

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

RedBus Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RedBus Interview Questions and Answers

Updated 23 May 2025
Popular Designations

14 Interview questions

A Software Engineer was asked 5mo ago
Q. How can you print the output when 1 is added to a given input number?
Ans. 

You can print the output by adding 1 to the given input number and displaying the result.

  • Create a variable to store the input number.

  • Add 1 to the input number.

  • Print the result of the addition.

View all Software Engineer interview questions
A Product Manager was asked 7mo ago
Q. If the Payment Success Rate (SR) dropped from 78% to 72%, how would you perform Root Cause Analysis (RCA) and correct it?
Ans. 

I would conduct a Root Cause Analysis (RCA) to identify the reasons for the drop in Payment SR and implement corrective actions.

  • Review data trends and patterns to identify any anomalies or correlations

  • Interview stakeholders involved in the payment process to gather insights

  • Evaluate system performance and potential technical issues

  • Analyze customer feedback and complaints related to payments

  • Implement corrective acti...

View all Product Manager interview questions
An Assistant Manager was asked 10mo ago
Q. Perform a mock sales pitch.
Ans. 

Engage potential clients by highlighting product benefits and addressing their needs effectively.

  • Identify the client's pain points and tailor the pitch accordingly.

  • Use storytelling to illustrate how the product has helped similar clients.

  • Highlight unique selling propositions (USPs) that differentiate the product.

  • Incorporate data or testimonials to build credibility.

  • Close with a clear call to action, encouraging th...

View all Assistant Manager interview questions
An Automation Engineer was asked 10mo ago
Q. Given a string containing an address, extract and return the postal code.
Ans. 

Extract pincode from a given address string.

  • Split the address string by spaces to get individual words

  • Check each word to see if it is a valid pincode (numeric and 6 digits)

  • Return the first valid pincode found

View all Automation Engineer interview questions
A Testing and Quality Assurance Engineer was asked 12mo ago
Q. Explain the concepts of OOPS.
Ans. 

OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPS focuses on creating objects that interact with each other to solve problems.

  • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

  • Classes are blueprints for creating objects, while objects are instances of classes.

  • Inheritance allows a class to inherit...

View all Testing and Quality Assurance Engineer interview questions
An IOS Developer was asked
Q. You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the s...
Ans. 

Add two numbers represented by linked lists in reverse order.

  • Traverse both linked lists simultaneously, adding corresponding nodes and carrying over the sum if necessary.

  • Handle cases where one linked list is longer than the other.

  • Create a dummy head node to simplify the code.

  • Consider edge cases like carry over at the end of the addition.

View all IOS Developer interview questions
A Content Writer was asked
Q. How do you repurpose content?
Ans. 

Repurpose content by adapting it to different formats and platforms.

  • Identify the most successful content and repurpose it for different audiences.

  • Transform blog posts into videos, infographics, or podcasts.

  • Create social media posts from statistics or quotes in existing content.

  • Update old content with new information or a fresh perspective.

  • Compile related content into an e-book or whitepaper.

  • Translate content into ...

View all Content Writer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Explain the Garbage Collector in C#.
Ans. 

Garbage Collector in C# manages memory allocation and deallocation automatically.

  • Garbage Collector is responsible for freeing up memory that is no longer in use.

  • It runs in the background and periodically checks for unused objects.

  • GC.SuppressFinalize() method can be used to prevent the finalizer from running.

  • GC.Collect() method can be used to force garbage collection.

  • GC.GetTotalMemory() method can be used to get th...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom.
Ans. 

Print the rightmost nodes of a binary tree.

  • Traverse the tree in a depth-first manner, starting from the right child of each node.

  • Use a queue to keep track of the nodes to be visited.

  • Add the rightmost node of each level to the result array.

View all Software Engineer interview questions
A Software Engineer was asked
Q. Experience share, create a form with validation
Ans. 

Creating a form with validation experience share

  • Use HTML form elements like input, select, textarea

  • Implement client-side validation using JavaScript

  • Implement server-side validation using backend technologies like Node.js or PHP

View all Software Engineer interview questions

RedBus Interview Experiences

36 interviews found

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

The assessment will include fundamental quantitative mathematics, a few output-based questions, query questions, and two coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. How can you print the output when 1 is added to a given input number?
  • Ans. 

    You can print the output by adding 1 to the given input number and displaying the result.

    • Create a variable to store the input number.

    • Add 1 to the input number.

    • Print the result of the addition.

  • Answered by AI

Product Manager Interview Questions & Answers

user image Bjorn Lotte

posted on 1 Dec 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. If Payment SR dropped from 78% to 72% how will you do RCA and correct it
  • Ans. 

    I would conduct a Root Cause Analysis (RCA) to identify the reasons for the drop in Payment SR and implement corrective actions.

    • Review data trends and patterns to identify any anomalies or correlations

    • Interview stakeholders involved in the payment process to gather insights

    • Evaluate system performance and potential technical issues

    • Analyze customer feedback and complaints related to payments

    • Implement corrective actions s...

  • Answered by AI
  • Q2. Why do you want to change job?
  • Ans. 

    I'm seeking new challenges and opportunities to grow my skills and contribute to innovative projects in a dynamic environment.

    • Desire for professional growth: I want to expand my skill set and take on more responsibilities, such as leading cross-functional teams.

    • Passion for innovation: I'm excited about the potential to work on cutting-edge products that can make a real impact, like AI-driven solutions.

    • Cultural fit: I'm...

  • Answered by AI

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Memory management
  • Q2. ARC and situation question

SDE Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Computer Fundamentals and 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Normalization,operating systems and several dsa concepts
  • Q2. Asked two easy-medium leetcode questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thouroughly.At the end of the day its just luck.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. No of islands
  • Q2. Just intro myself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Read litigations part
  • Q2. Prepare for refund rules

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay away from here and stay safe
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic CS Core questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid. Very rude interviewers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some basic questions on ds, oops, os and two coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain OOPS concept .
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, while objects are instances of classes.

    • Inheritance allows a class to inherit prop...

  • Answered by AI
  • Q2. Explain your project .
  • Ans. 

    Developed a web application for tracking and managing software bugs.

    • Used Agile methodology for project management.

    • Implemented automated testing using Selenium for regression testing.

    • Integrated JIRA for bug tracking and management.

    • Collaborated with developers to prioritize and resolve bugs.

    • Conducted manual testing for new features and updates.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Mock Sales Pitch
  • Ans. 

    Engage potential clients by highlighting product benefits and addressing their needs effectively.

    • Identify the client's pain points and tailor the pitch accordingly.

    • Use storytelling to illustrate how the product has helped similar clients.

    • Highlight unique selling propositions (USPs) that differentiate the product.

    • Incorporate data or testimonials to build credibility.

    • Close with a clear call to action, encouraging the cli...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prompt response

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Given a string, determine if a permutation of string could be a palindrome.
  • Q2. Linked list sum in reverse order (Leetcode #2. Add two numbers)
  • Ans. 

    Add two numbers represented by linked lists in reverse order.

    • Traverse both linked lists simultaneously, adding corresponding nodes and carrying over the sum if necessary.

    • Handle cases where one linked list is longer than the other.

    • Create a dummy head node to simplify the code.

    • Consider edge cases like carry over at the end of the addition.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They focus on LinkedList, Tree, String, and Array in DSA Round and code in Swift.

Skills evaluated in this interview

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about RedBus?
Ask anonymously on communities.

RedBus Interview FAQs

How many rounds are there in RedBus interview?
RedBus interview process usually has 2-3 rounds. The most common rounds in the RedBus interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for RedBus 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 RedBus. The most common topics and skills that interviewers at RedBus expect are Key Account Management, B2B Sales, Business Development, New Business Development and Ticketing.
What are the top questions asked in RedBus interview?

Some of the top questions asked at the RedBus interview -

  1. Java: oops concepts in java? how do you initialise private elements of a class?...read more
  2. Share instances when your content helped organic traffic growth ? Talk about ho...read more
  3. How can you print the output when 1 is added to a given input numb...read more
How long is the RedBus interview process?

The duration of RedBus interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 33 interview experiences

Difficulty level

Easy 21%
Moderate 74%
Hard 5%

Duration

Less than 2 weeks 74%
2-4 weeks 21%
6-8 weeks 5%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
Meesho Interview Questions
3.7
 • 363 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Blinkit Interview Questions
3.7
 • 231 Interviews
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
Myntra Interview Questions
3.9
 • 227 Interviews
Square Yards Interview Questions
3.7
 • 210 Interviews
Naukri Interview Questions
4.1
 • 200 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
View all

RedBus Reviews and Ratings

based on 318 reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.5

Salary

4.2

Job security

4.1

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 318 Reviews and Ratings
Business Development Executive - Tirupati

Tirupati

2-4 Yrs

₹ 6.5-9 LPA

Senior Sales Executive - Chennai

Chennai

1-4 Yrs

Not Disclosed

Pricing Analyst - Bangalore

Bangalore / Bengaluru

1-3 Yrs

₹ 5-6.5 LPA

Explore more jobs
Software Engineer
117 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Senior Software Engineer
88 salaries
unlock blur

₹10 L/yr - ₹28.9 L/yr

Assistant Manager
62 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Business Development Executive
56 salaries
unlock blur

₹4.3 L/yr - ₹8 L/yr

Senior Executive
42 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Explore more salaries
Compare RedBus with

MakeMyTrip

3.6
Compare

Travelyaari

3.2
Compare

Indiamart Intermesh

3.6
Compare

Udaan

3.9
Compare
write
Share an Interview