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. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
customErrors
ScriptManager Proxy
XmlHttpRequest
XML Schema
2. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
Page Life Cycle
ScriptManager Proxy
Root Relative URLs
Lazy loading
3. When _________ is set to Off all visitors see the full error details
Service Oriented Architecture - SOA
AJAX
Representational state transfer - REST
customErrors
4. The D in CRUD stands for_______
DataList
Delete
CommandField
Validation Controls
5. 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
float
hashed-
Validation Controls
Get
6. The control allows you to display different data to different types of users
hashed-
LoginView
Validation Controls
Regression Test
7. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.
AJAX
Fiddler
Acceptance Test
tSQL
8. To remove all breakpoints in your website
Data_bound controls
Cntrl+Shift+F9
AJAX
ScriptManager - control
9. Allow the definition of a class - struct - or interface to be split into multiple files
Validation Controls
Immutable
Partial - keyword
CommandField
10. An open-source application security project.
OWASP
Stored procedure
Hash table
description
11. when sub objects don't load unless they are explicitly told too
description
Trace
Lazy loading
ShowExpandCollapse
12. 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
INNER JOIN
Post
XML Schema
SiteMapPath
13. Databound control that supports automatic paging - sorting - editing - deleting - and selecting
Web Method Attribute
membership
GridView control
Syntax
14. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly
User Controls
GridView
JavaScript Object Notation - JSON
SiteMapDataSource
15. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute
Service Oriented Architecture - SOA
mostRecent
Shadow copying
Immediate window
16. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
Test Issue
Windows Communications Foundation - WCF
VSS- Visual Source Safe
finally
17. ________ 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
LoginName
XML Schema
DataList
hashed-
18. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
Validation Controls
View state
Cntrl+Shift+F5
UpdatePanel control
19. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Validation Controls
Immutable
LoginName
customErrors
20. A subroutine that is stored in the database and executed by calling it directly from the client
Web Services Description Language - WSDL
Control state
Stored procedure
Performance Test
21. A framework for building service-oriented applications.
customErrors
Representational state transfer - REST
Hash table
Windows Communications Foundation - WCF
22. A directory service where businesses can register and search for Web services.
Universal Description - Discovery and Integration - UDDI
Cntrl+Shift+F5
GridView
LoginName
23. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
Test Issue
Immutable
mostRecent
Trace
24. The property you use to determine number of submenu items the menu control should display
MaximumDynamicDisplayLevels
ORDER BY DESC
membership
siteMapNode
25. If you want to sort the output based on price (with most expensive item first) - what clause should you use?
XmlHttpRequest
ORDER BY DESC
membership
SOAP
26. The type of field allows you to set up delete control within the corresponding properties window
Root Relative URLs
Validation Controls
CommandField
Post
27. Takes care of managing client script files and server-side Ajax behavior
TFS - Team Foundation Server
ORDER BY DESC
description
ScriptManager control
28. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.
LoginName
Performance Test
Active Directory Domains
Data_bound controls
29. 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
SOA - Service Oriented Architecture
description
VSS- Visual Source Safe
Get
30. 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.
Knowledge Management Repository (KMR)
Control state
BoundField
Delete
31. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
Cntrl+Shift+F5
UpdateProgress - control
Validation Controls
UpdatePanel - control
32. 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
description
PathSeparator
Web Services Description Language - WSDL
Regression Test
33. The keyboard shortcut would you use to RESTART debugging
Stored procedure
Web Method Attribute
hashed-
Cntrl+Shift+F5
34. 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
Control state
Representational state transfer - REST
Knowledge Management Repository (KMR)
Test Issue
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
AJAX
finally
Active Directory Domains
SiteMapDataSource
36. This security concept allows a website to confirm you are who you say you are
AJAX
customErrors
ScriptManager - control
authentication
37. The control can I use to find out the user's name
finally
LoginName
Active Directory Domains
Fiddler
38. Methods that can be called over the Internet by other applications
customErrors
Web Services
Trace
Data source controls
39. An object whose state cannot be modified after it is created
Stored procedure
Control state
AJAX
Immutable
40. A data structure that uses a hash function to map keys - to their associated values in an associative array.
Hash table
CommandField
Post
Page Life Cycle
41. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.
Fiddler
Auto event wire up
ShowSelectButton
Web Method Attribute
42. Enables nested components to add script and service references to pages when a ScriptManager control is already defined in a parent element.
ScriptManager Proxy
JQuery
Fiddler
Web Services Description Language - WSDL
43. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
ScriptManager Proxy
Validation Controls
membership
Postback
44. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet
Test Issue
Fiddler
Universal Description - Discovery and Integration - UDDI
ScriptManager Proxy
45. The ASP.NET service allows you to manage user accounts in your system
Document Object Model (DOM)
membership
Trace
UpdateProgress control
46. In a production environment - you should NOT leave debug=___
description
true
Universal Description - Discovery and Integration - UDDI
ItemUpdated
47. Contains simple fixes and self-help for less experienced users
ItemUpdated
PathSeparator
Knowledge Management Repository - KMR
Hash table
48. 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
Caching
UpdateProgress - control
Web Services Description Language - WSDL
AJAX
49. 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
ScriptManager - control
tSQL
TFS - Team Foundation Server
50. A static method that is defined in a web page and can be called from client script
customErrors
Page Method
OWASP
Server.Transfer