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 6 Mar 2025

Top Persistent Systems Interview Questions and Answers for Experienced

View all 181 questions

Persistent Systems Interview Experiences for Experienced

Popular Designations

274 interviews found

Senior Developer Interview Questions & Answers

user image Yogi Sumanth Rao

posted on 16 Oct 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write the code in eggplant
  • Ans. 

    Writing code in eggplant for Senior Developer interview

    • Use 'click' to simulate a mouse click on an element

    • Use 'typeText' to enter text into a field

    • Use 'verify' to check if an element is present on the screen

  • Answered by AI

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2024

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

(2 Questions)

  • Q1. How spring works internally
  • Ans. 

    Spring is a lightweight framework that provides comprehensive infrastructure support for developing Java applications.

    • Spring works internally by using Inversion of Control (IoC) container to manage Java objects.

    • It uses Dependency Injection to inject the dependencies of an object at runtime.

    • Spring also provides Aspect-Oriented Programming (AOP) support for cross-cutting concerns.

    • It utilizes various modules like Core, Co...

  • Answered by AI
  • Q2. REST and SOAP examples and design principles
  • Ans. 

    REST and SOAP are web service protocols with different design principles

    • REST (Representational State Transfer) is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE for communication

    • SOAP (Simple Object Access Protocol) is a protocol that uses XML for message exchange and can work over various transport protocols like HTTP, SMTP, etc.

    • REST is lightweight, scalable, and easy to use, while S...

  • Answered by AI

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)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scrum ceremonies
  • Q2. Kanban and scrum difference
  • Ans. 

    Scrum is time-boxed, with fixed iterations, while Kanban is continuous flow with no fixed timeboxes.

    • Scrum has fixed iterations called sprints, while Kanban is continuous flow

    • Scrum limits work in progress (WIP) to items in the sprint backlog, while Kanban limits WIP based on capacity

    • Scrum focuses on delivering a potentially shippable product increment at the end of each sprint, while Kanban focuses on continuous deliver...

  • Answered by AI

Skills evaluated in this interview

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

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

(3 Questions)

  • Q1. Solid Principle
  • Q2. Some scenario based question
  • Q3. String palindrom program
Round 2 - Technical 

(2 Questions)

  • Q1. Agile methodology
  • Q2. Project based question

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)

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions were asked
  • Q2. Project questions were asked

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)

Get interview-ready with Top Persistent Systems Interview Questions

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

(1 Question)

  • Q1. Java Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Java coding questions related to Array and strings

Senior Automation Engineer Interview Questions asked at other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do you take out duplicate values from array without using any set ? if you iterate the array and take out unique values , how do you do it for 2lakh items in less time? 3. Diffe... read more
View answer (1)

Jobs at Persistent Systems

View all

Senior Java Developer Interview Questions & Answers

user image Bazegha Tabassum

posted on 27 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the longest substring without repeating characters
  • Ans. 

    Find the longest substring without repeating characters in a given string.

    • Use a sliding window approach to iterate through the string and keep track of the characters seen so far.

    • Update the start index of the window when a repeating character is encountered.

    • Keep track of the longest substring length and characters seen in a hashmap.

  • Answered by AI
  • Q2. Given a time array, check if the user can attend all meeting. Array had pairs - start time and end time

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2024

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

(2 Questions)

  • Q1. HOW JVM works ?
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. It manages memory, provides security, and facilitates garbage collection.

    • JVM loads the bytecode generated by the Java compiler and interprets it.

    • It uses Just-In-Time (JIT) compilation to improve performance by compiling frequently used code into native machine code.

    • JVM manages memory through garbage collection, freeing up memory occupied by objects that are no longe...

  • Answered by AI
  • Q2. Hash Map internal working?
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map provides constant time complexity O(1) for insertion,

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is stereo annotation ?
  • Ans. 

    Stereo annotation is the process of labeling or tagging images or videos with depth information to create a 3D effect.

    • Stereo annotation involves identifying corresponding points in a pair of images or frames to determine depth perception.

    • It is commonly used in computer vision tasks such as object detection, tracking, and scene understanding.

    • Examples of stereo annotation include creating depth maps for autonomous drivin

  • Answered by AI
  • Q2. Muti threading.

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Verbal, qunt, english etc..

Round 2 - Coding Test 

Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview and easy questions in rounds

Top Persistent Systems Senior Software Engineer Interview Questions and Answers

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on java collection sql queries and skillset mentioned.
  • Q2. Coding questions asked.
Round 2 - Client Interview 

(1 Question)

  • Q1. Mostly asked about project worked on
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

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)

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