What We Are Learn On This Post
Capgemini Selenium Automation Test Engineer Selenium Testing Interview Questions: In this post, we are sharing the latest testing interview questions for freshers and experience for both manual and automation testers. We have also shared in other posts like Manual testing interview questions, Selenium Interview Questions, and UFT interview questions for testers.
Capgemini Hyderabad Interview questions
Company Name: Capgemini
Company Location: Hyderabad, India
Updated on: 16.03.2021
- What is the difference between a group id and an artifact id?
- Explain retry analyzer code
- What is the syntax of AND in BDD?
- How to generate html reports
- Interface concept in java8
- How to retry failed test cases in JMeter
- How to send email notifications only if retry build is failed In Jenkins
- The user-friendly parser used for handling soap xml response
Capgemini Bangalore Interview questions
Company Name: Capgemini
Company Location: Bangalore, India
Updated on: 15.03.2021
- Difference between findelement and findelements
- Which locator is preferable? What are the criteria to use the locators?
- There’s a webelement Button it’s id is abc how will you create XPath?
- Order of TestNg annotations
- How do you communicate with excel files in the data-driven framework?
Capgemini Pune Interview questions
Company Name: Capgemini
Company Location: Pune, India
Experience: 5 Years
Updated on: 15.03.2021
- Write the o/p for the below code:
String s1 = new String(“”abc””);
String s2 = new String(“”abc””);System.out.println(s1 == s2); False
StringBuffer sb1 = new StringBuffer(s1); System.out.println(s1.equals(sb1)); False
String s3 = “”abc””; s3.intern(); System.out.println(s1 ==s3); False - What all OOps Concept has been used in below Pgm:
public class BaseClass{
private Integer myIntegerValue;
public void testMethod(){ (Method Overriding)
System.out.println(“”Inside Test Method””);
}
private void showMethod(){
System.out.println(“”Inside Show Method””);
}
}
public class DerivedClass extends BaseClass{ //( Inheritance)
public void testMethod(){ (Method Overriding)
System.out.println(“”inside derived test method””);
}
public void showMethod(){ // (Method Overriding)
System.out.println(“”Inside derived show method””);
}
} - Write Output for the below code:
@test (priority 0) {}
@test (priority 1){}
@test (priority 2){}
@test (priority -1){}
@test (priority 0){} - Write a program Ind12ia45 to print in the below format?
op- Indiamy1245 - Git diff
- Binary no. program
- Write a syntax to find 3rd highest salary.
- Desired Capabilities Syntax
- Open google chrome and write an XPath of “I’m Feeling Lucky”
- How to Setup and execute test cases in different Virtual Machine.?
- How to Convert Hashmap to Array
- What is a hashmap?
- How HasMap works Internally.
- Diff b/w /, //
- How Failed TC will rerun Automatically.
Capgemini Bangalore Interview Questions
Company Name: Capgemini
Company Location: Bangalore, India
Updated on: 09.03.2020
- What is meant by method overriding and how does JVM decide at run time which method to call
- Give an example of method overriding in your framework
- What is method overloading and give an example of it in your project?
- What is an interface and how have you used it in your framework
- What are object classes and name some object class methods?
- What is an abstract class and why do we use it
- What is the difference between an interface and an abstract class?
- How will you handle several open windows through selenium?
- What class does the getwindoeshandles method belong to
- What methods are available in actions class and alert class
- How can you perform database validation that if your UI data has been updated correctly in the database or not through selenium?
- How can you rerun only failed scripts in your framework?
- What are oops concepts and give an example of each in your project
Capgemini Bangalore Interview Questions
Company Name: Capgemini
Company Location: Bangalore, India
Updated on: 09.03.2020
- What are the OOPs concepts u have worked on?
- Test Order in TestNG
- Data Provider in TestNG? how does it work? what is the return type?
- What is a constructor? why is it used? where u cannot use the constructor?
- What is inheritance? Can we use inheritance in Interface?
- What are multiple inheritances?
- What is the return type of getWindowHandles?
- What is the return type of hashmaps?
- What is the abstract method? can we write static methods in abstract class?
- Can we create a constructor of abstract class?
- How u generate reports of ur Framework? how do reports pass/fail of a step?
- What are collections and hashmaps?
- Tell me the syntax of hashmaps. How do u print the output of hashmaps?
- Where do u store ur data of ur framework? how to do u work with an excel sheet with ur framework?
- How TestNG teardown works?
- What is findElements? when u can use it and why?
- Why is string immutable?
- What are the annotations u used in TestNG?
- Can we write non-abstract methods in Interface?
Capgemini Mumbai Interview Questions
Company Name: Capgemini
Company Location: Mumbai, India
Updated on: 09.03.2020
- Tell me your Project structure
- If I am unable to click on a button on a webpage and It is highlighting properly using locator? what will be your approach?
- If I want to pass the parameters using TestNG what will be the approach
- Let’s say I want to upload my resume just like naukri.com one window open. How will you automate that part?
- What is Listener and where u have used listener in your framework?
Capgemini Testing Interview Questions
This is the list of questions in a telephonic interview from Capgemini:
Java:
- What is an abstract class?
- What is the difference between abstract and interface?
- Purpose of constructor in Java?
- Can abstract class have a constructor?
- Is it possible to create an object for the abstract class?
- What is the difference between collection and collections?
- What is set?
- What is the difference between Hast Set and Tree Set?
- What is the difference between Hashmap and Linked Hashmap?
- How do you initiate a thread?
- Do you know threads concepts?
Programs:
- Given a string = “123AM256CD”, print 2 output strings one for all the numbers and one for strings. Provide 2 ways. (Asked for the exact code)
- Given an integer = 123 , give me the possible combinations ? like 123,132,231,312.
Selenium
- How do you handle windows in selenium?
- The login should be done manually, from the home page u need to execute the scripts, how?
TestNG
- One @test is there, would like to give a chance 3 times whenever it fails?
Git Hub:
- Set of commands to upload a new file in git which is created in your local?
- Committed 2 side, you want the branch to be reverted to the previous one? how?
Jenkins
- Command to start Jenkins server?
- How will schedule the job be executed every 1 hour?
Capgemini Telephonic Round Interview Questions
I have given the first technical round in Capgemini today. Below are the questions:
- Framework explanation
- Few questions on framework
- What is an abstract class?
- Difference between method overloading and overriding
- Few scenario-based questions.
- Regression testing
- Defect lifecycle
- Different types of XPath
Capgemini Interview Questions For 6+ Year Experience Testers
Company Name: Capgemini
Company Location: Bangalore, India
Exp: 6+ Years
- What are scrum and kanban?
- Is webdriver a class or interface then which class is implementing methods of webdriver?
- Example of method overloading in selenium.
- Can we take a screenshot in headless mode?
- Have you worked on Jenkins? Have you triggered headless mode from Jenkins?
- The return type of driver.getwindowhandle and getwindowhandles?
- what is the fluent wait?
- How do you manage branches of code in your project?
- Have you done mac os testing with RPA?
- What is out in system .out.print ln?
- What is alert() in driver .switchTo()?
- What is the super interface of webdriver interface?
- Expected exceptions annotation in TestNG.
- How to check and run failed test cases of the project.
- How to map objects coming from a JSON response where the response is very big (country–> city1 –> city2 more details) and we can’t check it manually. How will handle the JSON?
- Upcasting and downcasting in java
- Is the map a part of the collection? What is a hashmap?
- Have you worked on any device testing like Appium?
- Have you performed BDD testing?
- What was the last issue that you got when executing the script or you check as the first parameter?
- Have you worked on Docker and Kubernetes?
Capgemini Automation Profile 5 Years (Pune Location)
- Write the o/p for the below code:
String s1 = new String("abc"); String s2 = new String("abc"); System.out.println(s1 == s2); False StringBuffer sb1 = new StringBuffer(s1); System.out.println(s1.equals(sb1)); False String s3 = "abc"; s3.intern(); System.out.println(s1 ==s3); False
- What all OOps Concept has been used in below Pgm:
public class BaseClass { private Integer myIntegerValue; public void testMethod() { //(Method Overriding) System.out.println("Inside Test Method"); } private void showMethod() { System.out.println("Inside Show Method"); } } public class DerivedClass extends BaseClass { //( Inheritance) public void testMethod() { (Method Overriding) System.out.println("inside derived test method"); } public void showMethod() { // (Method Overriding) System.out.println("Inside derived show method"); } }
- Write-Output for the below code:
@test (priority 0) { } @test (priority 1) { } @test (priority 2) { } @test (priority -1) { } @test (priority 0) { }
- Write a program Ind12ia45 to print in below format op- Indiamy1245
- git diff
- Binary no. program
- Write a syntax to find 3rd highest salary.
- Desired Capabilities Syntax
- Open google chrome and write an XPath of “I’m Feeling Lucky”
- How to Setup and execute test cases in different Virtual Machine.?
- How to Convert Hashmap to Array
- What is a hashmap?
- How HasMap works Internally.
- Diff b/w /, //
- How Failed TC will rerun Automatically. Write a program Ind12ia45 to print in below format op- Indiamy1245
- git diff
- Binary no. program
- Write a syntax to find 3rd highest salary.
- Desired Capabilities Syntax
- Open google chrome and write an XPath of “I’m Feeling Lucky”
- How to Setup and execute test cases in different Virtual Machine.?
- How to Convert Hashmap to Array
- What is a hashmap?
- How HasMap works Internally.
- Diff b/w /, //
- How Failed TC will rerun Automatically.
Capgemini 4 Year Telephonic Automation Interview Questions [ 28.01.2021 ]
These are the list of questions in a telephonic interview from Capgemini. For 4 years exp in automation:
Java:
- What is an abstract class?
- What is the difference between abstract and interface?
- Purpose of constructor in Java?
- Can abstract class have a constructor?
- Is it possible to create an object for the abstract class?
- What is the difference between collection and collections?
- What is set?
- What is the difference between Hast Set and Tree Set?
- What is the difference between Hashmap and Linked Hashmap?
- How do you initiate a thread?
- Do you know threads concepts?
Programs:
- Given a string = “123AM256CD”, print 2 output strings one for all the numbers and one for strings. Provide 2 ways. (Asked for the exact code)
- Given an integer = 123 , give me the possible combinations ? like 123,132,231,312.
Selenium:
- How do you handle windows in selenium?
- The login should be done manually, from the home page u need to execute the scripts, how?
TestNG:
- One @test is there, would like to give it a chance 3 times whenever it fails?
Git Hub:
- Set of commands to upload a new file in git which is created in your local?
- Committed 2 sides, you want the branch to be reverted to the previous one? how?
Jenkins:
- Command to start Jenkins server?
- How will schedule the job to be executed every 1 hour?
Capgemini 2-4 year Interview Questions for Test Analyst Position
Company Name: Capgemini
Experience Level: 2-4 Years
Position: Test Analyst
Location: Chennai
Mode: Telephonic
Duration: 30 Minutes
Date: October – 2020
- Explain about project
- How you use action class in your project
- Explain Hash Map. Its internal functioning
- How will you move to menu then submenu then select a submenu in that
- Interface
- Select a value using Dropdown by action class
- How will you take a screenshot?
- What is Web driver
- Tools used for writing test cases
Capgemini 5 Year Exp Interview Questions
Hi guys, today I have attended 2nd round interview in Capgemini for automation. Below questions they asked for 5 years exp:
- How to open a browser in incognito mode.
- How to read text or .bat file in selenium
- How to take screenshots
- How to add failed test cases in report generation.
- How to convert array to ArrayList.
- How to convert hashmap to list.
- How to do right click on web elements.
- How to know no. Of check box on-page and find which one is checked.
- How to read properties file.
- What are boxing and unboxing?
- How to read data from a database.
- Code for an explicit wait.
- How to execute the test from the command prompt.
- How to read file from the command prompt, is it possible.
Capgemini Interview Questions
- What is meant by method overriding and how does JVM decide at run time which method to call
- Give an example of method overriding in your framework
- What is method overloading and give an example of it in your project?
- What is an interface and how have you used it in your framework
- What are object classes and name some object class methods?
- What is an abstract class and why do we use it
- What is the difference between the interface and abstract class?
- How will you handle several open windows through selenium?
- What class does the getwindoeshandles method belong to
- What methods are available in actions class and alert class
- How can you perform database validation that if your UI data has been updated correctly in the database or not through selenium?
- How can you rerun only failed scripts in your framework?
- What are oops concepts and give an example of each in your project
Capgemini F2F Round Interview Questions [ Dec 2019 ]
- What kind of frameworks do you know?
- What is the difference between POM and BDD?
- What are the various keywords in cucumber?
- What is the difference between ArrayList and hashmap?
- What are different oop concepts and how they are used in your framework?
- Wap to swap two numbers without using the third variable.
Capgemini F2F Round Interview Questions [ Aug 2019 ]
Company Name: Capgemini
Experience Level: 3-5 Years
Location: Bengaluru
Mode: F2F
Rounds: 2 rounds
Date: Aug – 2019
It was called based but many attended as walk-in as well. It was a huge crowd and needed to wait for more for the first round itself. Rounds were very easy and only basics questions were asked.
First Round:
- Do you like Automation testing?
- What did you achieve with automation testing?
- Which type of framework you are using?
- What are the locator strategies?
- How you will close all ads windows opened when you launch naukri.com?
- How you get the title of child window?
- Two text box has the same attributes. How you will locate them?
- Which wait you prefer?
- What is grouping in TestNG?
- What is Maven?
- What is the usage of Jenkins?
Second Round:
- Write a Java program to reverse a string without the reverse method.
- Have you interacted with the client?
- How do you report automation status to the client?
- What is TestNG XML?
- What are the attributes in TestNG?
- Why you are not using JUnit?
- Are you okay to work at the client location?
- How do you handle a situation where no one is helping you?
After the second round, the client round was scheduled.
Source: makeseleniumeasy
Capgemini questions updated on 24.07.2019
- Write the framework which is used in your project? ( for experienced)
- Write the code to fetch data from the excel sheet? (very important question asked in most of the interview)
- What is StaleElementReferenceException?
- What is Encapsulation?
- What is Polymorphism? real-time example?
- What is the difference between /a and //a[tr] ?
- Write a program to reverse the string?
- Difference between implicit and Explicit Wait? write code?
- List the popups and write code to handle them?
- Write an anagram program?
- Program to take a screenshot?
try { } catch(ArithmeticException ae) { } catch(Exception e) { } catch(LogicalException le) { }
- Which catch block will get executed if u get ArithmeticException?
- Which catch block will get executed if u get LogicalException?
- 4 text boxes with the same class name but different id fetch the text present in all textboxes?
- How do you click on the checkbox using XPath?
- Print all the options present inside multiple Listbox?
- How many ways you findelement in a webpage?
Capgemini Automation Interview Questions
- If u have multiple alerts, how do you handle it?
- When you will use the data provider?
- What are all the collections concepts are used in the selenium framework?
- India/all states, need to select the last value of the dropdown list
- If you have a .bat file, how do you call that…what exactly you call for this.
- How to work with ajax application
Capgemini Selenium Interview questions (Telephonic) [ 07.04.2019 ]
- Difference between TDD and BDD
- What is a selenium grid?
- How do you handle frames?
- How you handle all mouse over actions
- What is the method used to handle double click?
- How to handle dropdowns
- How do you handle dynamic elements?
- What are XPath and the types of XPath?
Written Round
- WAP to find missing element in array {10 12 14 19 21 24}
- WAP to print the string which doesn’t has duplicate “My name is Rahul but my last name is Kumar”
Read Also: Tech Mahindra selenium interview questions
Capgemini Technical F2F Questions
- How to handle nested frames
- What are the components of the Test Plan?
- Difference between Risk and Issue
- If there are 100 test case if I want to execute the first 50th test case and after that 1 test case should be executed how you do it
- If there are 50 failed test cases I have to re-run only 10 sets how do I execute
- There are 25 test cases after running the 20thtest case 21 st test case needs to be executed
- Are you following Agile Methodologies tell me the sprint duration?
- There is a release tomorrow you got the build today you are able to execute only 60 % what is your approach to complete 100 %
- Explain in detail the challenges faced during automation
- How do you run the failed test cases in TestNG
- What is synchronization
- Difference between Implicit and explicit wait
Check Also: low severity and high priority example
Hr Round
- Are you comfortable working in any location?
- Discussion regarding first and second round feedback
- Are you comfortable working in a client location?
Check Also: Manual Testing Pdf
Capgemini Selenium Interview Questions (2 Year Exp.) Bangalore
- Could you introduce yourself?
- What is the difference between Selenium and UFT?
- How do you switch to the new frame & write it on paper?
- Write Syntax To default content after switching the frame
- Explain Your Current project
- Which framework are you using and explain it?
- Write a java program to print *** (stars)
- How many types of locators are available in selenium and what are they
- Write relative XPath syntax
- Write Xpath by using contains
- Why do we use // for writing XPath?
- Explain oops concepts with coding example
- Where do you use oops concepts in selenium, explain one by one
- Where do you keep the test data?
- Write syntax to get the data from Excel sheet
- Write syntax for actions class
- Write syntax for drag & drop.
- How do you select a value from the drop-down box?
- What is Jenkins
- What are the exceptions you get & explain why you’ll get those exceptions?
- What is Retesting?
- What is regression testing?
- Explain SDLC & STLC
- Explain the defect life cycle
- Which tool do you for bug tracking
- Explain collections
- What is the difference between hashmap & HashSet
- Explain hashmap with an example
- Write a program to delete duplicate values in a string array
- Through actions class can you pass the test data like instead of sendkeys
okay…I am done…do you have any questions for me. so I asked a few questions about project domain, Role, Work location, etc. He told me to wait outside. After 5 min called for the 2nd round.
Check Also: STLC Life Cycle
Capgemini Technical Round (Manager round)
- How are you & are you comfortable? He introduced himself.
- Explain about yourself
- Explain your roles & responsibilities in the project
- Apart from Selenium what are the other tools do you know.
- Which framework do you use and explain
- Apart from data-driven, what other frameworks you know ( just asking, not about the hands-on experience )
- What is Jenkins & how do you configure & how do you get mail once tests are completed.
- Which version controllers are you using?
- What is the difference between SVN & GIT?
- How do you maintain the source code in GIT?
- Suppose there are 10 classes & I want to push only 5 classes, how do you do that
- How do you deal when you get conflicts?
- What are the challenges you faced, I told a few challenges & again I told that from the past two days we are facing one challenge & explained it? So he gave me the solution.
- What are ancestors & siblings tell me the syntax?
- I have mentioned appium in my resume. So start asking questions on appium.
- What is Appium & how do you locate elements on the Android app
- Have you worked on Real devices and what are those devices?
- On which android version have you worked
- What are the functionalities you worked on Application?
- How do you connect through real devices & eclipse?
- What are the selenium components & have you used a selenium grid?
- Have you worked on UFT? I never got a chance to work with UFT, but I have downloaded the free version and learned 1 Month
- Are you comfortable with the Selenium Web driver?
- Okay, I am done with the interview, do you have any questions for me.
Read Also: CTS Interview Questions
Capgemini Selenium Interview Questions: 04.10.2018
- Explain the framework of your project?
- How did you report failed test cases?
- Create Xpath for dynamically changing elements.
- Diff b/w absolute and relative XPath.
- How to handle pop-ups and frames?
- Write a Script for writing failed test cases.
- What are locators, types and which one is your favorite?
- Oops concept that you implemented in your framework
Capgemini Selenium Java Latest Automation Interview Questions
- Tell me about yourself
- Tell me the workflow of your project
- is it you providing / on your role in the testing end to end?
- Tell me why we need the test cases if we already write test scenarios?
- Tell me the quality of testing?
- Why you choose the testing field?
- Then she asked about, what is the bug life cycle? can you explain?
- If a developer says there is not a bug what you do?
- A different reason for a developer not accepting the bug / discard bug that these are not my bug?
- What is the last scenario you executed?
- Tell me what is a test plan and why we need a test plan?
- Tell me requirement gathering, test planning, your role in it?
- Then she moves towards the second project tell me the workflow, architecture, and objective of your project?
- Tell me the roles and responsibilities of your project?
- What bug severity? bug priority?
- How you managed cultivated data from one location to another?
- How you react in real-time scenarios?
- What is a good quality of testers?
- Write a test scenario about furniture and how end-user reacts to the furniture?
- After requirement (BRD) comes what is your role and what you did?
Capgemini Airoli interview questions
- Selenium Project
- Which class, the method to read data from Excel
- Method overriding and it’s output.
- Final, finally, finalize
- What is XPath for a dynamic element?
- What is XPath if all properties are the same?
- What are the exceptions in selenium?
- When the auto it tool is used.
- How auto it runs..through Java code
- What is the use of pom.xml
- How test cases run in parallel.
- How will you run testng.xml and pom.xml?
- For reports do you use to customize reports?
- Type of waits, explain
- Type of XPath.
- Do find elements have return types.
Capgemini Selenium Interview Questions [ PUNE ]
Capgemini Selenium 1st Round:
- Suppose there are 1500 test case so how will optimize the test cases to cover them fast
- How will you UI testing on Mobile Application
- Difference between verification and validation
- What is Beta testing
- Difference between UAT and system testing
- Mobile and web application difference
- Android and iOS application difference
- When you will go for Manual testing and when you will go for Automation testing
- difference between agile and waterfall model
- Explain the software life cycle
- Tell me about the device management tool
- What does means word framework in selenium we driver
- Performance testing, load, stress
- Tell me about ALM, PLM Tools
- Tell me about network testing for Mobile app
- Severity priority
- What are the things will you mention in the defect report
- Tell me smoke and regression testing in your project
- Boundary value analysis
- Explain your selenium framework
- Difference between test cases and test script
- Tell me about a test management tool on which you have worked
- What are the types of? testing you will perform if I give you a build
- What is the device you tested the mobile app – OS and mobile module
- How will you track the issue
- what is your role in selenium testing
- tell me the scenario which you have tested in selenium
- if there are 15000 test cases and you have to test all test cases in very little time what would be your approach
- How will you locate the elements
- What is X-path
- which webdriver version you have used
- Tell me the naming of the Android OS family
- explain your project
- explain your role and responsibilities in your project
- if I give you a pen what will you do
- what are tools available in the market for web Automation
- tools available for Mobile automation
- Tell me the things by which I will choose the Selenium webdriver for Automation
Capgemini Selenium Managerial Round
- Difference between verification and validation
- Tell me one example of verification and validation
- developer review the code so is it a verification or validation
- why is it verification
- why is it Validation
- what you have done in your application as QA
- explain your project
- What are your roles and responsibilities
- what is your roles and responsibilities in any respective project
- difference between mob app and web
- tell about Emulator or Simulator if you have worked on that
- any experience in the test management tool
- How do you maintain your test cases
- When do you get a build for testing binging of the sprint or end of the sprint
- How do you manage your sprint
- How do you get Requirements, tell me the format and what they contain
- mobile Automation knowledge?
- CI-CD knowledge?
- dev-ops knowledge?
- why should we hire you?
Capgemini Selenium Interview Questions – 2 to 6 years experience
- What are the interface, methods, and rules?
- Abstraction
- Can abstract class have a constructor?
- What is encapsulation
- How to achieve encapsulation
- TestNG annotations
- Can we run a TC multiple times in TestNG?
- What is a webdriver?
- Methods in webdriver
- Implicit-explicit and fluent wait in selenium
- WAP to reverse the string
- WAP to find the second-highest value in an array
- WAP for Fibonacci series
Capgemini Selenium Interview Questions
- What are the different locators you have used in webdriver?
- Can you give an example of absolute and relative Xpaths?
- What is the difference b/w close and quit in webdriver?
- Webdriver is a class or interface?
- Can you give a class name that implemented the Webdriver interface?
- Scenario: if der is an element that contains id attribute, that ID is split into two parts by ‘_’ (underscore), the first part is constant and the second part is changing. how do you find that element using id?
- Suppose if the element is hidden, how do get the text of that element?
- Difference b/w implicit and explicit waits.
- How you deal with dropdowns.
- Scenario: There is a link on a webpage, click on That link a window will open and now that opened window contains 3 different frames and you have to do the operation on different elements in 3 frames and come back to the window. how will you do this?
- What is the timeout in the grid?
- What is the browser timeout in the grid?
- What do you mean by max instance and max session?
- Tell different annotations provided by TestNG.
- Suppose I want to check a particular exception in TestNG, how will you do it?
- What is soft and hard assertion?
- What are different access modifiers and explain each?
- Can you define multiple public classes in a single java file?is it possible?
- Class name and java file name should be the same?
- What 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?
- Difference b/w ArrayList and vector?
- How do you write the custom class which is immutable?
- 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?
Capgemini Selenium Interview Questions
- Roles & Responsibilities.
- Framework explanation.
- What is interface
- What is inheritance
- How u achieve multiple inheritances in Java.
- Write a program to reverse a number.
- How you select an option in the dropdown.
- What is an iframe? write code to click on a button that is in a nested iframe?
- How to handle file downloading & uploading
- The difference between implicit wait and explicit wait.
- A total number of rows in a Web table.
- How to select a checkbox present in a web table.
- What r web driver exceptions
- How to read data from an excel file
- How many testing environments u have in your organization.
- Write an XPath to get all the links.
- How to read the text on a tooltip.
- Check whether an element is displayed or not.
- There are 3 classes A B C. How to access the methods of B and C in Class A.
- Difference b/w Abstract class & Interface.
- Write a program to swap numbers without the 3rd variable.
- Write a program to reverse a string without using the StringBuffer class
- Write a program to find a string in another string.
- Why static is used in the main method
- Difference between static binding & dynamic binding.
- Write an XPath of an element present in the table by using its adjacent element.
- annotations used in Testng.
- What methods can be inherited by the child class?
- Is it possible to override the main method?
Capgemini Manual Interview Questions
- What is the Test strategy?
- What is a Test Plan?
- What is the difference between Test Strategy and Test Plan?
- What is the difference between agile methodology and other SDLC models?
- Explain Bug Lifecycle?
- Explain SDLC?
- Explain STLC?
- In which stage of SDLC, Bug life cycle will come into the picture?
- How to upload test cases which are written in an Excel sheet to QC?
- What are the challenges you faced in Testing (Answer should be realistic like editing test cases if customer changes the requirement in the middle of testing)?
- Explain your project? Unix:
- Command to get the disk space (free space and used space) in UNIX?SQL:
- How to get the unique records (without duplicate) from the table?
- How to get unique records from the set of tables?
- How to calculate the number of unique rows from a table?
Thanks fot such huge collections of interview questions
Nice article
excellent questions.well appreciated.
We Glad that You like those question and its all possible bcoz of all the testers who have share these interview questions with us and hope other also will do the same
wow such a huge collection of questions