Sunday, 16 November 2014

Questions+for+QA 1


1.      Can you tell me about yourself?
 Answer: In my QA career, I have been working on various system platforms and operating systems like Windows 95, Windows 2000, Windows XP and UNIX. I have tested applications developed in Java, C++, and Visual Basic and so on. I have tested Web-based applications as well as client server applications.

Questions+for+QA 2


 


51. What is the difference between verification and validation?

Verification: Verification is a process to ensure that the software that is made, matches the original design. In other words, it checks whether the software is made according to the criteria and specification described in the requirement document. It is to check whether you built the product right as per design. It is a low level checking. (It is done in walk-through meetings generally). It checked whether it is made accordingly to the design..

manual faq2

Q: How do you execute tests?

A: Execution of tests is completed by following the test documents in a methodical manner. As each test procedure is performed, an entry is recorded in a test execution log to note the execution of the procedure and whether or not the test procedure uncovered any defects. Checkpoint meetings are held throughout the execution phase. Checkpoint meetings are held daily, if required, to address and discuss testing issues, status and activities.

manual faq1


Manual Testing FAQS Part-I

Q: How do you introduce a new software QA process?

A: It depends on the size of the organization and the risks involved. For large organizations with high-risk projects, a serious management buy-in is required and a formalized QA process is necessary. For medium size organizations with lower risk projects, management and organizational buy-in and a slower, step-by-step process is required. Generally speaking, QA processes should be balanced with productivity, in order to keep 

Sunday, 12 October 2014

c program


C Sample Questions – 4
1. What will be the output of the following code:-
int c=20; switch(c)
{
case 19-26:printf("here"); break;
default:printf("there");
break;
}
a)here
b)there
c)No output
d)Error
Ans b

reasoning


Ques. Statements
P:All good athletes want to win.
Q:All good athletes eat well. Conclusions
I. All those who eat well are good athletes. II. All those who want to win, eat well.
Op 1: Only conclusion I follows. Op 2: Only conclusion II follows. Op 3: Neither I nor II follows Op 4: Both I and II follow.
Op 5: Correct Op : 2
Ques. Statements
P:Some mobiles are cameras.
Q:Some cameras are calculators. Conclusions
I. All calculators are mobiles. II. All cameras are mobiles.
Op 1: Only conclusion I follows. Op 2: Only conclusion II follows. Op 3: Neither I nor II follows.
Op 4: Both I and II follow. Op 5:
Correct Op : 3

math

Ques. If the sum of two numbers is 55 and the H.C.F. and L.C.M of these numbers are 5 and 120 respectively, then the sum of the reciprocals of the numbers is equal to:
Op 1: 55/601
Op 2: 601/55
Op 3: 11/120
Op 4: 120/11
Op 5:
Correct Op : 3