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. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.
Acceptance Test
Cntrl+Shift+F5
OWASP
XML Schema
2. The D in CRUD stands for_______
Trace
Test Issue
Delete
Regression Test
3. The control allows you to display different data to different types of users
LoginView
siteMapNode
Build Master/Release Manager
Data source controls
4. A framework for building service-oriented applications.
Windows Communications Foundation - WCF
GridView
customErrors
Delete
5. Enables controls to write information to a central log location at runtime
Trace
Post
ShowExpandCollapse
Web Services
6. The persistence of property values across postbacks
View state
finally
XmlHttpRequest
Caching
7. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl
Trace
PathSeparator
ScriptManager Proxy
Representational state transfer - REST
8. An HTTP POST to the same page that the form is on.
Postback
Web Services
customErrors
Page Method
9. An open-source application security project.
OWASP
ScriptManager control
mostRecent
float
10. This property determines whether the items in the TreeView can be collapsed or expanded
User Controls
LoginName
description
ShowExpandCollapse
11. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Universal Description - Discovery and Integration - UDDI
Validation Controls
customErrors
INNER JOIN
12. A block of content that can be reused in pages (master pages - pages - and user controls).
User Controls
LoginView
Universal Description - Discovery and Integration - UDDI
Auto event wire up
13. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet
Representational state transfer - REST
Fiddler
XmlHttpRequest
TFS - Team Foundation Server
14. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Regression Test
INNER JOIN
Active Directory Domains
XmlHttpRequest
15. If the value of passwordFormat is set to _______ - users cannot retrieve their original passwords
Stored procedure
float
GridView control
hashed-
16. Methods that can be called over the Internet by other applications
Validation Controls
Web Services
Page Method
User Controls
17. Microsoft's source control software package oriented towards small software development projects.
VSS- Visual Source Safe
Root Relative URLs
ShowExpandCollapse
TFS - Team Foundation Server
18. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
true
FormView
UpdatePanel control
membership
19. This type of column / field within GridView in the default field for most data base types
JQuery
Web Services
UpdatePanel - control
BoundField
20. Test conducted on a complete - integrated system to evaluate the system's compliance with its specified requirements.
Page Life Cycle
System Test
Web Method Attribute
Caching
21. When _________ is set to Off all visitors see the full error details
DisplayRememberMe
Stored procedure
customErrors
Representational state transfer - REST
22. A subroutine that is stored in the database and executed by calling it directly from the client
Delete
Stored procedure
SOAP
ShowSelectButton
23. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
Active Directory Domains
Document Object Model (DOM)
tSQL
Partial - keyword
24. The site map will match structure of a website if ______ structure mirrors the physical folder structure
Service Oriented Architecture - SOA
float
User Controls
siteMapNode
25. The type of field allows you to set up delete control within the corresponding properties window
Postback
Post
Immutable
CommandField
26. A subroutine that is stored in the database and executed by calling it directly from the client
Web Services
ScriptManager control
Data source controls
Stored procedure
27. Session["CustId"]=tbxCustomerName.Contents is a _____ error
Syntax
GridView
mostRecent
SQL Server
28. Takes care of managing client script files and server-side Ajax behavior
ScriptManager control
UpdateProgress control
tSQL
Syntax
29. 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
ShowExpandCollapse
finally
Knowledge Management Repository - KMR
30. The keyboard shortcut would you use to RESTART debugging
Cntrl+Shift+F5
INNER JOIN
GridView control
UpdateProgress control
31. A language for describing web services and how to access them.
UpdateProgress control
Web Services Description Language - WSDL
LoginView
Web Services
32. To remove all breakpoints in your website
ItemUpdated
Cntrl+Shift+F9
Web Services Description Language - WSDL
Post
33. Methods that can be called over the Internet by other applications
Web Services
UpdatePanel - control
Partial - keyword
User Controls
34. A join that returns records from related tables only if their related fields match is called
UpdateProgress - control
INNER JOIN
GridView control
SOAP
35. when sub objects don't load unless they are explicitly told too
BoundField
Test Issue
XML Schema
Lazy loading
36. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.
AJAX
Test Issue
SQL Server
SiteMapPath
37. 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
Web Services Description Language - WSDL
CommandField
UpdatePanel - control
Regression Test
38. 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
FormView
Document Object Model (DOM)
Web Method Attribute
Representational state transfer - REST
39. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
hashed-
finally
LoginView
SOA - Service Oriented Architecture
40. JavaScript syntax for storing and exchanging text information
UpdateProgress control
MaximumDynamicDisplayLevels
JavaScript Object Notation - JSON
DisplayRememberMe
41. When an exception occurs - the remainder of the code in the ____ block is skipped
JQuery
mostRecent
try
Delete
42. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX
JQuery
VSS- Visual Source Safe
Page Life Cycle
finally
43. Controls that display and edit data in the user interface
VSS- Visual Source Safe
Data_bound controls
XmlHttpRequest
Windows Communications Foundation - WCF
44. SQL data type that corresponds the .NET double data type
siteMapNode
float
XmlHttpRequest
Validation Controls
45. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
Validation Controls
GridView control
ItemUpdated
UpdateProgress control
46. Contains simple fixes and self-help for less experienced users
UpdatePanel control
Page Life Cycle
Cntrl+Shift+F9
Knowledge Management Repository (KMR)
47. 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
User Controls
Get
Windows Communications Foundation - WCF
ScriptManager Proxy
48. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.
DataList
PathSeparator
Page Life Cycle
Shadow copying
49. The name of tag you use to define the error page (or pages) you want to show - within web.config
LoginView
customErrors
Validation Controls
XmlHttpRequest
50. The property you set to true within CommandField to enable Selection
Web Method Attribute
try
ShowSelectButton
Page Life Cycle