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.
Questions
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?
- Microsoft Test Manager 2010
- Microsoft Lab Manager 2010
- Microsoft Test Runner 2010
- Visual Studio 2010 Ultimate
Which of the following is not a capability of Microsoft Test Manager 2010?
- Fast Forwarding of Test case steps
- Manual Test Case Recording
- Scheduling the test case runs
- Tracking the test cases
- All of the above
TFS reports can be accessed via
- SQL Server Reporting Services
- SharePoint Project Portal
- Team Explorer
- All of the above
Testing check-ins before building can be achieved through
- Incremental Check-ins
- Test driven development
- Gated Check-ins
- Continuous integration
To increase size of a Table Type Collection/Varrays, use ...
- EXISTS(n)
- EXTEND(n)
- LIMIT(n)
- SIZE(n)
Procedure MUST have IN/OUT parameters.
- 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?
- True
- False
VbOk,VbCancel,VbAbort are all the enumerated members of
- MsgboxStyle Enumeration
- MsgboxResult Enumeration
- CompareMethod Enumeration
- None of the above
Which method of VB.NET implements the same functionality of Destructor of C#
- Dispose
- Close
- Finalize
- None of the above
VbOk,VbCancel,VbAbort are all the enumerated members of
- MsgboxStyle Enumeration
- MsgboxResult Enumeration
- CompareMethod Enumeration
- None of the above
By default VB.NET delegate refers
- Shared Methods
- Instance Methods
- Both A & B
- None of the above
which program will you use to assemble a program written in IL:
- ilasm
- ildasm
- clr
- None of the above
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
- Prints 300 as the output
- Prints “C”
- Compiler Error
- RunTime Error
How do you Dereference an Object in VB.NET
- By setting the object to Null
- By setting the object to Nothing
- With Close keyword
- None of the above
Which control should not be used for adding Tool tip?
- ToolTip
- TipWin
- ToolTipWin
- ToolsTips
- B,C & D
Append,Binary,Input are all the enumerated members of
- OpenMode Enumeration
- OpenAccess Enumeration
- OpenShare Enumeration
- None of the above
My.Application.Log.WriteEntry , by default , writes to the file:
- assemblyname.log
- Applog.Log
- Application.Log
- None of the above
A ‘Queue’ Collection provides ‘first-in-first-out’ functionality:
- True
- False
Which of the following NameSpace contains EventLog component?
- System.Threading
- System.IO
- System.Diagnostics
- System.XML
Which of the following can be used to run other application or batch file from VB.Net
- System.Diagnostics.Process
- System.App.Run
- System.Diagnostics.Run
- System.Fileapp.Execute