Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by OneOrigin Team. If you also belong to the team, you can get access from here

OneOrigin Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OneOrigin QA Engineer Interview Questions, Process, and Tips

Updated 8 Jul 2024

OneOrigin QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Haripriya Deshpande

posted on 8 Jul 2024

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Difference between SDLC and STLC
  • Ans. 

    SDLC is the process of developing software, while STLC is the process of testing software.

    • SDLC focuses on the development of software from planning to deployment.

    • STLC focuses on the testing of software to ensure quality and functionality.

    • SDLC includes phases like requirements gathering, design, coding, and deployment.

    • STLC includes phases like test planning, test design, test execution, and test closure.

  • Answered by AI
  • Q2. Types of Black Box testing
  • Ans. 

    Types of Black Box testing include functional, non-functional, regression, and usability testing.

    • Functional testing focuses on the behavior of the software, without looking at the internal code.

    • Non-functional testing checks aspects like performance, security, and scalability.

    • Regression testing ensures that new changes do not negatively impact existing functionality.

    • Usability testing evaluates the user-friendliness of t

  • Answered by AI
  • Q3. Explain test case design techniques
  • Ans. 

    Test case design techniques are methods used to create test cases for software testing.

    • Boundary Value Analysis: Testing at the boundaries of input ranges.

    • Equivalence Partitioning: Dividing input data into classes and testing one from each class.

    • Decision Table Testing: Creating a table of possible inputs and their corresponding outputs.

    • State Transition Testing: Testing different states of the system and transitions betw...

  • Answered by AI
  • Q4. Write a query using JOINS in SQL
  • Ans. 

    Query using JOINS in SQL

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

    • Types of JOINs include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q5. What is the use of WHERE clause
  • Ans. 

    WHERE clause is used in SQL to filter records based on a specified condition.

    • Used in SELECT, UPDATE, DELETE statements

    • Filters records based on specified condition

    • Can use logical operators like AND, OR

    • Example: SELECT * FROM table_name WHERE column_name = 'value'

  • Answered by AI
  • Q6. Core java concepts
Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in QA testing, attention to detail, and a passion for ensuring quality in software products.

    • Extensive experience in manual and automated testing

    • Strong attention to detail and ability to identify and report bugs effectively

    • Proven track record of improving testing processes and ensuring high quality software releases

  • Answered by AI
  • Q2. What is your salary expectation
  • Q3. Will you be able to attend client calls after working hours?

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer

Interview Questionnaire 

1 Question

  • Q1. Automation and mangerial

Interview Preparation Tips

Interview preparation tips for other job seekers - They will conduct the managerial round and then they will reject you without any reasons.
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

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Coding question in java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Show department name wise 10th Max salary with complete info of employee from table employees and departments. Common column is department id.
Round 2 - HR 

(1 Question)

  • Q1. Basic questions not that tough and complicated.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, and go with the flow.
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself and some of the technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic technical questions and skills mentioned in resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

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

Remove duplicates from a given string?

Round 2 - HR 

(2 Questions)

  • Q1. Salary demands?
  • Q2. Strengths and Weakness?
  • Ans. 

    My strength is attention to detail and problem-solving skills. My weakness is sometimes being too critical of my own work.

    • Strength: Attention to detail - I always ensure that every aspect of the project is thoroughly checked and accurate.

    • Strength: Problem-solving skills - I enjoy tackling complex issues and finding effective solutions.

    • Weakness: Being too critical of my own work - I strive for perfection which can somet

  • Answered by AI

OneOrigin Interview FAQs

How many rounds are there in OneOrigin QA Engineer interview?
OneOrigin interview process usually has 2 rounds. The most common rounds in the OneOrigin interview process are One-on-one Round and HR.
What are the top questions asked in OneOrigin QA Engineer interview?

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

  1. What is the use of WHERE cla...read more
  2. Write a query using JOINS in ...read more
  3. Difference between SDLC and S...read more

Tell us how to improve this page.

OneOrigin QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
OneOrigin QA Engineer Salary
based on 4 salaries
₹4.3 L/yr - ₹9.3 L/yr
17% more than the average QA Engineer Salary in India
View more details

OneOrigin QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
13 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Software Engineer
9 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Senior Software Developer
7 salaries
unlock blur

₹10.1 L/yr - ₹14 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹9.7 L/yr - ₹20 L/yr

Business Development Manager
5 salaries
unlock blur

₹6 L/yr - ₹8.2 L/yr

Explore more salaries
Compare OneOrigin with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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