VB Interview Questions

Visual Basic Interview Questions

  1. How do you center a form?
  2. Can I send keystrokes to a DOS application?
  3. Convert an RGB value to a long, or a long to RGB.
  4. Implement smooth scrolling for either text, graphics or controls across a form.
  5. Implement some quick and easy encryption (can be something primitive).
  6. 4 different types of sorts: advantages and disadvantages.
  7. Compute CRC32 checksum, write a quick piece of code that accepts the packet of data and returns the CRC.
  8. How do you use the Mouse OFF event?
  9. How do I call Windows Help files from a VB program?

Basic VB interview questions

  1. How do you center a form?
  2. Can I send keystrokes to a DOS application?
  3. Convert an RGB value to a long, or a long to RGB.
  4. Implement smooth scrolling for either text, graphics or controls across a form.
  5. Implement some quick and easy encryption (can be something primitive).
  6. 4 different types of sorts: advantages and disadvantages.
  7. Compute CRC32 checksum, write a quick piece of code that accepts the packet of data and returns the CRC.
  8. How do you use the Mouse OFF event?
  9. How do I call Windows Help files from a VB program?

EDS Visual Basic and SQL Server Interview Questions

  1. What is the difference between modal and modaless form in VB?
  2. Why we need a MDI form? How can we make a form as a mdichild form?
  3. Specify technical & functional architecture of your last 2 projects.
  4. What are the objects in ADODB?
  5. What are different types of cursors in ADODB?
  6. What are different types of locks in ADODB?
  7. What is disconnected recordset?
  8. Besides Standard Exe what are other types of projects in VB?
  9. What is the difference among Standard EXE, Active-X DLL, Active-X EXE?

VB Interview Question

  1. What is the method for returning more than one values from a function in VB?
  2. What is early-binding and late-binding? Does ASP support early-binding?
  3. Difference between T-SQL and PL/SQL?
  4. How can a COM object be modified in VB?
  5. What is Byval and ByRef in VB? And how does it work?
  6. Have you used inner join? How does it work? What is in the resultset? Rows from 1st table or 2nd table?
  7. What is disconnected mode?
  8. How is the error handling in stored proc of T-SQL?
  9. What is Transcaction?

Questions to ask VB Programmer

  1. 3 main differences between flexgrid control and dbgrid control
  2. ActiveX and Types of ActiveX Components in VB
  3. Advantage of ActiveX Dll over Active Exe
  4. Advantages of disconnected recordsets
  5. Benefit of wrapping database calls into MTS transactions
  6. Benefits of using MTS
  7. Can database schema be changed with DAO, RDO or ADO?
  8. Can you create a tabletype of recordset in Jet - connected ODBC database engine?
  9. Constructors and distructors
  10. Controls which do not have events
  11. Default property of datacontrol
  12. Define the scope of Public, Private, Friend procedures?

Pages (5): « First ... « 1 2 3 [4] 5 »