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 QA Engineer Interview Questions and Answers

Updated 27 Jan 2023

RedBus QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Uday Sartaaj

posted on 27 Jan 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java: oops concepts in java? how do you initialise private elements of a class? Ways to define strings in java? exceptions in java? difference between exception and error? checked and unchecked exception? ...
  • Ans. 

    Questions on Java, API testing, Selenium, and SQL

    • Java: OOPs concepts, initializing private elements, defining strings, exceptions, difference between exception and error, checked and unchecked exceptions

    • API testing: Testing POST query, drawbacks, response codes

    • Selenium: Assert vs verify, drawbacks, implicit and dynamic wait, types of testing supported, types of x-path

    • SQL: Select query

  • Answered by AI
  • Q2. Program: String reverse? count no. of words in given string? swap two np. without temp variable?
  • Ans. 

    Answering programming questions related to string manipulation.

    • To reverse a string, use a loop to iterate through the string and append each character to a new string in reverse order.

    • To count the number of words in a string, split the string into an array using whitespace as the delimiter and return the length of the array.

    • To swap two numbers without a temp variable, use arithmetic operations to perform the swap. For

  • Answered by AI
Round 3 - Coding Test 

Technical Round 2:
what is POJO?
Scenario based questions on selenium testing?
program to print first non repeating character in a string?
Program on substring(),split()
Program to implement linkedHashMap?
what is load balancer?
status code 503 and 505?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well wrt java, selenium and testNG. If have mentioned API testing then be thoroughly prepared with that too.
All the best.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc, tc creation, yourself,
  • Q2. Stlc, bug life cycle, apti
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(7 Questions)

  • Q1. Write an SQL query to find the 2nd largest salary
  • Ans. 

    SQL query to find the 2nd largest salary

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to get the second row

  • Answered by AI
  • Q2. Write test cases of Login API
  • Ans. 

    Test cases for Login API

    • Verify valid credentials login successfully

    • Verify invalid credentials show error message

    • Verify login with empty username or password

    • Verify login with special characters in username or password

    • Verify login with long username or password

  • Answered by AI
  • Q3. In Jmeter, what is Rampup period
  • Ans. 

    Rampup period in JMeter is the time taken for all virtual users to start executing the test plan.

    • Rampup period is specified in seconds in JMeter test plan settings.

    • During the rampup period, JMeter gradually starts all virtual users to avoid overwhelming the server.

    • For example, if rampup period is set to 60 seconds and number of threads is 100, JMeter will start 1 thread every 0.6 seconds.

  • Answered by AI
  • Q4. Difference between cookie and cache
  • Ans. 

    Cookies are small pieces of data stored on the client side, while cache is temporary storage of web documents on the server or client side.

    • Cookies are used to store user-specific information like login credentials, preferences, etc.

    • Cache is used to store frequently accessed web documents to reduce loading times.

    • Cookies are sent with every HTTP request, while cache is used to store resources locally to reduce server loa...

  • Answered by AI
  • Q5. API vs Webservice
  • Ans. 

    API is a general term for any set of rules that allow different software applications to communicate with each other. A web service is a type of API that is accessed over a network.

    • API is a set of rules and protocols that allow different software applications to communicate with each other.

    • Web service is a type of API that is accessed over a network, typically using HTTP.

    • API can be used for various purposes like access...

  • Answered by AI
  • Q6. Write a program to find a prime number
  • Ans. 

    Program to find a prime number

    • Iterate through numbers starting from 2 up to the given number

    • Check if the number is divisible by any number other than 1 and itself

    • If not divisible, then it is a prime number

  • Answered by AI
  • Q7. Write a program to find the factorial
  • Ans. 

    Program to find the factorial of a number

    • Use a loop to multiply numbers from 1 to the given number

    • Handle edge cases like 0 and negative numbers

    • Example: For input 5, factorial is 5*4*3*2*1 = 120

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you perform regression testing in complex feature
  • Ans. 

    Regression testing in complex features involves identifying critical test cases, automating tests, and executing them regularly.

    • Identify critical test cases that cover the main functionalities of the complex feature

    • Automate these test cases to ensure efficient and consistent testing

    • Execute regression tests regularly to catch any potential issues or regressions

    • Use tools like Selenium, JUnit, or TestNG for automation and...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Swiggy user image Kumar Mayank

posted on 25 Jul 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 - Coding Test 

Binary Search questions were asked

Round 3 - Coding Test 

Peak in a mountain array question were asked

Round 4 - HR 

(2 Questions)

  • Q1. Salary Questions were asked
  • Q2. Salaryyy questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont loose hope at last you will get success
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Smog Testing
  • Ans. 

    Smog testing is a process to measure the amount of pollutants emitted by vehicles to ensure they meet environmental standards.

    • Smog testing is also known as emissions testing or vehicle inspection.

    • It is typically required by law to ensure vehicles are not emitting excessive pollutants into the air.

    • The testing process usually involves measuring the levels of pollutants such as carbon monoxide, hydrocarbons, and nitrogen ...

  • Answered by AI
  • Q2. What is SDLC lifecycle
  • Ans. 

    SDLC lifecycle is the process of planning, creating, testing, and deploying software.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance

    • Each phase has specific goals and deliverables

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Given was a case study of lift, need to make test cases regarding that.
Round 3 - HR 

(1 Question)

  • Q1. What is your marital status, family and current job.
  • Ans. 

    Married with two children, currently working as a QA Engineer.

    • Married with two children

    • Currently working as a QA Engineer

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

FirstCry user image Vishwabhanu Kumar Sinha

posted on 13 Feb 2023

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

I applied via LinkedIn and was interviewed in Aug 2022. There were 4 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Normal interview Questions Regarding Software Testing and salary Discussion.
  • Q2. Sdlc,stlc,bug life cycle, Regression Testing,Test Case.
Round 3 - Aptitude Test 

Normal Aptitude Test Questions.

Round 4 - One-on-one 

(1 Question)

  • Q1. Basic Software Testing interview Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR Round, Discussion about salary and Regarding joining date.
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 - Technical 

(1 Question)

  • Q1. What is API? what are the different status codes ? how 400 status code gets explain in details
  • Ans. 

    API stands for Application Programming Interface. It is a set of protocols and tools for building software applications.

    • API allows different software applications to communicate with each other

    • APIs can be used to retrieve data from a remote server

    • APIs can be used to send data to a remote server

    • APIs can be used to perform actions on a remote server

    • HTTP status codes are used to indicate the status of a request

    • 400 status ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What selenium? web services? coding question related to array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Its not so hard if you prepare well but some interview where great

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic QA question. Tope 50 qa question

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

I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to SQL, Manual concepts, test cases, Automation
Round 3 - Technical 

(1 Question)

  • Q1. SQL queries, Real-time scenarios, Manual and automation concepts, Java concepts
Round 4 - HR 

(1 Question)

  • Q1. About company and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while answering, prepare for real-time scenarios.

RedBus Interview FAQs

How many rounds are there in RedBus QA Engineer interview?
RedBus interview process usually has 3 rounds. The most common rounds in the RedBus interview process are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in RedBus QA Engineer interview?

Some of the top questions asked at the RedBus QA Engineer 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

Tell us how to improve this page.

RedBus QA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
RedBus QA Engineer Salary
based on 7 salaries
₹6.5 L/yr - ₹11 L/yr
46% more than the average QA Engineer Salary in India
View more details

RedBus QA Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

5.0

Salary

4.5

Job security

5.0

Company culture

5.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
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