QA Automation/SDET INTERVIEW PREPARATION QUESTIONS

 


JAVA & JAVA 8



Programming Questions



SQL Questions


Selenium Questions


1) Implecit wait, explicit wait and Fluent wait syntax
2) If implicit wait is 60 sec, and explicit wait for element is 30 sec, How much time browser will wait?
3) Absolute and Relevent Xpath
4) following sibling and nth child concept
5) get() and navigate()
6) How many ways we can click button in selenium
7) How many ways we can refresh browser
8) What is pagefactory
9) Common exceptions in Selenium - stale element exception
11) Maven build phases
12) WebDriver driver = new ChromeDriver() - What are the uses ?
13) WebDriver architecture
14) Handle multiple windows
15) Drag and drop code, double click, right click
16) Drop-down handling with and without select tag
17) Take screenshot
18) quit() and close()
19) how to find hidden elements
20) Send data to text field Without using sendkeys
21) Broken links
22) Read properties file in selenium
23) Handling dymanic elements
24) Dynamic web elements handling
25) Data provider class

26. Scroll to an element

API Testing Questions


Learn all Status codes
Diff b/w api and webservice
Diff b/w put ,post and patch
1. What is Rest-Assured and why it is used?
2. What is URI, endpoint, and query parameter?
3. What are the static imports in Rest Assured and why do we need it
4. What are the given, when, then methods in Rest-assured
5. What are the different authentication methods in Rest-Assured?
6. How to check Response time for an API?
7. How to send a complex payload for a post API using POJO classes
8. How to log requests and responses for a post API?
9. How to validate the response of a POST API?
10. How to verify cookie, header & content type in API response?
url vs uri


Generic Questions


Design Patterns


Behavioral Questions



Comments