Register to Better Coder! It's free.
Enjoy the premium features and succeed at every job interview.
ASP.NET MVC job interview questions
How do you define routes in MVC application?
ASP.NET MVC JuniorCould you compare ASP vs ASP.NET?
.NETASP.NET MVCASP.NET WebAPIASP.NET WebForms SeniorWe have a form with 5 textboxes in our ASP.NET MVC application. Could you describe me what would you do if I asked you to add a drop down list with states to the form?
ASP.NET MVC JuniorWhat does MVC stand for?
ASP.NET MVC JuniorCould you tell me what happens when you submit the form? Describe the technical perspective - data flows and so on.
HTTP protocol Mid-levelWhat are the advantages of MVC?
ASP.NET MVC JuniorWhat are HTML helpers in MVC?
ASP.NET MVC JuniorWhat is the difference between "HTML.TextBox" vs "HTML.TextBoxFor"?
ASP.NET MVC JuniorWhat is routing in MVC?
ASP.NET MVC JuniorWhere is the route mapping code written?
ASP.NET MVC JuniorCan we map multiple URL’s to the same action?
.NETASP.NET MVCASP.NET WebAPI Mid-levelExplain attribute based routing in MVC.
.NETASP.NET MVCASP.NET WebAPI Mid-levelWhat is the advantage of defining route structures in the code?
.NETASP.NET MVCASP.NET WebForms Mid-levelHow can we navigate from one view to another using a hyperlink?
.NETASP.NET MVC JuniorHow can we restrict MVC actions to be invoked only by GET or POST?
.NETASP.NET MVCASP.NET WebAPI Mid-levelHow can we maintain sessions in MVC?
.NETASP.NET MVCASP.NET WebAPI UnknownWhat is the difference between TempData, ViewData, and ViewBag?
.NETASP.NET MVC JuniorWhat is difference between TempData and ViewData?
UnknownDoes TempData preserve data in the next request?
.NETASP.NET MVC JuniorWhat is the use of Keep and Peek in TempData?
.NETASP.NET MVC Mid-levelWhat are partial views in MVC?
ASP.NET MVCC# JuniorHow did you create a partial view and consume it?
UnknownHow can we do validations in MVC?
UnknownCan we display all errors in one go?
UnknownHow can we enable data annotation validation on client side?
UnknownWhat is Razor in MVC?
UnknownWhy Razor when we already have ASPX?
UnknownWhich is a better fit, Razor or ASPX?
UnknownHow can you do authentication and authorization in MVC?
ASP.NET MVC Mid-levelHow to implement Windows authentication for MVC?
UnknownHow do you implement Forms authentication in MVC?
UnknownHow do you implement Forms authentication in MVC?
UnknownWhat is the difference between ActionResult and ViewResult?
UnknownWhat are the different types of results in MVC?
UnknownIf we have multiple filters, what’s the sequence for execution?
UnknownCan we create our custom view engine using MVC?
UnknownHow to send result back in JSON format in MVC?
UnknownWhat is WebAPI?
UnknownBut WCF SOAP also does the same thing, so how does WebAPI differ?
UnknownWith WCF you can implement REST, so why WebAPI?
.NETArchitectureASP.NET WebAPIHTTP protocolWeb services Mid-levelHow can we detect that an MVC controller is called by POST or GET?
.NETASP.NET MVCASP.NET WebAPI JuniorWhat is bundling and minification in MVC?
UnknownHow does bundling increase performance?
UnknownHow do we implement bundling in MVC?
UnknownHow can you test bundling in debug mode?
UnknownHow do yoyu implement minification in ASP.NET MVC application?
ASP.NET MVC SeniorExplain Areas in MVC?
UnknownExplain the concept of View Model in MVC?
ASP.NET MVCC# Mid-levelWhat kind of logic view model class will have?
UnknownExplain MVC model binders?
.NETASP.NET MVCASP.NET WebAPIC# JuniorExplain the concept of MVC Scaffolding?
UnknownWhat does scaffolding use internally to connect to database?
UnknownHow can we do exception handling in MVC?
.NETASP.NET MVCASP.NET WebAPIC# Mid-levelHow can you handle multiple Submit buttons pointing to multiple actions in a single MVC view?
UnknownWhat is CSRF attack and how can we prevent the same in MVC?
UnknownWhat is Separation of Concerns in ASP.NET MVC?
.NETASP.NET MVCASP.NET WebAPIC# Mid-levelWhat is the difference between Partial and RenderPartial.
UnknownHow to return an XML Result from Controller.
UnknownHow to implement Security in Web Api using OWIN?
UnknownWhat is Dependency Injection in MVC?
.NETASP.NET MVCASP.NET WebAPIC# Mid-levelWhat is Attribute based routing in MVC and how to implement the same.
.NETASP.NET MVCASP.NET WebAPI UnknownHow to call an action method when it is defined in another assembly?
UnknownWhat are the ways to pass data from view to controller in MVC?
.NETASP.NET MVCC# Junior
Are you wondering what questions will you get asked on your job interview?
Do you have a Job Ad URL address ? Then we will predict the questions for you...
- Share the question, get the right answerSubmit the question you have been asked by a recruiter. We will give you the right answer.
Recently added questions
- Using Entity Framework Core, how do you define which tables should be eager loaded?
- What is Cartesian Explosion in Entity Framework?
- What is N+1 query problem in Entity Framework and how to fix it?
- What is query splitting in Entity Framework and why would you use it?
- What is JWT and how do you use it?
- Do you use your Entity Framework models in API controllers?
- What are POCO classes in Entity Framework?
- Why would you recommend a company to use Entity Framework?
- What Entity Framework versions did you use?
- What is a server evaluation and client evaluation in Entity Framework and why should you know about it?
- Using Entity Framework, how do you check if a row exists in a database?
- How do you handle SQL injection attacks in Entity Framework?
- When are queries executed when you use Entity Framework?
- Which types of loading do you know and which type of loading is good in which scenario in Entity Framework?
- Using Entity Framework, when will you prefer to use Code First and when Database First approach? Why?
- What is a difference between Database First and Code First approach in Entity Framework?
- What is the use of .AsNoTracking() method?
- What is Code First approach in Entity Framework?
- Using Entity Framework, how can you disable an object property from being mapped to a database entity column?
- What happens when you insert multiple rows using Entity Framework?
No Comments Yet.
Be the first to tell us what you think.
Be the first to tell us what you think.