Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
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
3.4

based on 8.9k Reviews

Play video Play video Video summary
  • About
  • Reviews
    8.9k
  • Salaries
    68.8k
  • Interviews
    829
  • Jobs
    133
  • Benefits
    913
  • Photos
    70
  • Posts
    5

Filter interviews by

Mphasis Automation Test Engineer Interview Questions and Answers

Updated 5 Oct 2024

14 Interview questions

An Automation Test Engineer was asked 7mo ago
Q. What is the memory allocation for a String?
Ans. 

String memory allocation is dynamic and depends on the length of the string.

  • String memory allocation is dynamic and can change based on the length of the string.

  • In Java, a String object is stored in the heap memory.

  • Each character in a String typically takes up 2 bytes of memory.

  • String objects in Java are immutable, meaning once a String object is created, it cannot be changed.

An Automation Test Engineer was asked 7mo ago
Q. What are Window Handles in Selenium?
Ans. 

Window Handles in Selenium are unique identifiers used to handle multiple browser windows in a Selenium test script.

  • Window Handles are unique alphanumeric strings assigned to each browser window opened by Selenium.

  • They are used to switch between different browser windows during a test script execution.

  • Window Handles can be obtained using getWindowHandles() method in Selenium.

  • Example: Set<String> handles = dr...

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
View answers (2)
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
View answers (2)
asked in LTIMindtree
Q3. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap fo ... read more
View answers (4)
asked in Capgemini
Q4. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
View answer (1)
asked in Capgemini
Q5. What is assertion? What is soft assertion? What is hard assertion ... read more
View answer (1)
View All
An Automation Test Engineer was asked 7mo ago
Q. What is a constructor and its purpose?
Ans. 

A constructor is a special type of method in a class that is automatically called when an object of that class is created.

  • Constructors have the same name as the class they belong to

  • They are used to initialize the object's state or perform any necessary setup

  • Constructors can have parameters to customize the initialization process

  • Example: public class Car { public Car(String color) { this.color = color; } }

An Automation Test Engineer was asked 7mo ago
Q. Can you create a static local variable inside a static method?
Ans. 

Yes, a static local variable can be created inside a static method.

  • Yes, a static local variable can be declared inside a static method in programming languages like C++.

  • Static local variables retain their values between function calls.

  • Example: static void myStaticMethod() { static int count = 0; count++; }

An Automation Test Engineer was asked 8mo ago
Q. Write code to find the second largest number in an array without sorting.
Ans. 

Use two variables to keep track of the largest and second largest numbers in the array.

  • Iterate through the array and compare each element with the largest and second largest variables.

  • Update the variables accordingly to find the second largest number.

  • Return the second largest number once the iteration is complete.

An Automation Test Engineer was asked 8mo ago
Q. What are the OOPS concepts in Java?
Ans. 

Object-oriented programming concept in Java

  • Encapsulation: bundling data and methods that operate on the data

  • Inheritance: creating new classes using existing classes

  • Polymorphism: ability to present the same interface for different data types

An Automation Test Engineer was asked 8mo ago
Q. How do you find the XPath of a product on Amazon?
Ans. 

The xpath of a product on Amazon can be found by inspecting the HTML code of the product page.

  • Right click on the product on Amazon and select 'Inspect' to view the HTML code

  • Locate the unique identifier of the product, such as class name or id

  • Construct the xpath using the unique identifier and other relevant attributes

Are these interview questions helpful?
🔥 Asked by recruiter 2 times
An Automation Test Engineer was asked 8mo ago
Q. Explain the framework.
Ans. 

A framework is a set of guidelines, tools, and libraries used to develop and maintain software applications.

  • Provides structure and guidelines for development

  • Promotes code reusability and maintainability

  • Includes libraries and tools for common tasks

  • Supports automation and scalability

  • Examples: Selenium WebDriver for web automation, TestNG for test execution

An Automation Test Engineer was asked 9mo ago
Q. Explain the project framework.
Ans. 

Project framework is a structure that provides guidelines, best practices, and tools for developing and maintaining software projects.

  • Project framework defines the overall structure of the project, including directories, files, and naming conventions.

  • It includes guidelines for coding standards, testing procedures, and documentation requirements.

  • Frameworks like Selenium, TestNG, and JUnit provide tools and librarie...

