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

Top Persistent Systems Interview Questions and Answers

View all 435 questions

Persistent Systems Interview Experiences

Popular Designations

596 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Write a program in react.

Round 2 - Technical 

(2 Questions)

  • Q1. Optimization techniques for react
  • Ans. 

    Optimization techniques for React include code splitting, lazy loading, memoization, and virtualization.

    • Code splitting: Break down the code into smaller chunks to load only what is necessary for each page.

    • Lazy loading: Load components only when they are needed, improving initial load time.

    • Memoization: Cache the results of expensive function calls to avoid redundant calculations.

    • Virtualization: Render only the visible e...

  • Answered by AI
  • Q2. Difference between let const and var
  • Ans. 

    let is block scoped, const is constant, var is function scoped

    • let: block scoped, can be reassigned

    • const: block scoped, cannot be reassigned, but its properties can be modified

    • var: function scoped, can be reassigned

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - know your basics.

Skills evaluated in this interview

Top Persistent Systems Lead Engineer Interview Questions and Answers

Q1. Write media query for showing 3 divs in a row for desktop view and in column for mobile view
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 campus placement at Visveswaraiah Technological University (VTU) and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, Technical MCQs

Round 2 - Technical 

(3 Questions)

  • Q1. Question on arrays
  • Q2. Discussion about projects
  • Q3. Calculator Program
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI
  • Q2. Which technology are you interested to work in
  • Ans. 

    I am interested in working with artificial intelligence and machine learning technologies.

    • Artificial Intelligence

    • Machine Learning

    • Natural Language Processing

    • Computer Vision

  • Answered by AI

Top Persistent Systems Software Engineer Interview Questions and Answers

Q1. Implement indexOf() You are given two strings A and B. Find the index of the first occurrence of A in B. If A is not present in B, then return -1. For Example: A = “bc”, B = “abcddbc”. String “A” is present at index 1, and 5(0-based index),... read more
View answer (3)

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 (169)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and detail-oriented professional with a background in business analysis and product ownership.

    • Experienced in gathering and analyzing business requirements

    • Skilled in creating user stories and prioritizing product backlog

    • Strong communication and collaboration skills

    • Certified in Agile methodologies such as Scrum or Kanban

  • Answered by AI
  • Q2. Questions on project
  • Q3. What is user story
  • Ans. 

    A user story is a concise description of a feature told from the perspective of the end user.

    • Describes the desired functionality from the user's point of view

    • Written in non-technical language

    • Follows a specific format: As a [role], I want [feature], so that [benefit]

    • Used in Agile development to capture requirements

  • Answered by AI
  • Q4. Difference between role of BA and PO
  • Ans. 

    BA focuses on analyzing business needs and requirements, while PO focuses on defining product features and priorities.

    • BA works closely with stakeholders to gather and analyze requirements

    • PO defines product features, prioritizes them, and works closely with development team

    • BA focuses on understanding business processes and identifying areas for improvement

    • PO ensures that the product meets the needs of the stakeholders a

  • Answered by AI
  • Q5. Scrum Ceremonies
  • Q6. Questions on data management
  • Q7. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - it depends on interview to interview, what they are looking for.

Business Analyst and Product Owner Interview Questions asked at other Companies

Q1. How would you increase the onboarding of client from 48% to exponential growth ?
View answer (1)

Engineering Lead Qality Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Manual and Automation Testing
  • Q2. Related to Salesforce Testing
Round 2 - Client Interview 

(2 Questions)

  • Q1. Questions related to Salesforce Testing and Manual Testing
  • Q2. Real time scenarios and work done in previous
Round 3 - HR 

(2 Questions)

  • Q1. Discussion on salary
  • Q2. Discussion on terms and conditions

Persistent Systems interview questions for popular designations

 Software Engineer

 (126)

 Senior Software Engineer

 (36)

 Software Developer

 (35)

 Lead Engineer

 (31)

 Lead Software Engineer

 (30)

 Project Lead

 (19)

 Java Developer

 (14)

 Salesforce Developer

 (11)

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

(2 Questions)

  • Q1. What is a comparator?
  • Ans. 

    A comparator is a function that compares two objects to determine their ordering.

    • Used in sorting algorithms to determine the order of elements

    • Returns a negative value if the first object is less than the second, zero if they are equal, and a positive value if the first object is greater

    • Commonly used in Java with the Comparator interface

  • Answered by AI
  • Q2. What is reentrant lock?
  • Ans. 

    A reentrant lock is a synchronization primitive that allows a thread to re-enter a critical section it already holds.

    • Prevents deadlock by allowing a thread to acquire the lock multiple times

    • Each lock acquisition must be followed by a corresponding release

    • Commonly used in multi-threaded programming to protect shared resources

  • Answered by AI

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Persistent Systems Interview Questions

