

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.
51. |
How will you trim the spaces on the left of a string using VBScript? |
Answer» | |
52. |
How will you convert a string to upper case string using VBScript? |
Answer» | |
53. |
How will you convert a string to lower case string using VBScript? |
Answer» | |
54. |
How will you get the last occurrence of one string within another string using VBScript? |
Answer» | |
55. |
How will you get the first occurrence of one string within another string using VBScript? |
Answer» | |
56. |
How will you get the exponent of the given number in VBScript? |
Answer» | |
57. |
How will you get the absolute value of the given number in VBScript? |
Answer» | |
58. |
How will you get the square root of the given number in VBScript? |
Answer» | |
59. |
How will you get a random number between 0 and 1 in VBScript? |
Answer» | |
60. |
How will you get the hexadecimal value of the given number in VBScript? |
Answer» | |
61. |
How will you get the octal value of the given number in VBScript? |
Answer» | |
62. |
How will you get the natural logarithm of the given number in VBScript? |
Answer» | |
63. |
How will you get the integer part of a number in VBScript? |
Answer» | |
64. |
How will you format a number in percetage format in VBScript? |
Answer» | |
65. |
How will you format a number upto 3 decimal places in VBScript? |
Answer» | |
66. |
How will you convert a given number to Hexadecimal in VBScript? |
Answer» | |
67. |
How will you convert a given number to Single in VBScript? |
Answer» | |
68. |
How will you convert a given number to Long in VBScript? |
Answer» | |
69. |
How will you convert a given number to Integer in VBScript? |
Answer» | |
70. |
How will you convert a given number to double in VBScript? |
Answer» | |
71. |
How to delete a Cookie using VBScript? |
Answer» | |
72. |
How to read a Cookie using VBScript? |
Answer» | |
73. |
How to create a Cookie using VBScript |
Answer» | |
74. |
Can you access Cookie using VBScript? |
Answer» | |
75. |
What is the output of A & B in VBScript if A = "VB" and B = "Script"? |
Answer» | |
76. |
What is the output of A & B in VBScript if A = 5 and B = 10? |
Answer» | |
77. |
What is the output of A + B in VBScript if A = "VB" and B = "Script"? |
Answer» | |
78. |
What is the output of A + B in VBScript if A = 5 and B = 10? |
Answer» | |
79. |
Which opearator can be used to do an XOR operation in VBScript? |
Answer» | |
80. |
Which opearator can be used to check if two numbers are equal or not in VBScript? |
Answer» | |
81. |
Which opearator can be used to get the exponent of a number in VBScript? |
Answer» | |
82. |
Which opearator can be used to get the modulus of two numbers in VBScript? |
Answer» | |
83. |
How many types of operators VBScript supports? |
Answer» | |
84. |
What is the scopt of constant declared using Private? |
Answer» | |
85. |
What is the scope of a constant declared using Public? |
Answer» | |
86. |
How will you declare a constant in VBScript? |
Answer» | |
87. |
What is the scope of a variable declared using Private? |
Answer» | |
88. |
What is the scope of a variable declared using Public? |
Answer» | |
89. |
What is the scope of a variable declared using Dim? |
Answer» | |
90. |
What are the valid scopes of a variable in VBScript? |
Answer» | |
91. |
How to assign a date value to a variable? |
Answer» | |
92. |
How to assign a string value to a variable? |
Answer» | |
93. |
How to assign a numeric value to a variable? |
Answer» | |
94. |
Do you need to specify the type of variable during declaration? |
Answer» | |
95. |
How do you declare a variable in VBScript? |
Answer» | |
96. |
What are the variable naming conventions in VBScript? |
Answer» | |
97. |
Is VBScript case sensitive? |
Answer» | |
98. |
What are the disadvantages of VBScript? |
Answer» | |
99. |
What are the advantages of VBScript? |
Answer» | |
100. |
What is VBScript? |
Answer» | |