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

Clear (1)

Capgemini Testing Interview Questions and Answers

Updated 24 Apr 2024

Capgemini Testing Interview Experiences

2 interviews found

Testing Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

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

(2 Questions)

  • Q1. What is expected CTC
  • Ans. 

    Expected CTC refers to the salary package a candidate is anticipating from the employer.

    • Research industry standards and company norms for salary expectations

    • Consider factors like experience, skills, and location when determining expected CTC

    • Be prepared to negotiate based on job responsibilities and market trends

  • Answered by AI
  • Q2. Please tell your expected CTC
  • Ans. 

    My expected CTC is based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in the industry

    • Take into account my relevant skills and certifications

    • Research the current market rate for similar positions in the industry

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Testing Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2023

Interview experience
5
Excellent
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 Resume tips
Round 2 - Aptitude Test 

Yes good to work in this company iam very satisfied
Work culture is good
Team is also good good to work here

Round 3 - Case Study 

Good working here

Good work thanks for this company for hiring me

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work in capgemini thank you to hire me. Work culture is good. T

Testing Interview Questions Asked at Other Companies

Q1. ->How do you do performance testing on flipkart and amazon(man ... read more
Q2. Can you explain how state transition diagram can be helpful durin ... read more
Q3. How did you define severity ratings in your project?
Q4. What does load test summary report contain?
asked in Cognizant
Q5. Establishe DBMS?data base management system,it's manage or contro ... read more

Testing Jobs at Capgemini

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What do u do in your free tym ??
  • Q2. How flexible are u ???
  • Q3. How would u manage extra work ??

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and talk like u r confident !!

I applied via Company Website and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Concept of oops ? Class ,object polymorphism ,inheritance
  • Q2. Establishe DBMS?data base management system,it's manage or control the data
  • Ans. 

    A DBMS is a software system that manages and controls the storage, organization, and retrieval of data in a database.

    • DBMS provides a way to store and retrieve data efficiently.

    • It allows multiple users to access the same data simultaneously.

    • It ensures data integrity and security.

    • Examples of DBMS include Oracle, MySQL, and Microsoft SQL Server.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview wanted to test both my knowledge and communication.most question asked to me were related to my MCA curriculum i.e.computee related topics.like java ,c ,DBMS .it was my first interview,I thing I did pretty well for a fresher.thank you

Skills evaluated in this interview

Testing Interview Questions & Answers

Wipro user image Anonymous

posted on 28 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Python, SQL,joins

Interview Preparation Tips

Interview preparation tips for other job seekers - need to speak confidently

Interview Preparation Tips

Round: Resume Shortlist
Experience: A telephonic of technical round basics about C concepts and Embedded C Concepts in order to call for next round .

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

11 Questions

  • Q1. Hobbies: Drawing. Asked about drawing and pencil shading. Draw in next 5 mins something great to impress me else rejected
  • Q2. Sketch my face
  • Q3. If you are told to do a job of a peon for the company will you?
  • Q4. Remove all the pcs from the lab and keep in other lab RIGHT NOW?
  • Ans. 

    Yes, I can remove all the pcs from the lab and keep them in another lab right now.

    • Ensure all the necessary equipment and tools are available for the move

    • Coordinate with the lab staff to ensure a smooth transition

    • Label and document each PC for easy identification and setup in the new lab

    • Ensure proper packaging and handling to prevent any damage during the move

  • Answered by AI
  • Q5. Impress me with your talents
  • Q6. If a person asks you on a construction site to pick up bricks will you?
  • Q7. How crazy are you?
  • Q8. Show me how crazy are you in next 5 mins?
  • Q9. Write down Fibonacci series and also explain pseudo code for it?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • The first two numbers of the series are always 0 and 1

    • The next number is the sum of the previous two numbers

    • The series goes on infinitely: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

    • Pseudo code: 1. Initialize variables a=0, b=1, c=0 2. Print a and b 3. Repeat steps 4-6 until desired number of terms 4. c=a+b 5. Pr

  • Answered by AI
  • Q10. Write algorithm for matrix multiplication?
  • Ans. 

    Algorithm for matrix multiplication

    • Create a result matrix with dimensions of the two input matrices

    • Iterate through each row and column of the result matrix

    • For each element in the result matrix, multiply corresponding row in first matrix with corresponding column in second matrix

    • Add the products obtained in the previous step to get the final value for the element

  • Answered by AI
  • Q11. Explain your project and which algorithm you used in it. Why that algorithm?
  • Ans. 

    I worked on a project that involved sentiment analysis of customer reviews using Naive Bayes algorithm.

    • The project involved collecting customer reviews from various sources.

    • Preprocessing the data by removing stop words, stemming, and tokenizing.

    • Used Naive Bayes algorithm for sentiment analysis.

    • The algorithm was chosen because of its simplicity and effectiveness in text classification tasks.

    • The accuracy of the model was

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Confused

If they say do you have any questions?
NEVER ASK about your performance in that round.

Round: Technical Interview
Experience: Good
Tips: Interview depends on your basic knowledge

Skills: Presence Of Mind, Technical Skills, Analytical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Got rejected for TCS aptitude.
Funny Moments: Whole HR interview

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Talk about your BE project?
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development

    • Implemented user authentication and authorization

    • Designed a responsive UI using Bootstrap

    • Integrated Google Maps API for location tracking

    • Enabled file uploads and downloads for project documents

  • Answered by AI
  • Q2. If you belong to EXTC, then why IT?
  • Ans. 

    EXTC and IT are not mutually exclusive fields. My knowledge in EXTC complements my skills in IT.

    • My knowledge in EXTC gives me a strong foundation in electronics and communication, which are essential in the IT industry.

    • I have also gained programming skills through my coursework and projects in EXTC.

    • IT is a rapidly growing field with a lot of opportunities, and I believe my skills and knowledge make me a strong candidat...

  • Answered by AI
  • Q3. Are you ok with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals

    • I am excited about the prospect of exploring a new city and culture

    • I am flexible and adaptable to new environments

  • Answered by AI
  • Q4. Which languages are you familiar with?
  • Ans. 

    I am familiar with several programming languages.

    • Java

    • Python

    • C++

    • JavaScript

    • SQL

  • Answered by AI
  • Q5. BE project members and your guide
  • Q6. What/s the diffrencebetween leader and a manager
  • Ans. 

    A leader inspires and motivates while a manager plans and organizes.

    • Leaders focus on the big picture while managers focus on details

    • Leaders lead by example while managers delegate tasks

    • Leaders inspire and motivate while managers enforce rules and policies

    • Leaders are visionaries while managers are implementers

    • Examples of leaders: Steve Jobs, Martin Luther King Jr. Examples of managers: Tim Cook, COO of Apple

  • Answered by AI
  • Q7. Are you okay with relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may come with challenges, but I am prepared to face them

    • I am excited about the prospect of starting fresh in a new location

  • Answered by AI
  • Q8. What's the name of the person who took your technical interview?
  • Ans. 

    I'm sorry, I don't have that information.

    • N/A

  • Answered by AI
  • Q9. How was the TCS aptitude test?
  • Ans. 

    The TCS aptitude test was challenging but fair.

    • The test covered a wide range of topics including math, logic, and English.

    • The questions were designed to test problem-solving skills and critical thinking.

    • Time management was crucial as there were many questions to answer in a limited time.

    • Overall, the test was a good indicator of one's aptitude for software engineering.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: pretty decent and interactive
Tips: be true, be yourself

General Tips: Do not fake a personality, be original. Avoid an answer if you have to, but , in an affirmative way.
Skills: Ability To Justify, Ability To Be Involved In Hands On Work, Ability To Deal Diplomatically, Ability To Convince
College Name: Vidyalankar Institute Of Technology
Funny Moments: The HR interviewer asked me the name of my tech interviewer.
Contribute & help others!
anonymous
You can choose to be anonymous

Capgemini Interview FAQs

How many rounds are there in Capgemini Testing interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Capgemini Testing 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, Automation Testing, Java, JIRA and SQL.
What are the top questions asked in Capgemini Testing interview?

Some of the top questions asked at the Capgemini Testing interview -

  1. What is expected ...read more
  2. Please tell your expected ...read more

Recently Viewed

SALARIES

CodeAegis

SALARIES

CodeAegis

LIST OF COMPANIES

Strides Pharma

Overview

REVIEWS

Strides Pharma

No Reviews

REVIEWS

Capgemini Engineering

No Reviews

SALARIES

CodeAegis

SALARIES

CodeAegis

JOBS

Nagarro

No Jobs

JOBS

Nagarro

No Jobs

SALARIES

CodeAegis

Tell us how to improve this page.

Capgemini Testing Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

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.7
 • 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
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Capgemini Testing Salary
based on 10 salaries
₹4 L/yr - ₹8 L/yr
At par with the average Testing Salary in India
View more details
JAVA OBPM (Testing)

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

WLAN Testing

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
46.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
20.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20.3k salaries
unlock blur

₹0 L/yr - ₹0 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