Filter interviews by
I applied via Walk-in and was interviewed in Jan 2024. There were 3 interview rounds.
Lists are mutable, ordered collections of items while tuples are immutable, ordered collections of items.
Lists are mutable, meaning their elements can be changed after creation, while tuples are immutable and cannot be changed.
Lists are defined using square brackets [] while tuples are defined using parentheses ().
Lists are typically used for collections of similar items that may need to be modified, while tuples are u...
Python handles conditional statements using if, elif, and else keywords to control the flow of the program.
Python uses if, elif, and else keywords to create conditional statements.
Indentation is crucial in Python to determine the scope of the conditional statements.
Example: if x > 5: print('x is greater than 5')
Example: if x > 5: print('x is greater than 5') elif x == 5: print('x is equal to 5') else: print('x is less ...
for loop is used for iterating over a sequence while while loop is used for executing a block of code repeatedly as long as a condition is true
For loop is used when the number of iterations is known, while loop is used when the number of iterations is unknown
For loop is more concise and readable for iterating over sequences like lists, while loop is more flexible for complex conditions
Example: for i in range(5): print(...
A function in Python is defined using the 'def' keyword followed by the function name and parameters.
Use the 'def' keyword followed by the function name and parameters enclosed in parentheses.
Indent the function body to define the code block.
Use the 'return' statement to return a value from the function.
Example: def greet(name): print('Hello, ' + name)
Example: def add_numbers(a, b): return a + b
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors that objects of that class will have.
An object is a specific instance of a class, with its own unique data and behavior.
Classes can be thought of as templates, while objects are the actual instances created from those templates.
Example: Class 'Car' defines properties like 'color' and behav...
Reverse a String, Check if a Number is Prime, Find the Factorial of a Number
Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.
Relocation can provide exposure to new technologies and methodologies.
It allows for networking with professionals in different regions.
I am adaptable and have experience moving for work, such as relocating for a previous job in a different city.
I understand the importance of being present in a collaborative envir...
Top trending discussions
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.
Java is a high-level programming language known for its platform independence and object-oriented approach.
Java is widely used for developing desktop, web, and mobile applications.
It is known for its robustness, security, and scalability.
Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).
It supports multithreading, exception handling, and automatic memory management.
Popular framewor...
I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.
I applied via Walk-in and was interviewed in Sep 2020. There was 1 interview round.
based on 2 interview experiences
Difficulty level
Duration
based on 3 reviews
Rating in categories
4-6 Yrs
Not Disclosed
15-17 Yrs
Not Disclosed
Digital Marketing Executive
3
salaries
| ₹1.8 L/yr - ₹2.5 L/yr |
TCS
Accenture
Wipro
Cognizant