0% found this document useful (0 votes)
323 views

SQA Interview Questions

This document contains a list of 82 questions related to software quality assurance (SQA) interview questions. The questions cover topics such as quality, testing types, test case writing, bug tracking, agile methodologies, databases, APIs, and analytical reasoning puzzles. Example questions include the difference between QA and QC, how to prioritize test cases, test coverage, bug life cycles, mobile testing challenges, test plan components, agile frameworks, database normalization, and API testing with Postman.

Uploaded by

Aqib Faraz
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
323 views

SQA Interview Questions

This document contains a list of 82 questions related to software quality assurance (SQA) interview questions. The questions cover topics such as quality, testing types, test case writing, bug tracking, agile methodologies, databases, APIs, and analytical reasoning puzzles. Example questions include the difference between QA and QC, how to prioritize test cases, test coverage, bug life cycles, mobile testing challenges, test plan components, agile frameworks, database normalization, and API testing with Postman.

Uploaded by

Aqib Faraz
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

SQA Interview Questions

1. What is Quality.
2. Difference between QA and QC
3. How to do differentiate between Process oriented and Product oriented.
4. What is the relation between QA and Verification?
5. What is the relation between QC and Validation?
6. What is Verification and how to do it. (methods of verification)
7. What is Validation and how to do it.
8. What is testcase and why we write test cases.
9. How to differentiate between use-case and testcase.
10. what is the input document or where to drive test cases?
11. What is Requirement traceability matrix and why we use it?
12. what is format of writing testcase.
13. Write testcases for any scenario using boundary value analysis.
14. How to estimate the testcase writing and execution effort?
15. Diff between SDLC and STLC?
16. Explain Bug life cycle.
17. what are the benefits of negative testing?
18. what is the difference between QA and tester?
19. How to check responsiveness of application without using any tool.
20. What is test scenario and what is difference between testcases and test scenario.
21. How to execute 1000 testcases in one hour? How to prioritize testcases.
22. Difference between boundary value analysis and equivalence partitioning.
23. Write testcases for any scenario using equivalence partitioning.
24. what is bug priority and severity? Ask for example high priority severity and vice versa.
25. smoke vs sanity
26. what do you know about test coverage?
27. unit testing and integration testing
28. what is bug leakage? What QA should do in this situation?
29. Do you use any tool for test cases? What do you think is better tool or excel sheets?
30. Do you use any tool for bug reporting? What do you think is better tool or excel sheets?
31. What is CRUD testing and how to test CRUD?
32. roles of Software Quality Assurance engineer?
33. difference between Regression testing and Retesting?
34. When do you think QA activities should start?
35. What do you think is the major difference between mobile and web testing? Is there even
any difference?
36. What's the difference in testing mobile games / mobile apps? How do you differentiate it
37. How do you make sure which mobile devices should be used for testing?
38. State any 3 major challenges in mobile testing?
39. What is adhoc testing? In which case it is suitable?
40. How to ensure that application is 100 percent bug free.
41. How to make a test suite.
42. what is test plan and what are the components of test plan.
43. Difference between test plan and test strategy.
44. How to do black box testing and what are the types of black box testing.
45. How to do integration testing using bottom up technique
46. When integration testing needed and how we do it.
47. Methods of white box testing.
48. Difference between functional and nonfunctional testing types.
49. what is localization testing and why we do perform it?
50. What are listeners in JMeter and why we use them.
51. What are different functional testing types.
52. What is difference between load and stress testing.
53. Difference between V model and W model and which is ideal to use.
54. How to perform load stress using JMeter or any other tool.
55. Difference between sanity and regression.
56. How to proceed to with testing if you are given a initial build.
57. What is compatibility testing and how to do it?
58. How to perform backward compatibility.
59. How you perform cross browser testing either manual or through some tool.
60. What are different process models.
61. When to use agile and when to use waterfall model.
62. What if sprint duration increases due to adding more tasks into it. How to control it?
63. How QA can play part in sprint planning.
64. What is reason of using agile and what are different frameworks of agile.
65. What is scrum and different roles coming under scrum.
66. Difference between sprint backlog and product backlog.
67. What is Normalization and different types of it.
68. Difference between primary and unique key
69. what are different types of joins and query writing about joins.
70. Simple query writing using where to check records verification.
71. What is meaning of API and why we use it?
72. Difference between Soap and Rest API
73. How to test sessions and cookies manually.
74. How to do security testing manually.
75. Open website in different tab and open one tab in new window logout user from that
window and came back to first browser the user should be logged out.
76. How to test API using postman.
77. Difference between two tier and three tier applications.
78. Sorting number in arrays through code or pseudo code.
79. Check to analytical knowledge 4 4 4 4=20
80. There are three lights in one room and their switches are out of the room. You can enter
one time in a room and then do not come out. How can you associate the switches with
its correct switch?

You might also like