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

Compare button icon Compare button icon Compare
3.5

based on 3.8k Reviews

Filter interviews by

Persistent Systems Lead Quality Engineer Interview Questions, Process, and Tips

Updated 28 May 2024

Top Persistent Systems Lead Quality Engineer Interview Questions and Answers

  • Q1. 2. Tell me in detail how you implement the extent report
  • Q2. Testing methodologies Defect life-cycle Example of high priority and low severity defect and vice versa What is Agile
  • Q3. Have u worked on Java and Selenium?
View all 6 questions

Persistent Systems Lead Quality Engineer Interview Experiences

6 interviews found

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

(2 Questions)

  • Q1. Total relevant experience?
  • Q2. Difference between role and profile

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?
  • Q2. Briefly tell me about roles and responsibilities in your project.
  • Q3. Have u worked on Java and Selenium?
  • Ans. 

    Yes, I have worked extensively on Java and Selenium.

    • I have experience in developing and executing automated test scripts using Selenium WebDriver with Java.

    • I have worked on various frameworks like TestNG, JUnit, and Cucumber for test automation.

    • I have also integrated Selenium with other tools like Jenkins, Maven, and Git for continuous integration and delivery.

    • I have experience in debugging and troubleshooting issues i...

  • Answered by AI

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

Lead Quality Engineer Interview Questions Asked at Other Companies

Q1. 2. Tell me in detail how you implement the extent report
Q2. Testing methodologies Defect life-cycle Example of high priority ... read more
Q3. Have u worked on Java and Selenium?
asked in Vestas
Q4. Explain about the different quality tools and systematic approach ... read more
Q5. 3. Write a program to find duplicates number from list

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
  • 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

    • Generate th...

  • Answered by AI
  • Q3. 3. Write a program to find duplicates number from 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

  • Answered by AI
  • 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. 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.

Persistent Systems interview questions for designations

 Quality Lead

 (1)

 Lead Quality Analyst

 (1)

 Lead Engineer

 (30)

 Lead Software Engineer

 (30)

 Quality Engineer

 (2)

 Project Lead

 (19)

 Module Lead

 (6)

 Technical Lead

 (5)

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.

Get interview-ready with Top Persistent Systems Interview Questions

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ BASED - medium to difficult

Round 2 - Assignment 

Assignment based on your profile , scenario based must

Round 3 - Technical 

(2 Questions)

  • Q1. About your previous company work and programming related questions
  • Q2. Oops concept , dsa , sql , debugging a problem in your code
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is meant by Polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

    • Example: Function overloading

  • Answered by AI
  • Q2. Write a program to find no of repeated characters in a string
  • Ans. 

    Program to find number of repeated characters in a string

    • Iterate through each character in the string

    • Use a hashmap to store the count of each character

    • Increment the count if character is already present in the hashmap

    • Return the count of characters with count greater than 1

  • Answered by AI
  • Q3. About config file
  • Q4. About scenario outline
  • Q5. Tell me about yourself
  • Ans. 

    I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control tests and inspections

    • Skilled in analyzing data and identifying areas for improvement

    • Proficient in implementing quality management systems

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain pom xml
  • Ans. 

    pom.xml is a configuration file used in Maven projects to define project settings, dependencies, and build process.

    • pom.xml stands for Project Object Model XML

    • It is used in Maven projects to manage project configuration, dependencies, and build process

    • It contains information such as project name, version, dependencies, plugins, and repositories

    • Example: <project><groupId>com.example</groupId><artifac...

  • Answered by AI
  • Q2. Explain test ng
  • Ans. 

    TestNG is a testing framework for Java that supports various types of testing like unit, functional, end-to-end, etc.

    • TestNG allows for easy configuration of test cases using annotations like @Test, @BeforeMethod, @AfterMethod, etc.

    • It supports parameterization of test cases using @Parameters annotation.

    • TestNG provides features like grouping of test cases, dependency management, parallel execution, and reporting.

    • It integ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about current project
  • Ans. 

    Currently working on implementing automated testing for a web application using Selenium and Cucumber framework.

    • Developing test scripts using Selenium WebDriver for automated testing

    • Creating feature files and step definitions using Cucumber for behavior-driven development

    • Executing test cases and analyzing results to ensure quality of the web application

    • Collaborating with developers to identify and resolve defects

    • Partic...

  • Answered by AI
  • Q2. Explain current role
  • Ans. 

    I am currently working as a Quality Analyst, responsible for ensuring the quality of products or services meets the required standards.

    • Conducting quality assurance tests on products or services

    • Identifying defects or issues and working with teams to resolve them

    • Creating and implementing quality control processes

    • Analyzing data to identify trends and areas for improvement

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the spc?
  • Ans. 

    SPC stands for Statistical Process Control, a method used to monitor and control processes to ensure they are stable and in control.

    • SPC involves collecting and analyzing data to understand variation in a process

    • It helps identify when a process is out of control and in need of adjustment

    • Common tools used in SPC include control charts, histograms, and Pareto charts

  • Answered by AI
  • Q2. What is msa?
  • Ans. 

    MSA stands for Measurement System Analysis. It is a method used to assess the measurement system's capability to provide accurate and reliable data.

    • MSA helps in identifying sources of variation in measurement systems.

    • It includes studies like Gage R&R (Repeatability and Reproducibility) to evaluate measurement system precision.

    • MSA ensures that the measurement system is capable of providing accurate and reliable data...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is your job role?
  • Ans. 

    Quality Engineers are responsible for ensuring products meet quality standards through testing and analysis.

    • Develop and implement quality control systems

    • Conduct tests and inspections to identify defects

    • Analyze data to improve processes and reduce errors

    • Collaborate with production teams to address quality issues

    • Document findings and recommend improvements

  • Answered by AI
  • Q2. How you manage your daily work management?
  • Ans. 

    I manage my daily work management by prioritizing tasks, creating to-do lists, setting deadlines, and utilizing time management techniques.

    • Prioritize tasks based on urgency and importance

    • Create to-do lists to keep track of tasks

    • Set deadlines to ensure timely completion

    • Utilize time management techniques such as Pomodoro technique or Eisenhower matrix

    • Regularly review and adjust the plan as needed

  • Answered by AI

Skills evaluated in this interview

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 and Github.
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.

Persistent Systems Lead Quality Engineer Interview Process

based on 2 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Nagarro Interview Questions
4.0
 • 773 Interviews
View all
Persistent Systems Lead Quality Engineer Salary
based on 852 salaries
₹6 L/yr - ₹20.2 L/yr
15% less than the average Lead Quality Engineer Salary in India
View more details

Persistent Systems Lead Quality Engineer Reviews and Ratings

based on 65 reviews

4.2/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.8

Salary

4.0

Job security

4.0

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 65 Reviews and Ratings
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹5 L/yr - ₹15.3 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹9.8 L/yr - ₹30 L/yr

Lead Software Engineer
2.9k salaries
unlock blur

₹7.2 L/yr - ₹18.4 L/yr

Project Lead
1.8k salaries
unlock blur

₹13.2 L/yr - ₹38.8 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.8
Compare

TCS

3.7
Compare

IBM

4.0
Compare

Wipro

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