Upload Button Icon Add office photos

Filter interviews by

Mphasis Software Testing Engineer 2 Interview Questions and Answers

Updated 5 May 2023

Mphasis Software Testing Engineer 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
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 

(3 Questions)

  • Q1. 1) What is Database testing? 2) What is functional testing? 3) What is Data mart?
  • Ans. 

    Database testing is the process of verifying the data stored in the database meets the requirements and is accurate.

    • It involves checking data integrity, data validation, and data consistency.

    • It ensures that the database is working as expected and data is being stored and retrieved correctly.

    • Examples include testing SQL queries, stored procedures, and triggers.

  • Answered by AI
  • Q2. What is Data mart?
  • Ans. 

    A data mart is a subset of a larger data warehouse that is designed to serve a specific business unit or department.

    • Contains a subset of data from a larger data warehouse

    • Designed to serve a specific business unit or department

    • Provides a more focused view of data for decision-making

    • Can be used for reporting, analysis, and data mining

    • Examples: Sales data mart, HR data mart, Finance data mart

  • Answered by AI
  • Q3. What is the difference between Regression testing and Retesting?
  • Ans. 

    Regression testing is testing the entire system after making changes, while retesting is testing a specific bug fix.

    • Regression testing ensures that changes made to the system do not affect existing functionality.

    • Retesting ensures that a specific bug or issue has been resolved.

    • Regression testing is done after every change, while retesting is done after a bug fix.

    • Regression testing is time-consuming, while retesting is r...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic quant and reasoning questions
Selenium MCQ
Java programs with MCQ

Round 2 - Technical 

