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

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

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How much experience do you have in the field?

Interview Preparation Tips

Interview preparation tips for other job seekers - When I go to work from home, I do not think that I am going to work for the company, I always leave thinking that this is my work, this is my company, how can I take it to new heights, I want to give my 100 percent

Operations Executive Interview Questions asked at other Companies

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

FOS Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2024

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

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Which company have your worked for before? I have never worked in any company before.I

Interview Preparation Tips

Topics to prepare for Mobikwik FOS interview:
  • Company ledar is very good
  • Good company
Interview preparation tips for other job seekers - This company is very good

Customer Executive Interview Questions & Answers

user image Harshita Singh

posted on 18 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's your job experience
  • Q2. Tell me about your last Sunday

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply here. Search for a good opportunity.

Customer Executive Interview Questions asked at other Companies

Q1. How to gain in Pepsi share growth
View answer (29)

Senior Data Analyst Interview Questions & Answers

user image Akash Keshari

posted on 27 Nov 2024

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

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked about writing some SQL codes
  • Q2. They asked about some case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not that tough.

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Mobikwik interview questions for popular designations

 Software Developer

 (4)

 Collections Executive

 (3)

 Operations Executive

 (3)

 FOS Executive

 (2)

 Senior Software Engineer

 (2)

 Android Developer

 (1)

 Assistant Manager

 (1)

 Assistant Manager Finance

 (1)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

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

I was interviewed before May 2023.

Round 1 - Coding Test 

Merge 2 unsorted array

Round 2 - Assignment 

Selenium automation framework
Redt assured automation framework

Interview Preparation Tips

Topics to prepare for Mobikwik Sdet Engineer interview:
  • Java
  • Restassured
  • MySQL

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Get interview-ready with Top Mobikwik Interview Questions

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

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why you left your last organisation
  • Q3. Hr describe the job opportunities

Interview Preparation Tips

Topics to prepare for Mobikwik Executive Operations Executive interview:
  • About vkyc
  • What you know about kyc
Interview preparation tips for other job seekers - Guys just be confident while giving the round it's not a rocket science it is really easy for you to crack

Executive Operations Executive Interview Questions asked at other Companies

Q1. How to handle store and hubs about last mail and first mail
View answer (1)

Jobs at Mobikwik

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

I applied via Approached by Company and was interviewed in Oct 2022. There were 3 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 - HR 

(1 Question)

  • Q1. About the current Job,Roll experience &CTC
Round 3 - Technical 

(1 Question)

  • Q1. Profile related questions like reconciliation process and Excel

Interview Preparation Tips

Interview preparation tips for other job seekers - As mentioned over your Resume you should have the knowledge make the CV as per your on knowledge

Assistant Manager Finance Interview Questions asked at other Companies

Q1. What will be accounting entry for provision for doubtful debts and why its necessary.
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(1 Question)

  • Q1. Regarding. Last job status

Operations Executive Interview Questions asked at other Companies

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

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Only Java allowed

  • Q1. 

    Sort 0 and 1 Problem Statement

    Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using an...

  • Ans. 

    Keep two index variables and traverse from the end.

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Basic intro and coding questions

  • Q1. 

    Valid Perfect Square Check

    An integer N is provided, and the task is to determine if N is a perfect square. A perfect square refers to an integer which can be expressed as the square of another integer.

    ...

  • Ans. 

    Two nested for loops and check if sum equal to given number

  • Answered Anonymously
  • Q2. 

    Merge Sort Problem Statement

    Given a sequence of numbers 'ARR', your task is to return a sorted sequence of 'ARR' in non-descending order using the Merge Sort algorithm.

    Example:

    Input:
    ARR = [5, 3, 8,...
  • Ans. Recursion

    The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.

    We implement this approach with a divide and conquer strategy.

     

    Here is the algorithm : 

     

    1. Divide ‘ARR’ into two-p...
  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

More difficult than the previous round

  • Q1. 

    Bottom View of Binary Tree Problem Statement

    Given a binary tree, the task is to print its bottom view from left to right. Assume the left and the right child nodes make a 45-degree angle with their paren...

  • Ans. 

    Do a level order traversal and update a hashmap based on horizontal distances from the root.

  • Answered Anonymously
Round 4 - Face to Face 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

There were no DSA questions. My interviews were based on android app development. The interviewer presented scenarios and asked how will you solve them. No particular correct answer was expected just the best approach as per me.

  • Q1. How would you implement multiple RecyclerViews on a magnified screen in an Android application?
  • Ans. 

    Tip 1 : Have a basic understanding of recycler view
    Tip 2 : Recycler with multiple view types
     

  • Answered Anonymously
  • Q2. How would you implement various activities related to cart functionality in an e-commerce application?
  • Ans. 

    Tip 1 : Basic flow and lifecycle of activities and fragments.
    Tip 2 : Knowledge about launch modes and view models.
     

  • Answered Anonymously
Round 5 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR asked questions about why Mobikwik, what's your goal, how are you a good fit, etc.

Interview Preparation Tips

Eligibility criteriaCGPA - 7 & above, Active backlogs - NoneMobiKwik interview preparation:Topics to prepare for the interview - Basic DSA, Arrays, String, Trees, Problem SolvingTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare advanced array questions
Tip 2 : Trees basic to medium questions
Tip 3 : Optimize solutions

Application resume tips for other job seekers

Tip 1 : Internship experience
Tip 2 : Personal Projects (remember proper details)

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Mobikwik Software Developer Interview Questions and Answers

Q1. PuzzleThere are 10 stacks of 10 coins each. Each coin weighs 10 grams. However, one stack of coins is the lightest, and each coin in that stack weighs only 9 grams. What is the minimum number of weights you need to take to find which stack ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

The first round was an assessment round comprised of MCQ questions of DSA, RDBMS, MySQL questions and 2 coding questions to be written in java only

  • Q1. 

    Shortest Path in a Binary Matrix Problem Statement

    Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only...

  • Q2. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The basic data structure round duration 1 hour, in this Interviewer, was very friendly and asked some casual questions. After that, he asked me to code.

  • 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]
    Out...
Round 3 - Telephonic Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Hard

Advance data structure round duration 1 hour, in this Interviewer asked some basic questions on oops, puzzles and asked me to code them later.

  • 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...
  • Q2. 

    Trapping Rain Water

    You are provided with an array ARR of integers representing an elevation map, where ARR[i] denotes the elevation of the ith bar. Determine the maximum amount of rainwater that can be t...

Round 4 - Telephonic Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

Vice President interview round duration 30mins, in this round VP’s of different domains taking interview to the selected candidates.

  • Q1. 

    Buy and Sell Stock Problem Statement

    Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...

Round 5 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round lasted for 30mins basic HR questions were asked

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteria7.5 CGPAMobiKwik interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, Algorithms, Dynamic Programming, Operating systems, DevelopmentTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare DSA well.
Tip 2 : Always remember and go through your all projects.
Tip 3 : Practice as many DSA questions as you can.

Application resume tips for other job seekers

Tip 1 : Resume should be one page only as being a fresher impacts a lot.
Tip 2 : Resumes should contain all the links for projects and certificates as it impresses the interviewer.

Final outcome of the interviewRejected

Skills evaluated in this interview

Top Mobikwik Software Developer Interview Questions and Answers

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
Add answer

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 (39)

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.

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.4k Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
Google Pay Interview Questions
4.2
 • 35 Interviews
Amazon Pay Interview Questions
4.0
 • 13 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
Jio Money Interview Questions
4.1
 • 1 Interview
View all

Mobikwik Reviews and Ratings

based on 443 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

3.9

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 443 Reviews and Ratings
Senior Manager- Business Development

Pune

10-15 Yrs

Not Disclosed

Analyst - Investor Relations

Gurgaon / Gurugram

1-5 Yrs

Not Disclosed

Senior Product Manager - Payment Gateway

Gurgaon / Gurugram

4-9 Yrs

Not Disclosed

Explore more jobs
Team Lead
78 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Assistant Manager
56 salaries
unlock blur

₹4.5 L/yr - ₹12.6 L/yr

Senior Executive
53 salaries
unlock blur

₹2.7 L/yr - ₹6.7 L/yr

Software Developer
47 salaries
unlock blur

₹7.7 L/yr - ₹30.7 L/yr

Software Development Engineer II
44 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Explore more salaries
Compare Mobikwik with

Paytm

3.3
Compare

Freecharge

3.9
Compare

PhonePe

4.0
Compare

Payed

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