Upload Button Icon Add office photos

Sata Vikas India

Compare button icon Compare button icon Compare

Filter interviews by

Sata Vikas India QA Engineer Interview Questions and Answers

Updated 1 Apr 2022

Sata Vikas India QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2022

I applied via Naukri.com 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Spc, 7 qc tool , Inprocess inspection
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - A very thank ful to naukari .com for helping me to find out new job it is very helpful to increase my skills and knowledge.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2022

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

11 Questions

  • Q1. Inprocess Quality machine shop
  • Q2. Inprocess Quality 7QC tool rejection analysis 5S,
  • Q3. Kaizen &setup approval
  • Q4. Main power Cmm report check
  • Q5. Startup check sheet verify
  • Q6. Machining check sheet verify PDi inspection Report verify
  • Q7. Morning meeting documentation completed
  • Q8.  internal audit
  • Q9. PDI inspector training provide
  • Q10. Monthly rejection data provide
  • Q11. Customer return in analyses
  • Ans. 

    Customer return analysis involves identifying reasons for returns and taking corrective actions.

    • Analyze customer feedback and complaints to identify common issues

    • Track return rates and reasons for returns

    • Take corrective actions to address identified issues

    • Monitor the effectiveness of corrective actions

    • Continuously improve product quality and customer satisfaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - SPC data complete inquality incharge

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

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

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

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Walk-in and was interviewed before Jun 2021. 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 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

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 Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

IBM user image Rishik Bhimavarapu

posted on 11 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
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 

2 coding ques in 1 hr

Round 3 - Technical 

(5 Questions)

  • Q1. Core java and oops
  • Q2. Use of this keyword in java
  • Ans. 

    The 'this' keyword in Java refers to the current instance of the class.

    • Used to refer to instance variables or methods of the current object

    • Can be used to differentiate between instance variables and local variables with the same name

    • Can be passed as an argument to other methods

  • Answered by AI
  • Q3. Difference between final and finally
  • Ans. 

    final is a keyword used in Java to declare constants, while finally is a block of code used in exception handling to ensure a piece of code is always executed.

    • final is used to declare constants in Java, its value cannot be changed once assigned

    • finally is a block of code used in exception handling to ensure a piece of code is always executed, regardless of whether an exception is thrown or not

    • Example: final int MAX_VALU...

  • Answered by AI
  • Q4. Basic principles of oops
  • Ans. 

    Basic principles of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Example: A 'Car' class may have properties like 'color' and 'model', and methods like 'st

  • Answered by AI
  • Q5. Method over riding and method overloading

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain framework that you worked on your last company?
  • Q2. I have worked on data driven framework. Mention below points while explaining- The language you used,api ,java utility classes,third party tool if integrated maven based project.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for automation testing the interviewer asked all the questions based on Java and selenium.

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Regarding the manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to cleae fundamental of testing

Sata Vikas India Interview FAQs

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

Some of the top questions asked at the Sata Vikas India QA Engineer interview -

  1. Customer return in analy...read more
  2. Machining check sheet verify PDi inspection Report ver...read more
  3. Inprocess Quality 7QC tool rejection analysis 5...read more

Tell us how to improve this page.

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all

Fast track your campus placements

View all
Sata Vikas India QA Engineer Salary
based on 9 salaries
₹2.7 L/yr - ₹3 L/yr
50% less than the average QA Engineer Salary in India
View more details

Sata Vikas India QA Engineer Reviews and Ratings

based on 3 reviews

2.2/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Junior Engineer
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Neem Trainee
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Inspector
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sata Vikas India 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