BUGSPOTTER

Capgemini Interview Questions for Software Testing

First Round 

  • Explain database testing.
  • SQL(group by) function
  • Write random SQL queries.
  • SQL(inner join)
  • Explain the map in java
  • How can we change the language before initializing the webdriver?
  • Implicit wait and explicit wait
  • Method Overriding.
  • Sum of the array.
  • What are the contents of a test plan?
  • What are the entry & exit criteria?
  • What is the difference between agile & Waterfall?
  • Explain the SDLC?
  • How to capture process running in the background.
  • How to redirect execution of a shell scripting while getting the execution displayed on UI.
  • How to filter a specific file from a list of files.
  • Can you explain the Jira & confluence uses.
  • How to conclude Estimation & story points.
  • What are different access modifiers, and explain each?
  • Can you define multiple public classes in a single java file? Is it possible?
  • Is the class name and java file name should be the same?
  • What do you mean by final, finally, finalize?
  • What do you mean by for-each loop?
  • Can we remove any element by using it for each loop?
  • What is the difference between an ArrayList and a vector?
  • How do you write an immutable custom class?
  • Create one custom class using the interface inside it; that custom class should responsible for doing each operation. Which type of interface will you use to create such a custom class?
  • What are the challenges you faced in testing?
  • Explain agile methodology.
Second Round
 
  • O/p for the below program.
 
				
					class a 
{
  int i;
}
class test 
{
  public static void main(String args[]) 
  {
    a A = new a();
    System.out.println(A.i);
  }
}
				
			
  • O/p for the below program
				
					class Animal 
 {
   Animal() 
   {
     System.out.println("animal is created");
   }
 }
 class Dog extends Animal 
 {
   Dog() 
   {
     System.out.println("dog is created");
   }
 }
 class TestSuper4 
 {
   public static void main(String args[]) 
   {
     Dog d = new Dog();
   }
 }
				
			
  • Agile working experience and related questions
  • Jira and related questions
  • Domain knowledge questions
  • Advantages of TestNG
  • What is POM
  • TestNG annotation hierarchy
  • How to use groups in TestNG 
  • Format of TestNG.xml?
  • Xpath in selenium
  • Locators in selenium

HR Round

Only discussion on salary expectation

Enroll Now and get 5% Off On Course Fees