Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 5 interview rounds.
They ask 10 questions
They will give a topic and we have to speak about it for at least 1 min
Top trending discussions
Find largest element
Find largest element
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Gk apti and coding questions were there
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
List is mutable, tuple is immutable in Python.
Lists are mutable, meaning their elements can be changed after creation.
Tuples are immutable, meaning their elements cannot be changed after creation.
Lists are defined using square brackets [], tuples using parentheses ().
Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.
Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.
Generators are created using a function with 'yield' instead of 'return'.
They are used to generate a sequence of values lazily, one at a time.
Generators are memory efficient as they do not store all values in memory at once.
Example: def my_generator(): for i in range(5): yield i
Example: ...
based on 1 interview
Interview experience
Software Engineer
7
salaries
| ₹1.8 L/yr - ₹8.4 L/yr |
Cloud Engineer
7
salaries
| ₹3.1 L/yr - ₹4.7 L/yr |
Peoplesoft Administrator
7
salaries
| ₹8.5 L/yr - ₹18 L/yr |
Oracle Database Administrator
6
salaries
| ₹10 L/yr - ₹15.2 L/yr |
Business Development Manager
5
salaries
| ₹5 L/yr - ₹12 L/yr |
Infosys
TCS
Wipro
HCLTech