Quality Assurance Quiz #1
Quality Assurance Quiz #1
❏ AVG;
❏ LEN;
❏ LEFT;
❏ JOIN;
❏ GET;;
❏ EXTRACT;;
❏ OPEN;
❏ SELECT;
❏ REMOVE;
❏ DESTROY;
❏ DELETE;
❏ COLLAPSE;
4. With SQL, how do you select a column named "FirstName" from a table
named "Persons"?
❏ SELECT Persons.FirstName;
❏ SELECT Persons FROM FirstName;
❏ SELECT FirstName FROM Persons;
❏ EXTRACT FirsName FROM Persons;
5. With SQL, how do you select all the records from a table named "Persons"
where the value of the column "FirstName" is "Peter"?
❏ UNIQUE;
❏ COMMON;
❏ DISTINCT;
❏ DIFFERENT;
❏ ORDER BY;;
❏ SORT;
❏ ORDER;
❏ SORT BY;
8. The NOT NULL constraint enforces a column to not accept empty values.
❏ TRUE;
❏ FALSE;
10. The ___________ Testing will be performed by the people at client own
locations:
❏ Alpha testing;
❏ Field testing;
❏ Performance testing;
❏ System testing;
11. The ___________ technique can be used to achieve input and output
coverage
❏ Performance testing;
❏ Unit testing;
❏ Regression testing;
❏ Sanity testing;
13. Testing where in we subject the target of the test , to varying workloads to
measure and evaluate the performance behaviors and ability of the target
and of the test to continue to function properly under these different
workloads.
❏ Load Testing;
❏ Integration Testing;
❏ System Testing;
❏ Usability Testing;
14. Testing activity which is performed to expose defects in the interfaces and in
the interaction between integrated components is :
15. ________indicates how important it is to fix the bug and when it should be
❏ Severity;
❏ Priority;
❏ All of the above;
❏ None of the above;
16. The goal of a software tester is to find bugs, find them as early as possible and
make sure they get fixed.
❏ True;
❏ False;
17.Failure is _________
❏ 42;
❏ 44;
❏ 45;
❏ 46;
7, 2, 12, 2, 17, 2,
❏ 21;
❏ 22;
❏ 24;
❏ 25;
20.
Answer:
5:19
❏ 45
❏ 29
❏ 39
❏ 37
22. Veena who is the sister-in-law of Ashok, is the daughter-in-law of Kalyani.
Dheeraj is the father of Sudeep who is the only brother of Ashok. How
Kalyani is related to Ashok?
❏ Mother-in-law
❏ Aunt
❏ Wife
❏ None of these
❏ Sister
❏ Daughter's-in-law
❏ Sister-in-law
❏ Cousin
24.A boy is sitting at the back seat of a car. When the driver suddenly starts
moving the car (in forward direction), the boy experiences a backward force?
❏ Always
❏ Never
❏ Often
❏ Sometimes
❏ 10 11 12 13 14 15; ❏
9 8 7 6 5 4 3 2 1 0;
❏ 10 9 8 7 6 5;
❏ 10 9 8 7 6;
27.What must the initialization be so that the following fragment prints out the
integers -3 -2 -1 ?
for ( _______; j < 0; j++ )
System.out.print( j + " " );
System.out.println( );
❏ int j = 0;
❏ int j < 0;
❏ int j = -3;
❏ int j = -4;
int x = 2; int
z;
for(z = 6; z <= 2; z++) x
= x + z;
System.out.println("x = " + x);
System.out.println("z = " + z);
Answer:
int x = 0; int z
= 5; while (z >
1 ){ x = x + 1 /
z; z = z - 1;
}
System.out.println("x = " + x);
System.out.println("z = " + z);
Answer:
30.Lesia’s father has five daughters: 1) Nana, 2) Nene, 3) Nini, 4) Nono. What is
the fifth daughter’s name?
❏ Nunu;
❏ Nyny;
❏ Lesia;
❏ None of the above;;