Sample
Test Questions
Warm up on
the free sample tests we offer. Built using questions based on
the syllabus described in the List of Tests and set in the pattern
of real SWcaliber tests, these tests are custom-designed to provide
vital information on your weak points, and on the way the test
functions in general. The Sample Test is a shorter version of
the Fast Test, but lasts equally long. This way, you try out the
test and your skills at a level that is less challenging, less
demanding.
SAMPLE
QUESTIONS
1. Programming Concepts/Fundamental
Why
is the 'do-while' statement preferred to a 'while' statement?
| [A] |
It increases the source code size. |
| [B] |
The 'do-while' statement executes faster than 'while' statement |
| [C] |
No preference is given. |
| [D] |
The 'while' statement transfers control unconditionally. |
| [E] |
It executes the procedure at least once. |
Ans.: (E)
Module: C
2. Database Concepts
The
---- event occurs after the changed data in a record is updated.
| [A] |
Update |
| [B] |
Before Update |
| [C] |
After Update |
| [D] |
Cancel Update |
| [E] |
Batch Update |
Ans.:(C)
Module: Access
3. Error Handling and Handling
Which restriction is associated with the use of the Implement
statement?
| [A] |
It can only be used in form modules. |
| [B] |
It can only be used once in an application. |
| [C] |
The Implement statement cannot appear in a standard module. |
| [D] |
When Implement is used to an interface or class, all the public procedures defined by the base class must be defined. |
| [E] |
Both (C) and (D). |
Ans.:(E)
Module: VISUAL BASIC
4. Performance Issues
A
statement within the body of a function calling the same function
is a/an ----.
| [A] |
internal function |
| [B] |
recursive function |
| [C] |
subprogram |
| [D] |
procedure |
| [E] |
iterative function. |
Ans.:(B)
Module : C
5.
Internet Technologies
Which
of the following is not an event for FrameSet in JavaScript?
| [A] |
MouseExit |
| [B] |
Focus |
| [C] |
OnClick |
| [D] |
MouseOver |
| [E] |
Onblur |
Ans: (D)
Module: ASP