ASP.NET Applications
ASP.NET Applications test contains programming questions on ASP.NET application development, including application lifecycle, configuration, directives, IIS hosting, and web services to check programming knowledge of the candidate.
Questions
Which of the following methods is called to resolve the current request by providing content from a cache?
- WWW service
- Application_Authorise request
- Application_ResolveRequest cache
- Application_Begin request
- Application_End request
Which of the following methods is called to associate the current request with a session and populate session state?
- Web forms
- Version number
- Application_AuthenticateRequest
- Application_BeginRequest
- Application_AcquireRequest state
Which of the following files is the XML file in which ASP.NET applications store configuration data?
- Assembly name
- Web.Config file
- ASPX
- Global.as ax file
- The archive file
Which of the following directives enables developers to add descriptive text to applications?
- The @ application directive
- The @ import directive
- Global.asax file
- Application_EndRequest
- Parameter file
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?
- IP address restrictions
- SMTP service
- Reliability
- Scalability
- Bandwidth
Which one of the features of IIS 6.0 provides auto restart of failed worker processes and periodic restart of deteriorating worker processes?
- Site routing
- WWW service
- Automated debugging
- Self healing automated management
- Process affinity
Which of the following types of file is used to contain custom types employed by the application?
- Web form
- DLL
- ASPX
- Global.asax
- Command file
Which of the following WebMethod attributes enables and disables response buffering?
- Database buffer cache
- SHA384Managed
- TransactionOption
- Description
- BufferResponse
Which of the following methods is called to store any state associated with this session?
- The execution support
- Assembly name
- Application_ReleaseRequest state
- Application_Authenticate request
- Application_Begin request
Which of the following methods is called to append content to the HTTP response?
- Application_PostRequestHandler execute
- Application_PreRequestHandler execute
- Application_Authenticate request
- Application_End request
- The execution support
Which of the following methods uses the same stalk walker used by the garbage collector, security system, etc?
- Static method
- Application_EndRequest
- Windows form
- DoStackSnapshot
- The execution support
Which of the following is instantiated in the client's own application domain but calls to the proxy flow through the proxy?
- Web service proxy
- TransactionOption
- Web service
- FTP service
- Application proxy
Which of the following directives identifies assemblies Global.asax uses that ASP.NET and does not link to by default?
- Application_End request
- The @ assembly directive
- The @ import directive
- Assembly name
- Global.asax
InfoPath can connect to which of the following servers to discover available web services?
- Web service
- UDDI server
- HTTP
- NNTP service
- Persistent server
Which of the following WebMethod attributes caches responses generated by this method for the specified number of seconds?
- CacheDuration
- TransactionOption
- Description
- The database buffer cache
- List of all files in the assembly