Correct: Incorrect
Correct: Incorrect
11. Attribute must be set on a validator control for the validation to work. Correct 12. Caching type supported by ASP.Net Correct 13. What is used to validate complex string patterns like an e-mail address? Correct 14. File extension used for ASP.NET files. Correct 15. An alternative way of displaying text on web page using Correct 16. Why is Global.asax is used? Correct 17. Which of the following is not a member of ADODBCommand object? Correct 18. Which DLL translate XML to SQL in IIS? You answered: SQLXML.dll Incorrect Correct answer: SQLISAPI.dll 19. Default Session data is stored in ASP.Net. You answered: StateServer Incorrect Correct answer: InProcess 20. Default scripting language in ASP. You answered: JavaScript Incorrect Correct answer: VBScript 21. How do you get information from a form that is submitted using the "post" method?
You answered: Request.QueryString Incorrect Correct answer: Request.Form 22. Which object can help you maintain data across users? Correct 23. Which of the following ASP.NET object encapsulates the state of the client? Correct 24. Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time? Correct 25. Which of the following control is used to validate that two fields are equal? Correct 26. Mode of storing ASP.NET session You answered: StateServer Incorrect Correct answer: All of the above 27. Which of the following is not the way to maintain state? You answered: View state Incorrect Correct answer: Request object 28. You can have only one Global.asax file per project. Correct 29. ______________ element in the web.config file to run code using the permissions of a specific user You answered: < credential> element Incorrect Correct answer: < identity> element
30. __________________ is a special subfolder within the windows folder that stores the shared .NET component. You answered: /bin Incorrect Correct answer: GAC 31. Which of the following is the performance attributes of processModel? Correct 32. Which of the following is faster and consume lesser memory? You answered: Data Set Incorrect Correct answer: SQLDataReader 33. Which of the following is the way to monitor the web application? You answered: Performance logs Incorrect Correct answer: ALL 34. The ________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues. You answered: CurrentUICulture Incorrect Correct answer: CurrentCulture 35. Where do we include the user lists for windows authentication? You answered: < Credential> Incorrect Correct answer: < authorization> 36. Where do we include the user lists for Form authentication? Correct 37. Which of the following authentication is best suited for a corporate network? You answered: Form
Incorrect Correct answer: Windows 38. What attributes do you use to hide a public .Net class from COM? Correct 39. By default, code written with the Debug class is stripped out of release builds. You answered: No Incorrect Correct answer: Yes 40. ___________________ tests make sure that new code does not break existing code. Correct 41. Which of the following is used to cache multiple responses for a single web form based on HTTP POST parameter or query string? Correct