Filter interviews by
I appeared for an interview in Jan 2022.
3 Medium to Hard level coding questions were asked.
Pseudo code in Python with exception handling mechanism
Use try-except blocks to handle exceptions
Include specific exception types for targeted error handling
Utilize finally block for cleanup actions after exception handling
I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
A framework is a set of guidelines, standards, and tools used to develop software applications.
A framework provides a structure for developers to build upon
It includes pre-written code and libraries to simplify development
Frameworks can be specific to a programming language or platform
Examples include React for web development and TensorFlow for machine learning
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
based on 2 interviews
Interview experience
Associate Solution Lead
7
salaries
| ₹8 L/yr - ₹19.5 L/yr |
Solution Lead
6
salaries
| ₹13 L/yr - ₹36 L/yr |
Software Engineer
4
salaries
| ₹3.5 L/yr - ₹18 L/yr |
Analyst
3
salaries
| ₹8 L/yr - ₹13.5 L/yr |
Associate Software Engineer
3
salaries
| ₹9 L/yr - ₹19 L/yr |
TCS
Accenture
Wipro
Cognizant