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 Questionnaire 

10 Questions

  • Q1. WHat is omnichannel?
  • Ans. 

    Omnichannel is a marketing strategy that provides a seamless and integrated customer experience across all channels.

    • Omnichannel focuses on creating a consistent brand experience across all channels

    • It involves integrating online and offline channels such as social media, email, mobile, and physical stores

    • Customers can interact with the brand through any channel and receive a consistent experience

    • Examples include Starbuc...

  • Answered by AI
  • Q2. What is web to case?
  • Ans. 

    Web to Case is a Salesforce feature that allows customers to submit support cases through a web form.

    • Web to Case creates a case record in Salesforce from information submitted through a web form.

    • The web form can be customized to include specific fields and validation rules.

    • Web to Case can be integrated with email-to-case to ensure all customer inquiries are captured in Salesforce.

    • Examples of industries that use Web to ...

  • Answered by AI
  • Q3. What is the difference between with sharing and without sharing?
  • Ans. 

    With sharing and without sharing are keywords used in Apex to specify sharing rules for a class.

    • With sharing enforces the sharing rules of the current user, while without sharing ignores them.

    • With sharing is used for classes that access or modify data that belongs to multiple users, while without sharing is used for utility classes or classes that only access data owned by the current user.

    • With sharing is the default b...

  • Answered by AI
  • Q4. Where do we use without sharing keyword?
  • Ans. 

    Without sharing keyword is used in Apex to bypass sharing rules and access all data.

    • Used in classes that need to access all data regardless of sharing rules

    • Can be used in batch classes, trigger handlers, and unit tests

    • Should be used with caution as it can compromise data security

    • Example: Database.delete([SELECT Id FROM Account], false);

  • Answered by AI
  • Q5. Where do we use static and transient keyword?
  • Ans. 

    Static and transient keywords are used in Java programming language for different purposes.

    • Static keyword is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Transient keyword is used to indicate that a variable should not be serialized when the object is converted to a byte stream.

    • Static variables are shared among all instances of a class, while transient ...

  • Answered by AI
  • Q6. What are the ways to maintain field level securities in the Aura component?
  • Ans. 

    Field level securities in Aura components

    • Use Lightning Data Service to enforce CRUD and FLS

    • Use Apex to enforce additional security logic

    • Use Lightning Design System to control visibility of fields

    • Use custom validation rules to enforce business logic

    • Use sharing rules to control record access

  • Answered by AI
  • Q7. How can we maintain field-level security without LDS?
  • Ans. 

    Field-level security can be maintained using profiles, permission sets, and sharing rules.

    • Profiles can be used to restrict access to fields for a group of users.

    • Permission sets can be used to grant additional access to specific fields for certain users.

    • Sharing rules can be used to extend access to fields beyond the default sharing settings.

    • Validation rules can also be used to enforce data integrity and security at the

  • Answered by AI
  • Q8. What is LDS?
  • Ans. 

    LDS stands for Local Data Store.

    • LDS is a database that stores data locally on a device.

    • It is commonly used in mobile applications to store data offline.

    • LDS can be used to store user preferences, cached data, and other information.

    • Examples of LDS include SQLite and Realm.

  • Answered by AI
  • Q9. What are the benefits of force:createRecord?
  • Ans. 

    force:createRecord allows creation of records without Apex code.

    • Saves time and effort by eliminating the need for Apex code

    • Allows for easy creation of records from custom or standard objects

    • Can be used in Lightning Experience, Salesforce mobile app, and Communities

    • Can prepopulate fields with default values

    • Can be used with custom Lightning components

    • Example: Creating a new Account record from a custom Lightning componen

  • Answered by AI
  • Q10. Recent pages you have created in

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 Questionnaire 

4 Questions

  • Q1. There were 3 rounds of interview 1. Technical 2. Managerial 3.HR
  • Q2. Technical round was all about basic questions related to testing including types, methodologies,defect management,SDLC,STLC, example based questions etc. Do study basic testing questions.
  • Q3. Managerial round was all about how you deal with a team, criticality based scenario, do's and don'ts in a project
  • Q4. Usual HR questions on salary expectation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions
  • Q2. Past experience

Interview Questionnaire 

5 Questions

  • Q1. Angular basic questions
  • Q2. Role in project?
  • Q3. How you will improve performance of application?
  • Ans. 

    Improving application performance

    • Identify and optimize slow database queries

    • Minimize network requests and optimize data transfer

    • Use caching to reduce server load and improve response time

    • Optimize code by removing unnecessary loops and improving algorithms

    • Use a content delivery network (CDN) to improve page load times

    • Implement load balancing to distribute traffic evenly across servers

    • Use profiling tools to identify perf...

  • Answered by AI
  • Q4. How you can secure application?
  • Ans. 

    Application security can be ensured through various measures.

    • Implementing secure coding practices

    • Using encryption for sensitive data

    • Regularly updating software and patches

    • Implementing access controls and authentication mechanisms

    • Conducting regular security audits and testing

    • Using firewalls and intrusion detection systems

    • Training employees on security best practices

    • Implementing a disaster recovery plan

    • Performing regular

  • Answered by AI
  • Q5. Challenges faced while working and you overcome?

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

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

Interview Questionnaire 

2 Questions

  • Q1. Questions on unit testing wpf, csharp.
  • Q2. Mocking the objects in unit testing
  • Ans. 

    Mocking objects is a technique used in unit testing to simulate the behavior of real objects.

    • Mocking is used to isolate the code being tested from its dependencies.

    • It allows for more controlled and predictable testing.

    • Mocking frameworks like Mockito and EasyMock can be used to create mock objects.

    • Mock objects can be programmed to return specific values or throw exceptions.

    • Mocking can also be used to test error handling...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Question are based on project and the knowledge of the interviewer. For me it was on wpf and unit test

Skills evaluated in this interview

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