Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
Answer few questions on SQL, and Flask and general python coding interviews, no DSA
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
Generators are functions that allow you to iterate over a sequence of values without creating a full list in memory.
Generators use the yield keyword to return values one at a time
They are memory efficient as they do not store the entire sequence in memory
They can be used to generate an infinite sequence of values
Example: def countdown(n): while n > 0: yield n n -= 1
Example: for i in countdown(5): print(i)
Decorators are functions that modify the behavior of other functions without changing their source code.
Decorators are denoted by '@' symbol in Python
They can be used to add functionality to existing functions
They can be used to modify the behavior of existing functions
They can be used to restrict access to certain functions
They can be used to time the execution of functions
based on 1 interview
Interview experience
Software Engineer
13
salaries
| ₹3 L/yr - ₹12 L/yr |
Software Developer
8
salaries
| ₹2.8 L/yr - ₹6.4 L/yr |
Senior Software Engineer
8
salaries
| ₹6 L/yr - ₹14 L/yr |
Technical Lead
7
salaries
| ₹11.4 L/yr - ₹32 L/yr |
Software Programmer
7
salaries
| ₹3.6 L/yr - ₹4.3 L/yr |
TCS
Infosys
Wipro
HCLTech