SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
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. Allow the definition of a class - struct - or interface to be split into multiple files
Partial - keyword
Postback
Fiddler
Test Issue
2. 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
Performance Test
ScriptManager control
XmlHttpRequest
Build Master/Release Manager
3. The keyboard shortcut would you use to RESTART debugging
VSS- Visual Source Safe
Cntrl+Shift+F5
Immediate window
ORDER BY DESC
4. A directory service where businesses can register and search for Web services.
SiteMapDataSource
Immediate window
UpdateProgress - control
Universal Description - Discovery and Integration - UDDI
5. A subroutine that is stored in the database and executed by calling it directly from the client
Stored procedure
try
SQL Server
Active Directory Domains
6. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
LoginName
try
XmlHttpRequest
SOA - Service Oriented Architecture
7. A static method that is defined in a web page and can be called from client script
Page Method
AJAX
DisplayRememberMe
Fiddler
8. To send the user to a new page - without modifying the client's address bar - Use _______
Server.Transfer
Document Object Model (DOM)
ORDER BY DESC
Web Services
9. 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
description
User Controls
mostRecent
10. A block of content that can be reused in pages (master pages - pages - and other user controls).
UpdatePanel control
Shadow copying
User Controls
Trace
11. The site map will match structure of a website if ______ structure mirrors the physical folder structure
Knowledge Management Repository (KMR)
Cntrl+Shift+F5
ScriptManager control
siteMapNode
12. JavaScript syntax for storing and exchanging text information
JavaScript Object Notation - JSON
SiteMapDataSource
Test Issue
MaximumDynamicDisplayLevels
13. Contains simple fixes and self-help for less experienced users
Knowledge Management Repository (KMR)
XmlHttpRequest
Postback
INNER JOIN
14. Enables controls to write information to a central log location at runtime
Control state
Web Method Attribute
Trace
UpdatePanel control
15. 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.
Test Issue
Control state
FormView
UpdateProgress - control
16. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
AJAX
LoginView
UpdatePanel control
ShowExpandCollapse
17. Controls used to retrieve data from a data source; that data is offered to data-bound controls
SiteMapDataSource
Data source controls
membership
Test Issue
18. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
GridView
Document Object Model (DOM)
XmlHttpRequest
Regression Test
19. A panel that can be shown during the execution of an asynchronous Ajax operation
UpdateProgress - control
Trace
Validation Controls
finally
20. The ASP.NET service allows you to manage user accounts in your system
AJAX
membership
Knowledge Management Repository (KMR)
Lazy loading
21. To link to other pages within your site use _______
Partial - keyword
Web Services Description Language - WSDL
Root Relative URLs
Immutable
22. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance
Caching
BoundField
Fiddler
Build Master/Release Manager
23. The name of tag you use to define the error page (or pages) you want to show - within web.config
Immediate window
Windows Communications Foundation - WCF
customErrors
Fiddler
24. When an exception occurs - the remainder of the code in the ____ block is skipped
UpdateProgress - control
try
Build Master/Release Manager
User Controls
25. An HTTP POST to the same page that the form is on.
Postback
SOAP
Caching
User Controls
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
Control state
Cntrl+Shift+F5
Web Method Attribute
27. Methods that can be called over the Internet by other applications
Knowledge Management Repository (KMR)
ShowExpandCollapse
Test Issue
Web Services
28. Microsoft proprietary extension to SQL
Fiddler
Cntrl+Shift+F5
Trace
tSQL
29. This control shows the user where they are on the site - i.e. - the path to the current location.
GridView control
Stored procedure
Performance Test
SiteMapPath
30. A subroutine that is stored in the database and executed by calling it directly from the client
Web Services
Trace
Stored procedure
GridView control
31. An open-source application security project.
OWASP
try
BoundField
Validation Controls
32. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
CommandField
ItemUpdated
Performance Test
JQuery
33. The control can I use to find out the user's name
LoginView
SOAP
AJAX
LoginName
34. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
Hash table
Document Object Model (DOM)
Universal Description - Discovery and Integration - UDDI
Page Life Cycle
35. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly
true
Acceptance Test
MaximumDynamicDisplayLevels
GridView
36. A language for describing web services and how to access them.
Web Services Description Language - WSDL
JQuery
UpdateProgress control
Control state
37. This type of column / field within GridView in the default field for most data base types
Data_bound controls
ScriptManager Proxy
Root Relative URLs
BoundField
38. XML-based a protocol for accessing a Web Service
Immediate window
SOAP
System Test
Test Issue
39. If you want to sort the output based on price (with most expensive item first) - what clause should you use?
ORDER BY DESC
Control state
SiteMapDataSource
Root Relative URLs
40. A debugging window where you can test expressions while the page is running
Data_bound controls
Immediate window
Validation Controls
Page Life Cycle
41. Microsoft's source control software package oriented towards small software development projects.
VSS- Visual Source Safe
Post
MaximumDynamicDisplayLevels
SOAP
42. XML-based protocol for accessing a Web Service
SOAP
VSS- Visual Source Safe
PathSeparator
Caching
43. A data structure that uses a hash function to map keys - to their associated values in an associative array.
Lazy loading
UpdateProgress - control
ScriptManager Proxy
Hash table
44. Kind of database you are most likely to encounter when using ASP.NET
SQL Server
Get
Shadow copying
LoginName
45. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
UpdatePanel - control
Page Life Cycle
Stored procedure
PathSeparator
46. The type of field allows you to set up delete control within the corresponding properties window
Cntrl+Shift+F9
CommandField
ORDER BY DESC
UpdateProgress - control
47. 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
membership
Page Life Cycle
FormView
Delete
48. The property you set to true within CommandField to enable Selection
AJAX
System Test
Post
ShowSelectButton
49. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
XmlHttpRequest
SiteMapPath
JQuery
finally
50. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
Test Issue
Web Method Attribute
XML Schema
Lazy loading
13 Skills Types | 550 Pages | Only $9.95 | PDF / EPub, Kindle Ready
Top Scores
Anon hero
- 98%
indian2 - 76%
Link to This Test
Related Subjects
Soft Skills
Business Skills