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

Filter interviews by

Persistent Systems Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top Persistent Systems Interview Questions and Answers

View all 435 questions

Persistent Systems Interview Experiences

Popular Designations

598 interviews found

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

(1 Question)

  • Q1. Coding question: I solved it on paper and told the space and time complexity

Top Persistent Systems Software Engineer Interview Questions and Answers

Q1. Index of First Occurrence Problem Statement Given two strings A and B, determine the index of the first occurrence of A in B. If A is not present in B, return -1. Example: Input: A = "bc", B = "abcddbc" Output: 1 Explanation: The string A a... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Business Analyst Interview Questions & Answers

user image Pranjali Dhawade

posted on 15 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. About the project
  • Q2. How to deal with priorities
  • Ans. 

    Prioritizing tasks based on importance and deadlines is key. Use tools like Eisenhower Matrix or MoSCoW method.

    • Identify and categorize tasks based on urgency and importance

    • Use tools like Eisenhower Matrix to prioritize tasks into four quadrants: urgent and important, important but not urgent, urgent but not important, neither urgent nor important

    • Consider using the MoSCoW method to categorize tasks as Must have, Should ...

  • Answered by AI
  • Q3. Technique used for project
  • Ans. 

    The technique used for project is Agile methodology.

    • Agile methodology involves iterative development, where requirements and solutions evolve through collaboration between self-organizing cross-functional teams.

    • It promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Examples of Agile methodologies include Scrum, Kanban, and Extreme Programming (XP).

  • Answered by AI
  • Q4. About your self

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Moderate I will say.

Round 2 - Technical 

(1 Question)

  • Q1. Based on DSA (stack), oops and also puzzles
Round 3 - Technical 

(1 Question)

  • Q1. Mostly theory based questions on oops and puzzles
Round 4 - HR 

(1 Question)

  • Q1. Normal hr basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Persistent is critical and don't hire in bulk if you are fresher. Stay a bit prepared with oops, DSA and some coding questions in interview

Top Persistent Systems Software Engineer Interview Questions and Answers

Q1. Index of First Occurrence Problem Statement Given two strings A and B, determine the index of the first occurrence of A in B. If A is not present in B, return -1. Example: Input: A = "bc", B = "abcddbc" Output: 1 Explanation: The string A a... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Trainee Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

All type of quant reasoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. What isnetworking,what is dbms queries
  • Ans. 

    Networking is the practice of connecting computers and other devices to share resources. DBMS queries are commands used to retrieve data from a database.

    • Networking involves connecting computers and devices to share information and resources.

    • DBMS queries are commands used to retrieve specific data from a database.

    • Networking can be wired or wireless, such as Ethernet or Wi-Fi.

    • Examples of DBMS queries include SELECT, INSE

  • Answered by AI
  • Q2. Reverse string pattern

Skills evaluated in this interview

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Persistent Systems interview questions for popular designations

 Software Engineer

 (126)

 Senior Software Engineer

 (36)

 Software Developer

 (35)

 Lead Engineer

 (32)

 Lead Software Engineer

 (30)

 Project Lead

 (19)

 Java Developer

 (14)

 Salesforce Developer

 (11)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot related
  • Q2. Java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be good at Java + spring boot + spring cloud concepts when it comes to java Back-end roles.

Top Persistent Systems Lead Software Engineer Interview Questions and Answers

Q1. From a js nested object, print only values not keys.
View answer (1)

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)

Get interview-ready with Top Persistent Systems Interview Questions

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dependency Injection, how can we implement multiple interference?
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Dependency Injection helps in making components more modular, testable, and reusable.

    • It can be implemented using constructor injection, setter injection, or interface injection.

    • Multiple inheritance can be implemented in languages like C++ using virtual inheritance to avoid the diamond problem.

  • Answered by AI
  • Q2. Define SOLID Principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI

Skills evaluated in this interview

Top Persistent Systems Software Developer Interview Questions and Answers

Q1. What is oop, Will sorting the list for finding two lowest elements in list be an optimal solution, what are ACID properties
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at Persistent Systems

View all

QA Lead Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2024

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

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is CI Cd pipeline and string manipulation programs
  • Ans. 

    CI/CD pipeline is a set of automated processes for building, testing, and deploying software. String manipulation programs involve manipulating text data.

    • CI/CD pipeline automates the process of integrating code changes, testing them, and deploying them to production.

    • String manipulation programs involve tasks like searching, replacing, and modifying text data.

    • Examples of string manipulation programs include finding the ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How will you manage team and test pyramid
