VB.NET and .NET Programming Fundamentals

Test your knowledge of VB.NET programming concepts, .NET framework, IL assembly, and related development tools including Microsoft Test Manager and Oracle PLSQL fundamentals.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the primary interface that a tester uses to create test cases, organize test plans, track test results, and file bugs when defects are found?

  1. Microsoft Test Manager 2010
  2. Microsoft Lab Manager 2010
  3. Microsoft Test Runner 2010
  4. Visual Studio 2010 Ultimate
Question 2 Multiple Choice (Single Answer)

Which of the following is not a capability of Microsoft Test Manager 2010?

  1. Fast Forwarding of Test case steps
  2. Manual Test Case Recording
  3. Scheduling the test case runs
  4. Tracking the test cases
  5. All of the above
Question 3 Multiple Choice (Single Answer)

TFS reports can be accessed via

  1. SQL Server Reporting Services
  2. SharePoint Project Portal
  3. Team Explorer
  4. All of the above
Question 4 Multiple Choice (Single Answer)

Testing check-ins before building can be achieved through

  1. Incremental Check-ins
  2. Test driven development
  3. Gated Check-ins
  4. Continuous integration
Question 5 Multiple Choice (Single Answer)

To increase size of a Table Type Collection/Varrays, use ...

  1. EXISTS(n)
  2. EXTEND(n)
  3. LIMIT(n)
  4. SIZE(n)
Question 6 True/False

Procedure MUST have IN/OUT parameters.

  1. True
  2. False
Question 7 True/False

If a Procedure/Package code is getting compiled in the database for the first time and we receive compilation time error, the procedure/package still gets stored in the database. The previous statement is TRUE/FALSE?

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

VbOk,VbCancel,VbAbort are all the enumerated members of

  1. MsgboxStyle Enumeration
  2. MsgboxResult Enumeration
  3. CompareMethod Enumeration
  4. None of the above
Question 9 Multiple Choice (Single Answer)

Which method of VB.NET implements the same functionality of Destructor of C#

  1. Dispose
  2. Close
  3. Finalize
  4. None of the above
Question 10 Multiple Choice (Single Answer)

VbOk,VbCancel,VbAbort are all the enumerated members of

  1. MsgboxStyle Enumeration
  2. MsgboxResult Enumeration
  3. CompareMethod Enumeration
  4. None of the above
Question 11 Multiple Choice (Single Answer)

By default VB.NET delegate refers

  1. Shared Methods
  2. Instance Methods
  3. Both A & B
  4. None of the above
Question 12 Multiple Choice (Single Answer)

which program will you use to assemble a program written in IL:

  1. ilasm
  2. ildasm
  3. clr
  4. None of the above
Question 13 Multiple Choice (Single Answer)

What is the output of the messagebox function in following code Class Test Dim A, B, C as Byte, Sub Main() A=200 B=100 C=A+B Console.WriteLine ( C ) End sub End Class

  1. Prints 300 as the output
  2. Prints “C”
  3. Compiler Error
  4. RunTime Error
Question 14 Multiple Choice (Single Answer)

How do you Dereference an Object in VB.NET

  1. By setting the object to Null
  2. By setting the object to Nothing
  3. With Close keyword
  4. None of the above
Question 15 Multiple Choice (Single Answer)

Which control should not be used for adding Tool tip?

  1. ToolTip
  2. TipWin
  3. ToolTipWin
  4. ToolsTips
  5. B,C & D
Question 16 Multiple Choice (Single Answer)

Append,Binary,Input are all the enumerated members of

  1. OpenMode Enumeration
  2. OpenAccess Enumeration
  3. OpenShare Enumeration
  4. None of the above
Question 17 Multiple Choice (Single Answer)

My.Application.Log.WriteEntry , by default , writes to the file:

  1. assemblyname.log
  2. Applog.Log
  3. Application.Log
  4. None of the above
Question 18 True/False

A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:

  1. True
  2. False
Question 19 Multiple Choice (Single Answer)

Which of the following NameSpace contains EventLog component?

  1. System.Threading
  2. System.IO
  3. System.Diagnostics
  4. System.XML
Question 20 Multiple Choice (Single Answer)

Which of the following can be used to run other application or batch file from VB.Net

  1. System.Diagnostics.Process
  2. System.App.Run
  3. System.Diagnostics.Run
  4. System.Fileapp.Execute