Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Learn c# well before going to interview
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
Model-View-Controller (MVC) is a software design pattern that separates an application into three main components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for displaying the data to the user.
Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.
MVC helps in achieving separation of concerns...
Partial view is a reusable view that can be rendered within another view in ASP.NET MVC.
Partial views allow for code reusability in ASP.NET MVC applications.
They can be rendered within other views using the Html.Partial() method.
Partial views are useful for displaying common elements across multiple views, such as headers or footers.
Antiforgery token is a security feature used to prevent Cross-Site Request Forgery (CSRF) attacks.
Antiforgery token is a unique token generated by the server and included in forms or headers of web requests.
It is compared with a token stored on the server to verify the authenticity of the request.
Helps prevent unauthorized actions being performed on behalf of a user.
Commonly used in web applications to protect against
ViewBag, ViewData, and TempData are used to pass data from controllers to views in ASP.NET MVC applications.
ViewBag is a dynamic property that allows you to pass data from the controller to the view. It is a dynamic object, so you can add properties to it on the fly.
ViewData is a dictionary object that allows you to pass data from the controller to the view. It requires typecasting to access data.
TempData is a dictiona...
Top trending discussions
Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.
Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.
Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.
KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...
The type of motor used in ceiling fans is an induction motor.
Ceiling fans typically use single-phase induction motors.
These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.
The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.
The stator contains windings that create a rotating m...
A thermal power plant generates electricity by converting heat energy into mechanical energy.
Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.
The steam drives a turbine, which is connected to a generator that produces electricity.
The heat source can be coal, natural gas, oil, or nuclear reactions.
The steam is condensed back into water and recycled in a closed-loop system.
Thermal p...
A program to generate a geometric progression (GP).
Take the first term, common ratio and number of terms as input.
Use a loop to calculate each term of the GP.
Print the generated GP as output.
A program to print factorial using recursion
Define a function to calculate factorial recursively
Base case: if the number is 0 or 1, return 1
Recursive case: multiply the number with factorial of (number - 1)
Print the factorial of a given number
Logic to reverse a string without using string functions
Iterate through the string from the last character to the first
Create a new string and append each character to it in reverse order
based on 4 interviews
Interview experience
based on 9 reviews
Rating in categories
Software Developer
4
salaries
| ₹1.8 L/yr - ₹2.5 L/yr |
Assistant Project Manager
4
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Web Designer
4
salaries
| ₹2 L/yr - ₹2.5 L/yr |
Web Developer
3
salaries
| ₹1.4 L/yr - ₹1.5 L/yr |
TCS
Infosys
Wipro
HCLTech