Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Capgemini Engineering Interview Questions and Answers

View all 309 questions

Capgemini Engineering Interview Experiences

Popular Designations

357 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Do you use console to locate elements in a web page?
  • Ans. 

    Yes, I use console to locate elements in a web page for debugging and testing purposes.

    • Yes, I use console commands like document.querySelector() or document.getElementById() to locate elements on a web page.

    • Console is helpful for quickly testing and verifying element selectors before implementing them in automated tests.

    • Using console to locate elements can help in identifying issues with element selection and improve t

  • Answered by AI
  • Q2. How do you authenticate and API?
  • Ans. 

    API authentication can be done using various methods like API keys, OAuth tokens, and JWT tokens.

    • Use API keys to authenticate requests by including the key in the request header.

    • Implement OAuth for secure authorization and authentication.

    • Utilize JWT tokens for stateless authentication by generating tokens upon successful login.

  • Answered by AI
  • Q3. How do you compare two databases and two files?
  • Ans. 

    Comparing two databases and two files involves analyzing their structure, content, and integrity.

    • Compare the schema of the databases to ensure they have the same tables, columns, and relationships.

    • Check the data in the databases and files to identify any discrepancies or missing information.

    • Use checksums or hash functions to compare the contents of the files for differences.

    • Consider using tools like SQL queries, file c...

  • Answered by AI
  • Q4. How do you exit recursion in programming?
  • Ans. 

    To exit recursion in programming, a base case is defined to stop the recursive calls.

    • Define a base case that will stop the recursive calls.

    • Ensure that the base case is reached during the recursion.

    • Return a value or perform an action when the base case is met.

  • Answered by AI
  • Q5. How to pass data in testng tags?
  • Ans. 

    TestNG tags can pass data using parameters in testng.xml file or through DataProviders.

    • Use parameters in testng.xml file to pass data to test methods

    • Use DataProviders to pass data dynamically to test methods

    • Example:

  • Answered by AI
Round 2 - No 

(2 Questions)

  • Q1. How do you automate email and one time passcode?
  • Ans. 

    Automating email and one time passcode involves using automation tools and scripting to send emails and generate passcodes.

    • Use automation tools like Selenium or Puppeteer to automate the process of logging into email accounts and sending emails.

    • Utilize scripting languages like Python or JavaScript to generate one time passcodes and send them via email.

    • Implement API calls to interact with email servers and send emails p...

  • Answered by AI
  • Q2. Do you use the console to locate elements in web page?
  • Ans. 

    Yes, I use the console to locate elements in web pages for debugging and testing purposes.

    • I use the console to inspect elements and identify unique attributes like IDs, classes, or XPath.

    • I can use commands like document.getElementById(), document.querySelector(), or $() to locate elements.

    • I also use the console to test CSS selectors and verify if elements are being correctly identified.

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Engineering Sdet Interview Questions and Answers

Q1. Do you use console to locate elements in a web page?
View answer (1)

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java8 features, functional interface
  • Q2. Hashmap,concurrent hashmap

Top Capgemini Engineering Senior Consultant Interview Questions and Answers

Q1. JCL code to execute cobol-db2 program? What if dynamic called program is completed with nodynam option? Situation based questions on sort?
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain something about vlan and its working
  • Ans. 

    VLAN stands for Virtual Local Area Network and is used to segment a network into multiple virtual networks.

    • VLANs help in improving network performance, security, and management.

    • Each VLAN is a separate broadcast domain, reducing unnecessary traffic.

    • VLANs are configured at the switch level by assigning ports to specific VLANs.

    • VLAN tagging (802.1Q) adds a VLAN identifier to Ethernet frames to distinguish between different...

  • Answered by AI

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Code for palindrom number
  • Ans. 

    A palindrome number is a number that remains the same when its digits are reversed.

    • Convert the number to a string

    • Reverse the string

    • Compare the original string with the reversed string

  • Answered by AI
  • Q2. Current project Framework
  • Ans. 

    Our current project framework is based on Selenium WebDriver with TestNG for test automation.

    • Selenium WebDriver is used for automating web application testing

    • TestNG is used for test execution and reporting

    • Framework includes page object model design pattern for better code organization

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Capgemini Engineering interview questions for popular designations

 Software Engineer

 (35)

 Senior Software Engineer

 (17)

 Analyst

 (16)

 Software Developer

 (15)

 Consultant

 (12)

 Associate Consultant

 (10)

 Senior Consultant

 (10)

 Associate Engineer

 (9)

Consultant Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the framework used in our project
  • Ans. 

    We are using the Agile framework in our project.

    • Agile framework focuses on iterative development and collaboration.

    • It involves breaking down the project into smaller tasks called sprints.

    • Regular feedback and adaptation are key components of Agile.

    • Examples of Agile methodologies include Scrum, Kanban, and XP.

  • Answered by AI
  • Q2. What are the selenium advantages
  • Ans. 

    Selenium advantages include cross-browser compatibility testing, support for multiple programming languages, and integration with various testing frameworks.

    • Cross-browser compatibility testing: Selenium allows for testing on different browsers to ensure consistent functionality.

    • Support for multiple programming languages: Selenium supports languages like Java, Python, and C#, making it versatile for different teams.

    • Inte...

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Engineering Consultant Interview Questions and Answers

Q1. What are the types of exception in PLSQL
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Get interview-ready with Top Capgemini Engineering Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the STLC process
  • Ans. 

    STLC is the Software Testing Life Cycle process which includes planning, designing, executing, and reporting of tests.

    • STLC involves planning, designing, executing, and reporting of tests

    • It includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Each phase has specific activities and deliverables to ensure quality of the software product

    • STLC helps in identifying defects ear...

  • Answered by AI
  • Q2. Explain the selenium webdriver methods
  • Ans. 

    Selenium WebDriver methods are used for automating web application testing by interacting with elements on a webpage.

    • WebDriver.get(String url) - Opens a webpage by providing the URL

    • WebElement.sendKeys(String text) - Enters text into a text field

    • WebElement.click() - Clicks on an element

    • WebDriver.findElement(By locator) - Locates a single element on the webpage

    • WebDriver.findElements(By locator) - Locates multiple element

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Introduction yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing automated test scripts.

    • 5 years of experience in automation testing

    • Proficient in creating and executing automated test scripts

    • Strong knowledge of testing tools like Selenium and JUnit

    • Experience in testing web and mobile applications

    • Familiar with Agile methodology

  • Answered by AI

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are Ur strength
  • Q2. What are Ur weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Nil. Good

Getting less experience

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Migration. Application deployment
  • Ans. Used Aws native service to migrate in house server to public cloud
  • Answered by pranav jha
Round 2 - One-on-one 

(2 Questions)

  • Q1. Your role within the team
  • Q2. Served company as lead consultant.
Round 3 - HR 

(1 Question)

  • Q1. HR discussion will conduct soon
  • Ans. Discussion never happened ..waited for more than i month since the mail came into my mailbox for discussion.
  • Answered by pranav jha

AWS Solution Architect Interview Questions asked at other Companies

Q1. 1)which type of instance using for memory related works? 2)how to connect the network connectivity in aws two networks? 3)How many ip available in the ipv4? 4) How many subnets create in the one VPC?
View answer (1)

Senior Consultant Interview Questions & Answers

user image Vijayant Gautam

posted on 19 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Normally coding round will be taken

Round 2 - Coding Test 

Hard coding round here

Round 3 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Salary discussion

Top Capgemini Engineering Senior Consultant Interview Questions and Answers

Q1. JCL code to execute cobol-db2 program? What if dynamic called program is completed with nodynam option? Situation based questions on sort?
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant

Round 1 - Technical 

(2 Questions)

  • Q1. Explain TDD and give a scenario to write TDD test cases
  • Ans. 

    TDD stands for Test-Driven Development, a software development process where tests are written before the actual code.

    • Write a failing test case based on requirements

    • Write the minimum amount of code to pass the test

    • Refactor the code to improve design and remove duplication

  • Answered by AI
  • Q2. Java basic questions
Round 2 - Technical 

(3 Questions)

  • Q1. Explain some AWS Security services
  • Ans. 

    AWS Security services help protect data, workloads, and applications in the cloud.

    • AWS Identity and Access Management (IAM) for managing user access

    • AWS Key Management Service (KMS) for encryption of data

    • AWS Web Application Firewall (WAF) for protection against web exploits

    • AWS Shield for DDoS protection

    • AWS Security Hub for centralized security monitoring

  • Answered by AI
  • Q2. Spring boot annotations
  • Q3. Microservices implementation
  • Ans. 

    Microservices implementation involves breaking down a monolithic application into smaller, independent services.

    • Decompose the application into smaller services based on business capabilities

    • Use lightweight communication protocols like HTTP/REST or messaging queues for inter-service communication

    • Implement service discovery and load balancing for dynamic scaling

    • Containerize each service using tools like Docker and orches...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read concepts based on the job description

Skills evaluated in this interview

Senior Java Consultant Interview Questions asked at other Companies

Q1. Explain TDD and give a scenario to write TDD test cases
View answer (1)

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering interview?
Capgemini Engineering interview process usually has 2-3 rounds. The most common rounds in the Capgemini Engineering interview process are Technical, HR and Resume Shortlist.
How to prepare for Capgemini Engineering 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 Engineering. The most common topics and skills that interviewers at Capgemini Engineering expect are SQL, Python, Javascript, Java and SQL Server.
What are the top questions asked in Capgemini Engineering interview?

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

  1. What are Hooks in React? Name the ones you have used in your proje...read more
  2. What are Higher Order Functions and Higher Order Components. Give exampl...read more
  3. How does Event Loop works? What are Event Queue and Event Sta...read more
How long is the Capgemini Engineering interview process?

The duration of Capgemini Engineering interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Capgemini Engineering Interview Process

based on 255 interviews

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Capgemini Engineering

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.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k 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 Engineering Reviews and Ratings

based on 2.1k reviews

3.5/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.9

Salary

3.7

Job security

3.4

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 2.1k Reviews and Ratings
Senior Software Engineer
2.1k salaries
unlock blur

₹5.7 L/yr - ₹22.3 L/yr

Technical Lead
1.5k salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Network Engineer
450 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Senior Technical Lead
371 salaries
unlock blur

₹14.1 L/yr - ₹34.5 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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