| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. If you know want to migrate your Visual Basic 6 application to VB.NET, what is the first thing you should do ?

Correct Answer is : Assess the VB 6 application; find out what controls it uses, what projects are in there and so on.

2. Some bits of a Visual Basic 6 application, like most APIs, can be easily migrated to VB.NET; other parts are not so straightforward. Which of the following will NOT have to be re-architected during a VB 6-to-VB.NET migration ?

Correct Answer is : ADO to ADO via Interop

3. The Visual Basic Upgrade Wizard will convert all the code in your VB 6 application to VB.NET code for you.

Correct Answer is : FALSE

4. This programming language model is used sparingly in VB 6 but is one of the cornerstones of VB.NET. Knowing the ins and outs of it will make an application migration project easier and also prepare you for additional work in VB.NET. What is the model ?

Correct Answer is : Object-oriented programming

5. What two controls are needed when creating a toolbar ?

Correct Answer is : ImageList and Toolbar control