c# test 1
c# test 2
VB test 1
VB test 2
c# test 3
100

Which method is the default method for a console application 

what is main? 
100
what does the console .read method do within a console based application 
what is it reads the next character from the standard input stream? 
100
which two options are benefits of using a transaction
what is when data modifications are committed and saved to the database?
100
what is displayed when you display a web .api web service using a web browser
what is a listing of methods that are available with the web service?
100
what step of the application life cycle would development of service packs and bugs fixes fall into 
what is maintenance? 
200

A window server can exits in which three basic states 

what is running,paused and stopped?
200
what are access methods 
what is software components? 
200
IIS stands for...
what is internet information services?
200

You want to retrieve that data from the Order table. You also want the result to be ordered according to the datePlaced and then id. What statement is correct

what is In order to retrieve all data from a table you can use the asterisk ‘*’ symnbol.

SELECT * FROM Order ORDER BY datePlaced, id?


200
what are the two operations  that add an item to a queue and remove an item from a queue 
what is Enqueue and Dequeue ?
300

which CSS style background image value should you  use

what is radial-gradient(white,black)?
300
what is display stat method 
what is display statistics? 
300
what block of a try-catch loop should include the code that may throw an exception
what is try
300

What is displayed when a Web .api Web service using a Web browser

what is You can access your web service through a browser. It will display a listing of methods that are

available with the Web Service ?


300
which type of programming should you use to make sure that the username is still available when the request is made
what is server-side?


400
what does it mean to override 
what is to cancel a decision?
400
what is an object initializer
what is initial value for a data object or variable?
400
which method is the default method for a console application
what is console?
400

If you wanted to migrate HTML pages to your website but many of the pages contained deprecated tags

 such as HTML <center> and <font> tags, which XHTML document type declaration should you use>


what is <!DOCTYPE html PUBLIC”-//W3C//DTD XHTML 1.0 Strict//EN”?

400
a client invokes a web service by sending an XML message, then waits for a corresponding XML response.
what is no change is needed?


500
what do window servers do 
what is it operates background information on computer 
500
what happens when you call the triggered method for the firetrap from the main method
what is the triggered method would throw an exception? 
500
which option is a type of application that runs after the computer starts
what is windows service application?
500

You are designing a class and your member need to be accessible only within its class or by derived class instances. What keyword should you use when declaring the members of your class

what is protected?
500
when using the <doctype!> declaration in your website it goes immediately before the <body> tag
what is <html>?