Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Software Testing Engineer Interview Questions and Answers

Updated 19 Nov 2020

Capgemini Engineering Software Testing Engineer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. 1stly introduced ur self? what the best quality of u and network?
  • Q2. Mostly introduced ur self is very unique way thn say that what u nd what network just simply way to clear the comparision not that complicated way further that ur straight way hearing ur performance leve...

Software Testing Engineer Jobs at Capgemini Engineering

View all

Interview questions from similar companies

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

I was interviewed before May 2023.

Round 1 - Coding Test 

1) was asked to write program to fetch certain strings in a given device output
2) basic questions on networking based on the resume

Round 2 - Technical 

(1 Question)

  • Q1. 1) networking basics based on the team you are interviewing with. 2) certain programs to write

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Be good at what you have showcased in the resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

20 aptitude questions and 50 technical questions

Round 2 - One-on-one 

(10 Questions)

  • Q1. Tell me about your self
  • Q2. Explain automation framework
  • Ans. 

    Automation framework is a set of guidelines, rules, and tools that help in creating and executing automated tests.

    • Automation framework provides structure and guidelines for creating automated tests

    • It helps in organizing test scripts, data, and results

    • Frameworks can be data-driven, keyword-driven, or hybrid

    • Examples of automation frameworks include Selenium WebDriver, TestNG, and Robot Framework

  • Answered by AI
  • Q3. Java code for sorting without using built in function
  • Ans. 

    Sorting array of strings in Java without using built-in functions

    • Create a custom sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each pair of strings and swap them if necessary to sort in ascending order

    • Repeat the process until the array is fully sorted

  • Answered by AI
  • Q4. Explain testng annotations and how will we use annotation in our framework
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test methods.

    • TestNG annotations are used to mark methods as test methods, setup methods, teardown methods, etc.

    • Annotations like @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite are commonly used in TestNG framework.

    • Annotations help in organizing and prioritizing test metho...

  • Answered by AI
  • Q5. What is testng listener
  • Ans. 

    TestNG listener is an interface that allows users to customize the test execution process.

    • TestNG listeners can be used to perform actions before or after a test method is run.

    • Listeners can be used to generate logs, take screenshots, or perform other custom actions during test execution.

    • Examples of TestNG listeners include ITestListener, ISuiteListener, and IInvokedMethodListener.

  • Answered by AI
  • Q6. What is overriding and where it is used in automation framework
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • It is used in automation frameworks to customize or extend the functionality of existing methods or classes

    • In automation testing, overriding...

  • Answered by AI
  • Q7. Explain bdd hooks and tags
  • Ans. 

    BDD hooks and tags are used in Behavior-Driven Development to set up preconditions and execute actions before or after scenarios, and to categorize and filter scenarios.

    • BDD hooks are used to set up preconditions and execute actions before or after scenarios

    • Tags are used to categorize and filter scenarios based on certain criteria

    • Hooks can be used to perform setup and teardown actions, such as initializing test data or ...

  • Answered by AI
  • Q8. Explain bdd background keyword
  • Ans. 

    BDD background keyword is used to define common preconditions for all scenarios in a feature file.

    • Used at the beginning of a feature file to define common preconditions

    • Helps in setting up the initial state for all scenarios in the feature file

    • Reduces duplication of steps in scenarios by defining them once in the background

  • Answered by AI
  • Q9. Explain ci/cd pipeline using jenkins
  • Ans. 

    CI/CD pipeline using Jenkins automates the process of integrating code changes and deploying them to production.

    • Jenkins is a popular automation server used for CI/CD

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • In a CI/CD pipeline, code changes are automatically built, tested, and deployed

    • Jenkins pipelines can be defined using a Jenkinsfile which specifies the stages and steps of the pipeline

    • Example: Che...

  • Answered by AI
  • Q10. Explain rest assured and write a code for post and verify the response
  • Ans. 

    Rest Assured is a Java library for testing RESTful APIs. It simplifies API testing by providing a fluent interface to make HTTP requests and validate responses.

    • Rest Assured is commonly used in API automation testing to validate the functionality of RESTful APIs.

    • It allows testers to easily make HTTP requests, set headers, parameters, and body, and validate the response.

    • Here is an example code snippet for posting data an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all concepts in framwork

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

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

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared publicly.

    • Explain that the question is related to a confidential agreement that prohibits sharing certain information.

    • Mention the importance of respecting NDAs in professional settings.

    • Provide examples of how NDAs are commonly used in the industry.

    • Discuss the consequences of violating an NDA.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. NDA- can't be shared
  • Ans. 

    The candidate was asked a question related to NDA which cannot be shared.

    • Explain the importance of NDA in protecting confidential information

    • Discuss the consequences of violating an NDA

    • Provide examples of how you have handled sensitive information under NDA in previous roles

  • Answered by AI
  • Q2. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) which cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on Framework
  • Q2. Programs on Strings and Collections
  • Q3. Selenium scenario based programs on window handling
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Previous project experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Jenkins Jira and Banking operations
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Mar 2023. There were 4 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 

(1 Question)

  • Q1. General Programming Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Business related questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I was interviewed in Aug 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What are your strengthen and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Help
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions from robot framework.
  • Q2. Questions on python and REST
Round 3 - One-on-one 

(2 Questions)

  • Q1. Testing terminology and testing concepts
  • Q2. Prepare well and give your bewlst shot

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show your right skills. Ericsson is a very good company

Capgemini Engineering Interview FAQs

How to prepare for Capgemini Engineering Software Testing Engineer 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 API Testing, Automation Testing, Black Box Testing, Manual Testing and SDET.

Tell us how to improve this page.

Capgemini Engineering Software Testing Engineer Salary
based on 11 salaries
₹3 L/yr - ₹8 L/yr
22% less than the average Software Testing Engineer Salary in India
View more details

Capgemini Engineering Software Testing Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

2.0

Salary & Benefits

4.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Senior Software Engineer
2.2k salaries
unlock blur

₹3.5 L/yr - ₹26.3 L/yr

Software Engineer
1.5k salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Technical Lead
1.4k salaries
unlock blur

₹9.8 L/yr - ₹32 L/yr

Network Engineer
467 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Technical Lead
427 salaries
unlock blur

₹13.4 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview