Interview Questions

Agile Interview Questions Sample

1) What is Agile Testing?
2)Who are involved in Scrum cycle?
3)what is the difference b/w Product backlog and sprint backlog?
4)what is an epic, user stories and task?
5)what is burn-up and burn-down chart?
6)What is story points/efforts/ scales?
7)What is ‘Testing is done’ in Agile?
8)Explain Velocity in Agile?
9)Explain the difference between traditional Waterfall model and Agile testing?
10)Explain the Iterative and Incremental Development in Agile?
11)How QA can add a value to an agile team?
12)What is importance of daily stand up meeting?
13)What is re-factoring?

Selenium WebDriver Interview Questions sample

1. Difference between Interface and Abstract Class
2. Difference between break and continue
3. Overloading and Overriding
4. Explain main() method
5. Explain System.out.println();
6. Explain Polymorphism
7. What is encapsulation
8. What is Constructor
9. Difference between Array and ArrayList
10. Difference between List and Set
11. Explain you framework
12. What is rest api
13. Explain rest request methods (get, post, put)
14. Explain status codes like 200, 400, 404, 500 etc
15. What is POJO class and how to use in rest Assured
16. How will you handle response if they are nested json
17. How to do setup for APPIUM
18. Sequence of TestNG annotations
19. DataProvider annotaion and it’s uses
20. Parallel execution in Selenium
21. Explain Selenium Grid
22. Explain Maven and pom.xml
23. Explain Assertions, Hard assertion and soft assertions
25. Write program for String Anagram
26. Program for String reverse
27. Program for integer reverse
28. Program to find count for duplicate character in string
29. Program for remove duplicates from string
30. Program for Palindrome
31. Difference between String and StringBuffer or Difference between immutable and mutable
32. Difference between ==operator and .equals() method.

Java Interview Questions sample

  1. what is the difference between throws and throw in java?
  2. What is an Exception in java?
  3. What is the difference between Exception v/s Error in java?
  4. Define Class-object relationship?
  5. What is Inheritance?
  6. What is the difference between final, finally, and finalize in java?
  7. Why does Java not support multiple inheritance?
  8. What is Polymorphism?
  9. Why do we need Method Overloading ?
  10. Can we achieve overloading by keeping the method signature same (same method name + same parameters) and changing the return type?
  11. Is Final or static method can override?
  12. Can we change the access modifier when overriding? Means access modifier methods in child class.
  13. What is abstract class?
  14. When to use abstract class?
  15. Where to use interface class?
  16. What is the difference between inheritance and abstraction?
  17. What is the different between abstract class and interface?
  18. Can you use abstract and final both with a method?
  19. Can we define private and protected modifiers for variables in interfaces?
  20. How you gonna use concrete methods in abstract class as you can’t create an object of abstract class?
  21. How a child class inherit multiple class?
  22. Did you use any java collections in your framework?
  23. Difference between List and Set?
  24. Difference between HashTable and HashMap?
  25. Difference between Array and ArrayList?

Mobile Automation Interview Questions sample

  1. Why Appium?
  2. List out the Appium abilities?
  3. List out the pre-requisite to use APPIUM?
  4. List out the limitations of using Appium?
  5. What are the basic requirement for writing Appium tests?
  6. What are Desired capabilities?
  7. What is appPackage and appActivity name ?
  8. How would you inspect elements of Native Android APP?
  9. How would you identify object uniquely when there are multiple objects with same class name?
  10. Can you start Appium Server pro-grammatically?
  11. How to cross check whether the real  Android device or how many devices  is connected to the system or not?
  12. How to install What challenges you faced when you test in real device?
  13. Explain the design concept of Appium?
  14. How would you Inspect Elements on IOS Apps?
  15. Is Appium Server different for both Android and IOS?
  16. What is difference between emulator and Simulator?
  17. How would you identify Mobile Browser objects?
  18. How do you detect that device got connected to the PC?
  19. Mention what are the most difficult scenarios to test with Appium?
  20. While using Appium can I run my tests in a multi-threaded environment?
  21. Explain how test frameworks are supported by Appium?
  22. Mention what are the possible errors one might encounter using Appium?

Interview Guide/Tips

Job assistance, Resume update, Interview Tips & all the sample question’s answers will be provided at the end of the courses!

Share the Knowledge

You May Also Like

About the Author: codenbox

Leave a Reply

Your email address will not be published. Required fields are marked *