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
3.8

based on 40.1k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Senior Software Engineer Testing Interview Questions, Process, and Tips

Updated 23 Jan 2025

Top Capgemini Senior Software Engineer Testing Interview Questions and Answers

Capgemini Senior Software Engineer Testing Interview Experiences

7 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your framework, API fundamentals
  • Q2. Exception handling in selenium, error codes in api testing etc
  • Q3. Synchronization handling in code
  • Q4. Oops concepts used in project
  • Q5. Agile process and terminologies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Explain about yourself? 2. What are your Roles and Responsibility? 3. Have you got a chance to build a framework from scratch ? 4. Which type of framework are you currently working? 5. What is the ...

Senior Software Engineer Testing Interview Questions Asked at Other Companies

asked in Info Edge
Q1. Sorting Characters by Frequency Given a string S, sort this strin ... read more
Q2. Why clients go for automation testing and what is my role in regr ... read more
Q3. Tell me one critical problem statement of your application in whi ... read more
asked in Info Edge
Q4. You have two buckets, one with a capacity of 3 liters and the oth ... read more
asked in Kovai.co
Q5. How do you perform security testing for login page?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Replacing char(Vowels) in a string with *

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

How to access data from excel

Round 2 - Technical 

(3 Questions)

  • Q1. How to scroll down in selenium
  • Ans. 

    To scroll down in Selenium, you can use the Actions class or JavaScriptExecutor.

    • Use Actions class to perform keyboard and mouse actions

    • Scroll down using Keys class and sendKeys(Keys.PAGE_DOWN)

    • Alternatively, use JavaScriptExecutor to scroll down by executing JavaScript code

  • Answered by AI
  • Q2. Difference between string and stringbuffer
  • Ans. 

    String is immutable, StringBuffer is mutable.

    • String is immutable, meaning once created, its value cannot be changed.

    • StringBuffer is mutable, meaning its value can be changed after creation.

    • String is thread-safe, while StringBuffer is not.

    • StringBuffer is faster for concatenation operations compared to String.

  • Answered by AI
  • Q3. Types of constructor
  • Ans. 

    Constructors are special methods used to initialize objects in a class.

    • Constructors have the same name as the class.

    • They do not have a return type.

    • They are called automatically when an object is created.

    • There can be multiple constructors in a class (overloading).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare on coding.

Skills evaluated in this interview

Capgemini interview questions for designations

 Software Testing Engineer

 (3)

 Software Testing Trainer

 (1)

 Embedded Testing Engineer

 (1)

 Senior Software Engineer

 (137)

 Software Engineer Testing Selenium Testing Immediate Joining

 (1)

 Automation Testing

 (1)

 Testing

 (2)

 Senior Software Engineer 2

 (5)

I applied via Job Fair and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Functional testing a
I

Round 2 - Technical 

(2 Questions)

  • Q1. Software testing Functional testing intergration testing System testing
  • Q2. System testing Automation testing AGIL methodologies
Round 3 - Assignment 

Functional testing intergration testing System testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Sir I have completed software testing
Coding
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java question on normal
  • Q2. Selenium que easy level
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Project explain on past company

Interview Preparation Tips

Topics to prepare for Capgemini Senior Software Engineer Testing interview:
  • Java

Interview Questionnaire 

1 Question

  • Q1. Write reverse a string code
  • Ans. 

    Reverse a given string using array of characters

    • Create an empty array to store the reversed string

    • Loop through the original string from end to start

    • Push each character into the empty array

    • Join the array to form the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java really well

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good what is good good is bad bad isgood
  • Q2. Bad is bad good is good good going nad

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and better Interview we can crack easily
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the oops consent What is the fream work What is the api postman
  • Ans. 

    OOPS stands for Object-Oriented Programming, a framework is a set of tools and libraries for software development, and Postman is a tool for testing APIs.

    • OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of 'objects' which can contain data and code.

    • A framework is a collection of libraries, tools, and best practices that help developers build software applications more efficiently.

    • Postman...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What is the selenium What is api testing What is the smoke test What is the cucumber fream work
  • Ans. 

    Selenium is a popular automation testing tool for web applications. API testing involves testing APIs directly. Smoke test is a basic test to check if the application is stable. Cucumber is a BDD framework for writing test cases.

    • Selenium is used for automating web application testing by simulating user interactions.

    • API testing involves testing the functionality, reliability, performance, and security of APIs.

    • Smoke test...

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini Senior Software Engineer Testing interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical, Coding Test and Assignment.
What are the top questions asked in Capgemini Senior Software Engineer Testing interview?

Some of the top questions asked at the Capgemini Senior Software Engineer Testing interview -

  1. How to scroll down in selen...read more
  2. Difference between string and stringbuf...read more
  3. Write reverse a string c...read more

Tell us how to improve this page.

Capgemini Senior Software Engineer Testing Interview Process

based on 7 interviews

1 Interview rounds

  • Coding Test Round
View more
Capgemini Senior Software Engineer Testing Salary
based on 135 salaries
₹3 L/yr - ₹11 L/yr
44% less than the average Senior Software Engineer Testing Salary in India
View more details

Capgemini Senior Software Engineer Testing Reviews and Ratings

based on 19 reviews

4.7/5

Rating in categories

4.6

Skill development

4.2

Work-life balance

3.8

Salary

4.5

Job security

4.8

Company culture

3.7

Promotions

4.3

Work satisfaction

Explore 19 Reviews and Ratings
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.7k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

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