Different Types of Testing Interview Questions asked by Companies

Different Types of Testing Interview Questions asked by Companies:
1. I-soft
  1. What should be done after writing test case??
  2. What kinds of testing should be considered? ANS>>

2.Covansys

  1. What is bidirectional traceability ? and how it is implemented? Ans>>
  2. What is Automation Test frame work ?
  3. Define the components present in test strategy?
  4. Define the components present in test plan? Ans>>
  5. Define database testing ?
  6. What is the difference between QA and QC?
  7. What is the difference between Verification & Validation?
  8. What are different types of test case that u have written in your project?
  9. Have u written Test plan ?


3. Virtusa

  1. Tell me about Yourself?
  2. Testing process followed in your company …
  3. Testing Methodology? Ans>>
  4. Where u maintains the Repositories?
  5. What is CVS?
  6. Bug Tool used? Ans>>
  7. How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
  8. How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such…
  9. Testing process followed in your company?
  10. Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards?
  11. What is Back End testing?
  12. What is Unit Testing? Ans>>
  13. How will u write test cases for an given scenario…i.e. main page, login screen, transaction, Report Verification?
  14. How will u write traceability matrix? Ans>>
  15. What is CVS and why it is used?
  16. What will be specified in the Defect Report…?
  17. What is Test summary Report…?
  18. What is Test Closure report…?
  19. Explain Defect life cycle…
  20. What will be specified in the Test Case…
  21. What are the Testing methodologies that u have followed in your project ?
  22. What kind of testing that u have been involved in and explain about it….
  23. What is UAT Testing? Ans>>
  24. What is joins and what are the different types of joins in SQL and explain the same?
  25. What is Foreign Key in SQL…?

4.KLA Tencor

  1. Bug life cycle?
  2. Explain about the Project. …And draw the architecture of your project?
  3. What are the different types of severity?
  4. Defect tracking tools used? Ans>>
  5. what are the responsibilities of an tester?
  6. Give some example how will you write the test cases if an scenario involves Login screen.

5.Aztec

  1. What are the different types of testing followed …..
  2. What are the different levels of testing used during testing the application?
  3. What type of testing will be done in Installation testing or system testing?
  4. What is meant by CMMI …what are different types of CMM Level?
  5. Explain about the components involved in CMM-4 level
  6. Explain about Performance testing ? Ans>>
  7. What is Traceability matrix and how it is done ? Ans>>
  8. How can you differentiate Severity and Priority based on technical and business point of view.
  9. What is the difference between Test life cycle and defect life cycle ?
  10. How will u ensure that you have covered all the functionality while writing test cases if there is no functional spec and there is no KT about the application?

Difference between client server testing and web server testing?

Web systems are one type of client/server. The client is the browser, the server is whatever is on the back end (database, proxy, mirror, etc). This differs from so-called “traditional” client/server in a few ways but both systems are a type of client/server. There is a certain client that connects via some protocol with a server (or set of servers).

Also understand that in a strict difference based on how the question is worded, “testing a Web server” specifically is simply testing the functionality and performance of the Web server itself. (For example, I might test if HTTP Keep-Alives are enabled and if that works. Or I might test if the logging feature is working. Or I might test certain filters, like ISAPI. Or I might test some general characteristics such as the load the server can take.) In the case of “client server testing”, as you have worded it, you might be doing the same general things to some other type of server, such as a database server. Also note that you can be testing the server directly, in some cases, and other times you can be testing it via the interaction of a client.

You can also test connectivity in both. (Anytime you have a client and a server there has to be connectivity between them or the system would be less than useful so far as I can see.) In the Web you are looking at HTTP protocols and perhaps FTP depending upon your site and if your server is configured for FTP connections as well as general TCP/IP concerns. In a “traditional” client/server you may be looking at sockets, Telnet, NNTP, etc.

All Interview Questions are here>>
Don't miss any article:Get it by E-mail