i
AppSuccessor
Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
First round is the coding test in which it involves multiple choice questions based on programming , output questions in which we have to write output of a given code, and 2-4 theoretical question based on oops , dsa and mysql. Overall the test was very simple and easy.
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Types of inheritance include single inheritance, where a class inherits from only one parent class
Multiple inheritance, where a class inherits from more than one parent class
Multilevel inheritance, where a class inherits from a derived class, which in turn inherits from another class
Hierarchical inhe...
To swap two variables without using a third variable, use arithmetic operations.
Use addition and subtraction to swap values
Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)
Implementing exception handling in Python code
Use try-except block to catch and handle exceptions
Raise custom exceptions using 'raise' keyword
Use 'finally' block to execute code regardless of exception
Handle specific exceptions using 'except' with specific exception type
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
In this round you have to solve 3 section where first section has 10 technical MCQ, second section has three code problem for which You have to write output and then last section has 3 code but have to write two code and for one question you have to write percentage.
Top trending discussions
Software Engineer
14
salaries
| ₹3.3 L/yr - ₹7 L/yr |
Finance Executive
13
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Accounts Manager
11
salaries
| ₹3 L/yr - ₹6 L/yr |
QA Engineer
10
salaries
| ₹3.1 L/yr - ₹4.2 L/yr |
Software Developer
9
salaries
| ₹3.6 L/yr - ₹8 L/yr |
Infosys
TCS
Wipro
HCLTech