An Automation Test Engineer was asked 11mo ago
Q. What do you mean by BrowserContext in Playwright?
Ans. 

BrowserContext in Playwright refers to an isolated environment for running tests in a browser.

  • BrowserContext allows for separate cookies, local storage, and caches for each context

  • It can be used to simulate multiple users interacting with a website simultaneously

  • Contexts can be created and closed as needed during test execution

1 2

Mphasis Automation Test Engineer Interview Experiences

10 interviews found

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. What is a constructor and it's purpose?
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state or perform any necessary setup

    • Constructors can have parameters to customize the initialization process

    • Example: public class Car { public Car(String color) { this.color = color; } }

  • Answered by AI
    Add your answer
  • Q2. Can you override a Static Method?
  • Ans. 

    Yes, a static method can be overridden in Java using the concept of method hiding.

    • In Java, static methods cannot be overridden in the traditional sense like instance methods.

    • When a subclass defines a static method with the same signature as a static method in the superclass, it is called method hiding.

    • Method hiding does not follow polymorphism and is resolved at compile time based on the reference type.

    • Example: class...

  • Answered by AI
    Add your answer
  • Q3. Can you create a Static local variable inside a Static method
  • Ans. 

    Yes, a static local variable can be created inside a static method.

    • Yes, a static local variable can be declared inside a static method in programming languages like C++.

    • Static local variables retain their values between function calls.

    • Example: static void myStaticMethod() { static int count = 0; count++; }

  • Answered by AI
    Add your answer
  • Q4. What is the memory allocation for a String?
  • Ans. 

    String memory allocation is dynamic and depends on the length of the string.

    • String memory allocation is dynamic and can change based on the length of the string.

    • In Java, a String object is stored in the heap memory.

    • Each character in a String typically takes up 2 bytes of memory.

    • String objects in Java are immutable, meaning once a String object is created, it cannot be changed.

  • Answered by AI
    Add your answer
  • Q5. Can you create a Static method inside an Abstract class or Interface?
  • Ans. 

    Yes, you can create a static method inside an abstract class or interface.

    • Static methods can be defined in interfaces since Java 8.

    • Static methods in interfaces are used for providing utility methods that are not tied to any specific instance of the interface.

    • Static methods in abstract classes can be used for common functionality that does not require an instance of the class.

  • Answered by AI
    Add your answer
  • Q6. What is the Parent class of Java?
  • Ans. 

    The parent class of Java is the Object class.

    • All classes in Java are directly or indirectly derived from the Object class.

    • The Object class is the root class in Java's class hierarchy.

    • It provides methods that are common to all objects in Java, such as toString(), equals(), and hashCode().

  • Answered by AI
    Add your answer
  • Q7. What is Window Handles in Selenium?
  • Ans. 

    Window Handles in Selenium are unique identifiers used to handle multiple browser windows in a Selenium test script.

    • Window Handles are unique alphanumeric strings assigned to each browser window opened by Selenium.

    • They are used to switch between different browser windows during a test script execution.

    • Window Handles can be obtained using getWindowHandles() method in Selenium.

    • Example: Set<String> handles = driver....

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Mphasis Automation Test Engineer interview:
  • Selenium
  • Java
  • OOPS
  • Manual Testing
Interview preparation tips for other job seekers - Nowadays, the interviewers expect the same Java language of a Developer as a Tester. But, how will that be possible? If a Tester has the same knowledge as a Developer, then why would he/she become a Tester instead of a Developer? Please open up your thoughts to the Interviewer, so that they can think before confusing with the deep logical knowledge.

