Upload Button Icon Add office photos

Filter interviews by

Mymoneykarma Interview Questions and Answers

Updated 9 Feb 2025

Mymoneykarma Interview Experiences

Popular Designations

6 interviews found

Management Associate Interview Questions & Answers

user image Naveen Bhardwaj

posted on 5 Jul 2024

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a highly motivated individual with a background in business administration and a passion for leadership and problem-solving.

    • Graduated with a degree in Business Administration

    • Completed internships in marketing and finance

    • Led a team project to increase sales by 20%

    • Strong communication and analytical skills

  • Answered by AI
  • Q2. Long term goal in upcoming years
  • Ans. 

    My long term goal is to become a senior leader in the company, leading a team and driving strategic initiatives.

    • Continuously develop my leadership skills through training and mentorship programs

    • Seek opportunities to take on more responsibilities and lead projects

    • Build strong relationships with colleagues and stakeholders to gain support for my career advancement

    • Stay updated on industry trends and best practices to be a...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Same questions repeated
  • Q2. Same to repeated

Management Associate Interview Questions asked at other Companies

Q1. What is money market?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(1 Question)

  • Q1. Why choose real estate?
  • Ans. 

    I chose real estate because of its potential for financial growth, passion for architecture and design, and desire to help people find their dream homes.

    • Passion for architecture and design

    • Potential for financial growth

    • Desire to help people find their dream homes

  • Answered by AI

Management Associate Interview Questions asked at other Companies

Q1. What is money market?
View answer (1)
Mymoneykarma Interview Questions and Answers for Freshers
illustration image
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 May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There will be 15 to 20 aptitude questions

Round 2 - Coding Test 

2 coding questions based on permutations

Fullstack Intern Interview Questions asked at other Companies

Q1. 1) comfortable language 2) what is call by reference and call by value 3) is java pure object oriented 4) is pointers used in java 5) what is constructor 6) write a java program in online compiler
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2024

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

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Work Experience
  • Q2. Why do you want to join MMK
  • Ans. 

    I want to join MMK because of its strong reputation in the real estate industry and the opportunity to work with a talented team.

    • MMK has a strong reputation in the real estate industry

    • I am impressed by the talented team at MMK

    • I believe MMK offers great opportunities for growth and development

    • I align with MMK's values and vision for the future

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Share Work Experiences relatable to Home Loan Sales

Mymoneykarma interview questions for popular designations

 Management Associate

 (2)

 Fullstack Intern

 (1)

 Software Developer

 (1)

 Relationship Manager

 (1)

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Create Api in node js
  • Ans. 

    Creating an API in Node.js involves setting up routes, handling requests, and connecting to a database.

    • Use Express.js to create routes and handle HTTP requests

    • Connect to a database using libraries like Mongoose for MongoDB or Sequelize for SQL databases

    • Implement authentication and authorization for secure access to API endpoints

    • Use middleware for logging, error handling, and other functionalities

    • Test the API using tool

  • Answered by AI
  • Q2. Tell me about yourself

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self and about work experience .

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite good

Relationship Manager Interview Questions asked at other Companies

Q1. How will you market banking products ? Are you willing to work at the ground level ? What are the challenges of marketing at ground level ? How different is it from other kinds of marketing? What did you learn in mba with respect to marketi... read more
View answer (47)

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about some general things related to trading and stock market.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident towards the interview questions and be honest while answering to the interviewer.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 

The guesstimates were straight copy from the internet. Didnt even bother to use the brain.

Round 2 - Just one round 

(1 Question)

  • Q1. Guesstimates and other logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid attending the interview and save your valuable time

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. On capital market and financial institutions
  • Q2. What is market cap of Indian stock market
  • Ans. 

    The market cap of Indian stock market is constantly changing based on the performance of the companies listed on the stock exchange.

    • Market cap is the total value of all the shares of companies listed on the stock exchange

    • It is calculated by multiplying the total number of outstanding shares by the current market price of each share

    • As of August 2021, the market cap of Indian stock market is around $3.2 trillion

    • The marke...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical on stock market and option market

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Mymoneykarma Interview FAQs

How many rounds are there in Mymoneykarma interview?
Mymoneykarma interview process usually has 1-2 rounds. The most common rounds in the Mymoneykarma interview process are HR, Aptitude Test and Coding Test.
How to prepare for Mymoneykarma 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 Mymoneykarma. The most common topics and skills that interviewers at Mymoneykarma expect are Home Loans, Salesforce, Business Development, DSA and Mortgage Loans.
What are the top questions asked in Mymoneykarma interview?

Some of the top questions asked at the Mymoneykarma interview -

  1. Long term goal in upcoming ye...read more
  2. Create Api in node...read more
  3. Same questions repea...read more

Recently Viewed

SALARIES

Kansai Nerolac Paints

INTERVIEWS

Aqb Solutions

No Interviews

INTERVIEWS

Seap Infotech

No Interviews

INTERVIEWS

Ai Palette

No Interviews

REVIEWS

Kansai Nerolac Paints

No Reviews

JOBS

Quantiphi Analytics Solutions Private Limited

No Jobs

INTERVIEWS

Tata Elxsi

No Interviews

INTERVIEWS

CitiusTech

No Interviews

SALARIES

Quantiphi Analytics Solutions Private Limited

Tell us how to improve this page.

Mymoneykarma Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

PolicyBazaar Interview Questions
3.6
 • 349 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Groww Interview Questions
3.7
 • 66 Interviews
BankBazaar Interview Questions
3.4
 • 50 Interviews
ClearTax Interview Questions
3.4
 • 39 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
Zerodha Interview Questions
4.1
 • 9 Interviews
ET Money Interview Questions
3.7
 • 1 Interview
View all

Mymoneykarma Reviews and Ratings

based on 44 reviews

3.5/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.6

Salary

3.3

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 44 Reviews and Ratings
Relationship Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Management Associate
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager- HR
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mymoneykarma with

PolicyBazaar

3.6
Compare

BankBazaar

3.4
Compare

Paytm Money

3.2
Compare

ET Money

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