Pergunta de entrevista da empresa Yosa Technolgy Solutions

17. How to achieve inheritance without having an interface? 18. Method overloading and method overriding? Where used in the framework? 19. If I want that my class should not be extended and the instance cannot be created by other classes then how to declare class? 20. How to store multiple values in one reference? 21. In cucumber, in which class you have glue, how many classes for glue, and what was the program line limit for the class? 22. How to find a missing implementation in Cucumber?, Used static data or dynamic data, what was the approach? 23. How to resolve conflicts while pushing code in Git? 24. Difference between QTP and Selenium (advantages and disadvantages). 25. How can we achieve parallel execution. 26. Running multiple tests for the same browser 27. Running tests on different browsers 28. Difference between Throw and Throws. 29. If an exception is declared in throws and if an exception is encountered what will happen? 30. Difference between try/catch block and throws.