Interview Importance
Interview Importance
Interview Importance
Manual Questions:
1. What is SDLC and STLC/Difference between them?
2. What are different Non-Functional Testing?
3. What is build and build release?
4. What is smoke testing?
5. Which approach you follow in your organization while integrating?
6. What is your approach while you perform smoke testing?
7. What are different of smoke testing?
8. Difference between smoke and sanity? Can we perform both same project?
9. If you have URL of static page to read the content from that, what will be your test
scenario/Test cases and what type of testing you will perform on that page.
10. What are different testing techniques?
11. When you will perform exploratory testing, Monkey Testing, ad-hoc testing and
speed testing?
12. Where you write testcases?
13. What are the column present in HPLAM while creating the testcases?
14. If there is any logo mistake then what will be the defect?
15. Give real-time example of Priority Severity (All type)?
16. If there is cart page of flipcart and you trying to place an order, and page move on
blank page then what is priority and severity of that?
17. What is priority and severity?
18. Explain defect lifecycle?
19. What is agile?
20. Explain different meetings(ceremonies) in agile?
21. Explain agile plan for your current project?
22. What is debugging
23. What is regression testing?
24. Where you perform regression in your current project?
25. Difference between retesting and regression?
26. What is load testing and stress testing?
27. How you debug the bug?
28. If there is Friday and you have to release the module by Monday and you found bug
on Friday itself, then what will be your approach?
29. What is localization Testing?
30. What is cross Browser Testing?
31. Different testing techniques (BVA ECP Decision table)?
32. What is Check point in agile?
33. Explain agile architecture?
34. What is estimation in agile?
35. What are different agile methodology?
36. What is performance testing?
37. What is production issue?
38. Suppose your build release one week ago and after production user got defect then
what will be your approach?
39. What are different factors in Testing?
40. Which tool you for defect log/tracking? How you log defect in that tool Explain in
detail?
41. If you log defect and developer refuse to accept that defect, then what should be your
approach?
42. What are different steps to log defect?
43. What are the best practices for the test cases?
44. Is boundary value analysis provide good test cases? Tell me the result?
45. Explain what is the process of manual testing?
46. How we can check whether other module are imported or not after regression testing?
47. What are responsibilities of a manual tester?
48. Which tool you are using for the project management?
49. What is TRM and RTM?
50. Explain agile plan?
51. Difference between verification and validation?
52. Is application can be 100% defect free?
53. What is bug release and bug leakage?
54. 1. Difference between Test Plan and Test Strategy.
55.
Test Scenarios:
API manual:
1. What are different status code?
2. Difference between SOAP REST?
3. what is the validation while API automation?
4. what is the difference between put and patch?
5. what is the difference between URI and URL?
6. what do you mean by UDDI .and what do you mean by WSDL?
7. what are the different type of HTTP Methods.?
8. Difference between get and post?
9. If you hit the request for, put and get what will happen?
10. Let’s assume if you hit out request then you trying to update employee resources and that
employee is present in database then what will happen it shows any error or update
resource?
11. How you debug API bug?
12. Difference between authentication and authorization?
13. What is different type of authorization?
14. How to clear cache n cookies in API?
15. What you validate in REST API?
16. What is the 409 response code?
17. What is OUTH and why company use nowadays?
18.
Project:
1. Can you tell me about architecture of the application you worked?
2. Explain your project?
3. Tell me about yourself and Roles and Responsibilities of previous project?
4. . How you over come obstacles in the project given to you
5. What is your role in your project?
6.
Realtime Hr:
1. As a QA where do you see yourself in next 6 months?
2. How will you resolve the conflicts.?
3. Choose anyone manual or automation and tell me reason why you choosed?
4. Define your role in your company?
Java Programs:
1. Print all the duplicate character and their count in the given string.?
2. Reverse a string preserving space positions. INPUT : "Java is a programming language" ---
OUTPUT : "egau gn a lgnimmargor pasiavaJ"?
3. Write Output for the below code: @test (priority 0) {} @test (priority 1){} @test (priority 2)
{} @test (priority -1){} @test (priority 0){}?
4. WAP for prime no?
5. WAP for Armstrong no?
6. Find duplicate element from array/String?
7. WAP for Fibonacci Series?
8. Reverse array?
9. Palindrome, no?
10. Factorial, no?
11. Star pattern programs?
12. Print the occurrence of each character if it is present more than once in a given string
13. Remove duplicate characters from a string and print
14. String = ‘AaBbCcDD’ ,In that change a lowercase ‘a’ to uppercase
15. String = ‘A23aBb5CcD9D’ ,In that addition of integer no along with index
16. String = ”Java Programming Language” print the occurrence of “a”.
17. String =”Java Programming Language” In that particular string replace “a” with “Q”
18. WAP for string palindrome?
19.