Filter interviews by
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and methods that an object will have.
An object is created from a class and can have its own unique values for the properties defined in the class.
Multiple objects can be created from the same class.
Classes and objects are fundamental concepts in object-oriented programming.
Example: A class 'Car' can hav...
MVC stands for Model-View-Controller. View is the user interface of the application.
MVC is a software design pattern used to develop web applications.
View is responsible for displaying data to the user.
It is the user interface of the application.
View interacts with the model to get the data to be displayed.
Examples of views are HTML pages, Razor views, and user controls.
D/W array is a dynamic array in .Net that can grow or shrink in size. ArrayList is a collection class that can store objects of any type.
D/W array is a resizable array that automatically adjusts its size as elements are added or removed.
ArrayList is a collection class that can store objects of any type, allowing for flexibility in data storage.
Example: D/W array - string[] myArray = new string[5]; ArrayList - ArrayList
readonly variables can be assigned a value either at the time of declaration or in the constructor, while const variables must be assigned a value at the time of declaration and cannot be changed.
readonly variables can be assigned a value at runtime, while const variables must be assigned a value at compile time
readonly variables can be assigned a value in the constructor, while const variables cannot
const variables ar...
const is compile-time constant, while readonly is runtime constant.
const values are determined at compile time and cannot be changed during runtime
readonly values can be assigned a value either at the declaration or in the constructor and can be changed at runtime
const is used for values that are known at compile time, like mathematical constants
readonly is used when the value needs to be initialized at runtime, like d
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Program to calculate factorial of a number using for loop
Initialize a variable to store the factorial result
Use a for loop to iterate from 1 to the given number
Multiply the current value with the factorial result in each iteration
Return the factorial result
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Debugging techniques involve using logs to identify and fix issues in code.
Types of logs include console logs, file logs, event logs, and trace logs.
Debugging techniques include using breakpoints, stepping through code, and analyzing error messages.
Logging frameworks like log4net and NLog can be used to generate logs for debugging purposes.
I applied via Campus Placement
30 min aptitude quetiobs
2 coding questions where asked i simple logics
based on 1 review
Rating in categories
US IT Recruiter
27
salaries
| ₹2 L/yr - ₹5 L/yr |
Information Technology Recruiter
14
salaries
| ₹2 L/yr - ₹3 L/yr |
IT Technical Recruiter
6
salaries
| ₹2.3 L/yr - ₹3.8 L/yr |
Senior Technical Recruiter
6
salaries
| ₹5 L/yr - ₹6 L/yr |
Lead Generation Specialist
5
salaries
| ₹2 L/yr - ₹5.4 L/yr |
TCS
Infosys
Wipro
HCLTech