Project Lead Interview Questions & Answers

user image shyam kushwah

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. Deep discussion on OOPs concepts.
  • Q2. .Net Core middleware, when we required custom middleware?
  • Ans. 

    Custom middleware in .Net Core is required when we need to add additional processing logic to the request pipeline.

    • Custom authentication

    • Request logging

    • Error handling

    • Response compression

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Discussed on project architecture and challenges
  • Q2. .Net Core design pattern and life time
  • Ans. 

    Design patterns in .Net Core help in structuring code for better maintainability and scalability.

    • Design patterns like Singleton, Factory, and Dependency Injection are commonly used in .Net Core.

    • They help in separating concerns, improving code reusability, and making code more testable.

    • Lifetime management in .Net Core refers to how long an object should exist in the application.

    • Transient, Scoped, and Singleton are the t...

  • Answered by AI
Round 3 - Client Interview 

(1 Question)

  • Q1. Discussed on different project situation.
Round 4 - HR 

(1 Question)

  • Q1. Discussed on Role and responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - All over is good.

Skills evaluated in this interview

Top Persistent Systems Project Lead Interview Questions and Answers

Q1. 1. What is API Testing 2. HTTP error codes 3. How to test API 4. Types of API 5. Questions on JAVA, oops concept 6. Sudo code for prime number 7. Questions on Performance Testing 8. How you are doing performance testing 9. How to analyse pe... read more
View answer (1)

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Jobs at Persistent Systems

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Selenium commands
  • Q2. Java program for prime number
  • Ans. 

    A Java program to check if a number is prime or not.

    • Create a function to check if a number is prime by iterating from 2 to the square root of the number.

    • If the number is divisible by any number in that range, it is not prime.

    • Handle edge cases like 0, 1, and negative numbers separately.

  • Answered by AI
  • Q3. Java program for printing repeated characters in a string
  • Ans. 

    Java program to find and print repeated characters in a string

    • Iterate through each character in the string

    • Use a HashMap to store the count of each character

    • Print characters with count greater than 1

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude exam and coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Datatypes in java
  • Ans. 

    Java has various datatypes like int, double, boolean, etc. to store different types of values.

    • Primitive datatypes include int, double, boolean, char, etc.

    • Reference datatypes include classes, interfaces, arrays, etc.

    • Examples: int num = 10; double price = 19.99; boolean isTrue = true;

  • Answered by AI
  • Q2. Write a star program
  • Ans. 

    A star program prints a pattern of stars in a specific shape.

    • Use nested loops to control the number of rows and columns

    • Use if-else statements to determine when to print a star or a space

    • Example: Print a pyramid of stars with 5 rows

  • Answered by AI

Skills evaluated in this interview

Top Persistent Systems Software Engineer Interview Questions and Answers

Q1. Implement indexOf() You are given two strings A and B. Find the index of the first occurrence of A in B. If A is not present in B, then return -1. For Example: A = “bc”, B = “abcddbc”. String “A” is present at index 1, and 5(0-based index),... read more
View answer (3)

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

Programmer Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Program of duplicate of string

Programmer Interview Questions asked at other Companies

Q1. What are the differences between Micro,Mini and Mainframe Computers?
View answer (2)
Interview experience
1
Bad
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 

(2 Questions)

  • Q1. Project Description as per resume.
  • Q2. What is BERT? Explain the architecture
  • Ans. 

    BERT is a pre-trained natural language processing model developed by Google.

    • Bidirectional Encoder Representations from Transformers

    • Utilizes transformer architecture with attention mechanisms

    • Pre-trained on large corpus of text data for various NLP tasks

    • Fine-tuned for specific tasks like text classification, question answering, etc.

  • Answered by AI

Skills evaluated in this interview

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Subset Sum Equal To K Problem Statement Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K. Provide true if such a subset exists, otherwise return false. Example: Input: ARR = {1... read more
View answer (1)

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 Coding Test.
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 540 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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 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
Full Stack Architect

Hyderabad / Secunderabad

9-14 Yrs

Not Disclosed

DevOps Lead Engineer/Architect

Bangalore / Bengaluru

12-17 Yrs

Not Disclosed

DevOps Lead Engineer/Architect

Pune

12-17 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.9k salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹9.9 L/yr - ₹30 L/yr

Lead Software Engineer
3k salaries
unlock blur

₹7.1 L/yr - ₹18.4 L/yr

Project Lead
1.9k 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