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. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
Document Object Model (DOM)
Page Life Cycle
ScriptManager - control
System Test
2. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Trace
float
siteMapNode
XmlHttpRequest
3. The property you set to true within CommandField to enable Selection
mostRecent
ShowSelectButton
ScriptManager control
Page Method
4. 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
JavaScript Object Notation - JSON
Regression Test
Cntrl+Shift+F5
5. Methods that can be called over the Internet by other applications
SOA - Service Oriented Architecture
Web Services
hashed-
Fiddler
6. An object whose state cannot be modified after it is created
ScriptManager Proxy
SOAP
Postback
Immutable
7. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.
Stored procedure
customErrors
Data source controls
Performance Test
8. To remove all breakpoints in your website
Acceptance Test
JQuery
Delete
Cntrl+Shift+F9
9. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
DisplayRememberMe
PathSeparator
finally
UpdatePanel - control
10. Methods that can be called over the Internet by other applications
Windows Communications Foundation - WCF
Web Services
ORDER BY DESC
Hash table
11. The control allows you to display different data to different types of users
OWASP
LoginView
Active Directory Domains
Performance Test
12. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Universal Description - Discovery and Integration - UDDI
Validation Controls
Acceptance Test
MaximumDynamicDisplayLevels
13. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX
JQuery
XmlHttpRequest
Representational state transfer - REST
Performance Test
14. When _________ is set to Off all visitors see the full error details
XmlHttpRequest
customErrors
authentication
Hash table
15. Enables nested components to add script and service references to pages when a ScriptManager control is already defined in a parent element.
Post
System Test
membership
ScriptManager Proxy
16. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.
Web Method Attribute
Post
UpdateProgress - control
XML Schema
17. The property you use to determine number of submenu items the menu control should display
XmlHttpRequest
AJAX
MaximumDynamicDisplayLevels
Web Services Description Language - WSDL
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.
Active Directory Domains
CommandField
Windows Communications Foundation - WCF
DisplayRememberMe
19. when sub objects don't load unless they are explicitly told too
XmlHttpRequest
Web Services Description Language - WSDL
DataList
Lazy loading
20. A block of content that can be reused in pages (master pages - pages - and user controls).
User Controls
SOAP
OWASP
SiteMapDataSource
21. XML-based protocol for accessing a Web Service
SOAP
SOA - Service Oriented Architecture
Page Life Cycle
Cntrl+Shift+F5
22. Allow the definition of a class - struct - or interface to be split into multiple files
ItemUpdated
AJAX
SOAP
Partial - keyword
23. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute
mostRecent
SiteMapPath
Knowledge Management Repository - KMR
try
24. A set of components which can be invoked - and whose interface descriptions can be published and discovered
ShowSelectButton
Service Oriented Architecture - SOA
mostRecent
Auto event wire up
25. The keyboard shortcut would you use to RESTART debugging
membership
AJAX
Cntrl+Shift+F5
Auto event wire up
26. A directory service where businesses can register and search for Web services.
Universal Description - Discovery and Integration - UDDI
Web Method Attribute
Acceptance Test
TFS - Team Foundation Server
27. Session["CustId"]=tbxCustomerName.Contents is a _____ error
Syntax
GridView control
DataList
ScriptManager control
28. The type of field allows you to set up delete control within the corresponding properties window
Immutable
CommandField
UpdatePanel control
Control state
29. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
AJAX
ScriptManager - control
Test Issue
Document Object Model (DOM)
30. A set of components which can be invoked - and whose interface descriptions can be published and discovered
tSQL
true
SOA - Service Oriented Architecture
DataList
31. An HTTP POST to the same page that the form is on.
Postback
Representational state transfer - REST
ORDER BY DESC
Service Oriented Architecture - SOA
32. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
Postback
Web Method Attribute
Page Life Cycle
AJAX
33. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.
DisplayRememberMe
customErrors
Active Directory Domains
authentication
34. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
SOA - Service Oriented Architecture
Syntax
siteMapNode
Validation Controls
35. A subroutine that is stored in the database and executed by calling it directly from the client
Data source controls
Stored procedure
hashed-
ShowSelectButton
36. This security concept allows a website to confirm you are who you say you are
authentication
Lazy loading
Web Services
SOAP
37. A panel that can be shown during the execution of an asynchronous Ajax operation
UpdateProgress - control
tSQL
Partial - keyword
Validation Controls
38. A block of content that can be reused in pages (master pages - pages - and other user controls).
DataList
FormView
Stored procedure
User Controls
39. 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
Fiddler
Immutable
authentication
Regression Test
40. JavaScript syntax for storing and exchanging text information
DataList
JavaScript Object Notation - JSON
description
Trace
41. To send the user to a new page - without modifying the client's address bar - Use _______
Server.Transfer
Immediate window
Postback
Validation Controls
42. The D in CRUD stands for_______
Delete
Regression Test
OWASP
User Controls
43. ________ 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
DataList
hashed-
Performance Test
mostRecent
44. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance
ShowExpandCollapse
Web Services
Validation Controls
Caching
45. 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
ScriptManager control
OWASP
SOA - Service Oriented Architecture
Post
46. A static method that is defined in a web page and can be called from client script
Test Issue
Page Method
Data_bound controls
GridView control
47. This property determines whether the items in the TreeView can be collapsed or expanded
Shadow copying
Data source controls
ShowExpandCollapse
ScriptManager Proxy
48. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet
BoundField
Fiddler
Immediate window
SiteMapDataSource
49. A subroutine that is stored in the database and executed by calling it directly from the client
Stored procedure
Hash table
true
Cntrl+Shift+F5
50. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
Stored procedure
finally
float
System Test