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

Clear (1)

Persistent Systems Software Developer Interview Questions, Process, and Tips

Updated 22 Dec 2024

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
  • Q2. What is dependency Injection, how can we implement multiple interference?
  • Q3. What is Oopps? Concept of polmorphism.
View all 28 questions

Persistent Systems Software Developer Interview Experiences

35 interviews found

Software Developer Interview Questions & Answers

user image Shivam Verma

posted on 30 Nov 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Brief introduction about Project, basic OOPS , DBMS , SQL
Round 2 - Technical 

(1 Question)

  • Q1. Non eliminatory round . Same topics as in round 1 interview.
Round 3 - Communication round 

(1 Question)

  • Q1. Basic verbal communication skills
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS well

Software Developer Interview Questions & Answers

user image GAJANAN PATEWAR

posted on 10 Feb 2024

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

(1 Question)

  • Q1. How our microservices are communicate with each other
  • Ans. 

    Microservices communicate with each other through APIs and message queues.

    • Microservices use APIs to send and receive data between each other.

    • They can also utilize message queues for asynchronous communication.

    • APIs can be RESTful or use other protocols like gRPC.

    • Message queues like RabbitMQ or Kafka enable decoupled communication.

    • Microservices can also use events or pub/sub patterns for communication.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Profit loss, blood relation, coding decoding, logical reasoning

Round 2 - Coding Test 

2 automata code
1) Array based
2)String based

Round 3 - Technical 

(1 Question)

  • Q1. Totally asked CS fundamentals like DBMS, OS, CN and OOPM then solved 1 DSA question which is related to string
Round 4 - HR 

(1 Question)

  • Q1. Just ask only behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on DSA string arrays and keep learning CS fundamentals
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2023. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. It went well been long days couldnt remember
Round 3 - Technical 

(1 Question)

  • Q1. I got selected, same couldn't recall

Interview Preparation Tips

Interview preparation tips for other job seekers - never ever wait for offer from this Organization till you get it. May 25th my 1st round happened and June 15 2nd round tookplace after positive feedback of 2 technical round they have requested for documents, provided after that there was no communication, no HR round, No offer letter. Its been more than 1 n half month that started interview but couldn't finish and released offer usual no response from HR even after multiple follow-ups ended up by stopping for update.

Persistent Systems interview questions for designations

 Senior Software Developer

 (5)

 Junior Software Developer

 (1)

 Software Developer fresher

 (1)

 Developer

 (1)

 Software Engineer

 (126)

 Software Specialist

 (1)

 Senior Software

 (1)

 Java Developer

 (14)

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple apt and coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Design a website
  • Ans. 

    A modern and user-friendly e-commerce website for selling clothing and accessories.

    • Create a visually appealing homepage with featured products

    • Include easy navigation and search functionality

    • Implement secure payment gateways for online transactions

    • Allow users to create accounts and track their orders

    • Optimize for mobile responsiveness and fast loading times

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Persistent Systems Interview Questions

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General and programming questions and 2 coding questions at the end

Round 2 - Technical 

(1 Question)

  • Q1. What is oop, Will sorting the list for finding two lowest elements in list be an optimal solution, what are ACID properties
  • Ans. 

    OOP stands for Object-Oriented Programming. Sorting the list for finding two lowest elements may not be optimal. ACID properties are atomicity, consistency, isolation, and durability.

    • OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Sorting the list to find two lowest elements may not be optimal as it has a time complexity of O...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic scenario questions like would you let the client know about a bug and stuff and other questions like what do your colleagues think about you

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Totally about RPA and orchestrator
Round 2 - One-on-one 

(1 Question)

  • Q1. Totally about RPA and orchestrator

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep good knowledge about RPA and studio and ui activities
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI
  • Q2. What is inheritance and its type?
  • Ans. 

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

    • Inheritance allows for code reuse and promotes modularity.

    • There are different types of inheritance: single, multiple, multilevel, and hierarchical.

    • Example: A 'Car' class can inherit properties and behaviors from a 'Vehicle' class.

  • Answered by AI
  • Q3. Multithreading working in java
  • Ans. 

    Multithreading is a concept in Java that allows concurrent execution of multiple threads.

    • Multithreading improves performance by utilizing multiple threads to execute tasks concurrently.

    • Java provides built-in support for multithreading through the Thread class and Runnable interface.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Synchronization mechanisms like locks and semap...

  • Answered by AI
  • Q4. String vs stringbuffer vs stringbuilder
  • Ans. 

    String, StringBuffer, and StringBuilder are classes in Java used for manipulating strings.

    • String is immutable, meaning its value cannot be changed once created.

    • StringBuffer is mutable and thread-safe, making it suitable for multi-threaded environments.

    • StringBuilder is also mutable but not thread-safe, providing better performance in single-threaded scenarios.

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Introduction of me
  • Q2. Family background
  • Q3. Educational background

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your basics problem solving skills and DSA

Skills evaluated in this interview

I applied via Job Portal

Round 1 - Aptitude Test 

Apti resoning coding test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is Oopps? Concept of polmorphism.
  • Ans. 

    OOPs stands for Object-Oriented Programming. Polymorphism is the ability of an object to take on many forms.

    • OOPs is a programming paradigm that focuses on objects and their interactions.

    • 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 and runtime.

    • Compile-time polymorphism is achieved through method overloading.

    • Runtime polym...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Very exited to join as an intern in Persistent system.This is very good organization to grow and learn.I applied it Through off campus via TCS Nqt platform . They offer 3 packages for new joiners.4.7,7.5,9LPA . First round was apptitude and Coding test Level of apti and coding is moderate. They give many programming languages. English Test also merged with First round. After giving test With in a week if you passed they offer interview. My interview was really good and interviewer was so friendly. First he asked intro some technical questions Oops ,DBMS,SQL,C after he asked me to solve a coding problem so they assigned a live platform where we have to code. practice more basic to moderate level questions you can surely crack TR .After Tr within 2 days HR interview.Its basically online test where you solve questions according to your ability like behavioral questions.situation based questions.After HR With in a Week you got Final result.Thank you persistent system.

Software Developer Interview Questions & Answers

user image Mayank Singh

posted on 10 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. Questions on sorting algorithms
Contribute & help others!
anonymous
You can choose to be anonymous

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Software Developer interview?
Persistent Systems interview process usually has 2 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 Developer 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, Design Patterns, JSON, Python and Rest.
What are the top questions asked in Persistent Systems Software Developer interview?

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

  1. What is oop, Will sorting the list for finding two lowest elements in list be a...read more
  2. What is dependency Injection, how can we implement multiple interferen...read more
  3. What is Oopps? Concept of polmorphi...read more
How long is the Persistent Systems Software Developer interview process?

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

Recently Viewed

LIST OF COMPANIES

MediaTek India Technology

Overview

INTERVIEWS

Hyundai Motor India Limited

No Interviews

SALARIES

MediaTek India Technology

INTERVIEWS

Persistent Systems

No Interviews

INTERVIEWS

Capital Numbers Infotech

No Interviews

INTERVIEWS

CitiusTech

No Interviews

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Synechron

No Interviews

Tell us how to improve this page.

Persistent Systems Software Developer Interview Process

based on 32 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
View more
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Software Developer Salary
based on 754 salaries
₹3.4 L/yr - ₹13.3 L/yr
At par with the average Software Developer Salary in India
View more details

Persistent Systems Software Developer Reviews and Ratings

based on 97 reviews

3.4/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.1

Salary

2.9

Job security

3.3

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 97 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent