Knowledge Share
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Knowledge Share

Knowledge is NOT Power IMPLEMENTATION of knowledge is Power!!!
 
HomePortalGalleryLatest imagesRegisterLog in

 

 Interview questions

Go down 
2 posters
AuthorMessage
Admin
Admin



Posts : 142
Points : 59624447
Reputation : 0
Join date : 2007-12-29
Location : Chennai

Interview questions Empty
PostSubject: Interview questions   Interview questions Icon_minitimeMon Mar 17, 2008 12:30 pm

1. What Technical Environments have you worked with?
Ans) Java, .NET, include the testing environment that u worked with..
2. Have you ever converted Test Scenarios into Test Cases?
Ans) Yes, define a suite of test scenarios, develop test cases that will validate the scenarios, and create test data to support the test cases
3. What is the ONE key element of 'test case'?
4. What is the ONE key element of a Test Plan?
5. What is SQA testing? tell us steps of SQA testing
Ans) to remove defects from software we use SQA, steps-->create a test strategy, test plan, test scnario's, test cases, test execution, test reporting, test log..
6. How do you promote the concept of phase containment and defect prevention?
Ans) Both are Metrics and both provides insight into the strengths and weaknesses of the error and defect detection processes in each phase of SDLC.
7. Which Methodology you follow in your Testcase?
Ans) Equivalence partitioning, Boundary value analysis, Error Guessing
8. Specify the tools used by MNC companies
Ans) It depends upon the companies that they effort to buy tools
9. What are the test cases prepared by the testing team
Ans) Integration, system, Accpetance(user), performance
10. During the start of the project how will the company come to an conclusion that tool is required for testing or not?
Ans) In my compnay, they decide upon the client request and also it depends on cost, time, resources
11. Define Bug Life Cycle? What is Metrics
12. What is a Test procedure?
13. What is the difference between SYSTEM TESTING and END-TO-END TESTING?
14. What is Traceability Matrix? Is there any interchangeable term for Traceability Matrix ?Are Traceability Matrix and Test Matrix same or Different ?
Ans) Both are different
Traceablilty matrix is nothing but tracing the id's right from the Requirement spec id till defect id such as tracking the specified defect if for that specified requirement id.
Test metrics is the mathmetical formula which can be drived from various factors (defect rised, test case pass etc).
15. What is the difference between an exception and an error?
Ans) Exception is a run time error where as interrupt is an event that arises due to software or hard ware.when ever specific event occurs interrupts are enabled
16. Correct bug tracking process - Reporting, Re-testing, Debigging, .....?
Ans) Reporting, debugging, Re-Testing
17. What is the difference between bug and defect?
Ans) due to mistakes in coding, testers find mismatches in the application, and they post them as defetcs, in the developing environment, if the developer accepts that the posted defect is a bug, then he will fix..
Note: Bug will deviate from expected result
18. How much time is/should be alloated for Testing out of total Development time based on industry standards?
Ans) time will be included in test plan and it also depends upon the project, minimum 25% - 35% of development time (time taken for analysis and coding)should be allocated for the testing process
19. What are test bugs?
Ans) A test bug? i dont know what is a test bug, i have heard about code error, design error bugs but not test bug, the bug found during the implemention of the test case is called testing bugs that means testing only.... but how it can be test bugs..
20. Define Quality - bug free, Functionality working or both?
Ans)Quality is some what dependent on requirements, If the product is released as per user requirements and, doesn’t have the complications, I would say, it is a quality product. Bug-free : If the product is reached 80% of the user requirements and, as long as there are no dangerous severity and priority bugs, the product could be considered as bug-free
21. If you have an application, but you do not have any requiremnts available, then how would you perform the testing?
Ans)By exploratory or adhoc testing, by going thru database design, then we will get an idea how to go about testing or first understand the functionality of the application by asking business analyst or PM and then know what is the business requirement for it and get a justification from them.
22. How can you know if a test case is necessary?
Ans) if the requirement upon an application is not satisfied then we write testcase for that particular requirement. It may take many test cases to determine that a requirement is fully satisfied. In order to fully test that all the requirements of an application are met, there must be at least one test case for each requirement unless a requirement has sub requirements. In that situation, each sub requirement must have at least one test case.
23. What is peer review in practical terms?
Ans) peer review means one to one(meeting), usually it will be done by team lead.
24. How do you know when you have enough test cases to adequately test a software system or module?
Ans) make sure the test cases covers the entire functionality to be tested and traceable with requirements.
25. Who approved your test cases?
Ans) test lead
26. What will you when you find a bug?
Ans) Post the bug in bug tracking tool
27. What test plans have you written?
28. What is QA? What is Testing? Are they both same or different?
29. How to write Negative Testcase? Give ex.
30. In an application currently in production, one module of code is being modified. Is it necessary to re-test the whole application or is it enough to just test functionality associated with that module?
Ans) if time is short, then we will test the modified module of code, otheriwse if that paticular module of code effecting other module functonality, then we have to test both the module functionlaities( what we call is impact analysis)
31. What is included in test strategy? What is overall process of testing step by step and what are various documnets used testing during process?
Ans) Test strategy is creating a procedure of how to test the software and creating a strategy what all to be tested(screens,process,modules,..)and time limts for testing process(automated or manual) .So everything has to be planned and implemented.Testing overall procedure is the duties of software test is to go through the requirment documents and functional specification and based on those documents one should focus on writing test cases , which covers all the functionality to be tested.The tester should carry out all these procedures at the time of application under development. Once the build is ready for testing we know what to test and how to proceed for the testing.
32. What is the most challenging situation you had during testing?
Ans) tell ur own challenging thing that u have faced( best answer to give is working at client place and facing client side testing).
33. What are you going to do if there is no Functional Spec or any documents related to the system and developer who wrote the code does not work in the company anymore, but you have system and need to test?
Ans) refer test cases, Functionality of application is known, otherwise refer database, so u will get knowledge on application
34. What is the major problem did you resolve during testing process
Ans) Testing aimed at showing software does not work
35. What are the types of functional testing?
36.
1. How will you write integration test cases
Ans) Simply put, a Test Case describes exactly how the test should be carried out.
The Integration test cases specifically focus on the flow of data/information/control from one component to the other.
So the Integration Test cases should typically focus on scenarios where one component is being called from another. Also the overall application functionality should be tested to make sure the app works when the different components are brought together.

2. How will you track bugs from winrunner. 3.How will you customise the bugs as pass/fail. 4. You find a bug How will you repair 5. In testcases you have bug or not. 6. What is use case ? what does it contains.
37. What is the difference between smoke testing and sanity testing
38. What is Random Testing?
39. What is smoke testing?
40. What is stage containment in testing?
Ans) The goal of stage containment is to identify defects in the system during development before they are passed to the next stage. This helps build quality into the system. Finding problems or errors in the stage they occur in is important because problems become more expensive and difficult to fix later in the project life cycle.
Apply stage containment to all project development stages using the following standard practices:
Entry criteria
Exit criteria
Entry/Exit Criteria: Entry and exit criteria are sets of conditions that must be satisfied before entering or exiting a project stage.

I have added few more questions---

Diff between spiral/waterfall/prototype models?
water fall Model: when the customer requirements are clear and complete.
Prototype Model: when the customer requirements are not clear ambiguous or our project team is following this model with sample first.
Spiral Model: when the requirements of the customer are exhausting.(Improving and Extending)
what is the diff between web based n client server appln?
A client is defined as a requester of services and a server is defined as the provider of services. A single machine can be both a client and a server depending on the software configuration
Web applications are popular due to the browser as a client, sometimes called a thin client. The ability to update and maintain Web applications without distributing and installing software on potentially thousands of client computers is a key reason for their popularity
Which model is best in Waterfall, Prototype, Spiral and why?
Waterfall Model is good for smaller projects as it takes a longer time to complete since each phase must be completed in its entirety before next phase can begin.-Spiral Model is good for larger projects, high amounts of risk is analyzed in each of phase of development. Expensive model to use.
What are the components of defect?
defect ids a variance form the desired product attribute.1. Variance from product spec 2.varience from customer/user expectation. the categories of defects are generally wrong-implemented incorrectly missing-specific requirement not in the building product extra-additionally incorporated into the product.
Variances from product specifications.
Variances from user expectations.
Can anybody tell me abt the Non Functional Requirements with the suitable example?
Non-functional requirements are properties the product must have, such as the desired look and feel, usability, performance, cultural aspects and so on.
Graphical display of the application is non functional requirements. Eg:, an image needs to be displayed,is the requirement, but that image is not linked with any other object/link, is non functional. So that image will be considered as Non-Functional Requirement
Back to top Go down
https://knowledgeshare.forumotion.com
hamburg113




Posts : 1
Points : 46325368
Reputation : 0
Join date : 2011-08-20

Interview questions Empty
PostSubject: Re: Interview questions   Interview questions Icon_minitimeSat Aug 20, 2011 8:02 am

Hi,

Good ideal, pls try to keep posting. I like this topic very much and I will digged this one. Tks again.


If you want to get more materials that related to this topic, you can visit: Application interview questions

Best regards.

Back to top Go down
 
Interview questions
Back to top 
Page 1 of 1
 Similar topics
-
» Please Answer the questions
» LR Interview Questions
» Interview 2
» Questions
» Answer the Questions

Permissions in this forum:You cannot reply to topics in this forum
Knowledge Share :: Testing :: MANUAL TESTING-
Jump to: