ASP.NET Interview Questions
Questions Answers Views Company eMail

How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

Syntax Softtech,

1 3792

What line in the following XML document will generate an error? Bob Andcarrol Robert Burns a) 6 b) 4 c) 1 d) There is no error

Syntax Softtech,

3 4846

You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel

Syntax Softtech,

2 4731

Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

Syntax Softtech,

1 3586

You are creating a Web site for Your company. You receive product lists in the form of XML documents. You are creating a procedure to extract information from these XML documents according to criteria that your users will select. When a user makes a request, you want the results of these requests to be returned as quickly as possible. What should you do? A . Create an XmlDataDocument object and load it with the XML dat Use the DataSet property of the object to create a DataSet object. Use a SQL SELECT statement to extract the requested dat B . Create an XmlDataDocument object and load it with the XML data. Use the SelectNodes method of the object to extract the requested data. C . Create an XPathDocument object and load it with the XML data. Call the CreateNavigator method to create an XPathNavigator object. Call the Select method of the XPathNavigator object to run an XPath query that extracts the requested data. D . Create an XmlReader object. Use the Read method of the object to stream through the XML data and to apply an XPath expression to extract the requested data.

Syntax Softtech,

1 3985

Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

ADITI, Syntax Softtech,

5 6535

You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

Syntax Softtech,

2 6410

33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

Friedkin, ISH, Syntax, Syntax Softtech,

2 4968

You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

Syntax Softtech,

3 6015

You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

CPCL, Syntax Softtech,

6 8294

Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

HCL, Siebel Systems, Visual Soft,

1 9763

What?s the difference between Response.Write() and Response.Output.Write()?

Siebel, Visual Soft,

2 5279

What methods are fired during the page load?

InSync Tech-Fin, Siebel Systems, Visual Soft,

7 20624

Where does the Web page belong in the .NET Framework class hierarchy?

Perot Systems, Visual Soft,

1 6448

Where do you store the information about the user?s locale?

Siebel, Visual Soft,

1 6608


Post New ASP.NET Questions

Un-Answered Questions { ASP.NET }

Is session stored in browser?

524


Define managed code and managed data in .net?

507


What is the function of the ViewState property?

630


What is session start?

516


From which base class all web forms are inherited?

494






Where the viewstate is stored after the page postback?

672


Can we add code files of different languages in app_code folder?

597


What is sdlc process?

522


What is preprocessor in .net and type, where it use?

653


What is the meaning of TestApi?

625


Can you dynamically assign a Master Page?

582


How to manage different kinds of sessions in ASP.NET?

559


Give some salient points of difference between request processor and request dispatcher.

612


Define what is razor? : asp.net mvc

574


How do we access view state value of this page in the next page?

646