SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Asp.net Programming
Start Test
Study First
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. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance
authentication
TFS - Team Foundation Server
Caching
description
2. Kind of database you are most likely to encounter when using ASP.NET
SQL Server
customErrors
ScriptManager control
DisplayRememberMe
3. when sub objects don't load unless they are explicitly told too
Lazy loading
Page Method
UpdatePanel control
true
4. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
Web Services Description Language - WSDL
Cntrl+Shift+F5
Test Issue
ShowSelectButton
5. Contains simple fixes and self-help for less experienced users
Build Master/Release Manager
Knowledge Management Repository (KMR)
Syntax
ItemUpdated
6. The keyboard shortcut would you use to RESTART debugging
JQuery
Cntrl+Shift+F5
customErrors
GridView control
7. Takes care of managing client script files and server-side Ajax behavior
authentication
Immutable
ScriptManager - control
membership
8. XML-based protocol for accessing a Web Service
Build Master/Release Manager
ShowExpandCollapse
SOAP
Lazy loading
9. To send the user to a new page - without modifying the client's address bar - Use _______
Server.Transfer
mostRecent
SQL Server
ScriptManager control
10. Takes care of managing client script files and server-side Ajax behavior
BoundField
Data_bound controls
Validation Controls
ScriptManager control
11. The persistence of property values across postbacks
Validation Controls
View state
mostRecent
Delete
12. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
LoginView
SiteMapDataSource
finally
GridView control
13. The ASP.NET service allows you to manage user accounts in your system
AJAX
MaximumDynamicDisplayLevels
membership
Server.Transfer
14. 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
SiteMapDataSource
MaximumDynamicDisplayLevels
Performance Test
Post
15. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet
Server.Transfer
tSQL
Fiddler
Document Object Model (DOM)
16. A subroutine that is stored in the database and executed by calling it directly from the client
customErrors
ScriptManager control
Stored procedure
UpdateProgress control
17. Contains simple fixes and self-help for less experienced users
Knowledge Management Repository - KMR
ScriptManager Proxy
Knowledge Management Repository (KMR)
SOAP
18. A block of content that can be reused in pages (master pages - pages - and user controls).
AJAX
ShowExpandCollapse
Data_bound controls
User Controls
19. 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
Web Method Attribute
Syntax
Cntrl+Shift+F9
Get
20. A debugging window where you can test expressions while the page is running
Shadow copying
Immediate window
LoginName
AJAX
21. An open-source application security project.
tSQL
UpdateProgress control
OWASP
Immutable
22. Data source controls you use to bind hierarchical XML based data
Data source controls
siteMapNode
SiteMapDataSource
float
23. Enables controls to write information to a central log location at runtime
UpdatePanel control
JQuery
description
Trace
24. Asynchronous JavaScript and XML; a combination of technologies that enable Web applications to make quick - incremental updates to the user interface without reloading the entire browser page
Active Directory Domains
finally
Validation Controls
AJAX
25. Microsoft's source control software package oriented towards small software development projects.
ScriptManager control
VSS- Visual Source Safe
Service Oriented Architecture - SOA
SiteMapDataSource
26. Test that seeks to uncover new errors in existing functionality after changes have been made to a system - such as functional enhancements - patches - or configuration changes
UpdateProgress - control
Web Method Attribute
Data_bound controls
Regression Test
27. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
Document Object Model (DOM)
Get
Web Method Attribute
siteMapNode
28. 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
Web Services
Build Master/Release Manager
Stored procedure
FormView
29. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
INNER JOIN
siteMapNode
XmlHttpRequest
Validation Controls
30. Stores a control's essential data that must be available on postback to enable the control to function even when view state has been disabled.
Server.Transfer
Control state
JQuery
Post
31. A panel that can be shown during the execution of an asynchronous Ajax operation
ScriptManager control
LoginName
UpdateProgress control
Document Object Model (DOM)
32. Controls used to retrieve data from a data source; that data is offered to data-bound controls
FormView
Data source controls
authentication
Post
33. This control shows the user where they are on the site - i.e. - the path to the current location.
Shadow copying
description
Cntrl+Shift+F9
SiteMapPath
34. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl
PathSeparator
ShowExpandCollapse
Active Directory Domains
UpdatePanel control
35. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly
GridView
VSS- Visual Source Safe
Knowledge Management Repository (KMR)
true
36. A set of components which can be invoked - and whose interface descriptions can be published and discovered
Caching
SOAP
Service Oriented Architecture - SOA
Validation Controls
37. Databound control that supports automatic paging - sorting - editing - deleting - and selecting
Page Method
INNER JOIN
GridView control
DisplayRememberMe
38. The property you set to true within CommandField to enable Selection
Control state
Test Issue
ShowSelectButton
mostRecent
39. XML-based a protocol for accessing a Web Service
SOAP
AJAX
customErrors
Performance Test
40. To link to other pages within your site use _______
Root Relative URLs
hashed-
XmlHttpRequest
Test Issue
41. ________ 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
Knowledge Management Repository (KMR)
DataList
Web Method Attribute
siteMapNode
42. A framework for building service-oriented applications.
finally
Windows Communications Foundation - WCF
customErrors
GridView control
43. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.
BoundField
Data source controls
ItemUpdated
Acceptance Test
44. Methods that can be called over the Internet by other applications
Delete
DataList
Root Relative URLs
Web Services
45. This property determines whether the items in the TreeView can be collapsed or expanded
OWASP
finally
Page Method
ShowExpandCollapse
46. The name of tag you use to define the error page (or pages) you want to show - within web.config
User Controls
Lazy loading
DataList
customErrors
47. When an exception occurs - the remainder of the code in the ____ block is skipped
CommandField
finally
try
tSQL
48. Microsoft proprietary extension to SQL
tSQL
Root Relative URLs
DataList
Partial - keyword
49. The control allows you to display different data to different types of users
MaximumDynamicDisplayLevels
LoginView
XmlHttpRequest
Web Services
50. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Lazy loading
XmlHttpRequest
LoginView
TFS - Team Foundation Server