Asp Interview Questions

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Asp Interview Questions as PDF for free.

More details

  • Words: 1,021
  • Pages: 5
54 ASP and ASP.NET questions .NET Web dev 1. 2. 3. 4. 5.

Explain the life cycle of an ASP .NET page. Explain the .NET architecture. What are object-oriented concepts? How do you create multiple inheritance in c# and .NET? When is web.config called? Read all interview questions

A dozen .NET questions .NET client server application collections compare contrast dll interviewee interviewer interview question interview questions job applicant jobinterview microsoft msft smart clients tier application VB web application 1. 2. 3. 4.

Differences between DLL and EXE? Can an assembly have EXE? Can a DLL be changed to an EXE? Compare & contrast rich client (smart clients or Windows-based) & browserbased Web application 5. Compare Client server application with n-Tier application 6. Can a try block have more than one catch block? 7. Can a try block have nested try blocks? 8. How do you load an assembly at runtime? 9. If I am writing in a language like VB or C++, what are the procedures to be followed to support .NET? 10. How do you view the methods and members of a DLL? 11. What is shadowing? 12. What are the collections you’ve used?

Active Server Pages interview questions .NET activeserverpages asp class dotnet html interview microsoft msft VB vbscript Web dev webdev Windows 1. How do you create a recordset object in VBScript? 2. What is Querystring collection? - It allows you to extract data sent to the server using a GET request. 3. Explain the difference between POST and GET Method. - GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string. 4. Why do we use Option Explicit? - To avoid multiple variables of the same name.

Read all interview questions

.NET WebDev interview questions - Part 3 1. State True or False: If you set AutoGenerateColumns=True and still provide custom column definitions, the DataGrid will render both o True o False 2. The data from an XSL Transform with XmlReader can be returned in one of the following ways o objReader = objXslT.Transform(objNav, nothing) o objXslT.Transform(objNav, nothing) o objReader = objXslT.Transform(objNav, nothing, objWriter) o objXslT.Transform(objNav, nothing, objWriter) 3. Pick the command line that would result in the C# compiler generating an XML documentation file o csc /doc:NewHome.xml NewHome.cs o c /doc /docfile: NewHome.xml NewHome.cs o csc /doc /out: NewHome.xml NewHome.cs o csc /xml NewHome.cs 4. What is the comment syntax for C#’s XML-based documentation? o /** and **/ o //# o /// o //* Read all interview questions

.NET WebDev interview questions - Part 2 1. A structure in C# can be derived from one or more o class o interface o both o none 2. State True or False: Static method cannot be overridden o True o False 3. The Equivalent HTML Control for the tag is o HtmlInput o HtmlButton o HtmlPushButton o HtmlInputButton 4. The Equivalent Html Control for the tag is o HtmlCheckBox

o o o

HtmlInputChkBox HtmlInputCheckBox HtmlInputTypeChkBox

Read all interview questions

.NET WebDev interview questions - Part 1 1. Which of the following languages is NOT included in the default .NET Framework installation? o C# o VB.NET o JScript.NET o VBScript.NET 2. What are the different types of serialization supported in .NET Framework o XmlSerializer o SoapFormatter o XPathNavigator o HttpFormatter 3. The CLR uses which format for assembly version numbers o Major:Minor:Revision:Build o Major:Build:Minor:Revision o Major:Revision:Minor:Build o Major:Minor:Build:Revision 4. What tool is used to manage the GAC? o GacMgr.exe o GacSvr32.exe o GacUtil.exe o RegSvr.exe Read all interview questions

.NET database dev questions 1. To test a Web Service you must create a windows application or web application to consume this service? It is True/False? 2. How many classes can a single.NET DLL contain? 3. What are good ADO.NET object(s) to replace the ADO Recordset object? 4. On order to get assembly info which namespace we should import? 5. How do you declare a static variable and what is its lifetime? Give an example. 6. How do you get records number from 5 to 15 in a dataset of 100 records? Write code. Read all interview questions

Interview questions for .NET 1. 2. 3. 4. 5. 6. 7. 8. 9.

What is a static class? What is static member? What is static function? What is static constructor? How can we inherit a static variable? How can we inherit a static member? Can we use a static function with a non-static variable? How can we access static variable? Why main function is static? Read all interview questions

.NET WebDev and Web services questions 1. 2. 3. 4. 5.

How does ASP page work? How ASP.NET page works? What are the contents of cookie? How do you create a permanent cookie? What is ViewState? What does the “EnableViewState” property do? Whay would I want it on or off? Read all interview questions

Microsoft ASP.NET interview questions These questions are asked by Microsoft at one of their international locations. 1. What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why. 2. What is serialization, how it works in .NET? 3. What should one do to make class serializable? 4. What exactly is being serialized when you perform serialization? Read all interview questions

Simple interview questions on Microsoft .NET 1. 2. 3. 4.

What is the base class of .NET? Explain assemblies. Name some of the languages .NET support? ADO.NET features? Benefits? Drawbacks?

Read all interview questions

Tough ASP.NET interview questions 1. Describe the difference between a Thread and a Process? 2. What is a Windows Service and how does its lifecycle differ from a “standard” EXE? 3. What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design? 4. What is the difference between an EXE and a DLL? 5. What is strong-typing versus weak-typing? Which is preferred? Why?

Related Documents