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

Software Developer Interview Questions & Answers

user image Parul Mishra

posted on 26 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project discussion

Top Mobikwik Software Developer Interview Questions and Answers

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 any additional arrays. Input: The firs... read more
View answer (2)

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)

I was interviewed in May 2022.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was scheduled with the SDE-2, we started with the introduction than he jumped to the dsa questions. First question he asked me was leetcode 3 sum problem, we discussed the approach than I wrote the code for that problem. Second question was of arrays and maps I didn't remember the exact question but that was also some modified version of k sum subarray. Than he asked many questions related to oops, I answered most of them than he asked me for any qiuestions and we dropped the call.

  • Q1. 

    Triplets with Given Sum Problem

    Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K.

    Explanation:

    A t...

  • Ans. 

    The task is to find all distinct triplets in an array that sum up to a specified number.

    • Iterate through all possible triplets using three nested loops.

    • Check if the sum of the triplet equals the target sum.

    • Print the triplet if found, else print -1.

  • Answered by AI
  • Q2. 

    K Sum Subset Problem Statement

    You are provided with an array arr of size N and an integer K. Your objective is to compute the maximum sum of a subset of the array such that this sum does not exceed K.

    E...

  • Ans. 

    Find the maximum sum of a subset of an array that does not exceed a given value K.

    • Sort the array in descending order to maximize the sum.

    • Iterate through the array and add elements to the sum until it exceeds K.

    • Return the sum obtained before exceeding K.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 40 Minutes
Round difficulty - Medium

This round was arranged with the Engineering Manager, we started with the introduction then he asked me to explain my project, I did that. After that he asked me one pattern question, I coded that than he asked me one more array question of finding mean, mode, median, I partially solved that question. Than he asked me for any questions and we dropped the call.

  • Q1. 

    Diamond Pattern Grid Problem

    Create a grid pattern of size R rows and C columns, where each cell contains a diamond-like shape of size S. The diamond shape is made with characters ‘/’ and ‘\’ for the bord...

  • Ans. 

    Create a grid pattern with diamond shapes of given size in each cell.

    • Iterate through each cell in the grid and construct the diamond shape based on the size provided.

    • Use 'e' for the outer space, '/' and '' for the borders, 'o' for the inner space of the diamond.

    • Adjust the positioning of characters based on the size of the diamond to create the desired pattern.

  • Answered by AI
  • Q2. 

    Mean, Median, and Mode Problem Statement

    Given an integer array ARR of size N, you need to compute the following three statistical measures:

    1. Mean: Implement the function mean() to calculate the mean o...
  • Ans. 

    Implement functions to calculate mean, median, and mode of an integer array.

    • Calculate mean by summing all elements and dividing by total count

    • Calculate median by sorting array and finding middle element(s)

    • Calculate mode by finding element with highest frequency, return smallest if multiple

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen Institute Of Technology. Eligibility criteriaNAMobiKwik interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Oops, Computer networks, Operating systems, projectsTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 300 Questions from leetcode
Tip 2 : Prepare your project.

Application resume tips for other job seekers

Tip 1 : Add at least 4 projects.
Tip 2 : Add your coding profiles and GPA.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Mobikwik Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Asking about previous company job profile
  • Q2. Say about yourself
  • Q3. How much your portfolio size and how many employees under you who work with you
  • Q4. What is your speciality
  • Q5. What Is Your previous package and why you leaves the previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Always told what have you done clearly in interview in details, tell about your speciality and achivement during the work, and give confidence about you to take for best resource for the same.

Collections Manager Interview Questions asked at other Companies

Q1. Collection efficiency and how will do the collection, plan for the month, repossession etc
View answer (9)

Interview Questions & Answers

user image Anonymous

posted on 25 May 2022

Round 1 - Technical 

(2 Questions)

  • Q1. Linux based questions, Sql bases question Python Mongo DB
  • Q2. Linux,sql,mongo db, python

Interview Preparation Tips

Interview preparation tips for other job seekers - Team is not good
They are not providing KT
And they don’t want to share knowledge because of his/her dependency will end so the environment is not good.

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)

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

I applied via LinkedIn and was interviewed before Jun 2022. There were 4 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions based on DSA
Round 3 - One-on-one 

(1 Question)

  • Q1. Java specific Interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring Manager Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA, Java, System Design

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Mobikwik Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2022

I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about your experience and qualifications ? What is your weekness ? What is customer support ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Only 1 round i was selected in Mobikwik
Great work as well.

Jobs at Mobikwik

View all

