Upload Button Icon Add office photos
Engaged Employer

i

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

Mphasis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Mphasis Sdet Automation Test Engineer Interview Questions and Answers

Updated 14 Feb 2024

Mphasis Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

Basic apti ques grammer and all

Round 2 - Technical 

(1 Question)

  • Q1. Java, spring, html

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java Oops concepts,Strings,exceptions,Collections,Selenium concepts,java programs,sql queries

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They asked to write SQL query of group ,join ,max salary etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on SQL query experience require for etl testing

I applied via Approached by Company and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about project details
Round 2 - Technical 

(1 Question)

  • Q1. What you will do if your project got rejected by customer
  • Ans. 

    I will analyze the reasons for rejection and work with the team to address the issues and improve the project.

    • Analyze the feedback from the customer to understand the reasons for rejection

    • Identify the areas of improvement and work with the team to address them

    • Re-test the project to ensure the issues have been resolved

    • Communicate the improvements to the customer and seek their feedback

    • Take corrective actions to ensure s

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Tell me some challenges you faced while you do Test
  • Ans. 

    Test challenges include lack of resources, unclear requirements, and time constraints.

    • Lack of resources such as hardware, software, or personnel can hinder testing efforts.

    • Unclear requirements can lead to misunderstandings and incorrect testing.

    • Time constraints can limit the amount of testing that can be done.

    • Integration testing can be challenging when multiple systems are involved.

    • Regression testing can be time-consum...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Test Engineer interview:
  • Selenium +java
Interview preparation tips for other job seekers - Please update your skills and communication
Update your strength on projects which you have been worked

I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Get() and Navigate() difference
  • Ans. 

    Get() and Navigate() are methods in web automation. Get() loads a new web page, while Navigate() can navigate back and forth in the browser history.

    • Get() is used to load a new web page by providing the URL as a parameter.

    • Navigate() can be used to navigate back and forth in the browser history using methods like GoBack() and GoForward().

    • Get() is a simpler method and is commonly used to load initial web pages.

    • Navigate() ...

  • Answered by AI
  • Q2. 2. what is synchronization
  • Ans. 

    Synchronization is the process of coordinating multiple threads or processes to work in a synchronized manner.

    • Synchronization ensures that multiple threads or processes do not interfere with each other while accessing shared resources.

    • It involves the use of locks, semaphores, and monitors to control access to shared resources.

    • Synchronization can improve the performance and efficiency of multi-threaded or multi-process ...

  • Answered by AI
  • Q3. 3. findelement and findelements difference
  • Ans. 

    findElement and findElements are methods in Selenium to locate web elements on a page.

    • findElement returns the first matching element on the page, while findElements returns a list of all matching elements.

    • findElement throws a NoSuchElementException if no matching element is found, while findElements returns an empty list.

    • Both methods take a locator strategy (such as ID, class name, or XPath) as an argument.

    • Example: Web...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic of java and selenium

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2021. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. About yourself Service Virtualization
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and workplace discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium difficulty
Great experience
Good workplace

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. How can a circuler cake can be cut into 8 equal pieces with 3 cuts only?

Interview Preparation Tips

Round: Puzzle Interview
Tips: imagine cake in 3d.

General Tips: Confidence in your
Skills: Logical Thinking, Ability To Think Out Of The Box, Curiosity To Learn, Leadership Skills
College Name: Government College of Engineering, Karad

I was interviewed in Jul 2017.

Interview Questionnaire 

2 Questions

  • Q1. Details for your roles and responsibilities in current organisation.
  • Ans. 

    I am responsible for designing test strategies, creating test plans, executing test cases, and reporting defects.

    • Designing test strategies based on project requirements

    • Creating detailed test plans outlining test scope, approach, resources, and schedule

    • Executing test cases manually and using automation tools

    • Reporting defects found during testing and tracking them to resolution

  • Answered by AI
  • Q2. Questions mainly on your earlier answer.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Java program to find duplicate elements in string using an array
  • Ans. 

    Java program to find duplicate elements in string using an array

    • Create an array to store characters

    • Loop through the string and check if the character is already in the array

    • If it is, then it is a duplicate

    • Print out the duplicate characters

  • Answered by AI
  • Q2. 2. How to deal with dynamic drop down in Selenium/ Appium
  • Ans. 

    Dealing with dynamic drop down in Selenium/Appium

    • Identify the parent element of the drop down

    • Use findElements() method to get all the child elements

    • Iterate through the child elements and select the desired option

    • Use wait() method to handle dynamic loading of options

    • Use Select class for handling drop downs with select tag

    • For non-select tag drop downs, use click() method to open the drop down and select the option

  • Answered by AI
  • Q3. 3. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed remotely in September 2020 for Appium related position. So if you are going to give interview on Appium/ selenium then prepared well on appium/ selenium. Learn all technical concepts from Appium like how to scroll, swipe, tap. Then how to deal with hybrid appliacations. Work on locators for android and IOS. Work on client library that you are using for automation (e.g Java). Make yourself technically stronger.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical question related to automation
Round 2 - Technical 

(1 Question)

  • Q1. Tech questions related to JS coding
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident , and if you don’t know then please confess that don't try to pretend anything.
Contribute & help others!
anonymous
You can choose to be anonymous

Mphasis Interview FAQs

How many rounds are there in Mphasis Sdet Automation Test Engineer interview?
Mphasis interview process usually has 2 rounds. The most common rounds in the Mphasis interview process are Aptitude Test and Technical.

Recently Viewed

INTERVIEWS

Info Edge

No Interviews

SALARIES

Unify Technologies

INTERVIEWS

McDermott International

No Interviews

REVIEWS

Nineleaps Technology Solutions

No Reviews

REVIEWS

Info Edge

No Reviews

REVIEWS

Amazon

No Reviews

REVIEWS

Unify Technologies

No Reviews

INTERVIEWS

QualiZeal

No Interviews

REVIEWS

Info Edge

No Reviews

SALARIES

Dhoot Group

Tell us how to improve this page.

Mphasis Sdet Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Mphasis Sdet Automation Test Engineer Salary
based on 17 salaries
₹3.5 L/yr - ₹18 L/yr
24% less than the average Sdet Automation Test Engineer Salary in India
View more details

Mphasis Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

1.0

Salary

2.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
6.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
4.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

TCS

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