1.
Which keyword refers the parent of the current object
A. 
B. 
C. 
D. 
2.
What is the significance of Shadowing a method in VB.Net ?
A. 
It makes a method Overridable
B. 
It makes a method not inheritable
C. 
It replaces all the implementation from high in the inheritance chain
D. 
3.
How do you achieve interface implementation in VB.NET?
A. 
B. 
C. 
D. 
4.
How does VB.NET instantiates the .NET object
A. 
B. 
Using CREATEOBJECT keyword
C. 
D. 
5.
Web.Config file is of the type
A. 
B. 
C. 
D. 
6.
How to determine if a variable has not been initialized in VB.NET?
A. 
B. 
C. 
D. 
7.
Which part of the .NET Framework provides Context for managed code?
A. 
B. 
C. 
D. 
8.
How are the parameters referenced by default in VB.NET?
A. 
B. 
C. 
D. 
9.
How do you limit implicit type conversion in VB.NET?
A. 
B. 
C. 
D. 
10.
Which are the exceptions that VB.Net supports ,C# & other languages doesn’t support ?
A. 
B. 
C. 
D. 
11.
VbOk,VbCancel,VbAbort are all the enumerated members of
A. 
B. 
C. 
CompareMethod Enumeration
D. 
12.
Which of the following are the valid method of command object
A. 
ExecuteNonQuery & ExecuteScalar
B. 
ExecuteQuery & ExecuteScalar
C. 
D. 
13.
The Visual Basic Compiler is
A. 
B. 
C. 
D. 
14.
Which statement shows Boxing?
A. 
Dim O as object=I ( as i an integer)
B. 
C. 
D. 
15.
What is the maximum no of dimension that an array can have in VB.NET ?
A. 
B. 
C. 
D. 
16.
Which class is used to run the EXE application file in VB.NET
A. 
B. 
C. 
D. 
17.
How do you join strings in VB.NET
A. 
B. 
C. 
D. 
18.
To find out the role of the logged in user, you’ll use
A. 
User.IsInRole(“Administrators”)
B. 
User.Role(“Administrators”)
C. 
UserRole(“Administrators”)
D. 
19.
Classes from which namespace will have to be used to read or write to a file?
A. 
B. 
C. 
D. 
20.
In VB.NET default value for Boolean variable?
A. 
B. 
C. 
D. 
21.
Which SQL statement is used to delete data from a database ?
A. 
B. 
C. 
D. 
22.
Which SQL statement is used to update data in a database ?
A. 
B. 
C. 
D. 
23.
Which SQL statement is used to extract data from a database ?
A. 
B. 
C. 
D. 
24.
System databases stores server specific configuration information, including authorized users, databases, system configuration settings and remote servers ?
A. 
B. 
C. 
D. 
25.
A _____ column cannot contain NULL values since it is used to uniquely identify rows in a table.
A. 
B. 
C. 
D.