Filter interviews by
Break and Continue are control flow statements in Python used to alter the flow of loops.
Break statement is used to exit a loop prematurely
Continue statement is used to skip the rest of the code inside a loop and move to the next iteration
Example of break: for i in range(5): if i == 3: break
Example of continue: for i in range(5): if i == 3: continue
The pass keyword in Python is used as a placeholder for future code and is often used when a statement is required syntactically but no code needs to be executed.
Used to create empty code blocks in loops, functions, or classes
Prevents syntax errors when no code is needed but a statement is required
Can be used as a placeholder for future code implementation
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.
Solid principles are a set of design principles for writing maintainable and scalable code in C#.
Single Responsibility Principle (SRP) - a class should have only one reason to change
Open/Closed Principle (OCP) - a class should be open for extension but closed for modification
Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes
Interface Segregation Principle (ISP) - client...
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
based on 1 interview
Interview experience
based on 23 reviews
Rating in categories
Software Engineer
14
salaries
| ₹1.4 L/yr - ₹5 L/yr |
Software Developer
8
salaries
| ₹1.2 L/yr - ₹5 L/yr |
ASP.NET Developer
5
salaries
| ₹1.2 L/yr - ₹2.5 L/yr |
Junior Dot Net Software Developer
4
salaries
| ₹1.2 L/yr - ₹2.7 L/yr |
DOT NET Developer
4
salaries
| ₹0.7 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech