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 Tester Interview Questions and Answers for Freshers

Updated 18 Dec 2024

Capgemini Selenium Automation Tester Interview Experiences for Freshers

1 interview found

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

(1 Question)

  • Q1. OOPS concepts, Testng

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2021. There were 5 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 - Aptitude Test 

There will be Aptitude test

Round 3 - Coding Test 

Coding test are important to be clear

Round 4 - Technical 

(1 Question)

  • Q1. There will be technical question
Round 5 - HR 

(1 Question)

  • Q1. HR will ask Aptitude question email writing don't take lightly

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be Aptitude test are most important to getting select have to clean Aptitude round
But its also depends on how many requirements they have

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go with the Basic don't panic all are theory questions one can get during course of interview so be prepared well with theory part specially from WebDriver to Test NG and Java

Interview Questionnaire 

5 Questions

  • Q1. 1-Framework Explanation(how to design)
  • Ans. 

    Framework design involves creating a structured approach to automate testing.

    • Identify the testing requirements and objectives

    • Choose a suitable automation tool

    • Create a modular and reusable code structure

    • Implement error handling and reporting mechanisms

    • Integrate with version control and continuous integration systems

    • Ensure scalability and maintainability

    • Examples: Keyword-driven, Data-driven, Hybrid frameworks

  • Answered by AI
  • Q2. 2 - Selenium common questions
  • Q3. 3- Project related questions
  • Q4. 4 - How to read data from excel
  • Ans. 

    To read data from Excel, we can use libraries like Apache POI or OpenCSV.

    • Create a FileInputStream object to read the Excel file

    • Create a Workbook object using the FileInputStream object

    • Get the sheet from the Workbook object using sheet name or index

    • Iterate through rows and columns to read data

    • Close the Workbook and FileInputStream objects

  • Answered by AI
  • Q5. 5 - Java oops concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Selenium interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Round 1 - Coding Test 

Hashmaps, inheritance, webdriver, cucumber, testng framework, maven dependencies,extent reports, excel handling

Round 2 - Technical 

(1 Question)

  • Q1. Sample codes in automation using selenium webdriver, maven , git, jenkins
  • Ans. 

    Sample codes for automation using Selenium WebDriver, Maven, Git, Jenkins

    • Selenium WebDriver: driver.findElement(By.id("elementID")).sendKeys("text")

    • Maven: mvn clean install

    • Git: git clone https://github.com/username/repository.git

    • Jenkins: create a new job and configure it to run the automation tests

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go had with all maven related and testng annotations, excel handling using apache poi

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 3 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. Programming questions related to Java
  • Q2. Questions related to Automation and Manual testing
Round 3 - HR 

(2 Questions)

  • Q1. Questions related to my family
  • Q2. Questions related to company

Interview Preparation Tips

Interview preparation tips for other job seekers - To develop programming and coding skill as well as to improve the communication skill.
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 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept, Selenium ,One Reverse string handle program without Reverse function.Collection frameworks questions on Hash Table and Hash Map, findelements vs findelement,ArrayList vs LinkList, Regression ...

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Difference between implicit and explicit
  • Ans. 

    Implicit and explicit are two types of waits in Selenium.

    • Implicit wait is set globally and applied to all elements, while explicit wait is set for a specific element or condition.

    • Implicit wait waits for a certain amount of time before throwing an exception if the element is not found, while explicit wait waits for a specific condition to occur before proceeding.

    • Implicit wait is set using the 'driver.manage().timeouts()...

  • Answered by AI
  • Q2. Api methods
  • Ans. 

    API methods are functions that allow communication between different software systems.

    • API methods can be used to retrieve data from a server or send data to a server.

    • API methods can be RESTful or SOAP-based.

    • Examples of API methods include GET, POST, PUT, and DELETE.

    • API methods can be tested using tools like Postman or SoapUI.

  • Answered by AI
  • Q3. Status code of api
  • Ans. 

    Status code of an API is a numerical code that indicates the success or failure of a request.

    • Status codes range from 100 to 599

    • 2xx codes indicate success

    • 4xx codes indicate client errors

    • 5xx codes indicate server errors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answers should be precise and confidence.

Skills evaluated in this interview

I appeared for an interview in Feb 2022.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is sprint retrospective
  • Ans. 

    Sprint retrospective is a meeting held at the end of a sprint to review the team's performance and identify areas for improvement.

    • It is a time-boxed meeting

    • It is attended by the entire team including the product owner and scrum master

    • The team discusses what went well, what didn't go well, and what can be improved in the next sprint

    • Action items are identified and assigned to team members for follow-up

    • The goal is to cont...

  • Answered by AI
  • Q2. What is sprint backlog
  • Ans. 

    Sprint backlog is a prioritized list of tasks to be completed during a sprint.

    • It is created during sprint planning

    • It contains user stories, bugs, and technical tasks

    • It is updated daily during the sprint

    • It helps the team to stay focused on the sprint goal

    • It is owned by the development team

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was quite rude. Have ap patience and give the interview properly

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini Selenium Automation Tester interview for freshers?
Capgemini interview process for freshers usually has 1 rounds. The most common rounds in the Capgemini interview process for freshers are Technical.
How to prepare for Capgemini Selenium Automation Tester interview for freshers?
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 Automation Testing, Selenium, Appium, Application Software and Black Box Testing.
What are the top questions asked in Capgemini Selenium Automation Tester interview for freshers?

Some of the top questions asked at the Capgemini Selenium Automation Tester interview for freshers -

  1. Explain about oops concep...read more
  2. OOPS concepts, Tes...read more

Tell us how to improve this page.

Capgemini Selenium Automation Tester Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more
Capgemini Selenium Automation Tester Salary
based on 13 salaries
₹4 L/yr - ₹10 L/yr
6% more than the average Selenium Automation Tester Salary in India
View more details

Capgemini Selenium Automation Tester Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

4.2

Salary

4.5

Job security

4.5

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
Consultant
56.1k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹2.9 L/yr - ₹12 L/yr

Senior Consultant
47.4k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
21.2k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.6k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

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