Filter interviews by
I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.
25 questions 15 questions of quantitative aptitude and logical reasoning and 10 question s of c++
Three coding questions one is from strings one is from tree and one from graph
24 questions total 10 from general aptitude 10 from DSA and last 4 were simple programs
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 Jun 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.
I applied via tcs and was interviewed before Jun 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.
A closure is a function that has access to its outer function's variables, even after the outer function has returned.
A closure is created when a function is defined inside another function.
It allows for private variables and functions in JavaScript.
Closures are used for data hiding, encapsulation, and creating modules.
Example: function outer() { var x = 10; function inner() { console.log(x); } return inner; } var clos
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Associate Software Engineer
8
salaries
| ₹3 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹3.5 L/yr - ₹7 L/yr |
Wipro
TCS
Infosys
HCLTech