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 for Experienced

Updated 10 Apr 2025

Top Persistent Systems Interview Questions and Answers for Experienced

View all 198 questions

Persistent Systems Interview Experiences for Experienced

Popular Designations

280 interviews found

System Analyst Interview Questions & Answers

user image Pratiksha Jadhav

posted on 21 Mar 2024

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

(1 Question)

  • Q1. What is reconciliation
  • Ans. 

    Reconciliation is the process of comparing two sets of records to ensure they are in agreement.

    • Reconciliation involves verifying and adjusting financial statements to match transactions

    • It is commonly used in accounting to ensure accuracy of financial data

    • Reconciliation can also refer to resolving differences between two conflicting parties or accounts

  • Answered by AI

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Math's and reasoning

Round 2 - HR 

(1 Question)

  • Q1. Why we are selecting you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please select good candidate

SAP Hana Consultant Interview Questions asked at other Companies

Q1. Cds syntaxes and amdp real time example.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Related to your technology on which you have worked.
Round 3 - Technical 

(2 Questions)

  • Q1. It was scenario based questions they have asked .
  • Q2. Mostly on Angular And Middleware in Dot Net core Azure services

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be ready to write the code and SQL statement via screen sharing. They can any random logic which you used to write during your College days or at that time when we were freshers.

Like Reverse a string via loops or inbuilt function.

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic core java, spring boot
  • Q2. Rest services, project description, behaviour question

Interview Preparation Tips

Interview preparation tips for other job seekers - Earlier job security was there, nowadays they are firing the employees like anything

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Persistent Systems interview questions for popular designations

 Software Engineer

 (127)

 Senior Software Engineer

 (36)

 Software Developer

 (35)

 Lead Engineer

 (32)

 Lead Software Engineer

 (31)

 Project Lead

 (19)

 Java Developer

 (15)

 Salesforce Developer

 (11)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Expected salary

Junior Data Analyst Interview Questions asked at other Companies

Q1. What is the main difference between data mining and data analysis?
View answer (4)

Get interview-ready with Top Persistent Systems Interview Questions

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

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Swift advanced topic
  • Q2. Memory management related questions
  • Q3. Team management related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience for interview process..

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Persistent Systems

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basics question based on math reasoning English and oops concepts sql and database concepts and java and database , oops , problem solving .

Round 3 - Technical 

(2 Questions)

  • Q1. Asked on oops. what is inheritance, what is abstraction what is overriding overloading and many more. in sql joins inner join?
  • Q2. Some questions also on network theory.

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on database and other concepts they ask to solve live questions on sql and other problem solving must have good communication skills

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 (225)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Mar 2024

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on python, kubernetes commands , docker commands , understanding projects
  • Q2. Check palindrome in python
  • Ans. 

    Check if a string is a palindrome in Python

    • Use string slicing to reverse the string and compare with the original string

    • Remove spaces and convert to lowercase for accurate comparison

    • Use a for loop to iterate through the string and check if it is a palindrome

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join persistent

Skills evaluated in this interview

Top Persistent Systems Lead Engineer Interview Questions and Answers

Q1. What is the default connection pooling in Spring Boot, and how can it be customized?
View answer (1)

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question based on core java , math, logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Sql queries on joins
  • Q2. Selenium question and core java concept
Round 3 - Technical 

(2 Questions)

  • Q1. Selenium concept related questions
  • Q2. XPath and testng related

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Full Stack Developer Interview Questions & Answers

user image ashwini biradar

posted on 19 Mar 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All output based questions

Top Persistent Systems Full Stack Developer Interview Questions and Answers

Q1. Python is interpreted then why .pyc files are there?
View answer (1)

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems interview for experienced candidates?
Persistent Systems interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Persistent Systems interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Persistent Systems interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Persistent Systems interview for experienced candidates -

  1. What is nodejs and difference between nodejs and javascr...read more
  2. What is Difference between let var con...read more
  3. How do you define 'many-to-many' relationship in Hibernate when there are no co...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 for Experienced

based on 189 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

LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 807 Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
View all

Persistent Systems Reviews and Ratings

based on 4.1k 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.3

Work satisfaction

Explore 4.1k Reviews and Ratings
Senior Salesforce Business Analyst

Bangalore / Bengaluru

10-12 Yrs

Not Disclosed

Snowflake Developer

Hyderabad / Secunderabad,

Pune

+1

5-10 Yrs

Not Disclosed

React JS Developer

Pune,

Ahmedabad

+1

8-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
4k salaries
unlock blur

₹5 L/yr - ₹15.8 L/yr

Lead Engineer
3.2k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Lead Software Engineer
3.1k salaries
unlock blur

₹7.3 L/yr - ₹18.6 L/yr

Project Lead
1.9k salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
Compare

TCS

3.7
Compare

IBM

4.0
Compare

LTIMindtree

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