विनेश
Asp.Net Questions and Answers
Sunday, 18 August 2013
home about us
1. Satellite assemblies are best suited for...........
ans- Application that generate content at runtime or that have large executable components
2. Which ASP.NET performance counter is the best indicator of inefficient caching?
answer: Turnover rate performance counter
3. Which is not the element to perform conditional processing with XSL?
answer: xsl:for-each
4. How can you detect when application data is about to be removed from the cache?
answer: Use the onRemoveCallback delegate
5. XSL transformations convert XML input files to HTML through the XML server control.
ans- true
6. The _______________ property determines which satellite assembly is used when loading resources.
ans- currentuiculture
7. A web application running on a single server using multiple processors. Choose the best suited option.
ans- web garden
8. The process of reading database records without locking the records being read.
answer: Dirty Read
9. Display validation errors in a central location or display a general validation error description
ans- validation on sumary
10. How can Garbage Collection be forced in .NET?
answer: By using System.GC.Collect()
11. In form authentication settings in web.config, which element is used to set the name of the cookie in which to store the user’s credential?
answer: < form>
12. You need to store state data that is accessible to any user who connects to your Web application. Which object should you use?
answer: Application
13. Which cache priority setting has the highest priority?
answer: CacheItemPriority.NotRemoveable
14. Which OutputCache attributes for user controls is used to cache a single response from a user control for use on multiple web forms?
ans- shared.
15. Saving ViewState information adds to the amount of data that must be transmitted back to the server with each request
ans- true
16. Which cache performance counters returns statistics representing application data stored in the cache object?
answer: Cache API counters
17. Which test makes sure that new code doesn’t break existing code?
answer: Regression
18. The standard means of ensuring that data sent over the internet can’t be read by others.
answer: Secure sockets layer (SSL)
19. Which element of web.config setting is used to set the build type to debug or release?
answer: Compilation
Subscribe to:
Posts (Atom)