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 Test Module Lead Interview Questions and Answers

Updated 23 Feb 2021

6 Interview questions

A Test Module Lead was asked
Q. What is an interface and why is it used?
Ans. 

An interface is a contract between two components that defines the communication between them.

  • Interfaces provide a way to achieve abstraction and loose coupling in software design.

  • They allow different components to communicate with each other without knowing the implementation details.

  • Interfaces are used in object-oriented programming to define a set of methods that a class must implement.

  • Examples of interfaces in...

A Test Module Lead was asked
Q. Write a Java program to count the frequency of characters in a string.
Ans. 

Java program to count frequency of characters in string

  • Create a HashMap to store character and its frequency

  • Convert the string to char array

  • Iterate through the char array and update the frequency in HashMap

  • Print the HashMap

Test Module Lead Interview Questions Asked at Other Companies

Q1. Write a Java program to count the frequency of characters in a st ... read more
Q2. What is an interface and why is it used?
Q3. Explain the control flow of the automation framework.
Q4. Explain your automation framework.
Q5. Reporting used in framework
A Test Module Lead was asked
Q. Explain the control flow of the automation framework.
Ans. 

Control flow of automation framework refers to the sequence in which the test cases are executed.

  • The framework follows a predefined sequence of steps to execute test cases

  • It includes steps like test case selection, test data preparation, test case execution, and result reporting

  • The control flow can be linear or non-linear depending on the framework design

  • Example: In a linear control flow, test cases are executed o...

A Test Module Lead was asked
Q. Explain your automation framework.
Ans. 

Our automation framework is a hybrid framework that combines data-driven and keyword-driven approaches.

  • We use Excel sheets to store test data and test cases.

  • We have a set of reusable functions that are stored in a separate library.

  • We use Selenium WebDriver for web automation and Appium for mobile automation.

  • We have a reporting mechanism that generates reports in HTML format.

  • We use Jenkins for continuous integratio...

A Test Module Lead was asked
Q. What are window handles and how do you use them?
Ans. 

Window handles are unique identifiers for browser windows; handles refer to multiple such identifiers in automation testing.

  • A window handle is a unique identifier assigned to each browser window or tab.

  • In Selenium, you can retrieve window handles using driver.getWindowHandles().

  • Example: driver.switchTo().window(windowHandle) allows switching between windows.

  • Handles are crucial for managing multiple windows in auto...

A Test Module Lead was asked
Q. Reporting used in framework
Ans. 

Reporting is an essential part of any framework to track and analyze test results.

  • Reporting helps in identifying the test cases that have failed and the reasons behind the failure.

  • It also helps in tracking the progress of testing and identifying areas that need improvement.

  • Reporting can be done using various tools such as TestNG, JUnit, Extent Reports, etc.

  • Reports can be generated in various formats such as HTML, ...

Persistent Systems Test Module Lead Interview Experiences

1 interview found

Interview Questionnaire 

10 Questions

  • Q1. Explain your automation framework
  • Ans. 

    Our automation framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • We use Excel sheets to store test data and test cases.

    • We have a set of reusable functions that are stored in a separate library.

    • We use Selenium WebDriver for web automation and Appium for mobile automation.

    • We have a reporting mechanism that generates reports in HTML format.

    • We use Jenkins for continuous integration and...

  • Answered by AI
  • Q2. Explain control flow of the automation framework
  • Ans. 

    Control flow of automation framework refers to the sequence in which the test cases are executed.

    • The framework follows a predefined sequence of steps to execute test cases

    • It includes steps like test case selection, test data preparation, test case execution, and result reporting

    • The control flow can be linear or non-linear depending on the framework design

    • Example: In a linear control flow, test cases are executed one af...

  • Answered by AI
  • Q3. Reporting used in framework
  • Ans. 

    Reporting is an essential part of any framework to track and analyze test results.

    • Reporting helps in identifying the test cases that have failed and the reasons behind the failure.

    • It also helps in tracking the progress of testing and identifying areas that need improvement.

    • Reporting can be done using various tools such as TestNG, JUnit, Extent Reports, etc.

    • Reports can be generated in various formats such as HTML, PDF, ...

  • Answered by AI
  • Q4. Explain experience in bdd framework
  • Q5. Java program to count frequency of characters in string
  • Ans. 

    Java program to count frequency of characters in string

    • Create a HashMap to store character and its frequency

    • Convert the string to char array

    • Iterate through the char array and update the frequency in HashMap

    • Print the HashMap

  • Answered by AI
  • Q6. What is interface and why is it used
  • Ans. 

    An interface is a contract between two components that defines the communication between them.

    • Interfaces provide a way to achieve abstraction and loose coupling in software design.

    • They allow different components to communicate with each other without knowing the implementation details.

    • Interfaces are used in object-oriented programming to define a set of methods that a class must implement.

    • Examples of interfaces in Java...

  • Answered by AI
  • Q7. Overloading and overriding
  • Q8. Webelement methods
  • Q9. Window handle and handles
  • Ans. 

    Window handles are unique identifiers for browser windows; handles refer to multiple such identifiers in automation testing.

    • A window handle is a unique identifier assigned to each browser window or tab.

    • In Selenium, you can retrieve window handles using driver.getWindowHandles().

    • Example: driver.switchTo().window(windowHandle) allows switching between windows.

    • Handles are crucial for managing multiple windows in automated...

  • Answered by AI
  • Q10. Array list and linked list

