InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How to clear an error in VBScript? |
| Answer» | |
| 2. |
How to get the error details in VBScript? |
| Answer» | |
| 3. |
How to throw an error in VBScript? |
| Answer» | |
| 4. |
How to capture a runtime Error in VBScript? |
| Answer» | |
| 5. |
How RegExp.Execute method works? |
| Answer» | |
| 6. |
How RegExp.Replace method works? |
| Answer» | |
| 7. |
How RegExp.Test method works? |
| Answer» | |
| 8. |
What are the properties of RegExp object? |
| Answer» | |
| 9. |
What is the purpose of RegExp object in VBScript? |
| Answer» | |
| 10. |
What is the purpose of TextStream object of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 11. |
What is the purpose of Folders object of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 12. |
What is the purpose of Folder object of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 13. |
What is the purpose of Files object of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 14. |
What is the purpose of File object of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 15. |
What is the purpose of Drive object of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 16. |
What is purpose of Scripting.FileSystemObject class in VBScript? |
| Answer» | |
| 17. |
What are class events? |
| Answer» | |
| 18. |
What are class methods? |
| Answer» | |
| 19. |
What are class properties? |
| Answer» | |
| 20. |
What are class variables? |
| Answer» | |
| 21. |
How to create a Class in VBScript? |
| Answer» | |
| 22. |
What is a Class in VBScript? |
| Answer» | |
| 23. |
How can you destroy an object in VBScript? |
| Answer» | |
| 24. |
How can you create an Object in VBScript? |
| Answer» | |
| 25. |
How to pass argument by reference to a function in VBScript? |
| Answer» | |
| 26. |
How to pass argument by value to a function in VBScript? |
| Answer» | |
| 27. |
What are subprocedures in VBScript? |
| Answer» | |
| 28. |
Can in VBScript, function return multiple values? |
| Answer» | |
| 29. |
How to return a value from a function in VBScript? |
| Answer» | |
| 30. |
How to call a function in VBScript? |
| Answer» | |
| 31. |
How to create a function in VBScript? |
| Answer» | |
| 32. |
How will you release the memory acquired by an array variable in VBScript? |
| Answer» | |
| 33. |
How will you check that a variable is an array in VBScript? |
| Answer» | |
| 34. |
How will you get a subset of a array in VBScript? |
| Answer» | |
| 35. |
How will you get a combined string from array of string in VBScript? |
| Answer» | |
| 36. |
How will you split a string into an array in VBScript? |
| Answer» | |
| 37. |
How will you get the largest subscript of an array in VBScript? |
| Answer» | |
| 38. |
How will you get the smallest subscript of an array in VBScript? |
| Answer» | |
| 39. |
How will you increase the size of an array in VBScript? |
| Answer» | |
| 40. |
How will you assign values to an array in VBScript? |
| Answer» | |
| 41. |
How to declare an array in VBScript? |
| Answer» | |
| 42. |
How will you reverse a String in VBScript? |
| Answer» | |
| 43. |
How will you get a string with the specified character the specified number of times in VBScript? |
| Answer» | |
| 44. |
How StrComp function works? |
| Answer» | |
| 45. |
How will you compare two strings in VBScript? |
| Answer» | |
| 46. |
How will you fill the string with the specified number of spaces using VBScript? |
| Answer» | |
| 47. |
How will you replace a string with another string using VBScript? |
| Answer» | |
| 48. |
How will you get length of a string using VBScript? |
| Answer» | |
| 49. |
How will you trim the leading as well as trailing spaces of a string using VBScript? |
| Answer» | |
| 50. |
How will you trim the spaces on the right of a string using VBScript? |
| Answer» | |