(23 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you initialise driver
  • Q3. Driver is static or non static
  • Q4. Difference between static and non static
  • Q5. Disadvantages of static and non static
  • Q6. Parallel execution in TestNG
  • Q7. Write the code for Parallel testing in TestNG
  • Q8. Difference between parallel methods and parallel tests
  • Q9. Upload file using rest assured
  • Q10. Postman basic questions
  • Q11. Parameter for post method in postman
  • Q12. BDD Framework cucumber
  • Q13. Cucumber execution process
  • Q14. How cucumber know step defination file placed
  • Q15. Parameters used in cucumber
  • Q16. Datatable in cucumber
  • Q17. Have u created the testplan document when porject was started
  • Q18. Testing cycle when project was on initial level
  • Q19. Risk management and risk based testing
  • Q20. Which estimate technique you follow , if fibonacci then why it is in 1 2 3 5 8 13 ?? Not in 12345678
  • Q21. What is testing matrix and automation ROI
  • Q22. Cicd tool
  • Q23. Handle team ?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me your roles and responsibilities
  • Ans. 

    As a Specialist Tester, my roles include designing test plans, executing test cases, identifying bugs, and collaborating with developers.

    • Designing test plans based on project requirements

    • Executing test cases to ensure software functionality

    • Identifying and documenting bugs for developers to fix

    • Collaborating with developers to resolve issues and improve software quality

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your project and your role in the project and explain how your testing tools helps in your project
  • Ans. 

    I worked on a project to develop a mobile application for a retail company. My role was to conduct testing using tools like Selenium and JIRA.

    • Developed a mobile application for a retail company

    • Conducted testing using Selenium and JIRA

    • Identified and reported bugs to the development team

    • Collaborated with developers to ensure bug fixes were implemented correctly

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about class
  • Q2. Tell me about bdd
  • Ans. 

    BDD stands for Behavior Driven Development, a software development approach that focuses on defining behavior through examples.

    • BDD involves collaboration between developers, testers, and business stakeholders to define requirements in terms of behavior.

    • Scenarios are written in a specific format using Given-When-Then to describe the expected behavior of the system.

    • Tools like Cucumber and SpecFlow are commonly used for i...

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

(2 Questions)

  • Q1. Why leave prev org
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking to expand skill set

    • Seeking career advancement

  • Answered by AI
  • Q2. What skills are you good at
  • Ans. 

    I am skilled in test planning, execution, defect tracking, and reporting.

    • Test planning

    • Test execution

    • Defect tracking

    • Reporting

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Write a java program to remove duplicate element from arrays
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is cypress ,difference between cypress and selenium
  • Ans. 

    Cypress is a JavaScript-based end-to-end testing framework. It differs from Selenium in terms of architecture, ease of use, and speed.

    • Cypress is a JavaScript-based testing framework for web applications.

    • It provides a simple and intuitive API for writing tests.

    • Cypress runs directly in the browser and can access everything on the page.

    • Unlike Selenium, Cypress does not use WebDriver and has a different architecture.

    • Cypres...

  • Answered by AI
  • Q2. Cypress folder structure and and its assertions
  • Ans. 

    Cypress folder structure and its assertions

    • Cypress follows a specific folder structure for organizing test files

    • The 'fixtures' folder contains static data used in tests

    • The 'integration' folder contains the actual test files

    • The 'plugins' folder contains custom plugins and tasks

    • The 'support' folder contains reusable functions and commands

    • Cypress provides various assertions for validating test results

    • Common assertions inc...

  • Answered by AI
  • Q3. What is assertions
  • Ans. 

    Assertions are statements that verify the expected behavior of a software application during testing.

    • Assertions are used to validate whether a certain condition is true or false.

    • They help in identifying bugs and ensuring the correctness of the software.

    • Assertions can be used to check the values of variables, compare expected and actual results, or verify the presence of certain elements.

    • Examples of assertions include a...

  • Answered by AI
  • Q4. Api testing using cypress
  • Ans. 

    Cypress is a powerful tool for API testing, allowing for easy automation and assertion of API endpoints.

    • Cypress provides a simple and intuitive syntax for writing API tests

    • It supports making HTTP requests and asserting responses

    • Cypress allows for easy mocking and stubbing of API calls

    • It provides detailed logs and error messages for debugging

    • Cypress integrates well with other testing frameworks and tools

  • Answered by AI
  • Q5. Architecture about cypress
  • Ans. 

    Cypress is a JavaScript-based end-to-end testing framework that runs directly in the browser.

    • Cypress allows for easy and fast testing of web applications.

    • It provides a rich set of APIs for interacting with elements and making assertions.

    • Cypress runs directly in the browser, eliminating the need for Selenium or other external drivers.

    • It supports modern JavaScript frameworks like React, Angular, and Vue.

    • Cypress provides ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 - Coding Test 

I was asked to write
1. java program for move positive numbers first and negative numbers last
2. java program to reverse the words in a string without using split method.
3. Selenium coding questions.

Interview Preparation Tips

Topics to prepare for Publicis Sapient Qa Automation Testing Engineer interview:
  • Java
  • Selenium
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Introduction, call flows, 5G cu-du related questions, Handover events.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SCT Institute of Technology, Bangalore and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding questions can be done in c cpp python or java

Round 2 - Technical 

(2 Questions)

  • Q1. It had questions about the role that we are gonna do
  • Q2. Waht is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing a system or application to find bugs or issues.

    • It ensures that the software meets the specified requirements and works as expected.

    • Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. About software testing lifecycle
  • Q2. What is functional testing & how many types of functional testing
  • Ans. 

    Functional testing is a type of testing that verifies if the software meets the functional requirements.

    • It is a black-box testing technique

    • It focuses on the external behavior of the software

    • It ensures that the software functions as expected

    • Types of functional testing include unit testing, integration testing, system testing, acceptance testing, and regression testing

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Persistent Systems Software Testing Engineer interview:
  • Software Testing
  • Software Testing Life Cycle
Interview preparation tips for other job seekers - Don't take the one with the highest salary , best perks or fanciest title.Take the job that makes you happy..😊

Skills evaluated in this interview

Mphasis Interview FAQs

How many rounds are there in Mphasis Software Testing Engineer 2 interview?
Mphasis interview process usually has 2 rounds. The most common rounds in the Mphasis interview process are Resume Shortlist and Technical.
What are the top questions asked in Mphasis Software Testing Engineer 2 interview?

Some of the top questions asked at the Mphasis Software Testing Engineer 2 interview -

  1. What is the difference between Regression testing and Retesti...read more
  2. 1) What is Database testing? 2) What is functional testing? 3) What is Data mar...read more
  3. What is Data ma...read more

Tell us how to improve this page.

Mphasis Software Testing Engineer 2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
View all
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Module Lead
2.4k salaries
unlock blur

₹8.1 L/yr - ₹33 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

3.8
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

TCS

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