Premium Employer

i

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

mPokket Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

mPokket Interview Questions and Answers

Updated 3 Jun 2025
Popular Designations

34 Interview questions

An Assistant Manager was asked 2mo ago
Q. What are Key Result Areas (KRA) and Key Performance Indicators (KPI)?
Ans. 

KRAs define areas of responsibility, while KPIs measure performance within those areas to achieve organizational goals.

  • Key Result Areas (KRA) are specific areas where an employee is expected to deliver results.

  • Key Performance Indicators (KPI) are measurable values that demonstrate how effectively an individual or organization is achieving key objectives.

  • Example of KRA: Sales targets for a sales manager.

  • Example of ...

View all Assistant Manager interview questions
A Costumer Support was asked 4mo ago
Q. What general questions do you have?
Ans. 

Customer support involves assisting customers with inquiries, issues, and providing solutions to enhance their experience.

  • Listen actively to customer concerns to understand their needs.

  • Provide clear and concise information to resolve issues.

  • Follow up with customers to ensure their satisfaction.

  • Use empathy to connect with customers and build rapport.

  • Document interactions for future reference and improvement.

View all Costumer Support interview questions
A Digital Customer Specialist was asked 5mo ago
Q. Sell me this pen.
Ans. 

This pen is not just a writing tool; it's a gateway to creativity and communication, designed for your unique needs.

  • Quality: This pen features a smooth ink flow, ensuring your writing is effortless and enjoyable.

  • Design: Its ergonomic grip provides comfort during long writing sessions, making it perfect for professionals and students alike.

  • Versatility: Whether you're signing important documents or jotting down idea...

A DCS was asked 8mo ago
Q. What is an NBFC company?
Ans. 

NBFCs are financial institutions that provide banking services without holding a banking license.

  • NBFC stands for Non-Banking Financial Company.

  • They provide services like loans, credit facilities, and investment products.

  • Examples include HDFC Ltd., Bajaj Finance, and LIC Housing Finance.

  • NBFCs cannot accept demand deposits like traditional banks.

  • They are regulated by the Reserve Bank of India (RBI) in India.

View all DCS interview questions
A DCS was asked 8mo ago
Q. Are you comfortable with customers shouting at you?
Ans. 

I understand that customers may express frustration, and I remain calm and professional in such situations to resolve their issues.

  • Staying calm: I focus on listening to the customer's concerns without taking their anger personally.

  • Empathy: I acknowledge their feelings, saying something like, 'I understand this is frustrating for you.'

  • Problem-solving: I work to find a solution, asking questions to clarify their iss...

View all DCS interview questions
A DCS was asked 8mo ago
Q. Can you spell the company name (mpokket)?
Ans. 

Mpokket is a financial technology company that provides instant personal loans to students and young professionals in India.

  • Founded in 2016, Mpokket aims to bridge the gap in financial services for the youth.

  • Offers loans ranging from INR 500 to INR 30,000 with flexible repayment options.

  • Utilizes a mobile app for easy loan application and disbursement, enhancing user experience.

  • Targets college students and young pr...

View all DCS interview questions

mPokket HR Interview Questions

14 questions and answers

Q. Are you comfortable communicating in both English and Hindi?
Q. What do you consider to be your weaknesses?
Q. Why do you want to join this company?
A Technical Lead was asked 8mo ago
Q. How does database indexing work?
Ans. 

DB indexing is a technique used to improve the performance of database queries by creating data structures that allow for faster data retrieval.

  • Indexes are created on specific columns in a database table to speed up data retrieval.

  • When a query is executed, the database engine uses the index to quickly locate the rows that match the query criteria.

  • Types of indexes include clustered, non-clustered, unique, and compo...

View all Technical Lead interview questions
Are these interview questions helpful?
A Technical Lead was asked 8mo ago
Q. How do you handle technical debt?
Ans. 

Tech debt should be managed by prioritizing, tracking, and addressing it regularly.

  • Prioritize tech debt based on impact on product, codebase, and team productivity.

  • Track tech debt using tools like Jira or Trello to ensure visibility and accountability.

  • Address tech debt incrementally by allocating time in sprints or dedicated tech debt cleanup sprints.

  • Involve the team in identifying and addressing tech debt to fost...

View all Technical Lead interview questions
A Technical Lead was asked 8mo ago
Q. What tech stack are you currently using?
Ans. 

Currently using a tech stack consisting of Java, Spring Boot, React, and PostgreSQL.

  • Java

  • Spring Boot

  • React

  • PostgreSQL

View all Technical Lead interview questions
A Technical Lead was asked 8mo ago
Q. Given a linked list, rearrange it so that positive and negative numbers alternate.
Ans. 

Arrange a Linked List into Positive and Negative Nodes Alternately

  • Traverse the Linked List and separate positive and negative nodes into two separate lists

  • Merge the two lists alternately to form the final arrangement

  • Ensure to handle cases where one list is longer than the other

View all Technical Lead interview questions

mPokket Interview Experiences

75 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SpringBoot And Java basics Question
  • Q2. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • Use a combination of a doubly linked list and a hashmap to implement LRU Cache efficiently.

    • Keep track of the most recently used item by moving it to the front of the linked list.

    • When the cache is full, remove the least recently used item from the end of the linked list and the hashmap.

    • Ensure consta...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. DB Indexing How it works
  • Ans. 

    DB indexing is a technique used to improve the performance of database queries by creating data structures that allow for faster data retrieval.

    • Indexes are created on specific columns in a database table to speed up data retrieval.

    • When a query is executed, the database engine uses the index to quickly locate the rows that match the query criteria.

    • Types of indexes include clustered, non-clustered, unique, and composite ...

  • Answered by AI
  • Q2. Given a Linked List Arrange it into Positive and Negative Alternatively
  • Ans. 

    Arrange a Linked List into Positive and Negative Nodes Alternately

    • Traverse the Linked List and separate positive and negative nodes into two separate lists

    • Merge the two lists alternately to form the final arrangement

    • Ensure to handle cases where one list is longer than the other

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How to Handle Tech Debt
  • Ans. 

    Tech debt should be managed by prioritizing, tracking, and addressing it regularly.

    • Prioritize tech debt based on impact on product, codebase, and team productivity.

    • Track tech debt using tools like Jira or Trello to ensure visibility and accountability.

    • Address tech debt incrementally by allocating time in sprints or dedicated tech debt cleanup sprints.

    • Involve the team in identifying and addressing tech debt to foster a ...

  • Answered by AI
  • Q2. Team Handling Experience and Cases
  • Ans. 

    I have 5 years of experience leading technical teams, handling team dynamics, delegating tasks, and resolving conflicts.

    • Led a team of 10 developers in a software development project, ensuring timely delivery and quality output

    • Managed team members with diverse skill sets, assigning tasks based on individual strengths and weaknesses

    • Resolved conflicts within the team by facilitating open communication and finding mutually...

  • Answered by AI
Round 4 - Head of Engineering 

(3 Questions)

  • Q1. Introduction and Past Experience
  • Q2. Team Handling Experience
  • Q3. Tech Stack which is currently Using
  • Ans. 

    Currently using a tech stack consisting of Java, Spring Boot, React, and PostgreSQL.

    • Java

    • Spring Boot

    • React

    • PostgreSQL

  • Answered by AI

Skills evaluated in this interview

MIS Executive Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Excel question related to suits, vlookup, counties, pivot table
  • Q2. SQL questions related to joins, subquery, windows function

Sales Girl Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is mpocket
  • Q2. Introduce your self

Data Science Manager Interview Questions & Answers

user image prince chatuvedi

posted on 6 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Expectations was to know exact syntax of python too much focus on this instead of actual logic
Round 2 - Coding Test 

2 sum problem of leet code

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on syntax and try to give exact as much as possible

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Nov 2024

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

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

Round 1 - Coding Test 

SQL questions were asked

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

I applied via Apna Jobs and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Details mostly which is present in the CV
  • Ans. 

    An Operations Associate manages daily operations, ensuring efficiency and effectiveness in processes and workflows.

    • Experience in coordinating logistics and supply chain operations, improving delivery times by 20%.

    • Skilled in data analysis, utilizing Excel to track performance metrics and identify areas for improvement.

    • Proficient in using project management tools like Asana to streamline team collaboration and task assig...

  • Answered by AI
  • Q2. Your comfortablity with shift extension
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic details about yourself
  • Q2. You have to speak about a persona for two minutes in English which you get to choose
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. About myself and my aim
  • Q2. Why I'm interested

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Self introduction
  • Ans. 

    I am a dedicated customer support professional with a passion for helping others and resolving issues efficiently.

    • Experience: Over 3 years in customer support roles, handling inquiries via phone, email, and chat.

    • Skills: Proficient in CRM software like Zendesk and Salesforce, ensuring efficient ticket management.

    • Problem-Solving: Successfully resolved 95% of customer issues on the first contact, enhancing customer satisf...

  • Answered by AI
  • Q2. General questions
  • Ans. 

    Customer support involves assisting customers with inquiries, issues, and providing solutions to enhance their experience.

    • Listen actively to customer concerns to understand their needs.

    • Provide clear and concise information to resolve issues.

    • Follow up with customers to ensure their satisfaction.

    • Use empathy to connect with customers and build rapport.

    • Document interactions for future reference and improvement.

  • Answered by AI
  • Q3. Costomer saport
  • Q4. Payment method costomer
  • Q5. Solved the costomer problem
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Star mark and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Describe your self, Education background, About company
  • Q2. Hobby, Family, Aim
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction, education, why you choose this company
  • Q2. Job role, salary, working hours, off days, language test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, Best of luck.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write a high level design of the given app feature.
  • Ans. 

    Design a feature for an app

    • Identify the purpose and goals of the feature

    • Define the user flow and interactions

    • Consider the technical requirements and constraints

    • Design the UI/UX

    • Plan the data model and storage

    • Consider scalability and performance

    • Implement and test the feature

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Difference between Authentication and Authorisation. What Coroutine makes it different than threads. Small DS algorithm. Practical usage of viewmodel and coroutine. What is livedata.
  • Ans. 

    Authentication is the process of verifying the identity of a user, while authorization is the process of granting access to specific resources.

    • Authentication ensures that the user is who they claim to be, usually through credentials like username and password.

    • Authorization determines what actions a user is allowed to perform on a system or resource.

    • Coroutines are lightweight threads that allow for asynchronous programm...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First technical round was good at mPokket. I was rejected in 2nd round and reason was given to me that i was cheating in the interview and looking the answers on the internet. This was total lie and unprofessional. Without proofs you can make such bold claim. I would have happy accepted the rejection if they would have told me that i failed to answer few questions. But this is not acceptable.

During the interview, interviewer kept her camera off and asked me to turn on the camera. It is in human's nature that when you think you look up. This was the pathetic and unprofessional way to judge the candidte.

To other software engineer who have their interviews scheduled, be carefull.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about mPokket?
Ask anonymously on communities.

mPokket Interview FAQs

How many rounds are there in mPokket interview?
mPokket interview process usually has 2-3 rounds. The most common rounds in the mPokket interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for mPokket 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 mPokket. The most common topics and skills that interviewers at mPokket expect are Python, SQL, Loans, PHP and Compliance.
What are the top questions asked in mPokket interview?

Some of the top questions asked at the mPokket interview -

  1. How far india has a mixed economy proove...read more
  2. We have rotational shift timings. Since you're a girl if you have to stretch wo...read more
  3. Introduce yourself Difference between numpy and list Explain Gradient Boosting ...read more
What are the most common questions asked in mPokket HR round?

The most common HR questions asked in mPokket interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why should we hire y...read more
How long is the mPokket interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 74 interview experiences

Difficulty level

Easy 25%
Moderate 70%
Hard 5%

Duration

Less than 2 weeks 83%
2-4 weeks 14%
6-8 weeks 2%
View more
Join mPokket India’s fastest growing credit led youth empowerment platform.

Interview Questions from Similar Companies

Home Credit Finance Interview Questions
4.0
 • 126 Interviews
BA Continuum Interview Questions
4.1
 • 107 Interviews
Hero FinCorp Interview Questions
4.0
 • 101 Interviews
Kinara Capital Interview Questions
4.3
 • 84 Interviews
Veritas Finance Interview Questions
4.5
 • 80 Interviews
Electronica Finance Interview Questions
4.1
 • 77 Interviews
Aye Finance Interview Questions
4.1
 • 73 Interviews
View all

mPokket Reviews and Ratings

based on 548 reviews

3.7/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.6

Salary

3.6

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 548 Reviews and Ratings
Senior Manager Accounts and Finance

Kolkata

3-8 Yrs

Not Disclosed

Assistant Manager

Vijayawada

3-8 Yrs

Not Disclosed

Explore more jobs
Operations Executive
103 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Team Lead
39 salaries
unlock blur

₹2.1 L/yr - ₹4.6 L/yr

DCS
38 salaries
unlock blur

₹1.4 L/yr - ₹2.4 L/yr

DCS Operator
38 salaries
unlock blur

₹1.3 L/yr - ₹2.2 L/yr

Software Engineer
36 salaries
unlock blur

₹8.3 L/yr - ₹14.4 L/yr

Explore more salaries
Compare mPokket with

Home Credit Finance

4.0
Compare

Sammaan Capital Limited

3.8
Compare

Hero FinCorp

4.0
Compare

BA Continuum

4.1
Compare
write
Share an Interview