1St Round:
Logical
reasoning(15 Questions) and Tetsing (10 Questions)
Logical reasoning Section-I
1.Apartments
in the Riverdale Manor cost less than apartments in The Gaslight Commons.
Apartments in the Livingston Gate cost more than apartments in the The Gaslight Commons. Of the three apartment buildings, the Livingston Gate costs the most. If the first two statements are true, the third statement is |
||||||
Ans: A
|
2.The
Pacific yew is an evergreen tree that grows in the Pacific Northwest. The
Pacific yew has a fleshy, poisonous fruit. Recently, taxol, a substance found
in the bark of the Pacific yew, was discovered to be a promising new
anticancer drug.
|
||||||||
Ans: C
|
3.When
they heard news of the hurricane, Maya and Julian decided to change their
vacation plans. Instead of traveling to the island beach resort, they booked
a room at a fancy new spa in the mountains. Their plans were a bit more
expensive, but they'd heard wonderful things about the spa and they were
relieved to find availability on such short notice.
|
||||||||
Ans: D
|
||||||||
4.Georgia
is older than her cousin Marsha. Marsha's brother Bart is older than Georgia.
When Marsha and Bart are visiting with Georgia, all three like to play a game
of Monopoly. Marsha wins more often than Georgia does.
|
||||||||
Ans: D
|
5.The
school principal has received complaints from parents about bullying in the
school yard during recess. He wants to investigate and end this situation as
soon as possible, so he has asked the recess aides to watch closely. Which
situation should the recess aides report to the principal?
|
||||||||
Ans: B
|
6.Zachary
has invited his three buddies over to watch the basketball game on his
wide-screen television. They are all hungry, but no one wants to leave to get
food. Just as they are arguing about who should make the food run, a
commercial comes on for a local pizze-ria that delivers. The phone number
flashes on the screen briefly and they all try to remember it. By the time
Zachary grabs a pen and paper, each of them recollects a different number.
#1: All of the men agree that the first three numbers are
995.
#2: Three of them agree that the fourth number is 9.
#3: Three agree that the fifth number is 2.
#4: Three agree that the sixth number is 6; three others
agree that the seventh number is also 6.
Which
of the numbers is most likely the telephone number of the pizzeria?
|
||||||||
Ans: A
|
Testing Section II:
1. Why is it necessary to define a
Test Strategy?
a. As there are many different ways
to test software, thought must be given to decide what will be the most
effective way to test the project on hand.
b. Starting testing without prior
planning leads to chaotic and inefficient test project
c. A strategy is needed to inform
the project management how the test team will schedule the test-cycles
d. Software failure may cause loss
of money, time, business reputation, and in extreme cases injury and death. It
is therefore critical to have a proper test strategy in place.
Ans:-D
2. The difference between re-testing
and regression testing is:
a) re-testing ensures the original
fault has been removed; regression testing looks for unexpected side-effects
b) re-testing looks for unexpected
side-effects; regression testing ensures the original fault has been removed
c)re-testing is done after faults
are fixed; regression testing is done earlier
d)re-testing is done by developers;
regression testing is done by independent testers
Ans: - A
3. A program validates a numeric
field as follows:
values less than 10 are rejected, values
between 10 and 21 are accepted, values greater than or equal to 22 are
rejected. which of the following covers the MOST boundary values?
a. 9,10,11,22
b. 9,10,21,22
c. 10,11,21,22
d. 10,11,20,21
Ans: - B
4. Boundary value testing
a. Is the same as equivalence partitioning tests
b. Test boundary conditions on, below and above the edges of input and
output equivalence classes
c. Tests combinations of input circumstances
d. Is used in white box testing strategy
Ans: - B
No comments:
Post a Comment