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 Trainee Interview Questions and Answers

Updated 9 Dec 2024

Persistent Systems Software Engineer Trainee Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Based on logical reasoning, quantitative aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Questions on OOPs, Testing, Types of testing

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.

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 

General mathematical & Reasoning aptitude

Round 3 - Coding Test 

Java Coding related questions from List

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your basics in programming language & datastructures

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basics of Java
  • Q2. Questions related to OOPS
  • Q3. Basic coding questions like Fibonacci, factorial, prime, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate, interviewers were so cool and good overall good experience

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The questions are easy as compare to other companies. The round was online test

Round 2 - One-on-one 

(2 Questions)

  • Q1. The interview was easy and basically based on resume and projects done in the past
  • Q2. The interview was easy and mostly of weakness and strength
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to reverse a array, basic java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Oops concepts to be known
  • Ans. 

    Understanding of OOP concepts is essential for software development.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

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

    • 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
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access all public and protected members of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' to reu

  • Answered by AI
  • Q3. Abstraction use to be explained
  • Ans. 

    Abstraction is the concept of hiding complex details and showing only the essential features of an object.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in reducing complexity and improving efficiency

    • Example: A car dashboard abstracts the internal workings of the car and provides only essential information to the driver

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It consists of general aptitude

Round 2 - Coding Test 

3 questions were given to solve

Round 3 - Technical 

(2 Questions)

  • Q1. It's was quite easy , they only asked about your resume
  • Q2. Prepare well everything that you have mentioned in the resume
Round 4 - HR 

(1 Question)

  • Q1. It didn't get selected in this round
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

First round was Aptitude test which contained questions from every major subject from CS/IT i.e., DBMS, OS, Computer Networks. It also had Maths aptitude and Verbal, and 2 coding questions.

Round 2 - Verbal and Voice Analysis 

(2 Questions)

  • Q1. Polymorphism and its types
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Compile-time polymorphism is achieved through method overloading, where multiple methods have the same name but different parameters.

    • Runtime polymorphism is ach...

  • Answered by AI
  • Q2. SQL Joins query
Round 3 - HR 

(1 Question)

  • Q1. I didn't get selected for this round but my friends told me that they just asked if you are comfortable with salary, bond and relocation. Also the lady HR asked them to define the room, tell her something ...

Interview Preparation Tips

Topics to prepare for Coforge Software Engineer Trainee interview:
  • Oops
  • SQL
  • Cloud Computing
  • JDBC
Interview preparation tips for other job seekers - Your selection generally depends on your interviewer because some interviewers are there just to show off their own knowledge and reject them. My interviewer was so arrogant, he rejected 4/5 candidates and took almost an hour interview where he asked stupid questions and interrupted when answering the questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,Reasoning,Verbal,Coding

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Reading,Speaking,Listening
Round 3 - Technical 

(1 Question)

  • Q1. Technical (based on projects) and HR questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

The coding test was conducted in hackerearth platform.The questions are 4 dsa with 3 easy and 1 hard.

Round 2 - Technical 

(2 Questions)

  • Q1. Logical question - you have a 3 gallon container and a 5 gallon container, how do you measure a 4 gallon volume. basic oops questions like define polymorphism, difference between class and object. basic ds...
  • Q2. Basic oops questions like define polymorphism, difference between class and object. basic dsa question on sorting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through basics on dsa, oops, dbms and be prepared with logical questions.

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Software Engineer Trainee interview?
Persistent Systems interview process usually has 2-3 rounds. The most common rounds in the Persistent Systems interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Persistent Systems Software Engineer Trainee interview?

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

  1. Basic coding questions like Fibonacci, factorial, prime, ...read more
  2. Questions on OOPs, Testing, Types of test...read more
  3. Questions related to O...read more

Tell us how to improve this page.

Persistent Systems Software Engineer Trainee Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Software Engineer Trainee Salary
based on 17 salaries
₹4 L/yr - ₹8.5 L/yr
At par with the average Software Engineer Trainee Salary in India
View more details

Persistent Systems Software Engineer Trainee Reviews and Ratings

based on 5 reviews

1.9/5

Rating in categories

2.9

Skill development

2.1

Work-life balance

1.8

Salary

1.5

Job security

2.9

Company culture

1.7

Promotions

1.9

Work satisfaction

Explore 5 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