Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Sdet Interview Questions, Process, and Tips

Updated 23 Oct 2024

Capgemini Engineering Sdet Interview Experiences

1 interview 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

Interview questions from similar companies

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

Java code to print the duplicate numbers in an array without using Set or Map

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

(1 Question)

  • Q1. Tell me about yourself

Sdet Interview Questions & Answers

Nagarro user image Anonymous

posted on 31 May 2024

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

Al MCQ's.Few I found irrelevant

Round 2 - Technical 

(1 Question)

  • Q1. Stale Element , Parallel Execution ,

Sdet Interview Questions & Answers

FIS user image Anonymous

posted on 28 Sep 2022

I applied via LinkedIn and was interviewed in Aug 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Easy Question good experience Best company Core java basics
  • Q2. Basic selenium , Testng

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company …………………….. best company to work with much
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Parallel test in cucumber
  • Ans. 

    Parallel test execution in Cucumber allows running multiple test scenarios simultaneously for faster results.

    • Use tools like TestNG or JUnit to run Cucumber tests in parallel

    • Configure the test runner to specify the number of threads to use for parallel execution

    • Ensure that the tests are independent and do not interfere with each other

    • Consider using a parallel plugin like Cucumber-JVM-Parallel to manage parallel executio

  • Answered by AI
  • Q2. How to handle browser history
  • Ans. 

    Browser history can be handled by clearing cache, cookies, and browsing data regularly.

    • Regularly clear cache, cookies, and browsing history to improve browser performance

    • Use incognito mode for private browsing to prevent history from being saved

    • Disable browser history tracking if needed for privacy reasons

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Implicit Wait and Explicit Wait
  • Q2. How to handle browser history
  • Ans. 

    Browser history can be managed by clearing cache, cookies, and browsing history regularly.

    • Regularly clear cache, cookies, and browsing history to improve browser performance

    • Use private browsing mode to prevent saving browsing history

    • Disable browser history tracking in browser settings

    • Use browser extensions or plugins to manage and delete browsing history

    • Consider using a VPN for additional privacy and security

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Braindraning is good or bad in india

Round 2 - Aptitude Test 

Percentage si profit interest hcf lcm

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude well
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
2-4 weeks
Result
Selected Selected
Round 1 - Assignment 

Apptitude questions logical and technical questions and queries

Round 2 - One-on-one 

(1 Question)

  • Q1. About c programing
Round 3 - HR 

(1 Question)

  • Q1. Behavioral questions

Capgemini Engineering Interview FAQs

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

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

  1. Do you use console to locate elements in a web pa...read more
  2. Do you use the console to locate elements in web pa...read more
  3. How do you compare two databases and two fil...read more

Tell us how to improve this page.

Capgemini Engineering Sdet Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sdet Interview Questions from Similar Companies

TCS Sdet Interview Questions
3.7
 • 4 Interviews
Infosys Sdet Interview Questions
3.6
 • 2 Interviews
Accenture Sdet Interview Questions
3.9
 • 2 Interviews
Nagarro Sdet Interview Questions
4.0
 • 1 Interview
View all
Senior Software Engineer
2.1k salaries
unlock blur

₹3.5 L/yr - ₹26.5 L/yr

Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Technical Lead
1.3k salaries
unlock blur

₹9.8 L/yr - ₹32 L/yr

Network Engineer
452 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Technical Lead
413 salaries
unlock blur

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