Upload Button Icon Add office photos

Filter interviews by

Mphasis Module Testing Lead Interview Questions and Answers

Updated 20 Mar 2024

Mphasis Module Testing Lead Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Automation usage in Banking
  • Ans. 

    Automation is widely used in banking for testing various applications and processes.

    • Automation helps in reducing manual effort and increasing efficiency in testing banking applications.

    • It ensures faster delivery of high-quality software by running tests automatically.

    • Automation tools like Selenium, Appium, and TestComplete are commonly used in banking for UI and API testing.

    • Regression testing, performance testing, and ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. When a transaction is in process and the power is down, what would be the transaction would have been in the user account?
  • Ans. 

    The transaction would not have been completed and the user account would not have been updated.

    • Transaction would be in an incomplete state

    • User account would not reflect the transaction

    • Data integrity may be compromised

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Immediate joining like under 30 days

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multiple questions about API testing and security testing
  • Q2. Basic question about linux
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

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

    • Abstraction: Hiding the complex implementation detai...

  • Answered by AI
  • Q2. What are diff between super and this
  • Ans. 

    super is used to refer immediate parent class instance variable or method, while this is used to refer current class instance variable or method.

    • super is used to access parent class members, while this is used to access current class members

    • super keyword is used to invoke parent class constructor, while this keyword is used to invoke current class constructor

    • super keyword is used to differentiate between parent and chi...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Framework level questions
  • Q2. Framework level utilities and wrapper functions
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Salary discussion and offer

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the user types in sap
  • Ans. 

    User types in SAP include end users, power users, and administrators.

    • End users are regular users who perform day-to-day tasks in the system.

    • Power users have advanced permissions and can configure settings.

    • Administrators have full control over the system and manage user roles and permissions.

  • Answered by AI
  • Q2. How to create a role
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is SOD risk in grc
  • Ans. 

    SOD risk in GRC refers to Segregation of Duties risk in Governance, Risk, and Compliance.

    • SOD risk occurs when one individual has the ability to execute multiple conflicting duties within an organization.

    • It can lead to fraud, errors, or misuse of resources due to lack of checks and balances.

    • Examples include a finance manager who can both approve payments and reconcile accounts, or an IT administrator who can both create

  • Answered by AI
  • Q2. What is the process for transport
  • Ans. 

    Transport process involves planning, organizing, and executing the movement of goods or people from one place to another.

    • Planning the route and mode of transportation

    • Organizing the logistics and scheduling

    • Executing the actual movement of goods or people

    • Monitoring the progress and ensuring timely delivery

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we offer this much
  • Q2. About past employment

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Data structures
  • Q2. Troubleshooting
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Define collection?
  • Ans. 

    A collection is a group of related items or objects stored together.

    • Collections can be of various types such as arrays, lists, sets, maps, etc.

    • They are used to store and manipulate multiple items in a structured way.

    • Examples include an array of integers, a list of names, a set of unique values, a map of key-value pairs.

  • Answered by AI
  • Q2. What is a view?
  • Ans. 

    A view is a virtual table created by a query that can be used like a table in a database.

    • A view is a saved SQL query that can be accessed like a table.

    • Views can simplify complex queries by storing them as a virtual table.

    • Views can be used to restrict access to certain columns or rows of a table.

    • Example: CREATE VIEW view_name AS SELECT column1, column2 FROM table_name;

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

(2 Questions)

  • Q1. Basic questions
  • Q2. Past experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Interface and Abstract class
  • Q2. Function Apps in Azure
  • Ans. 

    Function Apps in Azure are serverless applications that allow you to run small pieces of code without managing infrastructure.

    • Function Apps are part of Azure App Service

    • They support multiple programming languages like C#, Java, Python, etc.

    • They can be triggered by various events like HTTP requests, timers, queues, etc.

    • They can be used for tasks like data processing, file manipulation, sending notifications, etc.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Team management
  • Q2. Leadership in the project

Skills evaluated in this interview

Interview experience
4
Good
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. 1 About aura bundle in aura component
  • Q2. Can we call queueable class from batch class
  • Ans. 

    Yes, we can call queueable class from batch class.

    • Batch class can call a queueable class to perform additional processing after the batch job completes.

    • Queueable class can be called from the finish method of the batch class.

    • This allows for asynchronous processing of data.

    • Example: Batch class processes records and calls a queueable class to send email notifications.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Advanced SQL, Python, Performance Tuning
Round 2 - Technical 

(1 Question)

  • Q1. Low Level Design

Mphasis Interview FAQs

How many rounds are there in Mphasis Module Testing Lead interview?
Mphasis interview process usually has 3 rounds. The most common rounds in the Mphasis interview process are Technical and HR.
How to prepare for Mphasis Module Testing Lead 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 API Testing, Automation Testing, Integration Testing, JUnit and Java.
What are the top questions asked in Mphasis Module Testing Lead interview?

Some of the top questions asked at the Mphasis Module Testing Lead interview -

  1. When a transaction is in process and the power is down, what would be the trans...read more
  2. Automation usage in Bank...read more
  3. Immediate joining like under 30 d...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Mphasis interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
DXC Technology Interview Questions
3.7
 • 801 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 601 Interviews
View all
Mphasis Module Testing Lead Salary
based on 52 salaries
₹6.2 L/yr - ₹23 L/yr
At par with the average Module Testing Lead Salary in India
View more details

Mphasis Module Testing Lead Reviews and Ratings

based on 5 reviews

2.7/5

Rating in categories

2.9

Skill development

3.1

Work-Life balance

1.8

Salary & Benefits

2.8

Job Security

3.1

Company culture

1.6

Promotions/Appraisal

3.1

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