i
M2P Fintech
Filter interviews by
I applied via Referral and was interviewed in May 2022. 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 applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.
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...
Race condition is a situation where multiple threads/processes access and manipulate shared data simultaneously.
It can be eliminated by using synchronization techniques like locks, semaphores, and mutexes.
Another way is to use atomic operations that ensure the data is accessed and modified atomically.
Using thread-safe data structures can also prevent race conditions.
Example: Two threads trying to increment a shared var...
JCube is a Java library for creating and manipulating Rubik's Cube puzzles.
JCube provides classes for representing Rubik's Cube puzzles and algorithms for solving them.
It supports various cube sizes and can generate random scrambles.
JCube can be used in Java applications or as a standalone command-line tool.
It is open source and available on GitHub.
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.
It is performed after making changes to the software
It ensures that existing functionality is not affected by the changes
It helps to catch any defects or bugs that may have been introduced
It can be automated using testing tools
Examples include retesting after bug fixes, testing after new
Software engineering principles are the best practices and guidelines for developing high-quality software.
Software should be designed with modularity and scalability in mind.
Code should be well-documented and easy to read.
Testing and debugging should be an integral part of the development process.
Version control should be used to manage code changes.
Security and privacy should be considered throughout the development
A Singleton class is a class that can only have one instance at a time.
It restricts the instantiation of a class to a single object.
It provides a global point of access to that instance.
It is often used in situations where a single object is required to coordinate actions across a system.
Example: Database connection manager, Configuration manager, Logger manager.
Testing principles ensure software quality, while design principles guide software development.
Testing principles include unit testing, integration testing, and acceptance testing.
Design principles include SOLID, DRY, and KISS.
Testing principles ensure that software meets requirements and is free of defects.
Design principles guide software development to be modular, maintainable, and scalable.
I have the necessary skills, experience, and passion to contribute to VISA's success.
I have a strong background in software development and have worked on projects similar to those at VISA.
I am a quick learner and can adapt to new technologies and programming languages easily.
I am passionate about creating high-quality software that meets the needs of users and exceeds their expectations.
I am a team player and can work...
A profile that challenges me to learn and grow while allowing me to contribute to a team.
A position that encourages continuous learning and development
A role that allows me to collaborate with a team and contribute to projects
A company culture that aligns with my values and work ethic
I am interested in exploring new opportunities and challenges that this company can offer.
I am impressed with the company's reputation and growth potential.
I am excited about the projects and technologies this company is working on.
I believe this company can provide me with a better work-life balance and career growth opportunities.
I am looking for a company culture that aligns with my values and goals.
I am open to exp...
Developed a web application using Python and Django framework for managing inventory and sales.
Used Python programming language for backend development
Implemented Django framework for building web application
Designed database schema for inventory and sales data
Integrated frontend using HTML, CSS, and JavaScript
Implemented user authentication and authorization features
I applied via Campus Placement and was interviewed in Sep 2016. There were 4 interview rounds.
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
My resume highlights my experience in software development and showcases my skills in various programming languages and technologies.
Worked on multiple projects using Java, Python, and C++
Developed web applications using HTML, CSS, and JavaScript
Experience with databases such as MySQL and MongoDB
Familiarity with Agile methodology and version control systems like Git
Participated in hackathons and coding competitions
I want to go for VISA to explore new opportunities and gain international experience.
To gain exposure to different cultures and work environments
To expand my skill set and learn new technologies
To work on challenging projects and contribute to the growth of the company
To build a global network of professionals and enhance my career prospects
A binary tree is a data structure in which each node has at most two children.
Start with a root node
Each node has a left and right child
Nodes can be added or removed
Traversal can be done in-order, pre-order, or post-order
Code a basic linked list
Create a Node class with data and next pointer
Create a LinkedList class with head pointer
Implement methods to add, delete, and search nodes in the linked list
A circular linked list is a data structure where the last node points back to the first node, forming a loop.
Create a Node class with data and next pointer
Initialize the head node and set its next pointer to itself
To add a node, create a new node and set its next pointer to the head node's next pointer, then update the head node's next pointer to the new node
To traverse the circular linked list, start from the head nod...
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...
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
34
salaries
| ₹8 L/yr - ₹34.4 L/yr |
Software Engineer
26
salaries
| ₹3 L/yr - ₹12 L/yr |
Software Development Engineer 1
18
salaries
| ₹6 L/yr - ₹15.2 L/yr |
Fiserv
PhonePe
Broadridge Financial Solutions
KFintech