Upload Button Icon Add office photos

Onit

Compare button icon Compare button icon Compare

Filter interviews by

Onit QA Engineer Interview Questions and Answers

Updated 15 Feb 2024

Onit QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There is a coding challenge test which will need to complete in 1 hr
3 coding question to solve
40 multiple choice questions are related to software testing, databases etc

Round 2 - Technical 

(1 Question)

  • Q1. In technical round you have to be prepared for some database related questions, linux commands, also give you some problems for coding to solve
Round 3 - One-on-one 

(1 Question)

  • Q1. This is a one on one round which qa manager where he asks you about your past experience as a qa engineer. Also ask you about resume related questions
Round 4 - HR 

(1 Question)

  • Q1. In HR round the recruiter ask you following questions 1. Will you able to relocate in pune? 2. Ask you about your daily activities 3. Questions related to time management 4. Ask you that why you are intere...

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2022

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal Technical MCQ Questions on Networking, Programming basics, Data structures. 5 SQL queries and 1 Coding Question.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to programming basics, SQL Joins related queries, Testing Concepts and methods.
Round 3 - One-on-one 

(1 Question)

  • Q1. Maneger Round- Logical Thinking, Testing Fundamentals, Behavioural Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with in depth knowledge of testing methodologies, Automation tools like Cucumber, Cypress and Selenium.Basic programming concepts should be clear and focus on SQL Joins and triggers.

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. API testing related questions were asked
  • Q2. What is api testing
  • Q3. How do you log bugs
  • Q4. What is agilemethodology
  • Q5. What is selenium framework
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to reverse a string
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Constructor design
  • Q2. Xpath locators page object model

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on object oriented programming concepts in java
  • Q2. How to handle multiple windowns in selenium
  • Ans. 

    Handling multiple windows in Selenium involves switching between windows and performing actions on each window.

    • Use getWindowHandles() to get all window handles

    • Switch to a specific window using switchTo().window(handle)

    • Perform actions on the window

    • Switch back to the original window if needed

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Last job related
  • Q2. Automation
Round 2 - One-on-one 

(1 Question)

  • Q1. Our last job experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply here, not a good place for work

Onit Interview FAQs

How many rounds are there in Onit QA Engineer interview?
Onit interview process usually has 3-4 rounds. The most common rounds in the Onit interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Onit QA Engineer 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 Onit. The most common topics and skills that interviewers at Onit expect are Automation, Linux, JSON, Selenium and Agile.
What are the top questions asked in Onit QA Engineer interview?

Some of the top questions asked at the Onit QA Engineer interview -

  1. In technical round you have to be prepared for some database related questions,...read more
  2. Questions related to programming basics, SQL Joins related queries, Testing Con...read more
  3. Maneger Round- Logical Thinking, Testing Fundamentals, Behavioural Questio...read more

Tell us how to improve this page.

Onit QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Onit QA Engineer Salary
based on 28 salaries
₹4 L/yr - ₹9.5 L/yr
19% more than the average QA Engineer Salary in India
View more details

Onit QA Engineer Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

3.3

Skill development

4.5

Work-life balance

3.9

Salary

3.9

Job security

4.5

Company culture

2.8

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Solution Engineer
39 salaries
unlock blur

₹6 L/yr - ₹10.2 L/yr

QA Engineer
28 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Senior Solution Engineer
10 salaries
unlock blur

₹7.8 L/yr - ₹17 L/yr

Senior Quality Assurance Engineer
10 salaries
unlock blur

₹14.2 L/yr - ₹19.6 L/yr

Cloud Operations Engineer
9 salaries
unlock blur

₹6 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Onit with

Zycus Infotech

2.9
Compare

Icertis

3.4
Compare

SirionLabs

3.8
Compare

SAP Ariba

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