Saturday 13 December 2014

IBM apti

1)A printer started its work at 8.15 a.m and ended its work at 9.20 p.m. It was interrupted twice
for the time duration of 42 min. It can print 100 instructions per hour. Approximate how many
instructions it can print?

Sunday 16 November 2014

Characteristics of a Good SRS


Characteristics of a Good SRS
A good SRS document has certain characteristics that must be present. Thecharacteristics are:1.
Correctness:
             An SRS is correct if every requirement included in the SRSrepresents something required in the final system.2.
Completeness.

testing interview


Q. 1: Why a software needs to be tested?
Every software product needs to be tested since, the development 'process' is unable to produce defect free software. Even if the development process is able to produce a defect free software, we will not be able to know unless & until we test it. Without testing it, we shall not be having enough confidence that it will work.
Testing not only identifies and reports defect but also measures the quality of the product, which helps to decide whether to release the product, or not.
<<<<<< =================== >>>>>>

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
 

english

Ques. Select the word or phrase which best expresses the meaning of the given word. : VORACIOUS
Op 1: Wild Op 2: Hungry Op 3: Angry Op 4: Quick Op 5: Correct Op : 2
Ques. Select the word or phrase which best expresses the meaning of the given word. : TIMID
Op 1: Fast
Op 2: Slow Op 3: Medium Op 4: Shy
Op 5: Correct Op : 4
Ques. Select the word or phrase which best expresses the meaning of the given word. : IRONIC
Op 1: Inflexible Op 2: Bitter
Op 3: Good-natured
Op 4: Disguisedly sarcastic Op 5:
Correct Op : 4

computer

Ques. There is a new data-type which can take as values natural numbers between (and including) 0 and 25. How many minimum bits are required to store this data- type.
Op 1: 4
Op 2: 5
Op 3: 1
Op 4: 3
Op 5: Correct Op : 2