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

Updated 14 Jan 2025

Top Persistent Systems Software Engineer Interview Questions and Answers for Freshers

  • 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 36 questions

Persistent Systems Software Engineer Interview Experiences for Freshers

33 interviews found

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

Software Engineer Interview Questions & Answers

user image Gurdeep Singh

posted on 28 Sep 2024

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

Aptitude test normal questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Question on Arrays
  • Q2. Basic questions on string manipulation

Software Engineer Interview Questions Asked at Other Companies for undefined

asked in Capgemini
Q1. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more
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 Mar 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was an online aptitude test.

Round 2 - Coding Test 

It was an online Coding test.

Round 3 - Technical 

(1 Question)

  • Q1. Basic concepts of DBMS & DSA.
Round 4 - Technical 

(1 Question)

  • Q1. He told me to write the logic for pattern printing & some basic concepts of OOPS.
Round 5 - HR 

(1 Question)

  • Q1. All about myself & my hobbies & my reasons for choosing Persistent Systems.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test on quant, verbal, logical thinking.

Round 2 - Coding Test 

Code two questions with your comfortable language

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Question around project

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 Testing Engineer

 (1)

 Software Engineer III

 (1)

 Senior Software Engineer 2

 (1)

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

Get interview-ready with Top Persistent Systems Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Given a nxm matrix with 0's representing water and 1's representing land. assume everything outside matrix is water. find number of islands. island is something that the land is surrounded by water.

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - prepare leetcode questions

Software Engineer Interview Questions & Answers

user image Dhanush Achari

posted on 9 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Lexographically sort words in a list

Round 2 - Technical 

(1 Question)

  • Q1. OOPS and OS concepts
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
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
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 - 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

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Software Engineer interview for freshers?
Persistent Systems interview process for freshers usually has 3-4 rounds. The most common rounds in the Persistent Systems interview process for freshers are Technical, Aptitude Test and Coding Test.
How to prepare for Persistent Systems Software Engineer interview for freshers?
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 for freshers?

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

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

based on 19 interviews

4 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • 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.6 L/yr
26% less than the average Software Engineer Salary in India
View more details

Persistent Systems Software Engineer Reviews and Ratings

based on 586 reviews

3.4/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 586 Reviews and Ratings
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