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 Software Engineer Interview Questions, Process, and Tips

Updated 14 Jan 2025

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. Exa ...read more
  • Q2. LCA in a Binary Search Tree You are given a binary search tree (BST) containing N nodes. Additionally, you have references to two nodes, P and Q, within this BST. Your t ...read more
  • Q3. Cycle Detection in a Singly Linked List Determine if a given singly linked list of integers forms a cycle or not. A cycle in a linked list occurs when a node's next poin ...read more
View all 75 questions

Persistent Systems Software Engineer Interview Experiences

126 interviews found

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

(3 Questions)

  • Q1. OOPs based questions, SQL query questions, ACID properties, Project Discussion
  • Q2. Four pillars of OOPs
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability to create a new class that inherits attributes and methods from an existing class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q3. Behavioral questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Annasaheb Dange College of Engineering and Technology, Ashta and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude questions,coding questions 2

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Engineer interview:
  • C++
  • Java
  • Full Stack
  • Project
Interview preparation tips for other job seekers - Give your best

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strong technical questions asked
Round 2 - HR 

(1 Question)

  • Q1. General questions and salary discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Strong any programming language in depth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be solid grasp of Java core fundamentals

Persistent Systems interview questions for designations

 Senior Software Engineer

 (36)

 Lead Software Engineer

 (30)

 Software Engineer Trainee

 (3)

 Associate Software Engineer

 (1)

 Principal Software Engineer

 (1)

 Software Engineer III

 (1)

 Software Testing Engineer

 (1)

 Senior Software Development Engineer

 (1)

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

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

Round 1 - Aptitude Test 

1 hour Question related string

Round 2 - Technical 

(1 Question)

  • Q1. Introduction,Oops concept,Dsa,Sql
Round 3 - HR 

(1 Question)

  • Q1. That was assessment

Get interview-ready with Top Persistent Systems Interview Questions

Software Engineer Interview Questions & Answers

user image Divyashree Chavhan

posted on 15 Apr 2024

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

It was a coding test

Round 2 - Technical 

(1 Question)

  • Q1. SQL ,DBMS , os ,cns
Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. OOPS concepts with examples
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming.

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding complex implementation details

    • Example: A class 'Car' with properties like 'color' and methods like 'startEngine'

  • Answered by AI
  • Q2. Basic Data structures and DSA questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude, reasoning and coding questions were there in round 1

Round 3 - Technical 

(2 Questions)

  • Q1. What data structure has implemented in a elevator.
  • Ans. 

    The data structure implemented in an elevator is a queue.

    • Elevator requests are added to the queue in the order they are received.

    • The elevator serves requests in a first-come, first-served manner.

    • Once a request is completed, it is removed from the queue.

    • Example: If someone on the 5th floor requests the elevator, their request is added to the queue and the elevator will serve it after completing any previous requests.

  • Answered by AI
  • Q2. Oops concepts , difference between encapsulation and abstract and Polymorphism
  • Ans. 

    Encapsulation is bundling data and methods together, abstraction is hiding implementation details, and polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation involves bundling data and methods within a class to restrict access from outside.

    • Abstraction involves hiding the implementation details of a class and only showing the necessary features.

    • Polymorphism allows objects to be treate...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About relocation, communication etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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

Software Engineer Interview Questions & Answers

user image Sancheet Patil

posted on 26 Jul 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Test with Logical math problem Majorly Apti

Round 3 - Coding Test 

Code on link list and cyclic link list

Round 4 - One-on-one 

(2 Questions)

  • Q1. Basics and again in deep coding on link list
  • Q2. What is OOP OOP pillars question on networking

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Software Engineer interview?
Persistent Systems interview process usually has 2-3 rounds. The most common rounds in the Persistent Systems interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Persistent Systems Software Engineer 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 Software Engineering, Java, Software Development, Big Data and NoSQL.
What are the top questions asked in Persistent Systems Software Engineer interview?

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

  1. 7. what is public and private IP. how are they differ...read more
  2. Write a program for reversing a string without using string funct...read more
  3. what is basic difference between c and cpp. explain on memory lev...read more
How long is the Persistent Systems Software Engineer interview process?

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

Tell us how to improve this page.

Persistent Systems Software Engineer Interview Process

based on 108 interviews

5 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Software Engineer Salary
based on 4.4k salaries
₹2.5 L/yr - ₹9.5 L/yr
26% less than the average Software Engineer Salary in India
View more details

Persistent Systems Software Engineer Reviews and Ratings

based on 585 reviews

3.3/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.2

Salary

2.8

Job security

3.4

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 585 Reviews and Ratings
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