Capgemini Interview Questions - All About Testing Capgemini Interview Questions

Friday 2 June 2017

Capgemini Interview Questions

1. Explain the framework which is used in your project.

2. Write the code to fetch data from excel sheet. (most important question asked in most of the interview)

3. What is StaleElementReferenceException ?

4. What is Encapsulation?

5. What is polymorphism? Real time example?

6. What is the difference between /a and //a[tr] ?

7. Write a program to reverse the string?

8. What is the difference between implicit and explicit wait? Write syntax?

9. List the pop-ups and write code to handle it?

10. Write an anagram program?

11. Write a program to take a screenshot?

12. try {
           }
      catch(ArithmeticException ae){
       }
      catch (Exception e){
      }
      catch (LogicalException le){
      }
   Which catch block executed if you get Arithmatic Exception ?
   Which catch block executed if you get the Logical Exception?

13. There are 4 textboxes with the same class name but different id. How to fetch the text present in all textbox?

14. How do you click on checkbox using XPath?

15. How to print all the options present inside multiple Listbox?

16. In how many ways do you find the element in the web page?

       

0 comments:

Post a Comment