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 subroutine that is stored in the database and executed by calling it directly from the client






2. Describes the structure that an XML document will take






3. A framework for building service-oriented applications.






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






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






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. Code in the ______ block is always fired - irrespective of whether an exception occurred or not






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






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






10. 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






11. Methods that can be called over the Internet by other applications






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






13. A panel that can be shown during the execution of an asynchronous Ajax operation






14. Microsoft proprietary extension to SQL






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






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






17. This control shows the user where they are on the site - i.e. - the path to the current location.






18. 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.






19. Enables nested components to add script and service references to pages when a ScriptManager control is already defined in a parent element.






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






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






22. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly






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






24. ________ allows you to display multiple records - supports data grouping - but does not allow you to insert records in the underlying data directly nor does it natively support paging






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






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






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






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






29. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet






30. XML-based protocol for accessing a Web Service






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






32. The persistence of property values across postbacks






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






34. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element






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






36. 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






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






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






39. The D in CRUD stands for_______






40. A static method that is defined in a web page and can be called from client script






41. An automatic way to associate page events and methods - no explicit Handles clause or delegate is needed






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






43. An object whose state cannot be modified after it is created






44. Data is added to the requested address for a page. That data can be retrieved using the QueryString property Should be used for retrieval only






45. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element






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






47. A data structure that uses a hash function to map keys - to their associated values in an associative array.






48. When an exception occurs - the remainder of the code in the ____ block is skipped






49. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.






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