i
Persistent
Systems
Work with us
Filter interviews by
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...
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();
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...
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
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.
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...
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...
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 ...
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 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
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
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
Medium level leetcode questions
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 ...
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
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();
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(); }
Goods questions were asked on problem solving.
I applied via Job Portal
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...
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...
I applied via Job Portal
Easy aptitude question based on reasoning
Easy questions consists questions on arrays linkedlist.
What people are saying about Persistent Systems
Some of the top questions asked at the Persistent Systems Software Developer interview -
The duration of Persistent Systems Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 32 interview experiences
Difficulty level
Duration
based on 101 reviews
Rating in categories
Software Engineer
4.6k
salaries
| ₹2.5 L/yr - ₹11.1 L/yr |
Senior Software Engineer
4.5k
salaries
| ₹6.8 L/yr - ₹18.7 L/yr |
Lead Software Engineer
3.6k
salaries
| ₹7.4 L/yr - ₹19.3 L/yr |
Lead Engineer
3.5k
salaries
| ₹13.6 L/yr - ₹25 L/yr |
Project Lead
2.2k
salaries
| ₹12.5 L/yr - ₹40 L/yr |
Cognizant
TCS
IBM
LTIMindtree