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. Kind of database you are most likely to encounter when using ASP.NET
DataList
mostRecent
SQL Server
LoginView
2. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl
User Controls
PathSeparator
ScriptManager control
LoginView
3. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute
SiteMapDataSource
Acceptance Test
float
mostRecent
4. 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
VSS- Visual Source Safe
Delete
Representational state transfer - REST
Trace
5. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Auto event wire up
FormView
ScriptManager Proxy
XmlHttpRequest
6. Contains simple fixes and self-help for less experienced users
VSS- Visual Source Safe
OWASP
Active Directory Domains
Knowledge Management Repository (KMR)
7. A subroutine that is stored in the database and executed by calling it directly from the client
PathSeparator
float
ORDER BY DESC
Stored procedure
8. 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
Data_bound controls
Regression Test
Knowledge Management Repository - KMR
XML Schema
9. Contains simple fixes and self-help for less experienced users
Knowledge Management Repository - KMR
Lazy loading
Validation Controls
XML Schema
10. To link to other pages within your site use _______
SOAP
Knowledge Management Repository - KMR
Build Master/Release Manager
Root Relative URLs
11. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX
JQuery
Shadow copying
try
customErrors
12. A block of content that can be reused in pages (master pages - pages - and user controls).
Server.Transfer
finally
User Controls
AJAX
13. This control shows the user where they are on the site - i.e. - the path to the current location.
SiteMapPath
Postback
SOAP
UpdateProgress control
14. A panel that can be shown during the execution of an asynchronous Ajax operation
UpdateProgress control
ORDER BY DESC
try
Cntrl+Shift+F5
15. Methods that can be called over the Internet by other applications
Windows Communications Foundation - WCF
FormView
SQL Server
Web Services
16. To remove all breakpoints in your website
GridView
authentication
Cntrl+Shift+F9
Control state
17. Data source controls you use to bind hierarchical XML based data
FormView
SiteMapDataSource
CommandField
Performance Test
18. A set of components which can be invoked - and whose interface descriptions can be published and discovered
Representational state transfer - REST
Service Oriented Architecture - SOA
Page Method
UpdateProgress control
19. A debugging window where you can test expressions while the page is running
System Test
Immediate window
Test Issue
Validation Controls
20. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
FormView
Cntrl+Shift+F9
UpdatePanel control
VSS- Visual Source Safe
21. XML-based protocol for accessing a Web Service
Stored procedure
authentication
Web Services Description Language - WSDL
SOAP
22. Code in the ______ block is always fired - irrespective of whether an exception occurred or not
finally
DataList
ScriptManager control
UpdatePanel control
23. The keyboard shortcut would you use to RESTART debugging
Knowledge Management Repository - KMR
finally
Cntrl+Shift+F5
System Test
24. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements
SOA - Service Oriented Architecture
customErrors
Document Object Model (DOM)
Control state
25. 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
membership
Post
Build Master/Release Manager
UpdatePanel control
26. Test conducted on a complete - integrated system to evaluate the system's compliance with its specified requirements.
SiteMapDataSource
System Test
ScriptManager - control
Universal Description - Discovery and Integration - UDDI
27. Takes care of managing client script files and server-side Ajax behavior
System Test
tSQL
ScriptManager - control
Test Issue
28. If the value of passwordFormat is set to _______ - users cannot retrieve their original passwords
Test Issue
LoginName
hashed-
UpdatePanel - control
29. Session["CustId"]=tbxCustomerName.Contents is a _____ error
INNER JOIN
Syntax
Control state
Page Method
30. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Fiddler
Regression Test
customErrors
Validation Controls
31. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
XmlHttpRequest
try
Service Oriented Architecture - SOA
User Controls
32. An HTTP POST to the same page that the form is on.
XmlHttpRequest
Postback
Syntax
Representational state transfer - REST
33. A framework for building service-oriented applications.
Windows Communications Foundation - WCF
true
DataList
siteMapNode
34. 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
FormView
Stored procedure
hashed-
35. Enables controls to write information to a central log location at runtime
Trace
Validation Controls
CommandField
ShowSelectButton
36. Enables assemblies that are used in an application domain to be updated without unloading the application domain
SQL Server
JavaScript Object Notation - JSON
Knowledge Management Repository - KMR
Shadow copying
37. A data structure that uses a hash function to map keys - to their associated values in an associative array.
Hash table
Cntrl+Shift+F9
Web Services
DataList
38. A set of ASP.NET controls that enable you to validate user input on the client and server-side.
Test Issue
Hash table
XmlHttpRequest
Validation Controls
39. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)
ItemUpdated
Test Issue
tSQL
Acceptance Test
40. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.
ShowExpandCollapse
Data source controls
Performance Test
customErrors
41. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly
Windows Communications Foundation - WCF
Active Directory Domains
Universal Description - Discovery and Integration - UDDI
GridView
42. If you want to sort the output based on price (with most expensive item first) - what clause should you use?
Performance Test
Knowledge Management Repository (KMR)
ORDER BY DESC
System Test
43. 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.
SOAP
Server.Transfer
Immutable
Active Directory Domains
44. A language for describing web services and how to access them.
UpdateProgress control
Web Services Description Language - WSDL
Root Relative URLs
User Controls
45. Controls used to retrieve data from a data source; that data is offered to data-bound controls
customErrors
PathSeparator
Data source controls
ShowSelectButton
46. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element
UpdatePanel - control
CommandField
ItemUpdated
Partial - keyword
47. The property you set to true within CommandField to enable Selection
ShowSelectButton
Cntrl+Shift+F9
Regression Test
View state
48. Allow the definition of a class - struct - or interface to be split into multiple files
Partial - keyword
Cntrl+Shift+F5
ORDER BY DESC
description
49. Controls that display and edit data in the user interface
Windows Communications Foundation - WCF
Page Life Cycle
Data_bound controls
UpdateProgress - control
50. when sub objects don't load unless they are explicitly told too
JavaScript Object Notation - JSON
hashed-
Lazy loading
GridView