Skills evaluated in this interview

What people are saying about Persistent Systems

View All
a senior software engineer
2d (edited)
Need Insights – Choosing Between Companies
Hi all, Currently have offers from Capgemini, Tech Mahindra, LTIMindTree, Zen&Art, CitiusTech, Nagarro & Persistent. Before making a decision, I need some clarity: 1. Do you get admin access on laptop or need IT for every install? 2. Are office hours flexible or fixed 9 AM login? 3. Is 9 hrs of active laptop time mandatory? 4. What's the leave policy — casual or strict approval? 5. Do projects use the latest technologies or older versions? Thanks in advance!
Got a question about Persistent Systems?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were 4 rounds. 1st round on technical questions, 2nd round was taken by client and it was based on both technical and scenario based and 3rd round was managerial round and then finally HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be well aware of your previous work and projects.

Test Module Lead Interview Questions Asked at Other Companies

Q1. Write a Java program to count the frequency of characters in a st ... read more
Q2. What is an interface and why is it used?
Q3. Explain the control flow of the automation framework.
Q4. Explain your automation framework.
Q5. Reporting used in framework

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8, J2EE, Spring, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds. Technical written, two technical f2f rounds, coding test.

All the best

I appeared for an interview in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 min
Round difficulty - Medium

This round was MCQ and coding round. 25 MCQs and one coding question were asked. MCQs were based on OS, DBMS, Aptitude and Data Structures.

  • Q1. 

    Minimum Days to Complete Work

    You have 'N' tasks to complete. Each task can only be done on one of two specific days provided in two arrays: day1 and day2.

    For each task i, day1[i] represents the earliest...

  • Ans. 

    Find the minimum number of days required to complete all tasks given specific completion days for each task.

    • Sort the tasks based on day1 in ascending order.

    • For each task, choose the minimum of day1 and day2 as the completion day.

    • Keep track of the maximum completion day for each task.

    • The final answer is the maximum completion day of all tasks.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 min
Round difficulty - Easy

This was a Data Structural round. Only one coding question was asked by the interviewer. The interviewer was very friendly. This round was very easy.

  • Q1. 

    Bubble Sort Problem Statement

    Sort the given unsorted array consisting of N non-negative integers in non-decreasing order using the Bubble Sort algorithm.

    Input:

    The first line contains an integer 'T' r...
  • Ans. 

    Bubble Sort algorithm is used to sort an array of non-negative integers in non-decreasing order.

    • Implement the Bubble Sort algorithm to sort the array in place.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat this process until the array is sorted.

    • Time complexity of Bubble Sort is O(n^2) in the worst case.

    • Example: For input [6, 2, 8, 4, 10], the output should be [2, 4, 6, 8, 10].

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in GurgaonEligibility criteria8Optum interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS,Dynamic Programminng,Operating System,DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident! 
Tip 2 : Maintain high Cgpa
Tip 3 : Do your best

Application resume tips for other job seekers

Tip 1 : Mention clear points
Tip 2 : Atleast 3 projects and never put anything you have not revised

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 75 minutes
Round difficulty - Medium

It was in the evening.
It consisted of 26 questions of easy to hard level.
It consisted of 25 MCQs and only 1 coding problem.

  • Q1. 

    Author and Books Formatting

    Given a structured list of books and their authors, format the information as specified.

    Input:

    The first line of input contains an integer ‘T' representing the number of tes...
  • Ans. 

    The task is to format a list of authors and their books in a specific way as per the given input format.

    • Parse the input to extract the number of test cases, number of authors, author names, and their respective books.

    • Format the output by printing the author names and their books in the specified format.

    • Ensure correct sequence and labeling of authors and books as per the example provided.

    • Handle multiple test cases and a...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 15 minutes
Round difficulty - Medium