SME Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2023

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction and work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Roles and responsibilities, comm skills,

SME Interview Questions asked at other Companies

Q1. 1. What is one to one function?
View answer (9)

I was interviewed in Mar 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Started with projects discussion and internships and moved forward with coding problems.
It started at around 6:00 PM and lasted for 90 minutes approximately
The interviewer was very cool, he even gave me some tips on improving myself further at the end of the interview.

  • Q1. 

    Longest Substring with At Most K Distinct Characters

    Given a string S of length N and an integer K, find the length of the longest substring that contains at most K distinct characters.

    Input:

    The first...
  • Ans. 

    Find the length of the longest substring with at most K distinct characters in a given string.

    • Use a sliding window approach to keep track of the characters and their counts within the window.

    • Maintain a hashmap to store the characters and their frequencies.

    • Update the window size and characters count as you iterate through the string.

    • Return the maximum window size encountered for each test case.

  • Answered by AI
  • Q2. 

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

  • Ans. 

    Find the number with the maximum frequency in an array of integers.

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Find the number with the maximum frequency and return it.

    • If multiple elements have the same maximum frequency, return the one that appears first.

  • Answered by AI
  • Q3. 

    Ninja and Bombs Problem Statement

    Ninja wants to travel from his house to his best friend's house. The locations of the houses are on a 2D coordinate plane, where Ninja's house is located at the origin (0...

  • Ans. 

    Determine if Ninja can reach his friend's house with even x-coordinate without using modulus operator.

    • Check if the x-coordinate is even or odd by using bitwise AND operation with 1.

    • Return 1 if x-coordinate is even, else return 0.

    • Handle multiple test cases by iterating through each input.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

I was asked a coding question then, a system design question and some basic operating systems and oops questions

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Time complexity can be optimized to O(N) using a set to store seen elements.

  • Answered by AI
  • Q2. Can you design a Google Search Engine?
  • Ans. 

    Designing a Google Search Engine involves creating a web crawler, indexing system, and ranking algorithm.

    • Develop a web crawler to discover and retrieve web pages.

    • Implement an indexing system to store and organize the content of web pages.

    • Design a ranking algorithm to determine the relevance of search results.

    • Include features like autocomplete, spell check, and personalized search results.

    • Optimize for speed and scalabil...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNo CriteriaMobiKwik interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, System Design, Operating SystemsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice data structures problems
Tip 2 : Read about System Designs
Tip 3 : Study the popular algorithms

Application resume tips for other job seekers

Tip 1 : Mention your projects
Tip 2 : Mention your internships

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Mobikwik Software Developer Interview Questions and Answers

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 any additional arrays. Input: The firs... read more
View answer (2)

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)

I applied via Referral and was interviewed before Nov 2021. There were 4 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about yourself
Round 3 - Technical 

(5 Questions)

  • Q1. Basic questions on OWASP top 10
  • Q2. How to exploit/test for the same
  • Ans. 

    To exploit/test for vulnerabilities, use penetration testing tools and techniques to simulate attacks and identify weaknesses.

    • Use vulnerability scanners to identify potential vulnerabilities

    • Conduct penetration testing to simulate attacks and identify weaknesses

    • Perform social engineering tests to assess human vulnerabilities

    • Use fuzzing techniques to identify software vulnerabilities

    • Conduct code reviews to identify poten...

  • Answered by AI
  • Q3. Difference between SSRF & CSRF
  • Ans. 

    SSRF is an attack that allows an attacker to send a crafted request from a vulnerable web application. CSRF is an attack that tricks a victim into performing an action on a website without their knowledge or consent.

    • SSRF stands for Server-Side Request Forgery while CSRF stands for Cross-Site Request Forgery.

    • SSRF allows an attacker to send a request from a vulnerable server to a third-party server while CSRF tricks a vi...

  • Answered by AI
  • Q4. Some questions regarding CSP, CORS
  • Q5. More on response headers, cookies, secure, httpOnly and secure flag etc.
Round 4 - HR 

(1 Question)

  • Q1. Closing formalities regarding the offer letter, joining

Interview Preparation Tips

Topics to prepare for Mobikwik Security Analyst interview:
  • Kali
  • Burp
  • OWASP
  • Penetration Testing
  • Web Application Sec
Interview preparation tips for other job seekers - Focus on OWASP top 10
One should be clear with networking fundamentals

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2021

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Process for projections 2. Team leading experience
  • Q2. 1. Knowledge on financial industry 2. Financial Systems worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Run through your resume and showcase practical experience
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