Upload Button Icon Add office photos

Filter interviews by

Red Dot Innovative QA Engineer Interview Questions and Answers

Updated 25 May 2024

Red Dot Innovative QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 May 2024

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

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Severity and priority, bug life cycle, STLC

Interview questions from similar companies

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • 5 years of experience in QA testing

    • Proficient in testing web and mobile applications

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. What's your expected salary
Round 2 - Coding Test 

Two coding questions 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. How to do when dev think it is bug but you do not agree
  • Ans. 

    Discuss with dev, review requirements and test cases, provide evidence from testing

    • Have a discussion with the developer to understand their perspective and reasoning behind considering it a bug

    • Review the requirements and test cases to ensure that the behavior in question aligns with the expected functionality

    • Provide evidence from testing, such as logs, screenshots, or test results, to support your stance

    • Collaborate wit...

  • Answered by AI
  • Q2. White board coding

Skills evaluated in this interview

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

Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)

Round 2 - Technical 

(2 Questions)

  • Q1. Simple string manipulation (e.g. anagram string)
  • Ans. 

    Check if two strings are anagrams of each other

    • Create a function that takes in two strings as input

    • Remove all spaces and special characters from both strings

    • Sort the characters in both strings and compare them to check if they are equal

  • Answered by AI
  • Q2. Optimise approach for each question
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions around automation suite
Round 4 - Technical 

(1 Question)

  • Q1. More questions on the projects I have worked, questions around them
Round 5 - One-on-one 

(2 Questions)

  • Q1. Alignment on where you are likely going to be in the org
  • Q2. Preferred work location

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply for the job position only if you can work from the location given in JD

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Wipro user image Vinay Devendra

posted on 10 Oct 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP to run same test case 100 times
  • Ans. 

    Write a program to run the same test case 100 times

    • Use a loop to iterate 100 times

    • Call the test case function inside the loop

    • Track the results of each iteration if needed

  • Answered by AI
  • Q2. WAP to get duplicate char count
  • Ans. 

    A program to count the number of duplicate characters in an array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and count the occurrences

    • Store the count of each character in a map or dictionary

    • Return the characters with count greater than 1

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Bubble sort algo, String manipulation

Round 2 - Technical 

(2 Questions)

  • Q1. API testing using restAssured
  • Ans. 

    restAssured is a Java library for API testing, commonly used for testing RESTful APIs.

    • restAssured is a Java library that simplifies API testing by providing a fluent interface for making HTTP requests and validating responses.

    • It can be used to test RESTful APIs by sending requests (GET, POST, PUT, DELETE) and verifying the responses.

    • Assertions can be made on response status codes, headers, body content, and more.

    • Exampl...

  • Answered by AI
  • Q2. STLC bug life cuycle

Interview Preparation Tips

Interview preparation tips for other job seekers - preapare interview on CV

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Deloitte user image MEGHANA ANTHATI

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. What is the definition of tosca
  • Ans. 

    Tosca is a software testing tool that provides end-to-end test automation solutions.

    • Tosca is used for automated software testing.

    • It offers features like test case design, test data management, and test execution.

    • Tosca supports various technologies and platforms for testing.

    • It helps in accelerating the testing process and improving test coverage.

    • Example: Using Tosca to automate regression tests for a web application.

  • Answered by AI
  • Q2. Tosca errors and define them
  • Ans. 

    Tosca errors are common issues encountered while using the Tosca automation tool for testing.

    • Object not found error - occurs when Tosca cannot locate a specific object on the application under test.

    • Data binding error - happens when there is an issue with the data binding in Tosca.

    • Execution error - occurs during the execution of test cases in Tosca.

    • License error - happens when there is an issue with the Tosca license.

    • Co...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduced yourself in details
  • Q2. Asked me about selenium framework, Basic questions on selenium

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

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

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

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

Aptitude Reasoning more practice need for this

Round 2 - Coding Test 

Data structures main and good understanding and problem solving

Round 3 - Technical 

(2 Questions)

  • Q1. About data structures
  • Q2. Basic coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program for prime number.
  • Ans. 

    Program to check if a number is prime or not.

    • Create a function to check if a number is prime by iterating from 2 to the square root of the number.

    • If the number is divisible by any number in that range, it is not prime.

    • Return true if the number is prime, false otherwise.

  • Answered by AI
  • Q2. What is polymorphism and overriding in Java?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data. Overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Overriding occurs when a subclass provides a specific implementation of a method that is already provided b...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How much salary do you expect?

Skills evaluated in this interview

Red Dot Innovative Interview FAQs

How many rounds are there in Red Dot Innovative QA Engineer interview?
Red Dot Innovative interview process usually has 1 rounds. The most common rounds in the Red Dot Innovative interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Red Dot Innovative interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 40 Interviews
View all
Red Dot Innovative QA Engineer Salary
based on 4 salaries
₹2.5 L/yr - ₹3.5 L/yr
49% less than the average QA Engineer Salary in India
View more details

Red Dot Innovative QA Engineer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

2.5

Skill development

2.5

Work-Life balance

3.0

Salary & Benefits

2.0

Job Security

2.5

Company culture

3.0

Promotions/Appraisal

2.5

Work Satisfaction

Explore 2 Reviews and Ratings
QA Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Front end Developer
4 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Full Stack Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Red Dot Innovative with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview