i
M2P Fintech
Filter interviews by
I applied via Referral and was interviewed in May 2022. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
KFin Technologies is a financial services company that provides investor and issuer services. RTA stands for Registrar and Transfer Agent.
KFin Technologies offers a range of services including mutual fund registry, corporate registry, and digital transformation solutions.
RTA is a service provided by KFin Technologies that helps companies manage their shareholder and investor records, including share transfers, dividend...
I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.
I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.
I expect the company to provide a supportive and growth-oriented work environment.
Opportunities for professional development and advancement
Clear communication and feedback from management
A positive and inclusive company culture
Competitive compensation and benefits
A strong commitment to employee well-being and work-life balance
Razorpay is a payment gateway company based in India.
Founded in 2014 by Shashank Kumar and Harshil Mathur.
Provides payment solutions for businesses of all sizes.
Offers features like recurring payments, international payments, and more.
Has over 800,000 businesses using their platform.
Has partnerships with major banks and financial institutions.
Received funding from investors like Sequoia Capital and Mastercard.
Won sever...
The payments industry involves the processing and transfer of funds between individuals, businesses, and financial institutions.
It includes various payment methods such as credit/debit cards, mobile payments, e-wallets, and bank transfers.
The industry is regulated by government bodies and financial institutions to ensure security and compliance.
The payments industry is constantly evolving with the introduction of new t...
I see myself in Razorpay as a Deputy Manager, contributing to the company's growth and success.
I envision myself taking on leadership responsibilities and managing a team of professionals.
I aim to drive innovation and implement strategies to improve operational efficiency.
I see myself collaborating with cross-functional teams to achieve organizational goals.
I aspire to contribute to Razorpay's expansion plans and help ...
I would expect a salary that is competitive for the Deputy Manager role, taking into consideration my experience and qualifications.
Research the average salary range for Deputy Managers in your industry and location.
Consider your years of experience and any additional qualifications or certifications you possess.
Factor in the responsibilities and scope of the Deputy Manager role you are applying for.
Be prepared to nego...
I appeared for an interview in Dec 2020.
Round duration - 60 minutes
Round difficulty - Medium
test timing: 7-8 pm
2 programming questions
webcam proctored
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...
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
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
Tip 1 : Mention projects that you have done yourself and are thorough with
Tip 2 : mention soft skills
I appeared for an interview before Sep 2020.
Round duration - 60 Minutes
Round difficulty - Medium
Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.
The string 'S' should be evaluated in a case...
The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.
Convert the string to lowercase and remove all symbols and whitespaces.
Reverse the modified string and compare it with the original string.
If they are equal, then the string is a palindrome.
If not, then the string is not a palindrome.
Given a number N
, calculate its square root and output the integer part only.
18
4
The square root of 18 is approximate...
The task is to find the integral part of the square root of a given number.
Use the built-in square root function to find the square root of the number.
Convert the result to an integer by rounding down or using the floor function.
Print the integer part of the square root as the output.
Given a positive integer N
, your task is to determine the minimum number of steps required to reduce N
to 1.
1) Subtract 1 from it: n = n -...
The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.
Use dynamic programming to solve the problem efficiently.
Create an array to store the minimum steps required for each number from 1 to N.
Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.
Return the minimum steps for N.
Round duration - 60 Minutes
Round difficulty - Medium
They started Fundamentals of OOP- Inheritance, Polymorphism
Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.
Initialize two variables, maxSum and currentSum, both set to the first element of the array.
Iterate through the array from the second element.
For each element, update currentSum by adding the element to it.
If currentSum becomes negative, reset it to 0.
If currentSum is greater than maxSum, update maxSum.
After iterating ...
Round duration - 30 Minutes
Round difficulty - Medium
Some people had two HR interviews but I only had one and interview went up till 11:30 pm and you get only 5-10 minutes to prepare for HR on Zoom
Tip 1 : Solve atleast 200 problems
Tip 2 : Focus on all data structures
Tip 3 : Build some good projects
Tip 1 : Keep it precise and concise.
Tip 2 : Build your resume yourself according your skills
I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Find subset of numbers in array that sum up to zero.
Use a nested loop to iterate through all possible subsets.
Calculate the sum of each subset and check if it equals zero.
Store the subset if the sum is zero.
Optimize the solution by using a hash set to store the cumulative sum of elements.
BFS (Breadth-First Search) is a graph traversal algorithm that explores all the vertices of a graph in breadth-first order.
BFS starts at a given vertex and explores all its neighbors before moving to the next level of vertices.
It uses a queue data structure to keep track of the vertices to be visited.
BFS guarantees that it visits all the vertices of a connected graph.
It can be used to find the shortest path between two
In 5 years, I see myself as a highly skilled software developer, leading a team and contributing to innovative projects.
Continuously improving my technical skills through learning and hands-on experience
Taking on leadership roles and mentoring junior developers
Contributing to the development of cutting-edge software solutions
Building strong relationships with clients and stakeholders
Staying updated with the latest indu...
Object Oriented Programming is a programming paradigm that uses objects to represent real-world entities.
Encapsulation: bundling data and methods that operate on that data within one unit
Inheritance: creating new classes from existing ones, inheriting their properties and methods
Polymorphism: ability of objects to take on multiple forms or behaviors
Abstraction: hiding complex implementation details and providing a simp...
Abstraction is hiding implementation details while polymorphism is using a single interface for multiple types.
Abstraction: Encapsulation, Interfaces, Abstract classes
Polymorphism: Method Overloading, Method Overriding, Interfaces
Abstraction Example: Car - we don't need to know how the engine works to drive it
Polymorphism Example: Animal - different animals have different sounds but they all have a 'makeSound' method
PayPal is an online payment system that allows individuals and businesses to transfer funds electronically.
Allows users to make payments and money transfers online
Offers a secure and convenient way to pay for goods and services
Provides a platform for businesses to accept payments online
Offers buyer and seller protection for eligible transactions
Can be used to send and receive money internationally
I am excited to join PayPal because of its innovative culture and impact on the global economy.
PayPal's commitment to innovation aligns with my passion for staying up-to-date with the latest technologies.
I am impressed by PayPal's global reach and impact on the economy, and I want to be a part of that.
I appreciate PayPal's focus on diversity and inclusion, and I believe in the importance of working for a company with s...
based on 1 review
Rating in categories
Software Developer
41
salaries
| ₹3.5 L/yr - ₹12 L/yr |
Software Development Engineer
36
salaries
| ₹4.8 L/yr - ₹21.2 L/yr |
Software Development Engineer II
35
salaries
| ₹9.5 L/yr - ₹32 L/yr |
Software Engineer
26
salaries
| ₹3 L/yr - ₹12 L/yr |
Software Development Engineer 1
19
salaries
| ₹6.5 L/yr - ₹18 L/yr |
Fiserv
PhonePe
Broadridge Financial Solutions
KFintech