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. Enables controls to write information to a central log location at runtime
Trace
Cntrl+Shift+F9
Stored procedure
AJAX
2. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.
User Controls
DisplayRememberMe
LoginName
FormView
3. Test conducted on a complete - integrated system to evaluate the system's compliance with its specified requirements.
Page Method
UpdateProgress control
mostRecent
System Test
4. Describes the structure that an XML document will take
XML Schema
Immutable
Page Life Cycle
FormView
5. If you want to sort the output based on price (with most expensive item first) - what clause should you use?
JavaScript Object Notation - JSON
FormView
ORDER BY DESC
finally
6. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
membership
Data_bound controls
Page Life Cycle
User Controls
7. Takes care of managing client script files and server-side Ajax behavior
Validation Controls
ScriptManager - control
ScriptManager control
UpdatePanel control
8. Microsoft proprietary extension to SQL
Syntax
XmlHttpRequest
Delete
tSQL
9. When _________ is set to Off all visitors see the full error details
customErrors
Root Relative URLs
Web Services
UpdatePanel - control
10. The keyboard shortcut would you use to RESTART debugging
Web Services
Stored procedure
FormView
Cntrl+Shift+F5
11. 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
MaximumDynamicDisplayLevels
FormView
SOAP
Regression Test
12. When an exception occurs - the remainder of the code in the ____ block is skipped
Trace
Control state
try
Auto event wire up
13. To remove all breakpoints in your website
JavaScript Object Notation - JSON
Data_bound controls
Cntrl+Shift+F9
customErrors
14. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
customErrors
PathSeparator
XmlHttpRequest
ItemUpdated
15. Enables assemblies that are used in an application domain to be updated without unloading the application domain
BoundField
Web Services
ItemUpdated
Shadow copying
16. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX
Performance Test
JQuery
Data source controls
ScriptManager Proxy
17. integrated source control - issue tracking - and process management for development teams.
siteMapNode
TFS - Team Foundation Server
MaximumDynamicDisplayLevels
Regression Test
18. 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
GridView
Lazy loading
Get
Cntrl+Shift+F9
19. A directory service where businesses can register and search for Web services.
View state
Knowledge Management Repository - KMR
Universal Description - Discovery and Integration - UDDI
SQL Server
20. A data structure that uses a hash function to map keys - to their associated values in an associative array.
CommandField
Hash table
XmlHttpRequest
Acceptance Test
21. To send the user to a new page - without modifying the client's address bar - Use _______
Server.Transfer
ScriptManager control
Validation Controls
XML Schema
22. Methods that can be called over the Internet by other applications
Get
Knowledge Management Repository - KMR
Web Services
SOAP
23. An HTTP POST to the same page that the form is on.
Service Oriented Architecture - SOA
Postback
Stored procedure
Acceptance Test
24. A set of components which can be invoked - and whose interface descriptions can be published and discovered
Service Oriented Architecture - SOA
BoundField
membership
Test Issue
25. Data source controls you use to bind hierarchical XML based data
Validation Controls
Cntrl+Shift+F9
SiteMapDataSource
Immediate window
26. The property you set to true within CommandField to enable Selection
Web Method Attribute
ShowSelectButton
Validation Controls
UpdatePanel control
27. Controls used to retrieve data from a data source; that data is offered to data-bound controls
Performance Test
JavaScript Object Notation - JSON
Active Directory Domains
Data source controls
28. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Delete
Validation Controls
Page Method
User Controls
29. Methods that can be called over the Internet by other applications
XmlHttpRequest
Lazy loading
Page Life Cycle
Web Services
30. An automatic way to associate page events and methods - no explicit Handles clause or delegate is needed
SiteMapPath
Test Issue
Auto event wire up
Immediate window
31. 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
SOA - Service Oriented Architecture
Delete
DisplayRememberMe
32. Contains simple fixes and self-help for less experienced users
Postback
System Test
Representational state transfer - REST
Knowledge Management Repository - KMR
33. The site map will match structure of a website if ______ structure mirrors the physical folder structure
User Controls
Test Issue
siteMapNode
Page Method
34. A panel that can be shown during the execution of an asynchronous Ajax operation
Server.Transfer
Fiddler
UpdateProgress - control
JQuery
35. This type of column / field within GridView in the default field for most data base types
membership
SQL Server
Data source controls
BoundField
36. Controls that display and edit data in the user interface
Caching
Knowledge Management Repository (KMR)
Data_bound controls
AJAX
37. The control can I use to find out the user's name
Postback
LoginName
JavaScript Object Notation - JSON
Cntrl+Shift+F9
38. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
description
SOA - Service Oriented Architecture
Active Directory Domains
Document Object Model (DOM)
39. Contains simple fixes and self-help for less experienced users
ShowSelectButton
Knowledge Management Repository (KMR)
SOAP
JavaScript Object Notation - JSON
40. Allow the definition of a class - struct - or interface to be split into multiple files
Partial - keyword
OWASP
true
MaximumDynamicDisplayLevels
41. The name of tag you use to define the error page (or pages) you want to show - within web.config
Active Directory Domains
Acceptance Test
Delete
customErrors
42. This security concept allows a website to confirm you are who you say you are
Delete
Data source controls
authentication
XmlHttpRequest
43. A block of content that can be reused in pages (master pages - pages - and user controls).
XmlHttpRequest
Universal Description - Discovery and Integration - UDDI
Trace
User Controls
44. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Validation Controls
Performance Test
ScriptManager Proxy
membership
45. A static method that is defined in a web page and can be called from client script
Page Method
Data source controls
Test Issue
Validation Controls
46. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
System Test
Test Issue
ShowSelectButton
SOAP
47. 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
Post
Root Relative URLs
Web Services
Data_bound controls
48. A language for describing web services and how to access them.
Web Services Description Language - WSDL
Universal Description - Discovery and Integration - UDDI
Trace
Representational state transfer - REST
49. Takes care of managing client script files and server-side Ajax behavior
Regression Test
ScriptManager control
SOA - Service Oriented Architecture
Test Issue
50. The control allows you to display different data to different types of users
AJAX
LoginView
Postback
description