Skills evaluated in this interview

Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Framework
  • Ans. 

    A framework is a set of guidelines, tools, and libraries used to develop and maintain software applications.

    • Provides structure and guidelines for development

    • Promotes code reusability and maintainability

    • Includes libraries and tools for common tasks

    • Supports automation and scalability

    • Examples: Selenium WebDriver for web automation, TestNG for test execution

  • Answered by AI
    Add your answer
  • Q2. Code to find second largest number in array without sorting
  • Ans. 

    Use two variables to keep track of the largest and second largest numbers in the array.

    • Iterate through the array and compare each element with the largest and second largest variables.

    • Update the variables accordingly to find the second largest number.

    • Return the second largest number once the iteration is complete.

  • Answered by AI
    Add your answer
  • Q3. Find xpath of product on amazon
  • Ans. 

    The xpath of a product on Amazon can be found by inspecting the HTML code of the product page.

    • Right click on the product on Amazon and select 'Inspect' to view the HTML code

    • Locate the unique identifier of the product, such as class name or id

    • Construct the xpath using the unique identifier and other relevant attributes

  • Answered by AI
    Add your answer
  • Q4. Oops concept in java
  • Ans. 

    Object-oriented programming concept in Java

    • Encapsulation: bundling data and methods that operate on the data

    • Inheritance: creating new classes using existing classes

    • Polymorphism: ability to present the same interface for different data types

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in creating automated test scripts using tools like Selenium and Appium

    • Proficient in writing test cases, executing tests, and reporting defects

    • Skilled in analyzing test results and providing recommendations for improvements

    • Strong knowledge of software testing methodologies and ...

  • Answered by AI
    Add your answer
  • Q2. Explain project framework
  • Ans. 

    Project framework is a structure that provides guidelines, best practices, and tools for developing and maintaining software projects.

    • Project framework defines the overall structure of the project, including directories, files, and naming conventions.

    • It includes guidelines for coding standards, testing procedures, and documentation requirements.

    • Frameworks like Selenium, TestNG, and JUnit provide tools and libraries for...

  • Answered by AI
    Add your answer
  • Q3. Agile scrum: Velocity?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare accordingly with your resume

Skills evaluated in this interview

Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked about Access Modifier? Framework Describe Cucumber Runner File, Monochrome
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java Basics and Selenium Basics
Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you mean by BrowserContext in Playwright
  • Ans. 

    BrowserContext in Playwright refers to an isolated environment for running tests in a browser.

    • BrowserContext allows for separate cookies, local storage, and caches for each context

    • It can be used to simulate multiple users interacting with a website simultaneously

    • Contexts can be created and closed as needed during test execution

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2023

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

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

(1 Question)

  • Q1. Java,selenium related question, be strong with logics and core java
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. It was client round, they ask java with selenium, and finding xpath, problems related java, and oops concept
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare for java, selenium. Be bold and confident.Good luck.
Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
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. 1.Difference between findElement and findElements. 2. What is interface?
  • Ans. 

    Explaining the difference between findElement and findElements and defining interface.

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

    • Both methods are used to locate web elements on a page using locators such as ID, class name, name, etc.

    • An interface is a collection of abstract methods that can be implemented by a class. It defines a contract that th...

  • Answered by AI
    View 1 more answer
Round 3 - HR 

(1 Question)

  • Q1. Regarding salary expectation
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well for automation and rest API.
Proper knowledge of Java

Skills evaluated in this interview

Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2023

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

I appeared for an interview before Mar 2022.

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

Basic aptitude questions and 2 programming questions

Round 3 - Technical 

(3 Questions)

  • Q1. Will ask java basic questions and explanation of code and it's response
  • Add your answer
  • Q2. Code to Reverse a string
  • View 1 more answer
  • Q3. Palindrome code in java
  • Ans. 

    Palindrome code in Java

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward

    • To check if a string is a palindrome, we can compare the first and last characters, then the second and second-to-last characters, and so on

    • We can use a loop to iterate through the string and compare the characters

    • We can also use StringBuilder to reverse the string and compare it to the...

  • Answered by AI
    Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Will ask self intro and fav movie /book and why it was favourite?
  • Add your answer
Round 5 - Communication Skill test 

(1 Question)

  • Q1. It was like a system assessment.System will pronounce few sentences and we have to understand it and we need to respond with an answer and other was system will display few paragraphs and after 3-4 min, pa...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Please attend Communication skills round carefully. Only thing we need is concentration and understanding of foreign accent.

Skills evaluated in this interview

Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2021

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

Interview Questionnaire 

1 Question

  • Q1. Basis of knowledge and confidence, process and problem solving skills.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of whatever you know and be confident in your area.
Anonymous

