Filter interviews by
I applied via Indeed and was interviewed in May 2021. There was 1 interview round.
A lambda function is a small anonymous function that can be used as a parameter for another function.
Lambda functions are often used in functional programming languages.
They are also commonly used in event-driven programming and serverless computing.
Lambda functions can be used to perform a single task or to create more complex functions.
They are often used to process data or to perform calculations.
Lambda functions ar...
A variable is a named storage location in a computer's memory that holds a value.
Variables are used to store data in a program.
They can hold different types of data such as numbers, strings, and booleans.
Variables can be assigned a value and that value can be changed throughout the program.
They are declared using a data type and a name, such as int age;
Variables are essential for programming as they allow for dynamic a
List is mutable while tuple is immutable.
List can be modified while tuple cannot be modified.
List uses square brackets [] while tuple uses parentheses ().
List is used for homogeneous data while tuple is used for heterogeneous data.
List is slower than tuple in terms of performance.
Example of list: [1, 2, 3] and example of tuple: (1, 'a', True)
Pickling is the process of converting a Python object into a byte stream, while unpickling is the reverse process.
Pickling is used to serialize and store data, while unpickling is used to deserialize and retrieve data.
Pickling is useful for transferring data between different Python programs or storing data in a file.
Unpickling can raise security concerns if the data being unpickled is from an untrusted source.
Python's...
range and xrange are used to generate a sequence of numbers, but xrange is more memory efficient.
range generates a list of numbers in memory, while xrange generates an iterator
range is used in Python 3, while xrange is used in Python 2
xrange is more memory efficient as it generates numbers on the fly
range can be used with the built-in function list() to generate a list
A decorator is a design pattern that allows behavior to be added to an individual object, either statically or dynamically.
Decorators wrap an object to modify its behavior.
They provide a flexible alternative to subclassing for extending functionality.
Python has built-in support for decorators, which are used extensively in frameworks like Flask and Django.
Top trending discussions
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
Covers basics aps around 15 question
DSA based questions from leetcode easy and medium
I appeared for an interview in Feb 2025, where I was asked the following questions.
JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.
JPA provides a way to map Java objects to database tables.
It simplifies database interactions through an object-oriented approach.
Common implementations include Hibernate, EclipseLink, and OpenJPA.
Example: Using JPA annotations like @Entity to define a persistent class.
JPA supports querying wi...
This program identifies and returns duplicate elements from a given list.
Use a set to track seen elements and a list for duplicates.
Iterate through the list and check if an element is in the set.
If it is, add it to the duplicates list; otherwise, add it to the set.
Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].
I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.
I am a data analyst with a strong background in statistics and data visualization.
Graduated with a degree in Statistics
Proficient in programming languages like Python and R
Experience in analyzing large datasets and creating data visualizations
Strong problem-solving skills
Basic aptitude and coding problems were asked
System design and advanced algorithms were asked
Software Engineer
5
salaries
| ₹2.5 L/yr - ₹3 L/yr |
Web Developer
5
salaries
| ₹1 L/yr - ₹3 L/yr |
Software Developer
4
salaries
| ₹2.5 L/yr - ₹4 L/yr |
Data Analyst
4
salaries
| ₹2.3 L/yr - ₹2.6 L/yr |
HR Executive
4
salaries
| ₹2.5 L/yr - ₹2.6 L/yr |
Karvy Financial Services
Reliance Money
Sonata Finance
Incrementors Web Solutions