MobiKwik interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

MobiKwik
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
My journey began with a deep interest in how mobile apps work. I started learning Android development through online courses and built small projects to apply my knowledge. Gradually, I took on more advanced features, followed best practices like MVVM, and worked on real-world apps such as a car management system and a finance tracker. Interning at MobiKwik provided me with hands-on industry experience. I continued to grow by building consistently, learning from feedback, and staying dedicated, which ultimately helped me crack this opportunity.
Application story
I cold-emailed the HR, and he called me after 4–5 days. I had a phone screening round, followed by a scheduled interview.
Preparation
Duration: 6 Months
Topics: Kotlin, XML, Android Studio, C++, HTML, CSS, JavaScript, Node.js
Tip
Tip

Tip 1: Consistency is key.
Tip 2: Discipline is essential.

Application process
Where: Email Approach
Eligibility: Good Android Development skills, (Salary Package: 4 LPA)
Resume Tip
Resume tip

Tip 1: Send as many cold emails as you can.
Tip 2: Never lose hope—persistence always pays off.

Interview rounds

01
Round
Medium
Face to Face
Duration50 minutes
Interview date14 Apr 2025
Coding problem1

1. Day 8 : Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
Info Edge India (Naukri.com)OracleHCL Technologies

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date14 Apr 2025
Coding problem1

1. Stack Implementation Using Array

Easy
20m average time
70% success
0/40
Asked in companies
QualcommNatwest GroupOracle

Stack is a data structure that follows the LIFO (Last in First out) principle. Design and implement a stack to implement the following functions:

1. Push(num): Push the given number in the stack if the stack is not full.

2. Pop: Remove and print the top element from the stack if present, else print -1.

3. Top: Print the top element of the stack if present, else print -1.

4. isEmpty: Print 1 if the stack is empty, else print 0.

5. isFull: Print 1 if the stack is full, else print 0.


You have been given ‘m’ operations which you need to perform in the stack. Your task is to implement all the functions of the stack.


Example:
We perform the following operations on an empty stack which has capacity 2:

When operation 1 1 is performed, we insert 1 in the stack.

When operation 1 2  is performed, we insert 2 in the stack. 

When operation 2 is performed, we remove the top element from the stack and print 2.

When operation 3 is performed, we print the top element of the stack, i.e., 3.

When operation 4 is performed, we print 0 because the stack is not empty.

When operation 5 is performed, we print 0 because the stack is size 1, which is not equal to its capacity.
Try solving now
03
Round
Easy
HR Round
Duration10 minutes
Interview date14 Apr 2025
Coding problem1

1. HR Question

Where do I see myself in 5 years?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by MobiKwik
1314 views
0 comments
0 upvotes
company logo
SDE - 1
5 rounds | 8 problems
Interviewed by MobiKwik
1353 views
0 comments
0 upvotes
company logo
SDE
2 rounds | 5 problems
Interviewed by MobiKwik
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by MobiKwik
1057 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15480 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15338 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10142 views
2 comments
0 upvotes