Automation Test Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rate your expertize on the scale of 5
  • Add your answer
  • Q2. Write the code in notepad by sharing your screen
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Explain your automation framework
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Reason of leaving previous organisation
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for technical questions and strudy about coding

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a data scientist
Need help in CTC expectation
Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
Got a question about Mphasis?
Ask anonymously on communities.
More about working at Mphasis
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • IT Services & Consulting
  • 10k-50k Employees (India)
  • Public
  • Financial Services
  • Hardware & Networking
  • Insurance
  • Emerging Technologies

Mphasis Interview FAQs

How many rounds are there in Mphasis Automation Test Engineer interview?
Mphasis interview process usually has 2-3 rounds. The most common rounds in the Mphasis interview process are Technical, HR and Resume Shortlist.
How to prepare for Mphasis Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mphasis. The most common topics and skills that interviewers at Mphasis expect are Automation Testing, Cucumber, Selenium, Java and Manual Testing.
What are the top questions asked in Mphasis Automation Test Engineer interview?

Some of the top questions asked at the Mphasis Automation Test Engineer interview -

  1. Can you create a Static method inside an Abstract class or Interfa...read more
  2. Can you create a Static local variable inside a Static met...read more
  3. What is the memory allocation for a Stri...read more
How long is the Mphasis Automation Test Engineer interview process?

The duration of Mphasis Automation Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Mphasis Interviews By Designations

  • Mphasis Associate Software Engineer Interview Questions
  • Mphasis Senior Software Engineer Interview Questions
  • Mphasis Software Engineer Interview Questions
  • Mphasis Module Lead Interview Questions
  • Mphasis Transaction Processing Officer Interview Questions
  • Mphasis Software Developer Interview Questions
  • Mphasis Delivery Module Lead Interview Questions
  • Mphasis Automation Test Engineer Interview Questions
  • Show more
  • Mphasis Senior Test Engineer Interview Questions
  • Mphasis Project Lead Interview Questions

Interview Questions for Popular Designations

  • Senior Automation Engineer Interview Questions
  • Automation Tester Interview Questions
  • Senior Automation Test Engineer Interview Questions
  • Automation Test Lead Interview Questions
  • Automation Engineer Interview Questions
  • QA Automation Engineer Interview Questions
  • Selenium Automation Tester Interview Questions
  • Sdet Automation Test Engineer Interview Questions
  • Show more
  • Qa Automation Testing Engineer Interview Questions
  • Automation Testing Interview Questions

Automation Test Engineer Interview Questions from Similar Companies

LTIMindtree
LTIMindtree Automation Test Engineer Interview Questions
3.7
 • 23 Interviews
CGI Group
CGI Group Automation Test Engineer Interview Questions
4.0
 • 10 Interviews
Hexaware Technologies
Hexaware Technologies Automation Test Engineer Interview Questions
3.5
 • 8 Interviews
Coforge
Coforge Automation Test Engineer Interview Questions
3.3
 • 6 Interviews
NTT Data
NTT Data Automation Test Engineer Interview Questions
3.8
 • 4 Interviews
Virtusa Consulting Services
Virtusa Consulting Services Automation Test Engineer Interview Questions
3.7
 • 4 Interviews
 UST
UST Automation Test Engineer Interview Questions
3.8
 • 4 Interviews
Nagarro
Nagarro Automation Test Engineer Interview Questions
4.0
 • 2 Interviews
Persistent Systems
Persistent Systems Automation Test Engineer Interview Questions
3.6
 • 2 Interviews
GlobalLogic
GlobalLogic Automation Test Engineer Interview Questions
3.6
 • 2 Interviews
View all
Mphasis Automation Test Engineer Salary
based on 304 salaries
₹2.5 L/yr - ₹12 L/yr
9% less than the average Automation Test Engineer Salary in India
View more details

Mphasis Automation Test Engineer Reviews and Ratings

based on 27 reviews

3.1/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.8

Salary

2.9

Job security

2.7

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 27 Reviews and Ratings
Mphasis Salaries in India
Software Engineer
6.6k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.8k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Associate Software Engineer
4.8k salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Module Lead
2.5k salaries
unlock blur

₹9.4 L/yr - ₹37 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with
Cognizant

Cognizant

3.7
Compare
Wipro

Wipro

3.7
Compare
Accenture

Accenture

3.8
Compare
TCS

TCS

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Mphasis Interview Questions >
  • Mphasis Automation Test Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter