Test your basic knowledge |

Asp.net Programming

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.






2. To link to other pages within your site use _______






3. SQL data type that corresponds the .NET double data type






4. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.






5. XML-based a protocol for accessing a Web Service






6. Submits data to be processed. The data is included in the body of the request. This may result in the creation of a new resource or the updates of existing resources or both






7. A block of content that can be reused in pages (master pages - pages - and other user controls).






8. The property you use to determine number of submenu items the menu control should display






9. Session["CustId"]=tbxCustomerName.Contents is a _____ error






10. Databound control that supports automatic paging - sorting - editing - deleting - and selecting






11. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.






12. In a sitemap file - the name of the attribute which you use to specify text that will be displayed when the user hovers over a particular Menu / Tree view element in the browser






13. A framework for building service-oriented applications.






14. The control can I use to find out the user's name






15. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)






16. Of the controls that you can use to display and edit data on your web pages - _____ is designed to show a single record at a time






17. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.






18. Kind of database you are most likely to encounter when using ASP.NET






19. A set of components which can be invoked - and whose interface descriptions can be published and discovered






20. If you want to sort the output based on price (with most expensive item first) - what clause should you use?






21. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.






22. In a production environment - you should NOT leave debug=___






23. When _________ is set to Off all visitors see the full error details






24. integrated source control - issue tracking - and process management for development teams.






25. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute






26. A set of components which can be invoked - and whose interface descriptions can be published and discovered






27. Microsoft proprietary extension to SQL






28. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.






29. A directory service where businesses can register and search for Web services.






30. Takes care of managing client script files and server-side Ajax behavior






31. Microsoft's source control software package oriented towards small software development projects.






32. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl






33. The control allows you to display different data to different types of users






34. responsible for ensuring that various component projects of a particular software release meet customer needs and are brought together and released on time with high quality






35. Serves as a central location for network administration and security. It is responsible for authenticating and authorizing all users and computers within a network of Windows domain type.






36. The keyboard shortcut would you use to RESTART debugging






37. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance






38. Contains simple fixes and self-help for less experienced users






39. The ASP.NET service allows you to manage user accounts in your system






40. A set of ASP.NET controls that enable you to validate user input on the client and server-side.






41. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.






42. The name of tag you use to define the error page (or pages) you want to show - within web.config






43. A block of content that can be reused in pages (master pages - pages - and user controls).






44. Contains simple fixes and self-help for less experienced users






45. The type of field allows you to set up delete control within the corresponding properties window






46. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements






47. when sub objects don't load unless they are explicitly told too






48. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.






49. Describes the structure that an XML document will take






50. To remove all breakpoints in your website