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

Clear (1)

RedBus Testing and Quality Assurance Engineer Interview Questions and Answers

Updated 29 Jun 2024

RedBus Testing and Quality Assurance Engineer Interview Experiences

1 interview found

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

Calpion Software Technologies

Be part of a company where work compliments life, not consumes it.

Interview questions from similar companies

I applied via Other and was interviewed in Sep 2018. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. As position was for UI developer. So first round was majorly based on HTML and CSS. They were checking the basic concepts.
  • Q2. Questions from JavaScript. Major JavaScript concepts and logical questions.
  • Q3. Main focus was on data structure, travel domain knowledge and optimisation techniques.
  • Q4. Main purpose of this round was to check how updated a person is with new technologies, his willingness to learn new things and attitude towards work.
  • Q5. General discussion and salary negotiation.

Interview Preparation Tips

General Tips: Focus on Data structures.
Skills: GIT, Css, HTML, JavaScript, Communication
Duration: <1 week

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, use of throws and exception, test cases for cash withdrawl at atm, booking ticket at railway test cases, spring boot annotations, jdbc questions, sql queries and programs on strings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview, be free and be yourself don't pretend to be a smart one just keep your confidence and answer all the questions, if you don't know the answer then please let them know.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There is a question based on Rest API and another question on Java

Interview Preparation Tips

Topics to prepare for trivago Software Engineer interview:
  • REST API
  • Java

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. What are the types of data.
  • Ans. 

    Types of data include numerical, categorical, ordinal, and binary.

    • Numerical data includes continuous and discrete values, such as height and age.

    • Categorical data includes non-numeric values, such as colors and types of fruit.

    • Ordinal data includes values with a specific order, such as rankings and ratings.

    • Binary data includes only two possible values, such as true/false and yes/no.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic concepts of data structures. Data structures are must. And be true to your resume, don't mention the things you have no idea about.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core : DBMS , oops in depth coding: basic DSA questions based on Arrays, String.
Round 3 - One-on-one 

(1 Question)

  • Q1. He asked me graph questions ( medium level ) based on a node to root, and min cost to target. note: if you really want to crack the yata.com interview practice graph question and they ask a leetcode questi...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. focus on dsa (graph) for the yatra.com
2. clear your oops concept.
3. clear your DBMS concept.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Aptitude Test 

General reasoning and Mathmatics Aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Core Java and Coding questions

Interview Preparation Tips

Topics to prepare for Yatra Software Engineer interview:
  • Core Java
  • Advanced Java
  • SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

The assignment was to display a flight list and implement sort and filter functionality.

Round 2 - Coding Test 

Basic of react native concepts and live machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience and be honest

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About oops

Interview Preparation Tips

Interview preparation tips for other job seekers - just know the basics

I applied via Job Portal and was interviewed before May 2021. There were 5 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 Resume tips
Round 2 - Coding Test 

2 Coding Questions (Hard Level) followed by 20 MCQ (CS Fundamentals)

Round 3 - Technical 

(2 Questions)

  • Q1. Given n starting with all 1 find the kth number example: n = 3, k= 4 1 1 1
  • Ans. 

    Given n starting with all 1, find the kth number.

    • The kth number is obtained by incrementing the binary representation of n.

    • Repeat until k-1 increments are done.

    • Return the final value of n.

  • Answered by AI
  • Q2. Question similar to level order traversal in binary tree
Round 4 - Technical 

(1 Question)

  • Q1. Reverse Linked List, Water Bucket Problem, Reverse Each word in a sentence
Round 5 - Technical 

(1 Question)

  • Q1. OOPs, Database, Networking

Interview Preparation Tips

Topics to prepare for MakeMyTrip Software Engineer interview:
  • Data Structures
  • Java
  • OOps
  • Database
Interview preparation tips for other job seekers - Well-prepared with Data Structures and have some knowledge of other subjects like Databases, OOPs, Networking etc.
Contribute & help others!
anonymous
You can choose to be anonymous

RedBus Interview FAQs

How many rounds are there in RedBus Testing and Quality Assurance Engineer interview?
RedBus interview process usually has 2 rounds. The most common rounds in the RedBus interview process are Aptitude Test and One-on-one Round.

Recently Viewed

SALARIES

Kobelco Construction Equipment India

INTERVIEWS

Toshiba

No Interviews

INTERVIEWS

RedBus

No Interviews

INTERVIEWS

Ixigo.com

No Interviews

INTERVIEWS

Toshiba

No Interviews

SALARIES

Hyundai Construction Equipment

INTERVIEWS

Ixigo.com

No Interviews

DESIGNATION

SALARIES

Vishay Precision Transducers

INTERVIEWS

Toshiba

No Interviews

Tell us how to improve this page.

RedBus Testing and Quality Assurance Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zomato Interview Questions
3.8
 • 309 Interviews
Oyo Rooms Interview Questions
3.3
 • 217 Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Zepto Interview Questions
3.5
 • 204 Interviews
Naukri Interview Questions
4.0
 • 185 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
View all
Software Engineer
107 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RedBus with

MakeMyTrip

3.6
Compare

Travelyaari

3.2
Compare

Goibibo

4.3
Compare

Yatra

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