VB Script Interview Questions
Questions Answers Views Company eMail

Explain about constants in vb script?

567

Why is the use of exit do or exit for statements within loops discouraged?

557

Difference between dim,public and private variables in vb script?

519

Explain about .wsf files?

610

Which object provide information about a single runtime error in a vbscript?

595

Explain different types of segment?

558

What are the different types of operators and their order of precedence?

561

What is the difference between vb debugger and the script debugger?

576

Which function allows you to instantiate an object given its programmatic identifier or progid?

551

What is dictionary object in vbscript? Explain?

616

Explain sga memory structures?

568

Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?

569

Explain about filter expression?

560

What is difference between vbscript and vba?

601

How to write functions and sub in vb script?

616


Post New VB Script Questions

Un-Answered Questions { VB Script }

Explain few date functions in vbscript?

608


Explain different types of segment?

558


Explain the tristate constants in vbscript?

551


What is the use of option explicit in vbscript?

536


What is the scope of a constant declared using public?

545






Explain vbscript in detail?

611


Explain about the functionality of vb script?

564


If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

1546


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

855


What is select case statement?

589


How to get the length of the string by making use of the string function?

552


Why to use option explicit in vb script?

592


Explain about .wsf files?

610


Explain sga memory structures?

568


Out of the different type of operators, which are evaluated first and last in the vbscript language?

555