Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Selenium Automation Interview Questions and Answers

Updated 19 Dec 2020

Capgemini Selenium Automation Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Interview was not happened as scheduled. No one joined in the meeting

Interview Preparation Tips

Interview preparation tips for other job seekers - I got an invite for an interview and it was scheduled by today on 11:30 Am to 12:00 pm but I didn't see anyone joined in the meeting . I waited till 1 o clock no one joined in the meeting

Selenium Automation Jobs at Capgemini

View all

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Write a program to remove duplicate character in a string if there are multiple users in an application, and if the buttons in the applications are specific to particular user, you need to perform operatio...
  • Ans. 

    Questions related to Selenium Automation and software testing

    • To remove duplicate characters in a string, use a loop and a hashset

    • To perform operations on specific buttons for a user, use conditional statements

    • To switch to a particular tab, use the window handle

    • 500 error code in Postman validation indicates a bad request

    • Primary key is a unique identifier for a record in a database

    • Roles and responsibilities in a project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for basic java, selenium and error codes, db queries

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is mother of all classes?
  • Ans. 

    There is no such thing as 'mother of all classes' in Selenium Automation.

    • There is no concept of 'mother of all classes' in Selenium Automation.

    • It is possible that the interviewer is asking a trick question or trying to test the candidate's knowledge.

    • The candidate should politely ask for clarification or context before attempting to answer.

    • If the interviewer insists on an answer, the candidate can explain that there is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly if you are giving interview for Selenium tester.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 5 error codes of sql
  • Q2. 5 maven commands
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. FindElement vs findElements
  • Ans. 

    findElement is used to locate a single element on a web page, while findElements is used to locate multiple elements.

    • findElement returns the first matching element on the page, while findElements returns a list of all matching elements.

    • findElement throws NoSuchElementException if no element is found, while findElements returns an empty list.

    • findElement is used when you expect only one element to be present, while findE...

  • Answered by AI
  • Q2. Largest number in array, Java program
  • Ans. 

    Java program to find the largest number in an array of strings

    • Convert each string element in the array to an integer using Integer.parseInt()

    • Initialize a variable to store the largest number and compare each element to update it

    • Return the largest number found in the array

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked some questions on selenium, sql query and java programming

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1)Diff between continue and break ? 2)what is maven3)write code for extent report
  • Ans. 

    1) continue - skips the current iteration and continues with the next iteration in a loop. break - exits the loop immediately. 2) Maven is a build automation tool used primarily for Java projects. 3) Extent Report is a reporting library for Selenium test automation.

    • continue statement is used to skip the current iteration and continue with the next iteration in a loop

    • break statement is used to exit the loop immediately

    • M...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCLTech Selenium Automation Tester interview:
  • Selenium
  • Core Java

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Find the second non repetitive character
  • Ans. 

    The second non-repetitive character is to be found in a given array of strings.

    • Iterate through each character in the strings and count their occurrences

    • Identify the characters that occur only once

    • Return the second non-repetitive character

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on jenkins basic java testng How to execute using jenkins ? Questions on parallel execution
  • Q2. How to configure jenkins?
  • Ans. 

    Jenkins can be configured by installing plugins, creating jobs, setting up build triggers, and configuring global settings.

    • Install necessary plugins for required functionality

    • Create jobs for each project with build steps and post-build actions

    • Set up build triggers such as polling or webhook

    • Configure global settings such as security and email notifications

    • Use Jenkinsfile for pipeline as code

    • Example: Install Git plugin, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and good to discuss on previous projects

Skills evaluated in this interview

Selenium Automation Tester Interview Questions & Answers

Infosys user image Pooja Himmat Vibhute...

posted on 22 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Data structure coding

Round 2 - Technical 

(3 Questions)

  • Q1. Core Java, SQL, data structure
  • Q2. Hashmap vs Hashtree
  • Ans. 

    Hashmap is a data structure that stores key-value pairs, while Hashtree is a tree-like structure used for storing and organizing data.

    • Hashmap is a key-value pair data structure, allowing fast retrieval of values based on keys.

    • Hashtree is a tree-like structure used for storing and organizing data in a hierarchical manner.

    • Hashmap is typically used for faster retrieval of data, while Hashtree is used for organizing data i...

  • Answered by AI
  • Q3. How to achieve multiple inheritance in java
  • Ans. 

    Multiple inheritance is not supported in Java due to the Diamond Problem, but can be achieved using interfaces.

    • Java does not support multiple inheritance of classes due to the Diamond Problem

    • Multiple inheritance can be achieved in Java using interfaces

    • Create multiple interfaces with desired methods and implement them in a single class

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

How to prepare for Capgemini Selenium Automation interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Capgemini. The most common topics and skills that interviewers at Capgemini expect are Selenium, API Testing, Automation Testing, Java and Agile.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Capgemini Selenium Automation Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Consultant
55.1k salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.4 L/yr - ₹24.3 L/yr

Senior Analyst
20.8k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20.1k salaries
unlock blur

₹3.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview