Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by M2P Fintech Team. If you also belong to the team, you can get access from here

M2P Fintech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

M2P Fintech Interview Questions, Process, and Tips for Experienced

Updated 2 Apr 2025

Top M2P Fintech Interview Questions and Answers for Experienced

View all 9 questions

M2P Fintech Interview Experiences for Experienced

Popular Designations

9 interviews found

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

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

Asked to solve 2/3 dsa. Medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Bfs shortest path
  • Q2. Sliding window question medium level
Round 3 - Technical 

(2 Questions)

  • Q1. Design book online store
  • Q2. Solid principles design calculator

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2024

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

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

Round 1 - Coding Test 

Q1. Train arrival & departure timings are given in 2 separate arrays, find the maximum number of platforms required at a single instance to accommodate smooth arrival & departure of all the trains.

Q2. Find the Longest Increasing Subsequence in the given array.

Round 2 - Case Study 

System Design both LLD & HLD questions were asked by giving a use case.

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

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

Round 1 - Technical 

(9 Questions)

  • Q1. What is collection framework?
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects in Java.

    • It provides interfaces (like List, Set, Map) and classes (like ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

    • It allows for easy manipulation, sorting, searching, and iteration of collections.

    • Collections in the framework can store objects of any type, including user-defined classes.

    • Exa...

  • Answered by AI
  • Q2. What is spring boot dependency injection?
  • Ans. 

    Spring Boot dependency injection is a design pattern where objects are passed their dependencies rather than creating them internally.

    • In Spring Boot, dependency injection is achieved through the use of @Autowired annotation.

    • It helps in achieving loose coupling between classes and promotes easier testing and maintenance.

    • Example: @Autowired private UserService userService; // Injecting UserService dependency

  • Answered by AI
  • Q3. What is the use of rate limiter?
  • Ans. 

    Rate limiter is used to control the rate of incoming requests to a server or API.

    • Prevents server overload by limiting the number of requests a client can make in a specific time period

    • Helps protect against DDoS attacks by limiting the rate of incoming requests

    • Ensures fair usage of resources by preventing one client from monopolizing server resources

    • Can be implemented using algorithms like token bucket or leaky bucket

    • Ex...

  • Answered by AI
  • Q4. What is the mean by thread, how many ways we can create thread?
  • Ans. 

    A thread is a lightweight sub-process that allows concurrent execution within a process. Threads can be created in multiple ways.

    • Threads can be created by extending the Thread class in Java.

    • Threads can be created by implementing the Runnable interface in Java.

    • Threads can be created using thread pools in Java.

    • Threads can be created using asynchronous functions in JavaScript.

  • Answered by AI
  • Q5. What is use of thread.join()?
  • Ans. 

    thread.join() is used to wait for a thread to finish its execution before moving on to the next steps.

    • thread.join() blocks the current thread until the thread it is called on completes its execution.

    • It is commonly used in multi-threaded applications to ensure that all threads have finished before proceeding.

    • Without thread.join(), the main thread may continue executing while other threads are still running.

    • Example: thre...

  • Answered by AI
  • Q6. What is the difference between sync and asynchronous call?
  • Ans. 

    Sync call blocks the execution until the response is received, while asynchronous call allows the program to continue executing without waiting for the response.

    • Sync call blocks the program execution until the response is received

    • Asynchronous call allows the program to continue executing without waiting for the response

    • Sync calls are easier to understand and debug, but can lead to performance issues if used excessively

    • ...

  • Answered by AI
  • Q7. How to deploy your service in production server?
  • Ans. 

    Deploying service in production server involves building the application, configuring the server, and monitoring performance.

    • Build the application code into a deployable package (e.g. JAR file for Java applications)

    • Configure the production server with necessary dependencies and environment variables

    • Deploy the application package to the server using tools like Docker, Kubernetes, or manual deployment scripts

    • Monitor the ...

  • Answered by AI
  • Q8. What is use of Jenkins and kubernates?
  • Ans. 

    Jenkins is a continuous integration tool used for automating software development processes, while Kubernetes is a container orchestration platform for managing containerized applications.

    • Jenkins is used for automating the building, testing, and deployment of software projects.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • Jenkins can be integrated with Kubernetes t...

  • Answered by AI
  • Q9. What is the difference between fail safe and fail fast
  • Ans. 

    Fail safe focuses on ensuring system stability and preventing catastrophic failures, while fail fast prioritizes quick detection and response to errors.

    • Fail safe is about designing systems to minimize the impact of failures and ensure stability.

    • Fail fast is about quickly detecting and responding to errors to prevent further issues.

    • Fail safe often involves redundancy and error checking mechanisms to prevent catastrophic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more about collection and multi threading for java

Skills evaluated in this interview

Top M2P Fintech Lead Software Engineer Interview Questions and Answers

Q1. What is the mean by thread, how many ways we can create thread?
View answer (1)

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Springboot architecture
  • Q2. Exception handling

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

M2P Fintech interview questions for popular designations

 Software Developer

 (3)

 Java Developer

 (3)

 Senior Software Engineer

 (2)

 SDE

 (2)

 UX Designer

 (1)

 Software Engineer

 (1)

 Product Manager

 (1)

 Product Management Trainee

 (1)

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Prepare from basics of Swift

Round 2 - Assignment 

UI task to check your design Level

Round 3 - Coding Test 

Problem solving question wlll be given

Round 4 - Coding Test 

Lld and HLD was discussed pls be prepared

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to experience and background

Interview Preparation Tips

Interview preparation tips for other job seekers - Would not recommend unless you’re too desperate for a job.

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

Jobs at M2P Fintech

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 4 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 

(1 Question)

  • Q1. What is functional interface ? and more questions on java 8
Round 3 - Technical 

(1 Question)

  • Q1. Questions on core java and mysql
Round 4 - HR 

(1 Question)

  • Q1. Expected salary and why you are leaving the current company.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. DSA with basic easy to medium questions
  • Q2. General project related questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

I applied via Referral and was interviewed in May 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Introduction about your self
  • Q2. Question related to payments and reconciliation
  • Q3. Questions are based out from your resume and the introduction given

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and speak knowingly as it would inturn result in to many questions.

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (72)

Interview questions from similar companies

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

test timing: 7-8 pm
2 programming questions
webcam proctored

  • Q1. 

    Minimum Cost to Reach End Problem

    You are provided with an array ARR of integers of size 'N' and an integer 'K'. The goal is to move from the starting index to the end of the array with the minimum possib...

  • Ans. 

    Find minimum cost to reach end of array by jumping with constraints

    • Use dynamic programming to keep track of minimum cost at each index

    • Iterate through the array and update the minimum cost based on reachable indices within K steps

    • Calculate cost to jump from current index to reachable indices and update minimum cost accordingly

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPA and above, no dead backlogsVisa interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, OOPS, Computer Architecture, Algorithms, Bit Manipulation, Operating System, Computer Networking, Cloud conceptsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Ability to apply data structures in questions(practice graph and Tree questions)
Tip 2 : Thorough knowledge of the projects done
Tip 3 : Good knowledge about computer science concepts

Application resume tips for other job seekers

Tip 1 : Mention projects that you have done yourself and are thorough with 
Tip 2 : mention soft skills

Final outcome of the interviewRejected

Skills evaluated in this interview

M2P Fintech Interview FAQs

How many rounds are there in M2P Fintech interview for experienced candidates?
M2P Fintech interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the M2P Fintech interview process for experienced candidates are Technical, Coding Test and Resume Shortlist.
How to prepare for M2P Fintech interview for experienced candidates?
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 M2P Fintech. The most common topics and skills that interviewers at M2P Fintech expect are Java, Javascript, Full Stack, SDLC and Spring MVC.
What are the top questions asked in M2P Fintech interview for experienced candidates?

Some of the top questions asked at the M2P Fintech interview for experienced candidates -

  1. What is the mean by thread, how many ways we can create thre...read more
  2. What is the difference between sync and asynchronous ca...read more
  3. What is the difference between fail safe and fail f...read more
How long is the M2P Fintech interview process?

The duration of M2P Fintech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

M2P Fintech Interview Process for Experienced

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 306 Interviews
PayPal Interview Questions
3.9
 • 212 Interviews
HighRadius Interview Questions
2.8
 • 186 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
KFintech Interview Questions
3.5
 • 139 Interviews
MasterCard Interview Questions
3.9
 • 139 Interviews
Angel One Interview Questions
4.0
 • 138 Interviews
View all

M2P Fintech Reviews and Ratings

based on 96 reviews

3.4/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.5

Salary

2.9

Job security

3.2

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 96 Reviews and Ratings
SDE 1 Java Developer

Bangalore / Bengaluru

1-6 Yrs

₹ 11-21 LPA

Lead SDE - Cloud Networking

Chennai

6-11 Yrs

Not Disclosed

Explore more jobs
Software Developer
41 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Software Development Engineer
36 salaries
unlock blur

₹4.8 L/yr - ₹21.2 L/yr

Software Development Engineer II
35 salaries
unlock blur

₹9.5 L/yr - ₹32 L/yr

Software Engineer
26 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Software Development Engineer 1
19 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Explore more salaries
Compare M2P Fintech with

Fiserv

3.0
Compare

PhonePe

4.0
Compare

Broadridge Financial Solutions

3.9
Compare

KFintech

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