Upload Button Icon Add office photos

Filter interviews by

Mphasis Senior Software Tester Interview Questions, Process, and Tips

Updated 8 Aug 2024

Top Mphasis Senior Software Tester Interview Questions and Answers

Mphasis Senior Software Tester Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Moderate interview process

Round 2 - HR 

(1 Question)

  • Q1. Salary expectation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic java and automation process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Differnce between bug and defect
  • Ans. 

    A bug is a coding error that causes a program to malfunction, while a defect is a deviation from the requirements.

    • Bug is a mistake made by the programmer, while defect is a deviation from the requirements.

    • Bugs are found in the code, while defects are found in the product.

    • Example: A bug could be a syntax error in the code, while a defect could be a feature not working as specified.

  • Answered by AI
  • Q2. How you raise the bug
  • Ans. 

    I raise bugs by thoroughly documenting the issue with steps to reproduce, screenshots, and expected vs actual results.

    • First, I thoroughly test the software to ensure the bug is reproducible.

    • Next, I document the bug with detailed steps to reproduce, including screenshots or videos if necessary.

    • I also include information on the expected behavior versus the actual behavior.

    • I assign a severity level to the bug based on its...

  • Answered by AI

Skills evaluated in this interview

Senior Software Tester Interview Questions Asked at Other Companies

