Data Comparison Test
This test is made up of two given variables namely A and B and you are required to compare their values.
There will always be 4 options A, B, C and D to choose from.
You choose
A if value A>value B
You choose
A if value A>value B
B if value B>value A
C if value A=value B
D if there isn't sufficient information given to make a proper decision.
Consider the following example.
A= a month number from January to May, B= a month number from August to December.
Clearly B>A always, so you choose option B.
Another example
A= a month number, B= a weekday number. Now, A will range between 1 to 12, and B will range from 1 to 7. Not enough information to make a decision. So you pick option D.
0 Comments