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. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.
Performance Test
try
Acceptance Test
Web Services Description Language - WSDL
2. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
View state
Regression Test
SOAP
Validation Controls
3. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
ItemUpdated
SOAP
Get
User Controls
4. The type of field allows you to set up delete control within the corresponding properties window
Immutable
CommandField
Partial - keyword
Post
5. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Web Services Description Language - WSDL
MaximumDynamicDisplayLevels
XmlHttpRequest
Regression Test
6. A block of content that can be reused in pages (master pages - pages - and user controls).
Caching
Immediate window
User Controls
Root Relative URLs
7. The name of tag you use to define the error page (or pages) you want to show - within web.config
Delete
customErrors
PathSeparator
DataList
8. Session["CustId"]=tbxCustomerName.Contents is a _____ error
Hash table
Knowledge Management Repository (KMR)
Syntax
Server.Transfer
9. Data source controls you use to bind hierarchical XML based data
Server.Transfer
XmlHttpRequest
SiteMapDataSource
CommandField
10. This control shows the user where they are on the site - i.e. - the path to the current location.
AJAX
SiteMapPath
Performance Test
UpdateProgress control
11. An open-source application security project.
Representational state transfer - REST
OWASP
View state
float
12. 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
Build Master/Release Manager
Web Services
Root Relative URLs
Trace
13. If you want to sort the output based on price (with most expensive item first) - what clause should you use?
membership
ORDER BY DESC
View state
System Test
14. This type of column / field within GridView in the default field for most data base types
ShowExpandCollapse
Knowledge Management Repository - KMR
Auto event wire up
BoundField
15. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.
Web Method Attribute
ItemUpdated
SOA - Service Oriented Architecture
Stored procedure
16. 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
Validation Controls
Test Issue
Get
Data_bound controls
17. When an exception occurs - the remainder of the code in the ____ block is skipped
Page Method
Knowledge Management Repository - KMR
try
Delete
18. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl
Representational state transfer - REST
Page Life Cycle
PathSeparator
ScriptManager control
19. The D in CRUD stands for_______
Delete
ScriptManager Proxy
Caching
Web Services Description Language - WSDL
20. Describes the structure that an XML document will take
Performance Test
Knowledge Management Repository - KMR
Document Object Model (DOM)
XML Schema
21. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX
SiteMapDataSource
System Test
JQuery
ScriptManager Proxy
22. Enables assemblies that are used in an application domain to be updated without unloading the application domain
Shadow copying
View state
ScriptManager - control
try
23. Kind of database you are most likely to encounter when using ASP.NET
SQL Server
customErrors
TFS - Team Foundation Server
JavaScript Object Notation - JSON
24. Databound control that supports automatic paging - sorting - editing - deleting - and selecting
finally
GridView control
UpdateProgress - control
Web Services Description Language - WSDL
25. In a production environment - you should NOT leave debug=___
UpdateProgress control
Page Method
TFS - Team Foundation Server
true
26. 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
Immutable
Post
Server.Transfer
AJAX
27. 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
ShowExpandCollapse
Validation Controls
Regression Test
Acceptance Test
28. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
AJAX
LoginName
Page Life Cycle
Test Issue
29. A set of components which can be invoked - and whose interface descriptions can be published and discovered
Stored procedure
Service Oriented Architecture - SOA
siteMapNode
description
30. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
VSS- Visual Source Safe
Validation Controls
ScriptManager control
GridView control
31. A data structure that uses a hash function to map keys - to their associated values in an associative array.
Hash table
Syntax
float
XML Schema
32. Takes care of managing client script files and server-side Ajax behavior
Fiddler
ScriptManager - control
Stored procedure
description
33. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.
SiteMapDataSource
XmlHttpRequest
DisplayRememberMe
UpdatePanel control
34. The control allows you to display different data to different types of users
Delete
SQL Server
OWASP
LoginView
35. Methods that can be called over the Internet by other applications
Post
Web Services
FormView
LoginName
36. 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.
Control state
XML Schema
User Controls
DataList
37. 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
TFS - Team Foundation Server
AJAX
mostRecent
Lazy loading
38. Methods that can be called over the Internet by other applications
tSQL
XmlHttpRequest
AJAX
Web Services
39. XML-based protocol for accessing a Web Service
INNER JOIN
Cntrl+Shift+F9
SOAP
Post
40. A panel that can be shown during the execution of an asynchronous Ajax operation
Validation Controls
UpdateProgress control
SiteMapDataSource
TFS - Team Foundation Server
41. integrated source control - issue tracking - and process management for development teams.
Stored procedure
JavaScript Object Notation - JSON
TFS - Team Foundation Server
mostRecent
42. XML-based a protocol for accessing a Web Service
mostRecent
Knowledge Management Repository - KMR
SiteMapDataSource
SOAP
43. JavaScript syntax for storing and exchanging text information
JavaScript Object Notation - JSON
customErrors
User Controls
BoundField
44. Contains simple fixes and self-help for less experienced users
try
Knowledge Management Repository - KMR
Regression Test
Knowledge Management Repository (KMR)
45. The persistence of property values across postbacks
DataList
View state
Web Services
ORDER BY DESC
46. Test conducted on a complete - integrated system to evaluate the system's compliance with its specified requirements.
Auto event wire up
ItemUpdated
Server.Transfer
System Test
47. 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
Server.Transfer
Build Master/Release Manager
FormView
Lazy loading
48. Controls used to retrieve data from a data source; that data is offered to data-bound controls
Data source controls
GridView control
Representational state transfer - REST
Get
49. A framework for building service-oriented applications.
try
siteMapNode
Windows Communications Foundation - WCF
XmlHttpRequest
50. A panel that can be shown during the execution of an asynchronous Ajax operation
Delete
UpdateProgress - control
Root Relative URLs
LoginName