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
3.6

based on 83 Reviews

Filter interviews by

M2P Fintech Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top M2P Fintech Interview Questions and Answers

View all 14 questions

M2P Fintech Interview Experiences

Popular Designations

25 interviews found

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

I was interviewed 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)

SDE2 Java Developer 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 (decimal)You have been given two integers 'N' and 'D', Your task is to find the square root of the number 'N' with precision up to 'D' decimal places i.e. the difference between your answer and the correct answer should be less ... read more
View answer (2)
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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

M2P Fintech interview questions for popular designations

 Java Developer

 (3)

 Software Developer

 (3)

 SDE

 (2)

 Senior Software Engineer

 (2)

 Android Developer

 (1)

 Cloud Devops Engineer

 (1)

 Deputy Manager

 (1)

 Implementation Engineer

 (1)

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Binary search algo quetion

Interview Preparation Tips

Interview preparation tips for other job seekers - na

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Coding Test 

Medium level leetcode questions

Round 2 - System design 

(1 Question)

  • Q1. Split wise low level design
Round 3 - High level system design 

(1 Question)

  • Q1. Not sure what the questions are

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid interviewing here; do so only if your goal is to obtain an offer letter. Join this place only as a last resort. It is advisable not to accept an offer.

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

Jobs at M2P Fintech

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Project Related
  • Q2. How the APIs were used in the customer journey?
  • Ans. 

    APIs were used in the customer journey to streamline processes and enhance user experience.

    • APIs were integrated into the company's website to provide real-time data to customers.

    • APIs were utilized to connect the company's CRM system with third-party applications for seamless customer interactions.

    • APIs enabled customers to access personalized recommendations and content based on their preferences.

    • APIs facilitated secure...

  • Answered by AI

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Implementation Engineer Interview Questions & Answers

user image YOGESHWARI MUNIASAMY

posted on 27 May 2024

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 aptitute and 2 sql coding question

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about sql and college project
  • Q2. Sql statements have been asked
  • Q3. Joins subqueries

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 questions was there

Round 2 - Coding Test 

Basic technical questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate Java Developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Strong knowledge of web application development

    • Skilled in implementing software solutions

    • Experience with frameworks like Spring and Hibernate

    • Familiar with Agile development practices

  • Answered by AI
  • Q2. Are you willing to allocate
  • Ans. 

    Yes, I am willing to allocate time and resources as needed for the job.

    • I am committed to meeting project deadlines and delivering high-quality code.

    • I am open to learning new technologies and tools to improve my skills.

    • I am willing to work extra hours if necessary to complete tasks on time.

  • Answered by AI

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Normal DSA round from hacker rank

Round 2 - Coding Test 

DSA round from hacker rank or leetcode

Round 3 - Technical 

(1 Question)

  • Q1. With hiring manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghosted after all rounds of interview.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

M2P Fintech Interview FAQs

How many rounds are there in M2P Fintech interview?
M2P Fintech interview process usually has 2-3 rounds. The most common rounds in the M2P Fintech interview process are Technical, Coding Test and One-on-one Round.
How to prepare for M2P Fintech 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 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?

Some of the top questions asked at the M2P Fintech interview -

  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

based on 32 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
PolicyBazaar Interview Questions
3.6
 • 319 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Fiserv Interview Questions
3.2
 • 167 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Rupeek Interview Questions
3.7
 • 59 Interviews
Mobikwik Interview Questions
4.1
 • 45 Interviews
LendingKart Interview Questions
3.2
 • 28 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
View all

M2P Fintech Reviews and Ratings

based on 83 reviews

3.6/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.6

Salary

3.2

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 83 Reviews and Ratings
Senior SDE (MERN Stack Development)

Chennai

4-8 Yrs

₹ 18-27.5 LPA

SDE

Chennai

3-6 Yrs

Not Disclosed

SDET 2

Chennai

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
36 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Software Developer
36 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Development Engineer
32 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Software Development Engineer II
28 salaries
unlock blur

₹9.4 L/yr - ₹35.8 L/yr

Software Development Engineer 1
18 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Explore more salaries
Compare M2P Fintech with

Razorpay

3.6
Compare

Paytm

3.3
Compare

PhonePe

4.0
Compare

Payed

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