Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
Tuple is immutable, ordered collection of elements while list is mutable, ordered collection of elements.
Tuple is defined using parentheses () while list is defined using square brackets []
Tuple elements cannot be changed once defined while list elements can be modified
Tuple is faster than list for iteration and accessing elements
Example: tuple_example = (1, 2, 3) and list_example = [1, 2, 3]
A dictionary in Python is a collection of key-value pairs, where each key is unique and maps to a specific value.
Keys must be unique within a dictionary.
Values can be of any data type, including lists, tuples, or even other dictionaries.
Access values in a dictionary using their corresponding keys.
Example: {'name': 'John', 'age': 30, 'city': 'New York'}
A decorator in Python is a design pattern that allows you to add new functionality to an existing object without modifying its structure.
Decorators are functions that take another function as an argument and extend its behavior without modifying it directly.
They are commonly used in web frameworks like Django to add functionality to views or methods.
Example: @login_required decorator in Django ensures that only authent
Abstraction, encapsulation
Top trending discussions
Logical question , English
based on 1 interview
Interview experience
Data Analyst
7
salaries
| ₹3 L/yr - ₹5 L/yr |
Data Analyst Intern
6
salaries
| ₹1 L/yr - ₹5 L/yr |
Data Scientist
5
salaries
| ₹7 L/yr - ₹16 L/yr |
Software Developer
4
salaries
| ₹4.5 L/yr - ₹6.5 L/yr |
Data Analyst Trainee
4
salaries
| ₹5 L/yr - ₹10 L/yr |
Fractal Analytics
Mu Sigma
Tiger Analytics
LatentView Analytics