Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Software Tester Interview Questions and Answers

Updated 21 Nov 2024

Capgemini Engineering Software Tester Interview Experiences

1 interview found

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

Interview questions from similar companies

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Software Tester Interview Questions & Answers

UST user image Johnson K Jose

posted on 5 Jun 2024

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

(1 Question)

  • Q1. Regarding automotive technology
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core java regular interview questions Diff bet final,finally,finilize, oops concept, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - it is a good company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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 

(4 Questions)

  • Q1. Explain your framework
  • Ans. 

    Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • Our framework uses Excel sheets to store test data and test cases.

    • We have created custom keywords that can be used to perform specific actions.

    • We use Selenium WebDriver for web application testing and Appium for mobile application testing.

    • Our framework generates detailed HTML reports after each test run.

    • We have implemented a ret...

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms or have multiple behaviors.

    • Example: A car is an object that ...

  • Answered by AI
  • Q3. Collection in java
  • Ans. 

    Collection is a framework in Java that provides an architecture to store and manipulate a group of objects.

    • Collection is an interface that extends Iterable interface

    • List, Set, and Queue are the main subinterfaces of Collection

    • ArrayList, LinkedList, HashSet, and TreeSet are some of the classes that implement Collection

    • Collections class provides various utility methods to operate on Collection objects

  • Answered by AI
  • Q4. Java 8 features

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Introduction current project framework java core selenium etc
Round 3 - Technical 

(1 Question)

  • Q1. Introduction current project framework core java version control CI/CD selenium etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location LWD etc

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your knowledge polished because interviewer ask from very basic to the current scenario.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What experience do I have with certain type of servers and operating systems
  • Ans. 

    I have experience with various servers and operating systems.

    • I have worked with Windows Server 2016 and 2019.

    • I am familiar with Linux distributions such as Ubuntu and CentOS.

    • I have experience with virtualization technologies like VMware and Hyper-V.

    • I have worked with cloud platforms like AWS and Azure.

    • I have knowledge of server administration and troubleshooting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident for what you stand for.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Puzzles are asked in Software Testing Interviews
  • Q2. How to cut cake in 8 pieces in only 3 slices?
  • Q3. Third one horizontal cut

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets the specified requirements and functions correctly.

    • Software testing is essential for identifying defects and ensuring the quality of the software.

    • It involves designing test cases, executing them, and comparing the actual results with expected results.

    • Different types of testing include functional testing, performance testing, securit...

  • Answered by AI
  • Q2. Software test main purpose
  • Ans. 

    The main purpose of software testing is to identify defects and ensure that the software meets the requirements and is of high quality.

    • Identify defects and errors in the software

    • Ensure that the software meets the specified requirements

    • Ensure that the software is of high quality and performs as expected

    • Improve the overall user experience

    • Reduce the risk of software failure and downtime

    • Increase customer satisfaction and t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pls advice

Skills evaluated in this interview

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Software Tester interview?
Capgemini Engineering interview process usually has 1 rounds. The most common rounds in the Capgemini Engineering interview process are Technical.
What are the top questions asked in Capgemini Engineering Software Tester interview?

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

  1. Code for palindrom num...read more
  2. Current project Framew...read more

Tell us how to improve this page.

Capgemini Engineering Software Tester Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Capgemini Engineering Software Tester Salary
based on 6 salaries
₹3 L/yr - ₹6 L/yr
At par with the average Software Tester Salary in India
View more details

Capgemini Engineering Software Tester Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

5.0

Job security

5.0

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 2 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