Saved Bookmarks
This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How will you trim the spaces on the left of a string using VBScript? |
| Answer» | |
| 2. |
How will you convert a string to upper case string using VBScript? |
| Answer» | |
| 3. |
How will you convert a string to lower case string using VBScript? |
| Answer» | |
| 4. |
How will you get the last occurrence of one string within another string using VBScript? |
| Answer» | |
| 5. |
How will you get the first occurrence of one string within another string using VBScript? |
| Answer» | |
| 6. |
How will you get the exponent of the given number in VBScript? |
| Answer» | |
| 7. |
How will you get the absolute value of the given number in VBScript? |
| Answer» | |
| 8. |
How will you get the square root of the given number in VBScript? |
| Answer» | |
| 9. |
How will you get a random number between 0 and 1 in VBScript? |
| Answer» | |
| 10. |
How will you get the hexadecimal value of the given number in VBScript? |
| Answer» | |
| 11. |
How will you get the octal value of the given number in VBScript? |
| Answer» | |
| 12. |
How will you get the natural logarithm of the given number in VBScript? |
| Answer» | |
| 13. |
How will you get the integer part of a number in VBScript? |
| Answer» | |
| 14. |
How will you format a number in percetage format in VBScript? |
| Answer» | |
| 15. |
How will you format a number upto 3 decimal places in VBScript? |
| Answer» | |
| 16. |
How will you convert a given number to Hexadecimal in VBScript? |
| Answer» | |
| 17. |
How will you convert a given number to Single in VBScript? |
| Answer» | |
| 18. |
How will you convert a given number to Long in VBScript? |
| Answer» | |
| 19. |
How will you convert a given number to Integer in VBScript? |
| Answer» | |
| 20. |
How will you convert a given number to double in VBScript? |
| Answer» | |
| 21. |
How to delete a Cookie using VBScript? |
| Answer» | |
| 22. |
How to read a Cookie using VBScript? |
| Answer» | |
| 23. |
How to create a Cookie using VBScript |
| Answer» | |
| 24. |
Can you access Cookie using VBScript? |
| Answer» | |
| 25. |
What is the output of A & B in VBScript if A = "VB" and B = "Script"? |
| Answer» | |
| 26. |
What is the output of A & B in VBScript if A = 5 and B = 10? |
| Answer» | |
| 27. |
What is the output of A + B in VBScript if A = "VB" and B = "Script"? |
| Answer» | |
| 28. |
What is the output of A + B in VBScript if A = 5 and B = 10? |
| Answer» | |
| 29. |
Which opearator can be used to do an XOR operation in VBScript? |
| Answer» | |
| 30. |
Which opearator can be used to check if two numbers are equal or not in VBScript? |
| Answer» | |
| 31. |
Which opearator can be used to get the exponent of a number in VBScript? |
| Answer» | |
| 32. |
Which opearator can be used to get the modulus of two numbers in VBScript? |
| Answer» | |
| 33. |
How many types of operators VBScript supports? |
| Answer» | |
| 34. |
What is the scopt of constant declared using Private? |
| Answer» | |
| 35. |
What is the scope of a constant declared using Public? |
| Answer» | |
| 36. |
How will you declare a constant in VBScript? |
| Answer» | |
| 37. |
What is the scope of a variable declared using Private? |
| Answer» | |
| 38. |
What is the scope of a variable declared using Public? |
| Answer» | |
| 39. |
What is the scope of a variable declared using Dim? |
| Answer» | |
| 40. |
What are the valid scopes of a variable in VBScript? |
| Answer» | |
| 41. |
How to assign a date value to a variable? |
| Answer» | |
| 42. |
How to assign a string value to a variable? |
| Answer» | |
| 43. |
How to assign a numeric value to a variable? |
| Answer» | |
| 44. |
Do you need to specify the type of variable during declaration? |
| Answer» | |
| 45. |
How do you declare a variable in VBScript? |
| Answer» | |
| 46. |
What are the variable naming conventions in VBScript? |
| Answer» | |
| 47. |
Is VBScript case sensitive? |
| Answer» | |
| 48. |
What are the disadvantages of VBScript? |
| Answer» | |
| 49. |
What are the advantages of VBScript? |
| Answer» | |
| 50. |
What is VBScript? |
| Answer» | |