i
Persistent Systems
Filter interviews by
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
Persistent Systems interview questions for designations
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();
Get interview-ready with Top Persistent Systems Interview Questions
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
What people are saying about Persistent Systems
3 Interview rounds
based on 95 reviews
Rating in categories
Software Engineer
4.3k
salaries
| ₹2.5 L/yr - ₹9.5 L/yr |
Senior Software Engineer
3.7k
salaries
| ₹5 L/yr - ₹13 L/yr |
Lead Engineer
3k
salaries
| ₹7.2 L/yr - ₹30 L/yr |
Lead Software Engineer
3k
salaries
| ₹7.2 L/yr - ₹18.5 L/yr |
Project Lead
1.8k
salaries
| ₹13 L/yr - ₹38.8 L/yr |
Cognizant
TCS
IBM
Wipro