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

Test answers for DotNet 2.0 using C# Test 2017

66 Answered Test Questions:

1. Which of the following are true when comparing built in types for equality?
Answers: 

Test answers for Dot Net Nuke Test 2017

3 Answered Test Questions:

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?
Answers: 

Test answers for ASP.Net 3.5 using VB Test 2017

34 Answered Test Questions:


1. Which of the following mechanisms are not suitable for returning a single row from a DataTable containing a large number of records?
Answers: 
• DataTable.Rows.Find
• DataTable.Rows.Select

Test answers for ASP.Net 3.5 using C# Test 2017

65 Answered Test Questions:

1. Which of the following are true of using ADO.NET DataSets and DataTables?
Answers: 
• The DataSets and DataTables objects requires continuous connection to the database
• All tables in a dataset must come from the same database

Test answers for ASP.Net 2.0 using VB Test 2017

2 Answered Test Questions:

1. While using the declaration below, what is the result of clicking on the control?
<input id="Button1" type="button" onclick="return Button1_onclick()"/>
Answers: 

Test answers for C# Test 2017

82 Answered Test Questions:


1. Which of the following define the rules for .NET Languages?
Answers: 
• GAC

Test answers for Python Test 2017


91 Answered Test Questions:

1. Which of the following will disable output buffering in Python?
Answers: 
• Using the -u command line switch
• class Unbuffered: def __init__(self, stream): self.stream = stream def write(self, data): self.stream.write(data) self.stream.flush() def __getattr__(self, attr): return getattr(self.stream, attr) import sys sys.stdout=Unbuffered(sys.stdout)
• Setting the PYTHONUNBUFFERED environment variable
• sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)

Test answers for Android Programming Test 2017

80 Answered Test Questions:

1. Which of the following are UI elements that you can use in a window in an Android application?
Answers: 
• TextBox
• TextView
• TextField
• TextElement
• EditText
• RichText

Test answers for English Spelling Test (U.S. Version) 2017

58 Answered Test Questions:

1. Identify the misspelled word in the list below.
Answers: 
• Pageant
• Poignant
• Plummage
• Priggish

Test answers for Javascript Test 2017

103 Answered Test Questions:

1. Which of the following is true about setTimeOut()?
Answers: 
• The statement(s) it executes run(s) only once.
• It pauses the script in which it is called.
• clearTimeOut() won't stop its execution.
• The delay is measured in hundredths of a second.
• It is required in every JavaScript function.

Search Engine Optimization Test 2017

61 Answered Test Questions:

1. Which of the following factors have an impact on the Google PageRank?
Answers: 
• The total number of inbound links to a page of a website
• The subject matter of the site providing the inbound link to a page of a website
• The text used to describe the inbound link to a page of a website
• The number of outbound links on the page that contains the inbound link to a page of a website

Test answers for CSS Test 2017

59 Answered Test Questions:

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;

Monday, February 20, 2017

Test answers for PHP Test 2017

50 Answered Test Questions:

1. What is the best practice for running MySQL queries in PHP? Consider the risk of SQL injection.
Answers: 
• Use mysql_query() and variables: for example: $input = $_POST['user_input']; mysql_query("INSERT INTO table (column) VALUES ('" . $input . "')");
• Use PDO prepared statements and parameterized queries: for example: $input= $_POST["user-input"] $stmt = $pdo->prepare('INSERT INTO table (column) VALUES (":input"); $stmt->execute(array(':input' => $input));
• Use mysql_query() and string escaped variables: for example: $input= $_POST["user-input"] $input_safe = mysql_real_escape_string($input); mysql_query("INSERT INTO table (column) VALUES ('" . $input. "')");
• Use mysql_query() and variables with a blacklisting check: for example: $blacklist = array("DROP","INSERT","DELETE"); $input= $_POST["user-input"] if (!$array_search($blacklist))) mysql_query("INSERT INTO table (column) VALUES ('" . $input. "')");

Test answers for HTML 5 Test 2017

59 Answered Test Questions:

1. Which of the following statements regarding WebSockets is true?
Answers: 
• It communicates with the server with only the data required by the application.
• It lowers the latency of connections for interactive web applications.
• It scales better and consumes less server resources than HTTP AJAX/long-poll.
• All of the above.

U.S. English Basic Skills Test 2017

Upwork (oDesk) Test answers for U.S. English Basic Skills Test 2016


73 Answered Test Questions:

1. Which of the following sentences illustrates correct usage of articles and conjunctions?
Answers: 
• Celine lives on Arthur Street; however, she works on Beatrice Boulevard.
• I would eat a peach every day if I could, nor the doctor told me I couldn't.
• Will Gertrude play the piano or an harp at the concert?
• Although she is angry at them, neither her son and her father will be at the party.

Test answers for WordPress Test 2017

70 Answered Test Questions:

1. Which of the following will hash a string/password to its md5 equivalent?
Answers: 
• md5()
• wp_generate_password()
• wp_generate_md5()
• password_md5()