Round 3 - HR 

(1 Question)

  • Q1. How soon you can join us

Skills evaluated in this interview

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Content negotiation
  • Q2. What is sql injection
  • Ans. 

    SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate a database.

    • SQL injection occurs when a user input is not properly sanitized and allows an attacker to execute malicious SQL commands.

    • It can lead to unauthorized access to sensitive data, data loss, and even complete server takeover.

    • Example: Entering ' OR '1'='1' into a login form to bypass authentication and gai

  • Answered by AI

Skills evaluated in this interview

Top Persistent Systems Software Developer Interview Questions and Answers

Q1. What is oop, Will sorting the list for finding two lowest elements in list be an optimal solution, what are ACID properties
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test along with a code. This was online.

Round 2 - Technical 

(2 Questions)

  • Q1. There were two technical interviews.
  • Q2. They asked to basically explain the logic and write the code.
Round 3 - HR 

(1 Question)

  • Q1. They asked about achievements and certifications.

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Developer interview:
  • Java
  • MySQL
  • Communication Skills

Top Persistent Systems Software Developer Interview Questions and Answers

Q1. What is oop, Will sorting the list for finding two lowest elements in list be an optimal solution, what are ACID properties
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic java dsa question aptitude question

Round 2 - Coding Test 

2 String question were asked of medium level.

Round 3 - Technical 

(6 Questions)

  • Q1. Oops concept and programming
  • Q2. What is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also helps in achieving data abstraction, where the internal details are hidden and only the necessary information is exp...

  • Answered by AI
  • Q3. What is 1 nf 2nf
  • Ans. 

    1NF and 2NF are normalization forms in database design to reduce redundancy and improve data integrity.

    • 1NF (First Normal Form) ensures that each column in a table contains atomic values and there are no repeating groups.

    • 2NF (Second Normal Form) builds on 1NF by ensuring that all non-key attributes are fully functional dependent on the primary key.

    • For example, if we have a table 'Orders' with columns 'OrderID', 'Product...

  • Answered by AI
  • Q4. Write a program to demonstrate virtual function
  • Ans. 

    A program demonstrating virtual function in C++

    • Create a base class with a virtual function

    • Create derived classes that override the virtual function

    • Instantiate objects of derived classes and call the virtual function

  • Answered by AI
  • Q5. One question to convert 1nf to 2nf
  • Ans. 

    To convert 1NF to 2NF, identify partial dependencies and move them to separate tables.

    • Identify the primary key in the 1NF table

    • Identify any non-key attributes that are dependent on only part of the primary key

    • Move these attributes to a new table with a composite key including the partial key and the original primary key

  • Answered by AI
  • Q6. One table was given and we had to identify whats the state of normalization

Skills evaluated in this interview

Top Persistent Systems Software Developer Interview Questions and Answers

Q1. What is oop, Will sorting the list for finding two lowest elements in list be an optimal solution, what are ACID properties
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems interview?
Persistent Systems interview process usually has 2-3 rounds. The most common rounds in the Persistent Systems interview process are Technical, HR and Resume Shortlist.
How to prepare for Persistent Systems 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 Java, Javascript, Python, SQL and AWS.
What are the top questions asked in Persistent Systems interview?

Some of the top questions asked at the Persistent Systems interview -

  1. What is nodejs and difference between nodejs and javascr...read more
  2. Java 8 features, disadvantages of microservices, difference between RDBMS and N...read more
  3. 7. what is public and private IP. how are they differ...read more
How long is the Persistent Systems interview process?

The duration of Persistent Systems interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Persistent Systems Interview Process

based on 543 interviews

Interview experience

3.9
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Persistent Systems

Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Persistent Systems Reviews and Ratings

based on 3.9k reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.3

Salary

3.1

Job security

3.5

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 3.9k Reviews and Ratings
Qliksense Developer

Hyderabad / Secunderabad,

Pune

+1

4-8 Yrs

Not Disclosed

Network Security Engineer

Bangalore / Bengaluru

6-8 Yrs

Not Disclosed

Tableau Developer

Mumbai,

Pune

+1

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
3.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
3.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
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