0

ASP.NET Applications

Description: ASP.NET Applications test contains programming questions on ASP language to check programming knowledge of the candidate
Number of Questions: 15
Created by:
Tags: ASP DOT NET Applications programming questions Asp questions .Net questions UGC NET querstions Unix/Linux and Windows Information Technology IT Certificate Programs
Attempted 0/15 Correct 0 Score 0

Which of the following methods is called to resolve the current request by providing content from a cache?

  1. WWW service

  2. Application_Authorise request

  3. Application_ResolveRequest cache

  4. Application_Begin request

  5. Application_End request


Correct Option: C
Explanation:

This method is called to resolve the current request by providing content from a cache.

Which of the following methods is called to associate the current request with a session and populate session state?

  1. Web forms

  2. Version number

  3. Application_AuthenticateRequest

  4. Application_BeginRequest

  5. Application_AcquireRequest state


Correct Option: E
Explanation:

This method is called to associate the current request with a session and populate session state.

Which of the following files is the XML file in which ASP.NET applications store configuration data?

  1. Assembly name

  2. Web.Config file

  3. ASPX

  4. Global.as ax file

  5. The archive file


Correct Option: B
Explanation:

This file is the XML file in which ASP.NET applications store configuration data.

Which of the following directives enables developers to add descriptive text to applications?

  1. The @ application directive

  2. The @ import directive

  3. Global.asax file

  4. Application_EndRequest

  5. Parameter file


Correct Option: A
Explanation:

This directive enables developers to add descriptive text to applications.

In which of the following features does IIS 6.0 use a new request processing architecture and application isolation environment that enables individual web applications to function within a self contained worker process?

  1. IP address restrictions

  2. SMTP service

  3. Reliability

  4. Scalability

  5. Bandwidth


Correct Option: C
Explanation:

This feature of IIS 6.0 uses a new request processing architecture and application environment that enables individual web applications to function within self contained worker process.

Which one of the features of IIS 6.0 provides auto restart of failed worker processes and periodic restart of deteriorating worker processes?

  1. Site routing

  2. WWW service

  3. Automated debugging

  4. Self healing automated management

  5. Process affinity


Correct Option: D
Explanation:

This feature of IIS 6.0 provides auto restart of failed worker processes and periodic restart of deteriorating worker processes.

Which of the following types of file is used to contain custom types employed by the application?

  1. Web form

  2. DLL

  3. ASPX

  4. Global.asax

  5. Command file


Correct Option: B
Explanation:

This type of file is used to contain custom types employed by the application.

Which of the following WebMethod attributes enables and disables response buffering?

  1. Database buffer cache

  2. SHA384Managed

  3. TransactionOption

  4. Description

  5. BufferResponse


Correct Option: E
Explanation:

This WebMethod attributes enables and disables response buffering.

Which of the following methods is called to store any state associated with this session?

  1. The execution support

  2. Assembly name

  3. Application_ReleaseRequest state

  4. Application_Authenticate request

  5. Application_Begin request


Correct Option: C
Explanation:

This method is called to store any state associated with this session.

Which of the following methods is called to append content to the HTTP response?

  1. Application_PostRequestHandler execute

  2. Application_PreRequestHandler execute

  3. Application_Authenticate request

  4. Application_End request

  5. The execution support


Correct Option: A
Explanation:

This type of method is called to append content to the HTTP response.

Which of the following methods uses the same stalk walker used by the garbage collector, security system, etc?

  1. Static method

  2. Application_EndRequest

  3. Windows form

  4. DoStackSnapshot

  5. The execution support


Correct Option: D
Explanation:

This method uses the same stack walker used by the garbage collector, security system, etc.

Which of the following is instantiated in the client's own application domain but calls to the proxy flow through the proxy?

  1. Web service proxy

  2. TransactionOption

  3. Web service

  4. FTP service

  5. Application proxy


Correct Option: A
Explanation:

It is instantiated in the client's own application domain but calls to the proxy flow through the proxy.

Which of the following directives identifies assemblies Global.asax uses that ASP.NET and does not link to by default?

  1. Application_End request

  2. The @ assembly directive

  3. The @ import directive

  4. Assembly name

  5. Global.asax


Correct Option: B
Explanation:

This directive identifies assemblies Global.asax uses that ASP.NET and does not link to by default.

InfoPath can connect to which of the following servers to discover available web services?

  1. Web service

  2. UDDI server

  3. HTTP

  4. NNTP service

  5. Persistent server


Correct Option: B
Explanation:

InfoPath can connect to a UUDI server to discover available services.

Which of the following WebMethod attributes caches responses generated by this method for the specified number of seconds?

  1. CacheDuration

  2. TransactionOption

  3. Description

  4. The database buffer cache

  5. List of all files in the assembly


Correct Option: A
Explanation:

This WebMethod attribute caches responses generated by this method for the specified number of seconds.

- Hide questions