ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
In Satyam interview I have faced this question.Please 
answer me.
The calculator is calculating like this:
1+1=2
2+2=5
3+3=6
4+4=9
5+5=10
------ like this
Prepare a bug report on this.
 Question Submitted By :: Madhu
I also faced this Question!!     Rank Answer Posted By  
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 1
While adding an even number by itself the result is being 
displayed wrongly, The result obtained in 1 + original 
result which needs to obtained.
 
Is This Answer Correct ?    1 Yes 0 No
Deepika. Mashetty
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 2
when ever adding the even number itself , the value added
automatically , 

so the code is wrong , if the even number means, the value +
1 is  automaticallly added .
 
Is This Answer Correct ?    1 Yes 0 No
Raj
 
 
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 3
Condition:
Check for the display of additional values for even numbers
Input:
(i)Enter the even number(ii)Enter the + symbol in the 
calculator(iii)Enter the same even number and press the = 
symbol in the calculator
Expected Result:
It should display the value as the additon of those two 
values
 
Is This Answer Correct ?    0 Yes 0 No
Balaji
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 4
FOR ODD NUMBERS,CALC COMPUTES WELL
BUT COMING 2 EVEN NUMBERS,1 IS BEING ADDED TO THE SUM OF TWO
EVEN NUMBERS....
HENCE THERE MIGHT BE A BUG IN THE LOOP FOR ADDING TWO EVEN
NO.S',SINCE IT IS A CALC...WHICH HAS A LED DISPLAY THE
PROBLEM MIGHT B WITH THE LIGHT ELECTRIC DIODES..........
 
Is This Answer Correct ?    1 Yes 0 No
C.sri Harsha
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 5
Hi,

The question is kind of Abstract. There definitely is a bug 
with the functionality of the Calculator. I would say we 
could categorize Bug report outline as follows.

BugId : Autogenerated by Tool or as maintained by Tester.
BugSummary : Addition functionality failing for Even 
numbers. 
Application : Calculator.
Bug Description : Whenever User tries to add 2 even number, 
the resultant is displayed as one more than the actual 
expected result. Functionality works fine correctly for Odd 
Number addition. 
Severity : High.
Priority : High.
TestDataUsed : 2+2, 4+4, 6+6..........1+1,3+3........
Date Detected : ##/##/####
Detected By : Tester Name.

We would also have to test whether 2 odd Numbers are added 
up correctly on consecutive operations. Incase the result 
fails for the second attempt, we would have to change our 
Bug Report accordingly.
 
Is This Answer Correct ?    1 Yes 0 No
Suneetha
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 6
hi guys

here i am not giving my  exact answer but I likes to express
my views on  this sort of queries. in this situation as a
Test Engineer 
 u should not say addition of even numbers is giving
problem, instead of that u should be very specific about the
problem in this case every addition even numbers resultant
is added with 1 ex; 2+2=5, 4+4=9 etc, so you  have to be
very  specify these minute things properly  because your 

submitting report to your senior 

other then that u should mention:
 
1.severity and priority
2.Take screen shot & attachments (if possible)
3. define the sentence short and clear if it is analytical
like above query, 
4.define the steps to reproduce(show the  sample calculation
in above  query)
5.define the environment used(atleast show this field if ur
not sure also)
finally try to bring general bug report formate in any of
the bug
like who detected assigned person name, date, status of bug etc

          cheers
          ravi
 
Is This Answer Correct ?    2 Yes 0 No
Ravi
 
  Re: In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.
Answer
# 7
when an even no. is added to it, the result obtained is 
incorrect always 1 less than the result is displayed.
 
Is This Answer Correct ?    0 Yes 0 No
Tania
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
what is difference between regression & retesting?  4
Hi Friends..Can anybody tell me how much Salary u'll be getting for Manual Tester(1+ years of Experience)Position in the Companies like Wipro & Infosys???? Google3
What exactly we have to say when interviewer asked "Tell me about your self"?  1
1. What is the difference between Build Management and Release Management ? 2.When will conduct build verification and end to end testing? Accenture3
wat is the differece between three tier and two tier application AZTEC5
How GUI testing will be done in manual testing for a website?  3
what is difference between BVA and Equivalence Partitioning ? can u explain BVA for three digits? HTC1
what is test bed?  7
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)? Trigent4
What is the diff bet Message box and Dialog box,anybody can answer it.... Thanks in advance ACS2
What is Boundary value analysis?  2
is there any difference between test case design and test case development  1
Are regression tests required or do you feel there is a better use for resources? Ordain-Solutions1
what is data migration testing? CTS4
I u dont have SRS doc or dont have any info about product then how will u test it?  3
How to do risk management?  1
what is the need to write testcases??? cant u test ur application with SRS?? y u have to write testcase document?? FIC3
What is System Testing Phase? Which types of testing will be conducted in system testing phase?  1
Have you ever created a test plan?  5
What is test bed? and what is test harness? what is difference between these two?  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com