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. Contains simple fixes and self-help for less experienced users
Knowledge Management Repository - KMR
Web Services Description Language - WSDL
Web Method Attribute
float
2. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.
UpdatePanel control
DisplayRememberMe
UpdateProgress - control
Universal Description - Discovery and Integration - UDDI
3. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
finally
hashed-
authentication
TFS - Team Foundation Server
4. The property you set to true within CommandField to enable Selection
ShowSelectButton
description
FormView
Root Relative URLs
5. To remove all breakpoints in your website
Cntrl+Shift+F9
UpdatePanel control
customErrors
PathSeparator
6. SQL data type that corresponds the .NET double data type
SOAP
float
Page Method
finally
7. JavaScript syntax for storing and exchanging text information
SiteMapDataSource
JavaScript Object Notation - JSON
System Test
Web Method Attribute
8. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
siteMapNode
GridView
SOA - Service Oriented Architecture
Document Object Model (DOM)
9. This security concept allows a website to confirm you are who you say you are
Data_bound controls
Partial - keyword
MaximumDynamicDisplayLevels
authentication
10. This type of column / field within GridView in the default field for most data base types
Hash table
BoundField
Data_bound controls
Test Issue
11. To link to other pages within your site use _______
DisplayRememberMe
Root Relative URLs
Control state
Service Oriented Architecture - SOA
12. Methods that can be called over the Internet by other applications
ShowSelectButton
Web Services
membership
PathSeparator
13. The ASP.NET service allows you to manage user accounts in your system
membership
Fiddler
Service Oriented Architecture - SOA
Document Object Model (DOM)
14. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
User Controls
Lazy loading
XmlHttpRequest
Web Method Attribute
15. The type of field allows you to set up delete control within the corresponding properties window
SQL Server
description
LoginName
CommandField
16. A block of content that can be reused in pages (master pages - pages - and user controls).
TFS - Team Foundation Server
User Controls
Immutable
DisplayRememberMe
17. Kind of database you are most likely to encounter when using ASP.NET
Web Services
ScriptManager control
SQL Server
Syntax
18. In a sitemap file - the name of the attribute which you use to specify text that will be displayed when the user hovers over a particular Menu / Tree view element in the browser
description
User Controls
Server.Transfer
Validation Controls
19. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
ItemUpdated
ScriptManager control
Active Directory Domains
TFS - Team Foundation Server
20. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly
GridView
Cntrl+Shift+F5
hashed-
Validation Controls
21. In a production environment - you should NOT leave debug=___
true
GridView control
Test Issue
Knowledge Management Repository (KMR)
22. 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
FormView
description
XML Schema
Document Object Model (DOM)
23. A panel that can be shown during the execution of an asynchronous Ajax operation
Hash table
UpdateProgress - control
TFS - Team Foundation Server
Web Method Attribute
24. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet
BoundField
membership
MaximumDynamicDisplayLevels
Fiddler
25. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Postback
Validation Controls
LoginView
Performance Test
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
Regression Test
Shadow copying
Lazy loading
LoginView
27. 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
Post
UpdatePanel - control
customErrors
28. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
Web Method Attribute
Fiddler
Syntax
UpdatePanel - control
29. The name of tag you use to define the error page (or pages) you want to show - within web.config
Windows Communications Foundation - WCF
User Controls
SiteMapDataSource
customErrors
30. A language for describing web services and how to access them.
Web Services Description Language - WSDL
Acceptance Test
BoundField
MaximumDynamicDisplayLevels
31. This control shows the user where they are on the site - i.e. - the path to the current location.
try
siteMapNode
SiteMapPath
Immediate window
32. A framework for building service-oriented applications.
Windows Communications Foundation - WCF
SiteMapPath
Syntax
View state
33. Describes the structure that an XML document will take
Data_bound controls
XML Schema
Knowledge Management Repository (KMR)
Test Issue
34. ________ 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
Stored procedure
Trace
tSQL
DataList
35. 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
FormView
AJAX
MaximumDynamicDisplayLevels
siteMapNode
36. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute
AJAX
Page Method
mostRecent
customErrors
37. A block of content that can be reused in pages (master pages - pages - and other user controls).
Fiddler
User Controls
Post
SiteMapPath
38. This property determines whether the items in the TreeView can be collapsed or expanded
SQL Server
ShowExpandCollapse
LoginView
UpdatePanel - control
39. A data structure that uses a hash function to map keys - to their associated values in an associative array.
Web Services
Hash table
SOAP
Web Services
40. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.
SiteMapDataSource
MaximumDynamicDisplayLevels
Acceptance Test
Knowledge Management Repository - KMR
41. An HTTP POST to the same page that the form is on.
Immediate window
LoginName
ShowExpandCollapse
Postback
42. XML-based protocol for accessing a Web Service
Stored procedure
SOAP
UpdateProgress - control
Hash table
43. Takes care of managing client script files and server-side Ajax behavior
ScriptManager control
Caching
AJAX
Server.Transfer
44. If you want to sort the output based on price (with most expensive item first) - what clause should you use?
LoginView
ORDER BY DESC
UpdateProgress - control
true
45. A subroutine that is stored in the database and executed by calling it directly from the client
PathSeparator
User Controls
FormView
Stored procedure
46. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
SOAP
Page Life Cycle
Web Services Description Language - WSDL
XML Schema
47. Microsoft's source control software package oriented towards small software development projects.
UpdatePanel - control
DisplayRememberMe
SOAP
VSS- Visual Source Safe
48. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Test Issue
Universal Description - Discovery and Integration - UDDI
XmlHttpRequest
UpdateProgress - control
49. The site map will match structure of a website if ______ structure mirrors the physical folder structure
ScriptManager control
PathSeparator
siteMapNode
membership
50. A subroutine that is stored in the database and executed by calling it directly from the client
Root Relative URLs
Stored procedure
Data_bound controls
AJAX