Wolters Kluwer Interview questions for SDET

Round 1 :

Write the Selenium Code at framework level to implement below scenario :

- Navigate to an e-commerce site.

- Search for a product (e.g., "laptop").

- Add the product to the cart.

- Proceed to checkout.

- Fill in dummy billing details.

- Complete the order and validate the order confirmation.

Round 2 :

- What is Singleton Design Pattern?

- How do you use Factory Design Pattern ?

- How do you handle exceptions ?

- Can you explain the concept of the Page Factory ?

- How do you manage test data in your Selenium framework?

- How do you execute parallel tests using Selenium Grid or TestNG?

- How do you generate reports in a Selenium framework? Which reporting tools have you used?

- How do you handle synchronization issues in Selenium?

- How do you handle dynamic web elements in Selenium?

- How would you deal with browser compatibility issues?

- How do you handle file uploads and downloads in Selenium?

- How do you integrate your Selenium tests with Jenkins for continuous integration?

- How do you trigger Selenium tests automatically after a build in Jenkins?

- How do you schedule test execution using Jenkins?

- What is Selenium Grid, and how does it help in parallel execution?

- How can you test APIs using Selenium?

- How do you handle SSL certificate issues in Selenium WebDriver?

- What are analytical functions in SQL ?

- What does 409 error code indicate in API Testing?

- What are Hooks in Cucumber?

- Why TestNG came into existence?

- Write Java Code to print all the Permutations of 'XYZ' ?