Upload Button Icon Add office photos

Filter interviews by

Sartorius AG QA Specialist Interview Questions and Answers

Updated 27 Jun 2024

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How have you worked in past
Round 2 - HR 

(1 Question)

  • Q1. How much u are expecting

QA Specialist Interview Questions & Answers

LTIMindtree user image Hareesh Gonuguntla

posted on 6 Dec 2021

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. List comprehension in python Loops and decorators
  • Ans. 

    List comprehension is a concise way to create lists in Python. Loops are used to iterate over a sequence of elements. Decorators modify the behavior of a function.

    • List comprehension is a shorthand way to create lists in Python

    • It uses a single line of code to create a list based on an existing list or iterable

    • Loops are used to iterate over a sequence of elements

    • For loops are commonly used in Python to iterate over lists...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice and technical

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Match 14 characters before @ , given an url
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Q7. How do you resolve merge conflicts in git?
  • Q8. How to bring specific commit changes to your branch?
  • Q9. How to switch to frame and come out of it in selenium?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing any activity(remove/add/update resume, change skills etc..) in naukri/linkedin so that i catches recruiters attention
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Functional testing related questions + Tech techniques+ Bug life cycle
  • Q2. Scenario based questions
  • Q3. Test planning+ other few lead level questions
  • Q4. Automation testing related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Functional testing related questions
  • Q2. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. CTC + Experience+ notice period+ expected CTC+ etc
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. What are the different types of waits in Selenium?
  • Q2. What is a Java program for identifying vowels?
  • Q3. What is the difference between smoke testing and sanity testing?
  • Q4. What is the purpose of a sprint retrospective meeting?
  • Q5. What are the uses of Selenium 4?
  • Q6. How do you manage dropdown menus?
  • Q7. What is the difference between a scenario and a scenario outline?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Have you worked with ServiceNow?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Do you have any experience in preparing Root Cause Analyses (RCA)?
Round 3 - HR 

(2 Questions)

  • Q1. Can you provide an explanation of yourself?
  • Q2. What is your salary expectation?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Simple java program from hacker rank

Round 2 - Technical 

(2 Questions)

  • Q1. What is the Automation framework which tools you have used. Java final and finalize difference. Severity priority difference. Java design pattern etc java questions are easy and basic
  • Ans. 

    Automation framework is a structure for automated testing, tools used include Selenium, TestNG. Java final keyword is used to restrict the user, finalize is a method used for cleanup operations. Severity is the impact of a bug, priority is the order in which bugs should be fixed. Java design patterns are reusable solutions to common problems.

    • Automation framework is a structure that outlines the organization of automate...

  • Answered by AI
  • Q2. Types of automation framework you have used like test data driven BDD or keyword driven etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java and selenium through for web testing and mobile with appium for mobile testing

over interview is very easy you can crack easily

QA Lead Interview Questions & Answers

Wipro user image ritu Aparna

posted on 14 Oct 2024

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

(4 Questions)

  • Q1. Java string question, Define Automation framework, Explain jenkins usage, what is the difference ebtween Waterfall and Agile modal.
  • Q2. Explain the usage of joins in SQL.
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • 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
  • Q3. Explain the testNG usage
  • Ans. 

    TestNG is a testing framework for Java that supports various testing levels and annotations.

    • TestNG allows for easy configuration of test suites, test cases, and test methods.

    • It supports parallel execution of tests, data-driven testing, and parameterization.

    • TestNG provides detailed test reports and allows for grouping of test methods.

    • Annotations like @Test, @BeforeSuite, @AfterSuite, etc., help in defining test methods

  • Answered by AI
  • Q4. Explain POM concept in Automation framework.
  • Ans. 

    POM is a design pattern in automation testing where web pages are represented as classes, and the interactions are defined as methods.

    • POM helps in creating a clear separation between test scripts and page objects.

    • It improves test maintenance and readability.

    • Page classes contain locators and methods to interact with the elements on the page.

    • Test scripts call these methods to perform actions on the page.

    • Example: LoginPag...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your day to day activity as a QA lead.
  • Ans. 

    As a QA lead, my day to day activities involve overseeing testing processes, coordinating with team members, creating test plans, and ensuring quality standards are met.

    • Coordinate with team members to assign testing tasks and ensure deadlines are met

    • Create and review test plans, test cases, and test scripts

    • Conduct regular meetings with the team to discuss progress and address any issues

    • Collaborate with developers and o...

  • Answered by AI

Skills evaluated in this interview

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

Sartorius AG Interview FAQs

How many rounds are there in Sartorius AG QA Specialist interview?
Sartorius AG interview process usually has 1 rounds. The most common rounds in the Sartorius AG interview process are One-on-one Round.

Tell us how to improve this page.

Sartorius AG QA Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Sartorius AG QA Specialist Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
7 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Mechanical Engg. Design
7 salaries
unlock blur

₹3 L/yr - ₹6.9 L/yr

Automation Engineer
7 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

Process Automation Engineer
6 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Process Engineer
5 salaries
unlock blur

₹6.1 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Sartorius AG with

Thermo Fisher Scientific

3.9
Compare

Merck KGaA

3.9
Compare

Danaher

4.0
Compare

Agilent Technologies

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