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. Microsoft's source control software package oriented towards small software development projects.
Universal Description - Discovery and Integration - UDDI
Cntrl+Shift+F5
VSS- Visual Source Safe
OWASP
2. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
ShowSelectButton
UpdateProgress control
Document Object Model (DOM)
PathSeparator
3. Databound control that supports automatic paging - sorting - editing - deleting - and selecting
UpdateProgress control
ScriptManager Proxy
GridView control
CommandField
4. ________ 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
Hash table
DataList
ORDER BY DESC
Trace
5. XML-based protocol for accessing a Web Service
float
SOAP
SiteMapDataSource
ORDER BY DESC
6. To link to other pages within your site use _______
Get
Web Method Attribute
UpdatePanel - control
Root Relative URLs
7. A join that returns records from related tables only if their related fields match is called
float
INNER JOIN
JavaScript Object Notation - JSON
Shadow copying
8. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
OWASP
Web Method Attribute
Validation Controls
SOA - Service Oriented Architecture
9. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
XmlHttpRequest
Control state
DisplayRememberMe
Page Life Cycle
10. This type of column / field within GridView in the default field for most data base types
BoundField
Stored procedure
Test Issue
VSS- Visual Source Safe
11. Contains simple fixes and self-help for less experienced users
ShowExpandCollapse
Active Directory Domains
Knowledge Management Repository (KMR)
Universal Description - Discovery and Integration - UDDI
12. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
Delete
Stored procedure
UpdatePanel control
Page Method
13. The control can I use to find out the user's name
Page Life Cycle
Root Relative URLs
LoginName
System Test
14. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.
Web Services
TFS - Team Foundation Server
Web Services Description Language - WSDL
Web Method Attribute
15. Controls used to retrieve data from a data source; that data is offered to data-bound controls
XmlHttpRequest
ShowSelectButton
Data source controls
SiteMapDataSource
16. A block of content that can be reused in pages (master pages - pages - and user controls).
Fiddler
LoginView
XML Schema
User Controls
17. A subroutine that is stored in the database and executed by calling it directly from the client
UpdateProgress - control
UpdatePanel - control
XmlHttpRequest
Stored procedure
18. Takes care of managing client script files and server-side Ajax behavior
Cntrl+Shift+F5
ScriptManager control
PathSeparator
true
19. A directory service where businesses can register and search for Web services.
true
Universal Description - Discovery and Integration - UDDI
Document Object Model (DOM)
siteMapNode
20. Methods that can be called over the Internet by other applications
mostRecent
INNER JOIN
GridView
Web Services
21. An approach for getting information content from a Web site by reading a designated Web page that contains an XML file that describes and includes the desired content
Representational state transfer - REST
User Controls
CommandField
Acceptance Test
22. The site map will match structure of a website if ______ structure mirrors the physical folder structure
siteMapNode
description
VSS- Visual Source Safe
Shadow copying
23. An object whose state cannot be modified after it is created
OWASP
Immutable
SOAP
Web Services Description Language - WSDL
24. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
SiteMapPath
JavaScript Object Notation - JSON
Test Issue
User Controls
25. A subroutine that is stored in the database and executed by calling it directly from the client
siteMapNode
Web Method Attribute
Performance Test
Stored procedure
26. The keyboard shortcut would you use to RESTART debugging
Cntrl+Shift+F5
Test Issue
Caching
ScriptManager Proxy
27. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.
GridView control
ScriptManager control
authentication
DisplayRememberMe
28. The ASP.NET service allows you to manage user accounts in your system
Hash table
Acceptance Test
membership
Data source controls
29. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute
Build Master/Release Manager
mostRecent
XmlHttpRequest
siteMapNode
30. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
XmlHttpRequest
Cntrl+Shift+F5
Partial - keyword
LoginName
31. 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.
Immediate window
Service Oriented Architecture - SOA
Control state
authentication
32. The property you use to determine number of submenu items the menu control should display
Web Services Description Language - WSDL
ShowExpandCollapse
MaximumDynamicDisplayLevels
XmlHttpRequest
33. 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 Services
Get
SOAP
SOAP
34. Session["CustId"]=tbxCustomerName.Contents is a _____ error
ORDER BY DESC
XmlHttpRequest
UpdatePanel - control
Syntax
35. Methods that can be called over the Internet by other applications
ShowExpandCollapse
CommandField
Web Services
UpdateProgress control
36. An HTTP POST to the same page that the form is on.
Postback
Control state
SOAP
Cntrl+Shift+F9
37. A panel that can be shown during the execution of an asynchronous Ajax operation
UpdateProgress - control
Representational state transfer - REST
Page Life Cycle
User Controls
38. Describes the structure that an XML document will take
customErrors
XML Schema
Syntax
AJAX
39. XML-based a protocol for accessing a Web Service
SOAP
Universal Description - Discovery and Integration - UDDI
Caching
XmlHttpRequest
40. The control allows you to display different data to different types of users
GridView
Control state
ShowSelectButton
LoginView
41. The D in CRUD stands for_______
INNER JOIN
SOAP
UpdateProgress control
Delete
42. To send the user to a new page - without modifying the client's address bar - Use _______
Postback
Server.Transfer
finally
Document Object Model (DOM)
43. 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
ShowExpandCollapse
Build Master/Release Manager
SiteMapPath
Cntrl+Shift+F5
44. This control shows the user where they are on the site - i.e. - the path to the current location.
UpdatePanel control
Stored procedure
SiteMapPath
XmlHttpRequest
45. An open-source application security project.
Windows Communications Foundation - WCF
Get
OWASP
Validation Controls
46. 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
UpdatePanel - control
Windows Communications Foundation - WCF
JQuery
Regression Test
47. The property you set to true within CommandField to enable Selection
Test Issue
ShowExpandCollapse
ShowSelectButton
SOAP
48. Takes care of managing client script files and server-side Ajax behavior
UpdateProgress control
DisplayRememberMe
ScriptManager - control
TFS - Team Foundation Server
49. A debugging window where you can test expressions while the page is running
Fiddler
Build Master/Release Manager
Immediate window
float
50. A block of content that can be reused in pages (master pages - pages - and other user controls).
ScriptManager Proxy
User Controls
MaximumDynamicDisplayLevels
Acceptance Test