Upload Button Icon Add office photos

Filter interviews by

Ingenico ePayments India Sdet Automation Test Engineer Interview Questions and Answers

Updated 21 Jul 2022

Ingenico ePayments India Sdet Automation Test Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain framework ur working on, reverse string and swipe no. Without using third variable, method to check checkbox is selected,
  • Ans. 

    Answering questions on framework, string reversal, checkbox selection without third variable and swipe no.

    • Working on a hybrid framework with Selenium and Appium for web and mobile automation

    • String reversal can be done using built-in functions or by iterating through the string

    • Checkbox selection can be checked using isSelected() method in Selenium

    • Swipe no. can be achieved using TouchActions class in Appium

    • All of these c

  • Answered by AI
  • Q2. Methods of action class, cucumber framework tags, scenario outline, example, STLC, Defect life cycle, treasibility matrix
Round 2 - Technical 

(2 Questions)

  • Q1. Explain framework ur working on
  • Ans. 

    I am working on a hybrid framework that combines data-driven and keyword-driven approaches.

    • The framework uses Excel sheets to store test data and keywords.

    • It uses Selenium WebDriver for browser automation.

    • It has a modular structure with reusable functions and libraries.

    • It supports parallel execution of tests.

    • It generates detailed reports with screenshots and logs.

  • Answered by AI
  • Q2. STLC, explain defect report, real time question on scenario based

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing experience was positive, interviewer also co operative

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. What is singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used in scenarios where only one instance of a class is needed, such as for managing a connection pool or configuration settings.

    • The singleton pattern typically involves a private constructor, a static method to access the instance, and a static variable to hold the ins...

  • Answered by AI
Round 2 - Coding Test 

Easy questions oops,java,rest assured

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

(1 Question)

  • Q1. Difference between regression and retesting?
  • Ans. 

    Regression testing is testing the entire application after a change, while retesting is testing a specific bug fix.

    • Regression testing involves testing the entire application to ensure that new code changes have not adversely affected existing functionality.

    • Retesting is testing a specific bug fix to ensure that the issue has been resolved.

    • Regression testing is typically done after every code change, while retesting is d...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude will be more of picture puzzle questions

Round 2 - Technical 

(1 Question)

  • Q1. Java collections - Hashmap, set related programs, Programs on strings, selenium framework related, rest assured basics, manual testing basics
Round 3 - Technical 

(1 Question)

  • Q1. Current roles and responsibilities, frame work related, java programs related to Strings and a selenium program
Round 4 - Technical 

(1 Question)

  • Q1. Technical + Manager round
Round 5 - HR 

(1 Question)

  • Q1. General hr related like why your looking for job change, expected ctc, what is ur expected work culture etc.,

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more java programs and selenium basics. They will ask you to write code in all the 3 technical rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Assignment 

Some Test Given in QA field.

Round 2 - One-on-one 

(1 Question)

  • Q1. One on one round on basic of computer hardwares and QA process.
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager level one on one round about QA processes and real time scenarios. Automation related questions.
Round 4 - HR 

(1 Question)

  • Q1. About salary package.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basic computer hardwares, QA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Basic Python problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. About Selenium (locators)
  • Q2. What are the types of Wait
  • Ans. 

    Types of wait include implicit, explicit, fluent, and thread.sleep

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException

    • Explicit wait: Waits for a certain condition to occur before proceeding further

    • Fluent wait: Waits for a condition to occur with a defined polling interval

    • Thread.sleep: Pauses the execution for a specified amount of time

  • Answered by AI

Interview Preparation Tips

Topics to prepare for American Megatrends Automation Test Engineer interview:
  • Python Collections
  • Selenium
  • Manual Testing
Interview preparation tips for other job seekers - Basic Selenium and Python coding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Map reduce filter in javascript
  • Ans. 

    Map, reduce, and filter are higher-order functions in JavaScript used to manipulate arrays.

    • Map: Transforms each element in an array and returns a new array with the transformed elements.

    • Reduce: Reduces an array to a single value by applying a function to each element.

    • Filter: Creates a new array with elements that pass a certain condition.

  • Answered by AI
  • Q2. Exception handling

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were mainly on the Data Structure and System Design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pleade be ready to face multiple rounds, as the company can take a new round after telling you that you are selected by saying that it is just an interaction, but it will be a complete technical interview.

Ingenico ePayments India Interview FAQs

How many rounds are there in Ingenico ePayments India Sdet Automation Test Engineer interview?
Ingenico ePayments India interview process usually has 2 rounds. The most common rounds in the Ingenico ePayments India interview process are Technical.
What are the top questions asked in Ingenico ePayments India Sdet Automation Test Engineer interview?

Some of the top questions asked at the Ingenico ePayments India Sdet Automation Test Engineer interview -

  1. Explain framework ur working on, reverse string and swipe no. Without using thi...read more
  2. Explain framework ur working...read more
  3. Methods of action class, cucumber framework tags, scenario outline, example, S...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
MulticoreWare Interview Questions
4.2
 • 23 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
AvenData GmbH Interview Questions
3.0
 • 18 Interviews
Grapecity Interview Questions
3.8
 • 17 Interviews
Xactly Corp Interview Questions
3.9
 • 17 Interviews
View all
Software Developer
21 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹6.8 L/yr - ₹21.8 L/yr

Senior Software Developer
20 salaries
unlock blur

₹6.6 L/yr - ₹19 L/yr

Manager Enterprise Sales
16 salaries
unlock blur

₹9.1 L/yr - ₹13 L/yr

Software Engineer
15 salaries
unlock blur

₹10.7 L/yr - ₹20 L/yr

Explore more salaries
Compare Ingenico ePayments India with

Pitney Bowes

3.7
Compare

Sagitec Solutions

3.7
Compare

Zebra Technologies

3.9
Compare

Systech Solutions

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