4 Answered Test Questions:
1. You are developing a Web service in ASP.NET. Which of the following .net classes will be extended by your service?
Answers:
• System.Web.WebService
1. You are developing a Web service in ASP.NET. Which of the following .net classes will be extended by your service?
1. Which of the following statements using GROUP BY clause are allowed in SQL Server 2008?
1. State whether the following statement is True or False:"The Flash file must use ExternalInterface class to register its functions to make these functions available to JavaScript so that these functions can be called using Swiff.remote function"
1. How will you count the odd numbers from the array shown below using LINQ in .Net framework 4.0?int[]numbers={5,4,1,3,9,8,6,7,2,0};
1. What is the value of b3 after the following code is executed?Dim b1 As Boolean? = True Dim b2 As Boolean? = NothingDim b3 As Boolean? = If(b1 AndAlso b2, b1, b2)
1. Which of the following are static methods of the System.Reflection Activator class?
1. Transactions initiated in which of the following are supported by System.Transactions infrastructure?
1. Which of the following are true when comparing built in types for equality?
1. During the Init event, each module may subscribe to a number of events raised by the HttpApplication object. Which of the following order of events is correct when events are raised before the application executes?
1. Which of the following mechanisms are not suitable for returning a single row from a DataTable containing a large number of records?
1. Which of the following define the rules for .NET Languages?
1. Which of the following will disable output buffering in Python?
1. Which of the following are UI elements that you can use in a window in an Android application?
1. Identify the misspelled word in the list below.
1. Which of the following is true about setTimeOut()?
1. Which of the following factors have an impact on the Google PageRank?
1. Consider the following code snippet:<div id="sectors"><div id="B" class="B"></div><div id="A" class="A"></div><div id="D" class="D"></div><div id="C" class="C"></div> <div id="E" class="E"></div>float: left;
1. What is the best practice for running MySQL queries in PHP? Consider the risk of SQL injection.
1. Which of the following statements regarding WebSockets is true?

1. Which of the following sentences illustrates correct usage of articles and conjunctions?
1. Which of the following will hash a string/password to its md5 equivalent?