← Back to homeCapgemini Interview Questions Asked in Real Interviews
Recent interview reports and questions from Capgemini candidates.
C
Capgemini
Role: QAExperience: 3-4 years
about 2 months agoSeleniumOther
Questions:
- 1.1. What is the Page Object Model (POM), and why is it used in Selenium automation?
2. How does driver.close() differ from driver.quit() in Selenium?
3. What do waits mean in Selenium? Compare implicit waits and explicit waits.
4. What is the function of the deleteAllCookies() method in Selenium?
5. What are locators in Selenium, and what different types are available?
6. Describe the complete life cycle of a software defect or bug.
7. How can mouse-related actions be performed using Selenium?
8. Can Selenium work alongside API testing tools? Explain the integration approach.
9. Why are linkText() and partialLinkText() locators used in Selenium, and when should they be applied?
10. How are exceptions handled while working with Selenium?
11. What is a Test Plan, and what essential elements does it include?
12. What kinds of XPath expressions are available in Selenium?
13. What were your key responsibilities and contributions in your previous project?
14. How does the get() method differ from the navigate() method in Selenium WebDriver?
15. Which keyboard operations can be automated using Selenium WebDriver?
16. What are Selenium annotations, and what purpose do they serve?
17. In what scenarios is cssSelector preferred as a locator strategy, and why?
18. What approach do you use to manage multiple browser windows in Selenium?
19. Can a single try block contain multiple catch blocks? Illustrate with an example.
20. How do you handle JavaScript alerts and pop-ups in Selenium?
21. What is the difference between verify() and assert() in test automation?
C
Capgemini
Experience: 4-6 years
about 2 months agoPlaywrightOther
Questions:
- 1.1)Explain the 3 array methods of JS
2)Write JS code to find the first non occured letter in a string
3)Write Playwright code to handle multiple windows and perform actions on new page
4)Explain the steps to open allure reports
5)Explain api authentication methods
6) Difference between put and patch
7)Explain filter,reduce,map methods
8)Explain git process- push pull steps of merging and cloning
9)Explain debug process in playwright
10) Explain different types of locators