Interview questions from APTTUS company:
1. Tell about your roles and responsibilities
2. Method overloading , overriding
3. Interfaces
4. What is the status of the data variables in an interface (public static final)
5. Which build tool is used in your project.(maven)
6. d/f types of waits (implicit, explicit, fluent)
7. if there are multiple buttons with text containing ‘India’, how would you find it
8. if there is an element having text India under a form element , how do you handle it
9. how do you handle advance actions like right click , contxt click ? (Action class)
10. if there are three windows , one I am currently at , second one’s window id I know and third one I don’t know, now I want to go to the third one , how do I do that? (getWindowHandles() and compare ids)
11. d/f b/w build.perform and perform
12. how do you launch hub in selenium grid concept
13. there is one textbox where I am entering value 7 with sendkeys, now I do a page refresh and then try to enter value what will happen ? (StaleElementRefernceException)
14. Have you used dataprovider in your project?
15. Puzzles on family relations and basic which need logical analysis:
a. Average of 5 numbers is 25 and difference of two numbers is 2. Find the numbers?
b. In a family there are boys and girls. For a boy, the number of brothers = no of sisters. For a girl, the number of sisters is twice the number of brothers. Find the total number of boys and girls in the family.
16. If there are three input variables and there is one logic variable,which together don’t give me the correct output ,then what will be your strategy to test it