Premium Employer

i

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

Persistent Systems Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Persistent Systems Lead Quality Engineer Interview Questions and Answers

Updated 15 May 2025

6 Interview questions

A Lead Quality Engineer was asked 1mo ago
Q. What types of exceptions do you encounter during automation execution?
Ans. 

Automation execution can encounter various exceptions, impacting test reliability and results.

  • Timeout Exceptions: Occur when a test waits too long for an element to appear, e.g., waiting for a button that never loads.

  • Element Not Found: Happens when the automation script cannot locate a UI element, e.g., a missing input field on a form.

  • Stale Element Reference: Occurs when a web element is no longer attached to the ...

A Lead Quality Engineer was asked 1mo ago
Q. What are the differences between method overloading and method overriding?
Ans. 

Method overloading allows multiple methods with the same name but different parameters; overriding replaces a method in a subclass.

  • Method Overloading: Same method name, different parameter types or counts. Example: 'add(int a, int b)' and 'add(double a, double b)'.

  • Method Overriding: Redefining a method in a subclass that already exists in the parent class. Example: 'void display()' in both parent and child.

  • Overloa...

Lead Quality Engineer Interview Questions Asked at Other Companies

Q1. Tell me in detail how you implement the extent report.
Q2. Testing methodologies Defect life-cycle Example of high priority ... read more
Q3. Have you worked on Java and Selenium?
asked in Vestas
Q4. Explain the different quality tools and systematic approaches for ... read more
Q5. Write a program to find duplicate numbers from a list.
A Lead Quality Engineer was asked
Q. Tell me in detail how you implement the extent report.
Ans. 

Extent report can be implemented by adding the extent report dependency, creating an instance of ExtentReports class, and using ExtentTest class to create test logs.

  • Add the extent report dependency in the project's pom.xml file

  • Create an instance of ExtentReports class in the @BeforeSuite method

  • Create an instance of ExtentTest class in the @BeforeMethod method

  • Use ExtentTest class to log test steps and results

  • Genera...

A Lead Quality Engineer was asked
Q. Write a program to find duplicate numbers from a list.
Ans. 

Program to find duplicates in a list

  • Create an empty list to store duplicates

  • Loop through the list and check if the element appears more than once

  • If yes, add it to the duplicates list

  • Return the duplicates list

A Lead Quality Engineer was asked
Q. How do you handle dynamic web tables?
Ans. 

Dynamic web tables can be handled using various methods like XPath, CSS selectors, and Selenium commands.

  • Identify the table element using its HTML tag and attributes

  • Use Selenium commands like findElement() and findElements() to locate the table and its rows/columns

  • Iterate through the rows and columns using loops and extract the required data

  • Use XPath or CSS selectors to locate specific cells or data within the tab...

A Lead Quality Engineer was asked
Q. 1. Write a code for database connectivity
Ans. 

Code for database connectivity

  • Import the required database driver

  • Create a connection object using the driver

  • Establish connection to the database using connection object

  • Execute SQL queries using the connection object

  • Close the connection

Persistent Systems Lead Quality Engineer Interview Experiences

8 interviews found

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

(2 Questions)

  • Q1. Total relevant experience?
  • Ans. Your experience
  • Answered Anonymously
  • Q2. Difference between role and profile
  • Ans. 

    A role defines responsibilities, while a profile outlines the skills and qualifications needed for that role.

    • A role is a specific position within an organization, such as 'Lead Quality Engineer'.

    • A profile includes the qualifications and skills required for a role, like 'experience in automated testing'.

    • Roles can change based on project needs, while profiles remain more stable.

    • Example: A role may require leading a team,...

  • Answered by AI

Lead Quality Engineer Interview Questions & Answers

user image Abhishek kumar shaw

posted on 15 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What are the differences between JDK, JRE, and JVM?
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is the virtual machine for executing Java bytecode.

    • JDK (Java Development Kit) includes tools for developing Java applications, such as compilers and debuggers.

    • JRE (Java Runtime Environment) provides the libraries and components necessary to run Java applications but does not include development tools.

    • JVM (Java Virtual Machine) is the engine that executes J...

  • Answered by AI
  • Q2. What are the differences between method overloading and method overriding?
  • Ans. 

    Method overloading allows multiple methods with the same name but different parameters; overriding replaces a method in a subclass.

    • Method Overloading: Same method name, different parameter types or counts. Example: 'add(int a, int b)' and 'add(double a, double b)'.

    • Method Overriding: Redefining a method in a subclass that already exists in the parent class. Example: 'void display()' in both parent and child.

    • Overloading ...

  • Answered by AI
  • Q3. What types of exceptions do you encounter during automation execution?
  • Ans. 

    Automation execution can encounter various exceptions, impacting test reliability and results.

    • Timeout Exceptions: Occur when a test waits too long for an element to appear, e.g., waiting for a button that never loads.

    • Element Not Found: Happens when the automation script cannot locate a UI element, e.g., a missing input field on a form.

    • Stale Element Reference: Occurs when a web element is no longer attached to the DOM, ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Core concept of manual testing and real time scenario based questions
  • Q2. Question on SQL like group by , join etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study well prepare for interview

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What kind of technologies have your worked on your project?
  • Ans. 

    I have worked with various technologies including automation tools, CI/CD pipelines, and cloud platforms to enhance software quality.

    • Utilized Selenium for automated testing of web applications, improving test coverage and reducing manual effort.

    • Implemented Jenkins for continuous integration and delivery, streamlining the deployment process and ensuring faster release cycles.

    • Worked with Docker to create isolated testing...

  • Answered by AI
  • Q2. Briefly tell me about roles and responsibilities in your project.
  • Ans. 

    As a Lead Quality Engineer, I oversee quality assurance processes, ensuring product excellence and compliance with standards.

    • Develop and implement quality assurance strategies to enhance product reliability.

    • Lead a team of QA engineers, providing mentorship and guidance on best practices.

    • Conduct regular audits and reviews of testing processes to identify areas for improvement.

    • Collaborate with cross-functional teams to e...

  • Answered by AI
  • Q3. Have u worked on Java and Selenium?

