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
4.2

based on 345 Reviews

Filter interviews by

RedBus Interview Questions, Process, and Tips

Updated 11 Jan 2025

Top RedBus Interview Questions and Answers

View all 13 questions

RedBus Interview Experiences

Popular Designations

31 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?

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (171)

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?

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

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

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

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.

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

RedBus interview questions for popular designations

 Software Engineer

 (4)

 IOS Developer

 (2)

 Pricing Analyst

 (2)

 Sales Officer

 (2)

 Assistant Manager

 (1)

 Automation Engineer

 (1)

 Business Analyst

 (1)

 Business Development Executive

 (1)

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top RedBus Interview Questions

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 .

Testing and Quality Assurance Engineer Interview Questions asked at other Companies

Q1. Explain OOPS concept .
View answer (1)

Jobs at RedBus

View all
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

Interview Preparation Tips

Interview preparation tips for other job seekers - Prompt response

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (86)

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

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's all about general aptitude, logical reasoning

Round 2 - Group Discussion 

General topics related to pricing

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked situation based questions regarding the pricing for bus tickets

Pricing Analyst Interview Questions asked at other Companies

Q1. What Are The Qualities That A Pricing Analyst Should Have?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Object type coding questiion
  • Q2. Coding- Address= "abcd 555 house no 22 bly 2223" return pincode from this string
  • 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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selenium Question ans

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

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, Resume Shortlist and Technical.
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. program: String reverse? count no. of words in given string? swap two np. witho...read more
  3. Share instances when your content helped organic traffic growth ? Talk about ho...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.

RedBus Interview Process

based on 29 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 226 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
FabHotels Interview Questions
3.0
 • 33 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Ixigo.com Interview Questions
3.6
 • 21 Interviews
Cleartrip Interview Questions
3.4
 • 16 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
trivago Interview Questions
4.2
 • 2 Interviews
View all

RedBus Reviews and Ratings

based on 345 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.7

Salary

4.2

Job security

4.2

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 345 Reviews and Ratings
Pricing Analyst - Bangalore

Bangalore / Bengaluru

1-3 Yrs

₹ 5.4-7 LPA

Senior Product Analyst - Bangalore

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
104 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Senior Software Engineer
69 salaries
unlock blur

₹7 L/yr - ₹23.5 L/yr

Assistant Manager
64 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Business Development Executive
49 salaries
unlock blur

₹4.4 L/yr - ₹7.5 L/yr

Senior Executive
39 salaries
unlock blur

₹1.8 L/yr - ₹5.8 L/yr

Explore more salaries
Compare RedBus with

MakeMyTrip

3.7
Compare

Travelyaari

3.3
Compare

Goibibo

4.3
Compare

Yatra

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