Tuesday, February 21, 2017

Test answers for Web Services Test 2017

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

Test answers for Knowledge of SQL Server 2008 Skills Test 2017

99 Answered Test Questions:

1. Which of the following statements using GROUP BY clause are allowed in SQL Server 2008?
Answers: 
• SELECT Column1 + Column2 FROM Table GROUP BY Column1, Column2

Test answers for Knowledge of Mootools Skills Test 2017

74 NOT Answered Yet Test Questions:

(hold on, will be updated soon)
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"
Answers: 

Test answers for Knowledge of .Net Framework 4.0 Skills Test 2017

32 Answered Test Questions:

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};
Answers: 

Test answers for DotNet 3.5 using VB Test 2017

66 NOT Answered Yet Test Questions:

(hold on, will be updated soon)
1. What is the value of b3 after the following code is executed?
Dim b1 As Boolean? = True Dim b2 As Boolean? = Nothing
Dim b3 As Boolean? = If(b1 AndAlso b2, b1, b2)
Answers: 

Test answers for DotNet 3.5 using C# Test 2017

66 Answered Test Questions:

1. Which of the following are static methods of the System.Reflection Activator class?
Answers: 
• CreateComInstanceFrom

Test answers for DotNet 2.0 using VB Test 2017

70 Answered Test Questions:

1. Transactions initiated in which of the following are supported by System.Transactions infrastructure?
Answers: 
• SQL Server