Interview Preparation Tips

Topics to prepare for Persistent Systems Lead Quality Engineer interview:
  • Core Java
  • Selenium
  • API Testing
Interview preparation tips for other job seekers - Try to have experience in Java Selenium and API Testing.

Skills evaluated in this interview

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

Interview Questionnaire 

5 Questions

  • Q1. 1. Write a code for database connectivity
  • Ans. 

    Code for database connectivity

    • Import the required database driver

    • Create a connection object using the driver

    • Establish connection to the database using connection object

    • Execute SQL queries using the connection object

    • Close the connection

  • Answered by AI
  • Q2. 2. Tell me in detail how you implement the extent report
  • Q3. 3. Write a program to find duplicates number from list
  • Q4. 4. Most of the real time questions (ex: How you will handle the situation once spring duration is less n task are more, How you resolve if you face some environment issue etc.)
  • Q5. 5. How you handle dynamic web table
  • Ans. 

    Dynamic web tables can be handled using various methods like XPath, CSS selectors, and Selenium commands.

    • Identify the table element using its HTML tag and attributes

    • Use Selenium commands like findElement() and findElements() to locate the table and its rows/columns

    • Iterate through the rows and columns using loops and extract the required data

    • Use XPath or CSS selectors to locate specific cells or data within the table

    • Han...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Process was good 😊 first they have conducted one technical test once we cleared that test then they will arrange one round with seniors and after that HR discussion

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Multiple round of core skills knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Experience.

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

Interview Questionnaire 

1 Question

  • Q1. Basic Sql questions along with ETL testing concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql queries and basics of ETL/Database Testing.

Interview Questionnaire 

1 Question

  • Q1. Testing methodologies Defect life-cycle Example of high priority and low severity defect and vice versa What is Agile
  • Ans. 

    Testing methodologies, defect life-cycle, high priority vs low severity defects, and Agile.

    • Testing methodologies include black box, white box, and grey box testing.

    • Defect life-cycle includes identification, logging, prioritization, fixing, retesting, and closure.

    • High priority and low severity defect example: spelling mistake in a critical message.

    • Low priority and high severity defect example: cosmetic issue in a non-cr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confidential, be determined and be honest.
Believe in yourself and keep faith.

Skills evaluated in this interview

What people are saying about Persistent Systems

View All
a senior software engineer
1w
Interview at NICE – Confusing Outcome
I interviewed at NICE for a Java Backend role (3 YOE) via referral. The interview went great — I answered everything correctly, including coding. I also mentioned interest in DevOps/UI if needed, though I’m a beginner in those areas. The interviewer explained the role in detail, which felt positive. But just 3 hours later, I got a rejection email with no clear reason. If I wasn’t a fit, why proceed with the interview? Felt disappointing and unclear.
Got a question about Persistent Systems?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Experience in developing web applications using React and Node.js.

    • Worked on a team project that improved application performance by 30%.

    • Strong understanding of algorithms and data structures, demonstrated in coding competitions.

    • Enjoy collaborating with cross-functional teams to deliver high-qual...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your technical knowledge

Interview Questionnaire 

2 Questions

  • Q1. HTML tags, Fibonacci search series and its uses, binary search and its real-life applications, what is a relational operator in CPP and what does it return, how do you declare a boolean value, what is str...
  • Q2. Be confident

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Lead Quality Engineer interview?
Persistent Systems interview process usually has 1 rounds. The most common rounds in the Persistent Systems interview process are Technical and HR.
How to prepare for Persistent Systems Lead Quality 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 Persistent Systems. The most common topics and skills that interviewers at Persistent Systems expect are Automation Framework, C#, Github, JIRA and Selenium Testing.
What are the top questions asked in Persistent Systems Lead Quality Engineer interview?

Some of the top questions asked at the Persistent Systems Lead Quality Engineer interview -

  1. 2. Tell me in detail how you implement the extent rep...read more
  2. Testing methodologies Defect life-cycle Example of high priority and low seve...read more
  3. Have u worked on Java and Seleni...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 4 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 100%
View more
Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 848 Interviews
DXC Technology Interview Questions
3.7
 • 841 Interviews
EXL Service Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
View all
Persistent Systems Lead Quality Engineer Salary
based on 896 salaries
₹9.8 L/yr - ₹17.8 L/yr
18% less than the average Lead Quality Engineer Salary in India
View more details

Persistent Systems Lead Quality Engineer Reviews and Ratings

based on 76 reviews

4.2/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.6

Salary

3.7

Job security

4.0

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 76 Reviews and Ratings
Software Engineer
4.6k salaries
unlock blur

₹4.7 L/yr - ₹11.1 L/yr

Senior Software Engineer
4.6k salaries
unlock blur

₹6.8 L/yr - ₹18.6 L/yr

Lead Software Engineer
3.6k salaries
unlock blur

₹9.5 L/yr - ₹17.2 L/yr

Lead Engineer
3.5k salaries
unlock blur

₹13.7 L/yr - ₹25 L/yr

Project Lead
2.2k salaries
unlock blur

₹21.2 L/yr - ₹39.3 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
Compare

TCS

3.6
Compare

IBM

3.9
Compare

LTIMindtree

3.7
Compare
write
Share an Interview