asked in NTT Data
Q1. A scrum master in Agile is equivalent to which position in water ... read more
asked in Qentelli
Q2. How do you rate yourself in manual and Automation testing
asked in TCS
Q3. If text box is disabled how will you pass value in that text box
asked in Mirraw
Q4. What do you know about the types of key ?
Q5. Difference between IATA and airline and its relationship?
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 Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is action class in Selenium
  • Ans. 

    Action class in Selenium is used to perform complex user interactions like drag and drop, double click, etc.

    • Action class is part of the Selenium WebDriver API

    • It is used to perform advanced user interactions like drag and drop, double click, etc.

    • Actions class is used to build and perform complex user interactions

    • Example: Actions actions = new Actions(driver); actions.dragAndDrop(source, target).build().perform();

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is abstract class in java Difference between abstract class n interface
  • Ans. 

    Abstract class in Java is a class that cannot be instantiated and may contain abstract methods. Difference from interface is that abstract class can have non-abstract methods.

    • Abstract class in Java is declared using the 'abstract' keyword.

    • Abstract class can have abstract methods (methods without body) and concrete methods (methods with body).

    • Abstract class can have instance variables, constructors, and static methods.

    • I...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Just discussed salary and notice period

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Query related to find records based on different types of join
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Senior Software Tester with 5+ years of experience in manual and automated testing.

    • 5+ years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

    • Experience with testing tools such as Selenium and Jira

    • Ability to work well in a team and communicate effectively

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Queries on pivot, rank, lag, lead
  • Q2. Project architecture explanation in detail
  • Ans. 

    Project architecture refers to the high-level structure of a software system, including components, relationships, and interactions.

    • Project architecture defines how different components of a software system are organized and interact with each other.

    • It includes the design decisions related to the system's structure, such as layers, modules, and communication protocols.

    • Common architectural patterns include MVC (Model-Vi...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Framework and Coding
  • Q2. What is Cucumber
  • Ans. 

    Cucumber is a testing tool that supports Behavior Driven Development (BDD) by allowing tests to be written in plain English.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It allows collaboration between non-technical stakeholders and technical team members

    • Cucumber tests are written in feature files with scenarios and steps

    • It can be integrated with various programming languages like Java, Ru

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked very simple question

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Automation framework
  • Q2. Automation web app

I applied via Recruitment Consulltant and was interviewed in Apr 2022. 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 - Technical 

(4 Questions)

  • Q1. Advantages of Agile Methodology
  • Ans. 

    Agile methodology allows for flexibility, collaboration, and faster delivery of high-quality software.

    • Encourages customer involvement and feedback throughout the development process

    • Allows for changes and adjustments to be made quickly and efficiently

    • Promotes teamwork and communication among team members

    • Delivers working software in shorter timeframes

    • Reduces the risk of project failure

    • Increases customer satisfaction

    • Examp

  • Answered by AI
  • Q2. TCD is based on what criteria?
  • Ans. 

    TCD is based on the criteria of time, cost, and deliverables.

    • TCD stands for Time, Cost, and Deliverables.

    • It is a project management approach that focuses on these three criteria.

    • The goal is to complete the project within the given time and budget while delivering the desired results.

    • For example, if a software development project is using TCD, the team will prioritize tasks based on their impact on time, cost, and deliv...

  • Answered by AI
  • Q3. Basics of API testing questions
  • Q4. What does backlog mean?
  • Ans. 

    Backlog is a list of tasks or requirements that need to be completed in a project.

    • Backlog is a prioritized list of work items

    • It includes user stories, bugs, and technical tasks

    • It is constantly updated throughout the project

    • It helps the team to plan and track progress

    • Examples: JIRA, Trello, Asana

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. How do you handle unplanned leaves in your team?
  • Q2. A scrum master in Agile is equivalent to which position in water fall?
  • Ans. 

    Scrum Master in Agile is equivalent to Project Manager in Waterfall.

    • Scrum Master is responsible for facilitating the Agile process and ensuring the team follows it.

    • Project Manager is responsible for managing the project from start to finish in Waterfall.

    • Both roles involve managing the team and ensuring the project is completed on time and within budget.

    • However, the approach and methodology used are different in Agile a

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NTT Data Senior Software Tester interview:
  • Agile
  • API
  • Postman
Interview preparation tips for other job seekers - Questions were from the basics of Agile and API testing

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Coding questions about c programming
  • Q2. Errors faced and resolution done
  • Ans. 

    I have faced errors related to compatibility issues with software versions, and resolved them by updating the software to the latest version.

    • Identified the specific software versions causing compatibility issues

    • Researched and found the latest version of the software

    • Updated the software to the latest version to resolve the compatibility issues

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotitation
  • Q2. Joining date preference
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. PT and Scripting
Round 2 - Technical 

(1 Question)

  • Q1. About PT and PE
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial based questions
Round 4 - HR 

(1 Question)

  • Q1. HR based question, about location , salary negotiation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and well versed with your concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java basic codes eg: reverse the sentence of string, remove duplicate on string, descending order of array, second largest number of array,etc..

Round 2 - Technical 

(1 Question)

  • Q1. Project explanation, framework explanation, positive and negative test scenarios, GitHub,Jenkins,rest assured.
Round 3 - HR 

(1 Question)

  • Q1. Asking about previous organisation and current organisation. Pay scale discussion.

Interview Preparation Tips

Topics to prepare for Cyient Test Engineer interview:
  • Java
  • Selenium
  • Rest assured
  • Github
  • Jenkins
  • JIRA
  • OOPS

Mphasis Interview FAQs

How many rounds are there in Mphasis Senior Software Tester interview?
Mphasis interview process usually has 2 rounds. The most common rounds in the Mphasis interview process are Technical, HR and Coding Test.
What are the top questions asked in Mphasis Senior Software Tester interview?

Some of the top questions asked at the Mphasis Senior Software Tester interview -

  1. what is abstract class in java Difference between abstract class n interf...read more
  2. What is action class in Selen...read more
  3. how you raise the ...read more

Tell us how to improve this page.

Mphasis Senior Software Tester Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 3 Mphasis interviews
WalkIn
33%
67% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Mphasis Senior Software Tester Salary
based on 58 salaries
₹4.2 L/yr - ₹16 L/yr
18% more than the average Senior Software Tester Salary in India
View more details

Mphasis Senior Software Tester Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-Life balance

3.0

Salary & Benefits

3.9

Job Security

3.5

Company culture

2.9

Promotions/Appraisal

3.5

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
6.2k salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Associate Software Engineer
4.5k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Module Lead
2.4k salaries
unlock blur

₹8.1 L/yr - ₹33 L/yr

Transaction Processing Officer
2.2k salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

TCS

3.7
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