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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Persistent Systems Software Developer Interview Questions and Answers

Updated 22 Dec 2024

32 Interview questions

A Software Developer was asked 8mo ago
Q. Define SOLID principles.
Ans. 

SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

  • Single Responsibility Principle (SRP) - A class should have only one reason to change.

  • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

  • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with obje...

A Software Developer was asked 10mo ago
Q. How do you sum numbers in an IntStream?
Ans. 

Summation of numbers in an IntStream

  • Use the 'sum()' method on the IntStream to calculate the sum of numbers

  • Ensure the IntStream is properly initialized with numbers before calling 'sum()'

  • Example: IntStream numbers = IntStream.of(1, 2, 3, 4, 5); int sum = numbers.sum();

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 Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked 10mo ago
Q. What is SQL injection?
Ans. 

SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate a database.

  • SQL injection occurs when a user input is not properly sanitized and allows an attacker to execute malicious SQL commands.

  • It can lead to unauthorized access to sensitive data, data loss, and even complete server takeover.

  • Example: Entering ' OR '1'='1' into a login form to bypass authentication an...

A Software Developer was asked 11mo ago
Q. Why Persistent Systems Pvt. Ltd.?
Ans. 

Persistent Systems Pvt Ltd is known for its innovative solutions, strong work culture, and opportunities for growth.

  • Strong reputation for delivering innovative solutions

  • Positive work culture that fosters growth and learning

  • Opportunities for career advancement and skill development

  • Global presence with diverse projects and clients

A Software Developer was asked 11mo ago
Q. Explain the logic and write the code.
Ans. 

Explain the logic and provide code for a software development problem.

  • Understand the problem statement clearly before coding.

  • Break down the problem into smaller, manageable parts.

  • Use pseudocode to outline the logic before writing actual code.

  • Consider edge cases and how your code will handle them.

  • Test your code with various inputs to ensure it works as expected.

A Software Developer was asked
Q. What are the basic concepts of OOPS?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and methods.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism where a new class inherits properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the s...

A Software Developer was asked
Q. What are the concepts of OOPS?
Ans. 

Object-oriented programming concepts that focus on objects and classes to organize code and improve reusability and maintainability.

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

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

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

  • Abstraction: Hiding the compl...

Are these interview questions helpful?
A Software Developer was asked
Q. What is garbage collection?
Ans. 

Garbage collection is a process in programming where the system automatically reclaims memory occupied by objects that are no longer in use.

  • Garbage collection helps in managing memory efficiently by automatically deallocating memory that is no longer needed.

  • It reduces the risk of memory leaks and helps in preventing bugs related to manual memory management.

  • Examples of programming languages with garbage collection ...

A Software Developer was asked
Q. What are 1NF and 2NF?
Ans. 

1NF and 2NF are normalization forms in database design to reduce redundancy and improve data integrity.

  • 1NF (First Normal Form) ensures that each column in a table contains atomic values and there are no repeating groups.

  • 2NF (Second Normal Form) builds on 1NF by ensuring that all non-key attributes are fully functional dependent on the primary key.

  • For example, if we have a table 'Orders' with columns 'OrderID', 'Pr...

A Software Developer was asked
Q. Write a program to demonstrate virtual functions.
Ans. 

A program demonstrating virtual function in C++

  • Create a base class with a virtual function

  • Create derived classes that override the virtual function

  • Instantiate objects of derived classes and call the virtual function

Persistent Systems Software Developer Interview Experiences

35 interviews found

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

(2 Questions)

  • Q1. What is a comparator?
  • Ans. 

    A comparator is a function that compares two objects to determine their ordering.

    • Used in sorting algorithms to determine the order of elements

    • Returns a negative value if the first object is less than the second, zero if they are equal, and a positive value if the first object is greater

    • Commonly used in Java with the Comparator interface

  • Answered by AI
  • Q2. What is reentrant lock?
  • Ans. 

    A reentrant lock is a synchronization primitive that allows a thread to re-enter a critical section it already holds.

    • Prevents deadlock by allowing a thread to acquire the lock multiple times

    • Each lock acquisition must be followed by a corresponding release

    • Commonly used in multi-threaded programming to protect shared resources

  • Answered by AI

Software Developer Interview Questions & Answers

user image Yashwant Patidar

posted on 15 Oct 2024

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

(2 Questions)

  • Q1. Oops concept and project details
  • Q2. Inheritance and Overriding and overloading
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPs concept and abstraction
  • Q2. Encapsulation, inheritance and project deatils
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Dbms and os basic questions
  • Q2. Cn and basic coding questions
  • Q3. Asked about salesforce etc
Round 2 - Coding Test 

Medium level leetcode questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability ...

  • Answered by AI
  • Q2. Why persistent systems pvt ltd
  • Ans. 

    Persistent Systems Pvt Ltd is known for its innovative solutions, strong work culture, and opportunities for growth.

    • Strong reputation for delivering innovative solutions

    • Positive work culture that fosters growth and learning

    • Opportunities for career advancement and skill development

    • Global presence with diverse projects and clients

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Summation of numbers in an IntStream
  • Ans. 

    Summation of numbers in an IntStream

    • Use the 'sum()' method on the IntStream to calculate the sum of numbers

    • Ensure the IntStream is properly initialized with numbers before calling 'sum()'

    • Example: IntStream numbers = IntStream.of(1, 2, 3, 4, 5); int sum = numbers.sum();

  • Answered by AI
  • Q2. Strategy Design Pattern

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is abstract class Difference between final,finally finalize Different types of polymorphism
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods.

    • Abstract class cannot be instantiated directly.

    • It may contain abstract methods that must be implemented by the subclass.

    • Example: abstract class Shape { abstract void draw(); }

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to solve a puzzle and solve a coding question. I solved both but don't know why I was not selected.
  • Q2. 1 puzzle 1 coding question related to pattern

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Abhishek Kumar Pandey

posted on 12 Aug 2024

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

Goods questions were asked on problem solving.

Round 2 - Technical 

(2 Questions)

  • Q1. Goroutines, Channels,
  • Q2. Heap data structures
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Search sort algo
  • Q2. Oops concept

Software Developer Interview Questions & Answers

user image Jayesh Giradkar

posted on 27 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(3 Questions)

  • Q1. What is oops concepts?
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes to organize code and improve reusability and maintainability.

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

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

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

    • Abstraction: Hiding the complex im...

  • Answered by AI
  • Q2. What is garbage collection ?
  • Ans. 

    Garbage collection is a process in programming where the system automatically reclaims memory occupied by objects that are no longer in use.

    • Garbage collection helps in managing memory efficiently by automatically deallocating memory that is no longer needed.

    • It reduces the risk of memory leaks and helps in preventing bugs related to manual memory management.

    • Examples of programming languages with garbage collection inclu...

  • Answered by AI
  • Q3. Encapsulation, polymorphism
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

Easy aptitude question based on reasoning

Round 2 - Coding Test 

Easy questions consists questions on arrays linkedlist.

What people are saying about Persistent Systems

View All
a data engineer
1w
Salary discusssion suggestion
Hi everyone, I have an offer from Deloitte as a data engineer for 15 CTC (all fix) + 10% variable I still have some time left on my notice period. Should I try for more offers and ask Deloitte to match? Yoe 3 CCTC : 6
Got a question about Persistent Systems?
Ask anonymously on communities.

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. Basic question related to your domain. Like for angular- how to make service li...read more
  2. What is oop, Will sorting the list for finding two lowest elements in list be a...read more
  3. They asked to basically explain the logic and write the co...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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 32 interview experiences

Difficulty level

Easy 15%
Moderate 69%
Hard 15%

Duration

Less than 2 weeks 75%
2-4 weeks 8%
4-6 weeks 8%
6-8 weeks 8%
View more
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Software Developer Salary
based on 787 salaries
₹4 L/yr - ₹14 L/yr
21% less than the average Software Developer Salary in India
View more details

Persistent Systems Software Developer Reviews and Ratings

based on 101 reviews

3.3/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.1

Salary

2.9

Job security

3.3

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 101 Reviews and Ratings
Software Engineer
4.6k salaries
unlock blur

₹2.5 L/yr - ₹11.1 L/yr

Senior Software Engineer
4.5k salaries
unlock blur

₹6.8 L/yr - ₹18.7 L/yr

Lead Software Engineer
3.6k salaries
unlock blur

₹7.4 L/yr - ₹19.3 L/yr

Lead Engineer
3.5k salaries
unlock blur

₹13.6 L/yr - ₹25 L/yr

Project Lead
2.2k salaries
unlock blur

₹12.5 L/yr - ₹40 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
Compare

TCS

3.6
Compare

IBM

4.0
Compare

LTIMindtree

3.7
Compare
write
Share an Interview