i
Persistent Systems
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
List is mutable, Tuple is immutable in Python.
List can be modified after creation, Tuple cannot be modified.
List uses square brackets [], Tuple uses parentheses ().
List is used for collections of items that may need to be changed, Tuple is used for collections of items that should not change.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Find min and max from a list without using function
Iterate through the list and compare each element with current min and max values
Update min and max values accordingly
Iterators are objects that allow iteration over a sequence, generators are functions that yield values one at a time, and lambdas are anonymous functions.
Iterators are objects that implement the iterator protocol, with methods like __iter__() and __next__().
Generators are functions that use the yield keyword to return values one at a time, pausing execution between each yield.
Lambdas are anonymous functions defined usi...
To enable data factory, you need to create a data factory resource in Azure and configure it with linked services, datasets, and pipelines.
Create a data factory resource in Azure portal
Configure linked services to connect to data sources and destinations
Define datasets to represent the data you want to process
Create pipelines to orchestrate the movement and transformation of data
Monitor and manage the data factory usin
To disable data factory, you can stop or delete the data factory resources.
Stop or delete the data factory pipelines and triggers
Deallocate or delete the data factory linked services
Disable or delete the data factory datasets and data flows
I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.
It was Aptitude+Coding test for the fundamentals of Computers related topics such as CN,OS,SDLC,OOPS,DBMS,etc
Persistent Systems interview questions for popular designations
JVM is a virtual machine that executes Java bytecode. It manages memory, provides security, and facilitates garbage collection.
JVM loads the bytecode generated by the Java compiler and interprets it.
It uses Just-In-Time (JIT) compilation to improve performance by compiling frequently used code into native machine code.
JVM manages memory through garbage collection, freeing up memory occupied by objects that are no longe...
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map provides constant time complexity O(1) for insertion,
Stereo annotation is the process of labeling or tagging images or videos with depth information to create a 3D effect.
Stereo annotation involves identifying corresponding points in a pair of images or frames to determine depth perception.
It is commonly used in computer vision tasks such as object detection, tracking, and scene understanding.
Examples of stereo annotation include creating depth maps for autonomous drivin
Get interview-ready with Top Persistent Systems Interview Questions
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Verbal, qunt, english etc..
Basic coding 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.
Class to accept details of student
Create a class named Student with attributes like name, age, grade, etc.
Include a method to input details of the student.
Use constructor to initialize the attributes with input values.
kwargs in Python is a special syntax that allows you to pass a variable number of keyword arguments to a function.
kwargs stands for keyword arguments.
It is used in Python functions to accept a variable number of keyword arguments.
kwargs is represented by a double asterisk (**).
Example: def my_func(**kwargs):
Magical methods are special methods in Python that begin and end with double underscores, used for operator overloading and other special behaviors.
Magical methods are also known as dunder methods, short for 'double underscore'.
They are used to define how objects of a class behave when certain operations are performed on them, such as addition, subtraction, comparison, etc.
Examples of magical methods include __init__ f...
Aptitude test normal questions
What people are saying about Persistent Systems
The duration of Persistent Systems interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 548 interviews
Interview experience
based on 3.9k reviews
Rating in categories
Software Engineer
4.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
3.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
3.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Software Engineer
3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Lead
1.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Cognizant
TCS
IBM
Wipro