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

Filter interviews by

Capgemini Senior QA Consultant Interview Questions and Answers

Updated 10 Jan 2025

Capgemini Senior QA Consultant Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Selenium program Java program Oops concepts
Round 2 - Technical 

(1 Question)

  • Q1. Selenium related real time questions Framework related questions and about current project
Round 3 - HR 

(1 Question)

  • Q1. Related to package
Round 4 - Mocha test 

(1 Question)

  • Q1. Basic English test for 40 mins, its is online assessment
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a integer
  • Ans. 

    To reverse an integer, convert it to a string, reverse the string, and convert it back to an integer.

    • Convert the integer to a string

    • Reverse the string

    • Convert the reversed string back to an integer

  • Answered by AI
  • Q2. Difference between scenario and scenario outline
  • Ans. 

    Scenario is a single test case while scenario outline is a template for multiple test cases with different inputs

    • Scenario is a single test case with specific inputs and expected outcomes

    • Scenario outline is a template for multiple test cases with placeholders for different inputs

    • Scenario outline uses Examples keyword to provide different sets of inputs for each test case

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Framework related questions
  • Q2. Xpath for dynamic elements
  • Ans. 

    Xpath is used to locate elements in XML/HTML documents. For dynamic elements, use functions like contains, starts-with, or position.

    • Use contains() function to locate elements with partial attribute values

    • Use starts-with() function to locate elements with attribute values starting with a specific string

    • Use position() function to locate elements based on their position in the document

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to pass authorisation dynamically
  • Ans. 

    Passing authorization dynamically involves generating and sending tokens or credentials at runtime.

    • Use token-based authentication to generate and pass tokens dynamically

    • Implement OAuth for secure authorization handling

    • Utilize JWT (JSON Web Tokens) for passing authorization dynamically

  • Answered by AI
  • Q2. Write a java program to remove the character which repeats in a string
  • Ans. 

    Java program to remove repeating characters in a string

    • Create a new string to store the result

    • Iterate through each character in the input string

    • Check if the character is already present in the result string before adding it

    • Return the final result string

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is an array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Coding related to strings
  • Q3. Basic selenium api concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

I applied via Campus Placement and was interviewed before Nov 2019. There were 8 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Porters Generic Marketing Strategy
  • Q2. Extempore Pitch to position a product differentially in the Market
  • Ans. 

    Our product is the only one in the market that offers a unique combination of features and benefits.

    • Our product is designed to solve a specific problem that no other product in the market can solve.

    • Our product offers a unique combination of features and benefits that are not available in any other product.

    • Our product is backed by extensive research and development, ensuring that it is the most effective solution in the...

  • Answered by AI
  • Q3. Why MBA, Why Marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be confident , Open and Prepared

2.Kindly understand the question and answer relating with some of the concepts you have studied
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Oracle Apps Technical - PlSQL concepts
  • Q2. Basic questions like logic to find even number, swap number ,etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to see all the Technology related questions in Google before going for interview.

I applied via Approached by Company and was interviewed in Dec 2018. There were 2 interview rounds.

Interview Preparation Tips

General Tips: I believe Knowledge and application of knowledge are the only things required to get selected in any interview. To get this two things you have to work on your skills and have good hands on experience. You will be a master in applying your knowledge to real time problems if you have faced them with honesty, hard work and dedication in your current/previous work. Other skills like communication, presentation and domain knowledge comes as by product in the process of learning/day to day job. Make sure your basics are strong in whatever technology you are working in.
If you fail once, you will be better for the next. Good luck!
Skills: Communication, Problem Solving, Analytical Skills, Presentation Skills, Decision Making Skills
Duration: 1-4 weeks

I applied via Walk-in and was interviewed before May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yr self, dream, why choose company, happy moment in your life, inspiration person, Apitutude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Really amazing experience, I working with Infosys last 18 month I learned different different training ,team work process knowledge and other skills I am proud be part of Infosys.

Capgemini Interview FAQs

How many rounds are there in Capgemini Senior QA Consultant interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Technical and HR.
What are the top questions asked in Capgemini Senior QA Consultant interview?

Some of the top questions asked at the Capgemini Senior QA Consultant interview -

  1. Write a java program to remove the character which repeats in a str...read more
  2. Difference between scenario and scenario outl...read more
  3. How to pass authorisation dynamica...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
DXC Technology Interview Questions
3.7
 • 839 Interviews
View all
Capgemini Senior QA Consultant Salary
based on 48 salaries
₹6.5 L/yr - ₹19 L/yr
At par with the average Senior QA Consultant Salary in India
View more details

Capgemini Senior QA Consultant Reviews and Ratings

based on 4 reviews

2.4/5

Rating in categories

2.5

Skill development

2.2

Work-life balance

1.5

Salary

3.1

Job security

2.3

Company culture

2.2

Promotions

2.0

Work satisfaction

Explore 4 Reviews and Ratings
Consultant
58.5k salaries
unlock blur

₹8.9 L/yr - ₹15 L/yr

Associate Consultant
51.3k salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Senior Consultant
49.9k salaries
unlock blur

₹12.5 L/yr - ₹21 L/yr

Senior Analyst
22.2k salaries
unlock blur

₹3.1 L/yr - ₹7.5 L/yr

Senior Software Engineer
21.5k salaries
unlock blur

₹3.5 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

3.6
Compare
write
Share an Interview