It was more of CV based round. A brief discussion on projects was there followed by some questions like why optum.

  • Q1. 

    Delete a Node from a Linked List

    You are provided with a linked list of integers. Your task is to implement a function that deletes a node located at a specified position 'POS'.

    Input:

    The first line co...
  • Ans. 

    Implement a function to delete a node from a linked list at a specified position.

    • Traverse the linked list to find the node at the specified position.

    • Update the pointers of the previous and next nodes to skip the node to be deleted.

    • Handle edge cases such as deleting the head or tail of the linked list.

    • Ensure to free the memory of the deleted node to avoid memory leaks.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 15 minutes
Round difficulty - Easy

A short round where some basic dbms questions like procedure, cursor were asked. Then some questions on whether I would prefer working alone or in a team. Where I see myself in 5 years.

  • Q1. 

    Graph Coloring Problem

    You are given a graph with 'N' vertices numbered from '1' to 'N' and 'M' edges. Your task is to color this graph using two colors, such as blue and red, in a way that no two adjacen...

  • Ans. 

    Given a graph with 'N' vertices and 'M' edges, determine if it can be colored using two colors without adjacent vertices sharing the same color.

    • Use graph coloring algorithm like BFS or DFS to check if the graph can be colored with two colors without conflicts.

    • Check if any adjacent vertices have the same color. If so, it is not possible to color the graph as described.

    • If the graph has connected components, color each co...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 8 CGPA, Computer oriented branchesOptum interview preparation:Topics to prepare for the interview - DBMS, Data Structures, Algorithms, Puzzles, Operating Systems, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Projects do not matter much for this company.
Tip 2 : I did almost all the puzzles from Interviewbit.
Tip 3 : DBMS is really important. Practice queries in SQL thoroughly. You should know the use of limit and top also. It may be asked to write the same query in more than 1 form.
Tip 4 : Practice all the data structures. Questions were simple and you should know the basics of every data structure.

Application resume tips for other job seekers

Tip 1 : Don't write anything just for the sake of it.
Tip 2 : If you are writing some project then be thorough with all the details. If you are not much confident, then simply remove it and focus on other subjects.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to skillset

I applied via Company Website and was interviewed in Jul 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. There were 3 technical rounds and 2 techno-managerial rounds conducted for the post of Senior Software Engineer. The techno-managerial rounds were straight forward with an aim to understand your comfort le...
  • Q2. In technical round 1, there were questions from Core Java, Microservices, DB, and from few techs that I had mentioned in my resume especially the CI/CD work that I have been doing.
  • Q3. In tech round 2, they started with asking questions from the Java collections framework, Kafka, Jenkins, Docker, Git, etc. Few Ques: 1. Internals of HashMap. 2. Programming ques with arrays, String, and ha...
  • Q4. Tech round 3 was to test if I can work as a manager in the team, so they gave me scenario-based questions like designing a movie ticket booking system using spring boot. And what all steps/entities I would...

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to keep honest with the interviewer, do your homework well. If you have worked on 5 technologies in your last project make sure you brush your concepts b4 your interview. Your code doesn't have to be working if you can get the logic right and create an algorithm you can proceed. Just make sure you are verbal during the coding part make sure the interviewer is on the same page and understands what you are writing b4 you write anything. That would be all, best of luck. :)
Are these interview questions helpful?

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

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All are basic questions like, oops, basic PHP questions, design patterens, solid principle, few mysql questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience and process get completed 1 week

Persistent Systems Interview FAQs

What are the top questions asked in Persistent Systems Test Module Lead interview?

Some of the top questions asked at the Persistent Systems Test Module Lead interview -

  1. Java program to count frequency of characters in stri...read more
  2. What is interface and why is it u...read more
  3. Explain control flow of the automation framew...read more

Tell us how to improve this page.

Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 3k Interviews
Mphasis Interview Questions
3.3
 • 852 Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
EXL Service Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
3.9
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 662 Interviews
Publicis Sapient Interview Questions
3.5
 • 646 Interviews
GlobalLogic Interview Questions
3.6
 • 630 Interviews
View all
Persistent Systems Test Module Lead Salary
based on 10 salaries
₹7.9 L/yr - ₹11.4 L/yr
29% less than the average Test Module Lead Salary in India
View more details

Persistent Systems Test Module Lead Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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.7 L/yr

Lead Software Engineer
3.7k salaries
unlock blur

₹9.4 L/yr - ₹17.2 L/yr

Lead Engineer
3.5k salaries
unlock blur

₹14 L/yr - ₹25 L/yr

Project Lead
2.2k salaries
unlock blur

₹21 L/yr - ₹36 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