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. A subroutine that is stored in the database and executed by calling it directly from the client
Stored procedure
XML Schema
Post
BoundField
2. Describes the structure that an XML document will take
Immediate window
XML Schema
GridView
Web Services Description Language - WSDL
3. A framework for building service-oriented applications.
ScriptManager control
Stored procedure
Acceptance Test
Windows Communications Foundation - WCF
4. The control allows you to display different data to different types of users
finally
Page Life Cycle
LoginView
BoundField
5. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
ItemUpdated
Test Issue
Web Services
Knowledge Management Repository - KMR
6. 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
Immutable
Trace
Post
XmlHttpRequest
7. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
Stored procedure
Auto event wire up
finally
Regression Test
8. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Web Services
Post
Performance Test
Validation Controls
9. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
LoginView
Immutable
XmlHttpRequest
User Controls
10. 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
Control state
Document Object Model (DOM)
LoginView
11. Methods that can be called over the Internet by other applications
TFS - Team Foundation Server
JavaScript Object Notation - JSON
SOA - Service Oriented Architecture
Web Services
12. A set of components which can be invoked - and whose interface descriptions can be published and discovered
Validation Controls
Hash table
SOA - Service Oriented Architecture
Windows Communications Foundation - WCF
13. A panel that can be shown during the execution of an asynchronous Ajax operation
customErrors
User Controls
UpdateProgress - control
SiteMapDataSource
14. Microsoft proprietary extension to SQL
Lazy loading
ItemUpdated
tSQL
ShowExpandCollapse
15. A block of content that can be reused in pages (master pages - pages - and user controls).
Immutable
User Controls
INNER JOIN
OWASP
16. The property you use to determine number of submenu items the menu control should display
Document Object Model (DOM)
MaximumDynamicDisplayLevels
Get
Universal Description - Discovery and Integration - UDDI
17. This control shows the user where they are on the site - i.e. - the path to the current location.
SiteMapPath
Root Relative URLs
customErrors
hashed-
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
Validation Controls
Cntrl+Shift+F5
GridView
19. Enables nested components to add script and service references to pages when a ScriptManager control is already defined in a parent element.
ScriptManager Proxy
Root Relative URLs
Stored procedure
Validation Controls
20. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute
Universal Description - Discovery and Integration - UDDI
mostRecent
membership
AJAX
21. integrated source control - issue tracking - and process management for development teams.
Cntrl+Shift+F5
TFS - Team Foundation Server
tSQL
GridView control
22. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly
tSQL
Document Object Model (DOM)
GridView
ScriptManager Proxy
23. XML-based a protocol for accessing a Web Service
Representational state transfer - REST
SOAP
VSS- Visual Source Safe
hashed-
24. ________ 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
mostRecent
DataList
AJAX
Immutable
25. The control can I use to find out the user's name
Partial - keyword
mostRecent
Lazy loading
LoginName
26. The ASP.NET service allows you to manage user accounts in your system
Web Services
View state
membership
Stored procedure
27. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.
customErrors
Hash table
Acceptance Test
Performance Test
28. Session["CustId"]=tbxCustomerName.Contents is a _____ error
DataList
JQuery
Regression Test
Syntax
29. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet
Fiddler
User Controls
LoginView
View state
30. XML-based protocol for accessing a Web Service
AJAX
SOAP
Regression Test
Root Relative URLs
31. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.
Trace
ScriptManager Proxy
Acceptance Test
Control state
32. The persistence of property values across postbacks
membership
Hash table
View state
Root Relative URLs
33. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl
Build Master/Release Manager
PathSeparator
GridView control
Data source controls
34. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
UpdatePanel - control
DataList
INNER JOIN
Knowledge Management Repository (KMR)
35. Databound control that supports automatic paging - sorting - editing - deleting - and selecting
Delete
GridView control
UpdatePanel control
LoginView
36. 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
Build Master/Release Manager
XmlHttpRequest
Regression Test
SiteMapDataSource
37. Takes care of managing client script files and server-side Ajax behavior
Trace
ItemUpdated
ScriptManager control
System Test
38. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance
JQuery
try
Immediate window
Caching
39. The D in CRUD stands for_______
Delete
description
SQL Server
Stored procedure
40. A static method that is defined in a web page and can be called from client script
customErrors
ItemUpdated
Page Method
VSS- Visual Source Safe
41. An automatic way to associate page events and methods - no explicit Handles clause or delegate is needed
Auto event wire up
Performance Test
float
UpdatePanel - control
42. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.
ItemUpdated
true
DisplayRememberMe
SiteMapDataSource
43. An object whose state cannot be modified after it is created
UpdateProgress control
Immediate window
Shadow copying
Immutable
44. 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
XmlHttpRequest
Data source controls
ORDER BY DESC
Get
45. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
true
UpdatePanel control
Document Object Model (DOM)
Post
46. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
membership
XML Schema
authentication
ItemUpdated
47. A data structure that uses a hash function to map keys - to their associated values in an associative array.
Web Services
XmlHttpRequest
SiteMapPath
Hash table
48. When an exception occurs - the remainder of the code in the ____ block is skipped
siteMapNode
ScriptManager control
try
FormView
49. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.
UpdateProgress control
Web Method Attribute
ScriptManager Proxy
customErrors
50. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
ORDER BY DESC
Page Life Cycle
ShowSelectButton
View state