Upload Button Icon Add office photos
Engaged Employer

i

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

Mobikwik Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mobikwik Interview Questions, Process, and Tips

Updated 11 Feb 2025

Top Mobikwik Interview Questions and Answers

View all 45 questions

Mobikwik Interview Experiences

Popular Designations

47 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 21 May 2022

I was interviewed before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next - to keep track of the nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during reversal.

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

Round 3 - HR 

Round duration - 50 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE in GurgaonEligibility criteria6.5 CGPAMobiKwik interview preparation:Topics to prepare for the interview - Python, Django, Java, Html, Bootstrap, C++, Data structure.Time required to prepare for the interview - 7 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare as many questions you can
Tip 2 : Give the competitive contest
Tip 3 : Aptitude

Application resume tips for other job seekers

Tip 1 : Minimum 2 projects.
Tip 2 : Concise and accurate

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

I applied via Company Website and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Mobikwik zip code contact with payment refund related contact now, XXXXX

Round 2 - Aptitude Test 

Call ? XXXXX all issue with

Round 3 - One-on-one 

(8 Questions)

  • Q1. Customer care contact now
  • Q2. All issue solve now call me
  • Q3. XXXXX all issue with my friends
  • Q4. Or email and credit card and the rest
  • Q5. Good day call me sir
  • Q6. Customer service support
  • Q7. Mobikwik refund related
  • Q8. Zop balance Atibete and any

Interview Preparation Tips

Topics to prepare for Mobikwik Customer Service Executive interview:
  • call now mobikwik refund related
  • XXXXX and any problem s
Interview preparation tips for other job seekers - Mobikwik customer care contact now call us toll free helpline Number 0797-3317-663 And Any problem Solving 24*7 hours available

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)
Mobikwik Interview Questions and Answers for Freshers
illustration image

I applied via Walk-in and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal test. Basic attitude test nothing challenges

Round 2 - HR 

(2 Questions)

  • Q1. Describe yourself, education, past experience, family members
  • Q2. What was the role of your last organisation.
Round 3 - One-on-one 

(2 Questions)

  • Q1. About the some operations questions ask the manager
  • Q2. Last experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Only answer the questions. nothing else. Extra information sometimes not good. Accurate answer always be better.

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)

Interview Questionnaire 

2 Questions

  • Q1. How can you collect NPA payment in case costumer contact has been missing
  • Ans. 

    To collect NPA payment when customer contact is missing, utilize various methods such as skip tracing, contacting references, using social media, and legal actions if necessary.

    • Perform skip tracing to locate the customer's current contact information.

    • Contact references provided by the customer to gather any updated contact details.

    • Utilize social media platforms to search for the customer and attempt to establish contac...

  • Answered by AI
  • Q2. We can check with their relatives and neighbours where he is going to shifted

Recovery Agent Interview Questions asked at other Companies

Q1. How can you collect NPA payment in case costumer contact has been missing
View answer (2)

Mobikwik interview questions for popular designations

 Software Developer

 (4)

 Collections Executive

 (3)

 Operations Executive

 (3)

 Senior Software Engineer

 (2)

 FOS Executive

 (2)

 Lead Engineer

 (1)

 Manager

 (1)

 Data Analyst

 (1)

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

Round 1 - Group Discussion 

Asking about the excel and other data tool. Salary offer as per their terms no negotiate.

Round 2 - HR 

(3 Questions)

  • Q1. Salary offer as per their terms.
  • Q2. Tell me some thing about your self.
  • Q3. What is expertise why want to leave

Interview Preparation Tips

Interview preparation tips for other job seekers - No tip try your luck on asking on your previous company experiance.

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)

Get interview-ready with Top Mobikwik Interview Questions

I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Data Structure 

(1 Question)

  • Q1. 1. No of Island in the graph 2. Sliding window question
Round 2 - DS and Language Related Question 

(2 Questions)

  • Q1. 1. Tree Questions like Left View and Diameter of tree
  • Q2. Basic java questions
Round 3 - LLD and HLD 

(2 Questions)

  • Q1. Design a system that can handle 10 lacs transactions per second
  • Ans. 

    Design a system to handle 10 lacs transactions per second.

    • Use distributed systems and load balancing to handle the high volume of transactions.

    • Implement caching mechanisms to reduce database load.

    • Use high-performance hardware and optimize code for speed.

    • Consider using a NoSQL database for faster read/write operations.

    • Implement fault-tolerant mechanisms to ensure system reliability.

    • Use asynchronous processing to handle ...

  • Answered by AI
  • Q2. Create an custom hashmap with all the function with oops concept
  • Ans. 

    Create a custom hashmap with OOPs concepts

    • Create a class for the hashmap with private variables for key and value

    • Implement methods for adding, removing and retrieving elements

    • Use inheritance to create a separate class for each type of data to be stored

    • Use encapsulation to protect the data and ensure proper access

    • Use polymorphism to allow for different types of data to be stored in the same hashmap

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mobikwik Senior Software Engineer 2 interview:
  • Java
  • Spring Boot
  • Low Level Desgin
  • High Level Desgin
  • Data Structures
Interview preparation tips for other job seekers - Go through all the basic DS and Java question

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

Jobs at Mobikwik

View all

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Some questions about the work

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience is must and should necessary to get a job in MOBIKWIK

Collections Executive Interview Questions asked at other Companies

Q1. Company rules and regulations an how to handle customer
View answer (7)
Contribute & help others!
anonymous
You can choose to be anonymous

Mobikwik Interview FAQs

How many rounds are there in Mobikwik interview?
Mobikwik interview process usually has 1-2 rounds. The most common rounds in the Mobikwik interview process are One-on-one Round, Technical and HR.
How to prepare for Mobikwik 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 Mobikwik. The most common topics and skills that interviewers at Mobikwik expect are Java, SQL, Python, AWS and Data Structures.
What are the top questions asked in Mobikwik interview?

Some of the top questions asked at the Mobikwik interview -

  1. How can you collect NPA payment in case costumer contact has been miss...read more
  2. What you tell when customer said I don't pay this amount...read more
  3. Design a system that can handle 10 lacs transactions per sec...read more
How long is the Mobikwik interview process?

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

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

Mobikwik

INTERVIEWS

InterGlobe Aviation

No Interviews

JOBS

InterGlobe Aviation

No Jobs

SALARIES

Mobikwik

Tell us how to improve this page.

Mobikwik Interview Process

based on 59 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 750 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
HighRadius Interview Questions
2.9
 • 183 Interviews
Freecharge Interview Questions
3.9
 • 53 Interviews
Google Pay Interview Questions
4.2
 • 34 Interviews
Amazon Pay Interview Questions
4.0
 • 13 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
Jio Money Interview Questions
4.2
 • 1 Interview
View all

Mobikwik Reviews and Ratings

based on 362 reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.6

Salary

3.6

Job security

3.4

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 362 Reviews and Ratings
Financial Controller

Gurgaon / Gurugram

7-12 Yrs

Not Disclosed

Senior Executive Talent Acquisition

Gurgaon / Gurugram

3-6 Yrs

Not Disclosed

Executive

Gurgaon / Gurugram

3-6 Yrs

Not Disclosed

Explore more jobs
Team Lead
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mobikwik with

Paytm

3.3
Compare

Freecharge

3.8
Compare

PhonePe

4.0
Compare

Payed

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