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 for Experienced

Updated 3 Jun 2025
Popular Designations

9 Interview questions

A Technical Lead was asked 7mo 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
A Technical Lead was asked 7mo ago
Q. Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get(key) - Get the value (will always be positive) of the key if the key exists in the ...
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 c...

View all Technical Lead interview questions
A Technical Lead was asked 7mo 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
A Technical Lead was asked 7mo 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 Senior Android Developer was asked
Q. Write a high-level design for 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

View all Senior Android Developer interview questions
A Maybright Ventures was asked
Q. How would you convince a customer to pay the delivery amount for returning a product?
Ans. 

Convincing customers to pay for return delivery involves empathy, clear communication, and highlighting value.

  • Empathize with the customer: Acknowledge their frustration with the product.

  • Explain return policy: Clearly outline why the delivery fee is necessary.

  • Highlight product value: Remind them of the benefits they received from the product.

  • Offer alternatives: Suggest exchanges or discounts on future purchases to ...

A Senior Android Developer was asked
Q. 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 pro...

View all Senior Android Developer interview questions
Are these interview questions helpful?
A Technical Lead was asked 7mo ago
Q. 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 mut...

View all Technical Lead interview questions
An Assistant Manager was asked
Q. Knowledge and skills used
Ans. 

Knowledge and skills used in previous roles to effectively manage teams and achieve goals.

  • Strong leadership skills demonstrated through successful team management

  • Effective communication skills to ensure clear direction and expectations

  • Ability to problem solve and make decisions under pressure

  • Experience in budget management and financial analysis

  • Proficiency in project management tools and techniques

View all Assistant Manager interview questions

mPokket Interview Experiences for Experienced

24 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

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
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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. About your self?
  • Q2. Congratulations skills?
  • Q3. Communication skills

IT Executive Interview Questions & Answers

user image Anonymous

posted on 22 Dec 2023

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

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions regarding previous work experience and knowledge regarding offered job description
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding my previous experience. Technical questions regarding Basic troubleshooting, linux, networking
Round 3 - Technical 

(1 Question)

  • Q1. More technical questions and explaining my KRA and questions regarding it.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, and joining formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions from basic to advance topics, and all over knowledge in different departments is appreciated
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Overall experience
  • Ans. 

    I have over five years of experience in management, focusing on team leadership and project execution in diverse environments.

    • Led a team of 10 in a retail environment, increasing sales by 20% over one year.

    • Implemented a new inventory management system that reduced stock discrepancies by 30%.

    • Conducted training sessions for new hires, improving onboarding efficiency by 40%.

    • Managed cross-departmental projects, ensuring ti...

  • Answered by AI
  • Q2. 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 KPI: ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of ml, medium level python coding questions, pandas based questions
Round 3 - Technical 

(1 Question)

  • Q1. In depth ml and dl algorithm questions.
Round 4 - Technical 

(1 Question)

  • Q1. Questions based on probability, python coding questions , project related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about company that I have worked and daily routines in the office.
Round 3 - Assignment 

Onboarding journey of financial app

Round 4 - Technical 

(1 Question)

  • Q1. They have asked about project in detailed.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Key Responsible areas
  • Q2. Detail about present job
  • Q3. Expertise areas
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Approach towards the Goal and Target
  • Q2. Constructive, Assertive and Team winning spree

Interview Preparation Tips

Interview preparation tips for other job seekers - People would love to see what you are good at. So be Positive and Confident.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about mPokket?
Ask anonymously on communities.

mPokket Interview FAQs

How many rounds are there in mPokket interview for experienced candidates?
mPokket interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the mPokket interview process for experienced candidates are Resume Shortlist, HR and Technical.
How to prepare for mPokket interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the mPokket interview for experienced candidates -

  1. What are Key Result Areas (KRA) and Key Performance Indicators (KP...read more
  2. Difference between Authentication and Authorisation. What Coroutine makes it di...read more
  3. Given a Linked List Arrange it into Positive and Negative Alternativ...read more
What are the most common questions asked in mPokket HR round for experienced candidates?

The most common HR questions asked in mPokket interview are for experienced candidates -

  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.5/5

based on 16 interview experiences

Difficulty level

Easy 14%
Moderate 79%
Hard 7%

Duration

Less than 2 weeks 79%
2-4 weeks 21%
View more
Join mPokket India’s fastest growing credit led youth empowerment platform.

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.1
 • 104 Interviews
Hero FinCorp Interview Questions
4.0
 • 97 Interviews
Veritas Finance Interview Questions
4.5
 • 80 Interviews
Kinara Capital Interview Questions
4.3
 • 75 Interviews
Aye Finance Interview Questions
4.1
 • 72 Interviews
View all

mPokket Reviews and Ratings

based on 533 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.7

Salary

3.6

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 533 Reviews and Ratings
Assistant Manager

Vijayawada

3-8 Yrs

Not Disclosed

Sr. Associate - Retention Marketing

Kolkata,

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Operations Executive
101 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

DCS
41 salaries
unlock blur

₹1.4 L/yr - ₹2.6 L/yr

Team Lead
41 salaries
unlock blur

₹2.1 L/yr - ₹4.6 L/yr

DCS Operator
35 salaries
unlock blur

₹1.3 L/yr - ₹2.2 L/yr

Software Engineer
32 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Explore more salaries
Compare mPokket with

Home Credit Finance

4.1
Compare

Sammaan Capital Limited

3.7
Compare

Hero FinCorp

4.0
Compare

BA Continuum

4.1
Compare
write
Share an Interview