Please answer all the questions in the test below. You will have an hour to complete all the questions
Theme
Cross Page Posting
Code-front
None of the above
Rate this question:
C#
C
Visual Basic
Rate this question:
Text-color
Word-color
Color
Font-color
Rate this question:
1
2
3
Unlimited
Rate this question:
An integer's default value is 0
An integer is a reference type
An integer can be nothing
An integer's maximum value is (2^31)-1
Rate this question:
Programmers has to take care of delete sessions after configurable timeout interval
ASP.NET automatically delete sessions after configurable timeout interval
The default time interval is 5 minutes
None of the Above
Rate this question:
System.Web.UI.Page
System.Windows.Page
System.Web.page
Rate this question:
Exception
Code-behind
Code-front
None of the above
Rate this question:
Option
Select
List
Rate this question:
Implement application and session level events
Declare Global variables
No use
Rate this question:
ProductType = ProductTypes.Beer, client.Age = 17
ProductType = ProductTypes.Coke, client.Age = 18
ProductType = ProductTypes.Beer, client.Age = 19
Rate this question:
EXEC dbo.fn_MyFunction(@Param1, @Param2)
EXEC fn_MyFunction(@Param1, @Param2)
SELECT fn_MyFunction(@Param1, @Param2)
SELECT dbo. fn_MyFunction(@Param1, @Param2)
Rate this question:
$('li.red').spans();
$('list span.red')
$('li span.red');
$('li span').red();
('li.span.red');
Rate this question:
2
3
1
More than 3
Rate this question:
INT
BOOLEAN
BIT
FLAG
Rate this question:
Quiz Review Timeline (Updated): Mar 19, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.