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

MCQ based on logical, quantitative, qualitative and english

Round 2 - Coding Test 

Two easy questions based on string manipulation

Round 3 - Technical 

(2 Questions)

  • Q1. Find count of each characters in string
  • Ans. 

    The task is to count the occurrences of each character in a given string.

    • Iterate through the string and use a hashmap to store the count of each character

    • Convert the string to an array of characters for easier manipulation

    • Handle edge cases like empty string or null input

    • Consider using built-in functions like HashMap in Java or Counter in Python

  • Answered by AI
  • Q2. Find Freq of words in a sentence
  • Ans. 

    Use a hashmap to store word frequencies in a sentence.

    • Split the sentence into words using a space delimiter.

    • Create a hashmap to store word frequencies.

    • Iterate through the words and update the frequencies in the hashmap.

    • Return the hashmap with word frequencies.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Detailed coding process

Round 2 - Technical 

(1 Question)

  • Q1. What is array in. Python
  • Ans. 

    An array in Python is a data structure that can hold multiple values of the same data type.

    • Arrays in Python are created using square brackets []

    • Elements in an array can be accessed using their index starting from 0

    • Example: names = ['Alice', 'Bob', 'Charlie']

  • Answered by AI

Skills evaluated in this interview

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

Software Engineer Interview Questions & Answers

user image Nikita Gurram

posted on 31 Dec 2023

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Strong aptitude and verbal skill and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is default values of variables?
  • Ans. 

    Default values of variables are the initial values assigned to variables if no value is explicitly provided.

    • Default value for integer variables is 0

    • Default value for floating point variables is 0.0

    • Default value for boolean variables is false

    • Default value for string variables is null

    • Default value for arrays is null

  • Answered by AI
  • Q2. Question based on the program give by them like find errors or output of code
  • Q3. Question based on data structures
Round 3 - Technical 

(2 Questions)

  • Q1. About your project
  • Q2. They will give the problem we have write the code for that problem
Round 4 - HR 

(1 Question)

  • Q1. It is very easy round they will only ask about yourself, strength, weakness, ready to relocate etc

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Engineer interview:
  • Data Structures
  • Programming
  • Java
  • Networking
  • DBMS
  • RDBMS
  • SQL

Skills evaluated in this interview

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

I applied via campus placement at Techno India Group, Kolkata 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.

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)

 Software Development Engineer 1

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was test consisting of 4 sections: Quants, Verbal, Logical and Coding(2 ques - 1 easy & 1 med)

Round 2 - Technical 

(4 Questions)

  • Q1. Skills based on resume were asked Be 100% prepared on one programming language because they might ask to write a code
  • Q2. Selection Sort Coding
  • Q3. String Coding Questions
  • Q4. Core Java Questions
Round 3 - HR 

(1 Question)

  • Q1. Genric Behavioural Questions and Sallary Discussions

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Engineer interview:
  • Data Structures
  • Java
  • Project
Interview preparation tips for other job seekers - Be prepared to answer questions based on the skills in resume

Get interview-ready with Top Persistent Systems Interview Questions

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

Aptitude questions are asked

Round 2 - Technical 

(2 Questions)

  • Q1. Programming questions have asked
  • Q2. Object oriented programing questions concepts
Round 3 - HR 

(1 Question)

  • Q1. It is system generated round
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

Software Engineer Interview Questions & Answers

user image Ellingi Abhishek Varma

posted on 6 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was easy to crack

Round 2 - Coding Test 

Basic coding ability test

Round 3 - HR 

(1 Question)

  • Q1. It is for salary structure and any doubts regarding organisation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding question: I solved it on paper and told the space and time complexity
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

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