Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Equiniti Team. If you also belong to the team, you can get access from here

Equiniti Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 317 Reviews

Filter interviews by

Equiniti Senior Automation Engineer Interview Questions and Answers

Updated 12 Oct 2023

Equiniti Senior Automation Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 3 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 - Coding Test 

Java questions and framework development selenium

Round 3 - Technical 

(1 Question)

  • Q1. More depth into java and selenium API testing

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write xpath for given feature in Flipkart website
  • Ans. 

    Xpath for a feature in Flipkart website

    • Use Chrome DevTools to inspect the element and generate xpath

    • Start with double forward slash (//) to select any element on the page

    • Use attributes like class, id, text, etc. to narrow down the selection

    • Consider using contains() function for dynamic elements

  • Answered by AI
  • Q2. Explain testing annotations
  • Ans. 

    Testing annotations are used in automation testing to provide additional information about test methods.

    • Annotations are used to provide metadata about the test methods in automation testing frameworks.

    • Annotations can be used to specify the order of test execution, dependencies between tests, and other configurations.

    • Examples of testing annotations include @Test, @Before, @After, @DataProvider, @Parameters, etc.

  • Answered by AI
  • Q3. Explain static and runtime polymorphism
  • Ans. 

    Static polymorphism is resolved at compile time while runtime polymorphism is resolved at runtime.

    • Static polymorphism is achieved through function overloading and operator overloading.

    • Examples of static polymorphism include compile-time polymorphism in C++.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Examples of runtime polymorphism include dynamic polymorphism in Java.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

They provide MCQ Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Frame work related
  • Q2. OOPS concepts, programming
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Can we call a private class feom another class?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself and your roles and responsibilities
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Explain about Agile process?
  • Ans. 

    Agile process is a software development methodology that promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Iterative and incremental development

    • Cross-functional teams

    • Regular feedback and adaptation

    • Customer collaboration

    • Time-boxed iterations (sprints)

    • Continuous integration and testing

  • Answered by AI
  • Q2. What is spark? what is legacy defect? find the xpath of given example how will you run the 1 test case multiple times in testng? if the some task will take 8 hours but your manager said that you should com...
  • Ans. 

    Spark is a fast and general-purpose cluster computing system. Legacy defect refers to a known issue in older versions of software. XPath is a way to navigate XML documents. TestNG allows running test cases multiple times. Approach to completing a task in less time involves prioritizing and optimizing.

    • Spark is a cluster computing system for big data processing.

    • Legacy defect is a known issue in older versions of software...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

Few basic coding questions like patterns
Abstraction overloading etc

Round 3 - Technical 

(2 Questions)

  • Q1. Included everything on java manual and selenium
  • Q2. What are wrappper class Typecasting Programs Manual Selenium
  • Ans. 

    Wrapper classes are classes that allow primitive data types to be used as objects.

    • Wrapper classes provide a way to use primitive data types as objects in Java.

    • They are used for typecasting and to perform various operations on primitive data types.

    • Examples of wrapper classes include Integer, Float, Boolean, etc.

    • Wrapper classes are commonly used in automation testing with tools like Selenium.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite hard and prepare well on subjects
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse a string, find the repetition of characters, Fibonacci series, selenium web elements handling. Organizational workflows.

Round 2 - Assignment 

Selenium web automation for a web demo page.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic preparation is going to be good. But, practice logic building that wins game always.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2023. 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 

(4 Questions)

  • Q1. Interview questions related to Test automation.
  • Q2. How to run multiple test cases in parallel using multithreading?
  • Ans. 

    To run multiple test cases in parallel using multithreading, create separate threads for each test case and manage synchronization.

    • Create a thread pool to manage multiple threads for running test cases in parallel.

    • Implement synchronization mechanisms like locks or semaphores to prevent race conditions.

    • Ensure that the test cases are independent of each other to avoid interference.

    • Use a testing framework that supports pa...

  • Answered by AI
  • Q3. Fixtures and markers related questions
  • Q4. What kind of technologies used in test framework that you developed and explain a bit and related questions.
Round 3 - Behavioral 

(2 Questions)

  • Q1. Career history and Technlogies worked.
  • Q2. Projects worked and why left the last company etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience was extremely pathetic. I compromised my salary expectations by 5-6 lacs down so that they can consider me for managerial round so they considered and they promised that if I qualified managerial round they will consider me for the HR discussion but it was not happened and finally they said they have take another candidate who worked on banking domain for test automation. So wasted my week when they already wanted to take candidate who have banking domain knowledge.

To much frustrated with this company. Please guys first confirm what product domain they want even for testing too ask them and then attend the interview else they will waste your time and output is zero.

My first round rescheduled 3 times and then first round and managerial round and no hr discussion even after positive feedback.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between background keyword and before hooks in cucumber
  • Ans. 

    Background keyword runs before each scenario in a feature file, while before hooks run before each scenario in a step definition file.

    • Background keyword is used to define steps that are common to all scenarios in a feature file

    • Before hooks are used to set up preconditions or perform actions before each scenario in a step definition file

    • Background keyword is defined at the beginning of a feature file, while before hooks...

  • Answered by AI

Skills evaluated in this interview

Equiniti Interview FAQs

How many rounds are there in Equiniti Senior Automation Engineer interview?
Equiniti interview process usually has 3 rounds. The most common rounds in the Equiniti interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Securities Interview Questions
3.9
 • 141 Interviews
3i Infotech Interview Questions
3.5
 • 139 Interviews
KFintech Interview Questions
3.6
 • 127 Interviews
NSE.IT Interview Questions
3.6
 • 121 Interviews
Microland Interview Questions
3.5
 • 119 Interviews
Mastek Interview Questions
3.6
 • 115 Interviews
Sonata Software Interview Questions
3.5
 • 112 Interviews
View all

Fast track your campus placements

View all
Equiniti Senior Automation Engineer Salary
based on 4 salaries
₹8.8 L/yr - ₹13.6 L/yr
13% less than the average Senior Automation Engineer Salary in India
View more details
Processing Executive
317 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Processing Executive
158 salaries
unlock blur

₹2.7 L/yr - ₹6.8 L/yr

KYC Analyst
80 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Test Engineer
67 salaries
unlock blur

₹3.4 L/yr - ₹7.4 L/yr

Senior Test Engineer
64 salaries
unlock blur

₹4.5 L/yr - ₹11.2 L/yr

Explore more salaries
Compare Equiniti with

Karvy Financial Services

3.8
Compare

CAMS

3.7
Compare

National Securities Depository

3.1
Compare

Central Depository Services (I)

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