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
4.0

based on 398 Reviews

Filter interviews by

Mobikwik Sdet Engineer Interview Questions and Answers

Updated 17 May 2024

Mobikwik Sdet Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 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 - Technical 

(3 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements

  • Answered by AI
  • Q2. Put patch and post in api testing
  • Ans. 

    Patch and post are HTTP methods used in API testing to update and create resources, respectively.

    • PATCH method is used to update an existing resource in the API

    • POST method is used to create a new resource in the API

    • Both methods are commonly used in RESTful APIs for CRUD operations

    • Example: PATCH /api/users/123 to update user with ID 123

    • Example: POST /api/users to create a new user

  • Answered by AI
  • Q3. Explain your automation framework
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa, leetcode problems are asked in interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked spiral matrix question and some map related questions and optimise the approach

Round 2 - Technical 

(1 Question)

  • Q1. Asked to automate ui of the provided screen and backed framework of api testing Asked about the project and related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about payment gateway related questions and how to deal with it

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the coding , ui automation and backend automation very well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2022. There were 5 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 - Aptitude Test 

JAVA,SQL,Testing Parameters

Round 3 - Technical 

(2 Questions)

  • Q1. Concept of oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

  • Answered by AI
  • Q2. Code to move 0's to extreme right position
  • Ans. 

    Code to move 0's to extreme right position in an array of strings

    • Iterate through the array and move all 0's to the end of the array

    • Use two pointers approach to swap elements

    • Example: Input array ['1', '0', '3', '0', '5'], Output array ['1', '3', '5', '0', '0']

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOps,Hashmaps,Concept of Polymophism,Inheritance etc.
  • Q2. Java collections
Round 5 - HR 

(1 Question)

  • Q1. Basic personality review and your past carrer experience. Since i was a campus candidate they asked me about working in my college projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep an eye on what you write over your resume and be ready with all the possible standard questions from them.

I was interviewed in Oct 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Normal intro followed by 1 DSA question

  • Q1. 

    Alien Dictionary Problem Statement

    Ninja is mastering an unusual language called the Alien Language. Although it uses the same alphabets as English, the sequence of these alphabets is different. This sequ...

  • Ans. 

    The task is to check whether the given words are sorted lexicographically in an alien language.

    • Read the number of test cases

    • For each test case, read the number of words, the words themselves, and the order string

    • Check if the words are sorted lexicographically based on the given order string

    • Print 'YES' if the words are sorted, else print 'NO'

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

This round was based on checking the knowledge on component breaking of any web page and data flow

  • Q1. Can you discuss the components breakdown of the Play Store home page?
  • Ans. 

    The play store home page consists of various components that provide a user-friendly interface for browsing and discovering apps.

    • Header section displaying the app logo, search bar, and navigation options

    • Featured apps section showcasing popular or recommended apps

    • Categories section for browsing apps based on different genres

    • Top charts section displaying the most downloaded or highest-rated apps

    • New releases section highl...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This round was focused on how the developer is going to contribute to designing the better user experience

  • Q1. Can you design the wireframe of a ledger management user interface?
  • Ans. 

    Design a wireframe for a ledger management user interface.

    • Include a navigation bar for easy access to different sections of the ledger

    • Design a table layout to display the ledger entries with columns for date, description, debit, credit, and balance

    • Add filters and search functionality to easily find specific entries

    • Include options to add, edit, and delete ledger entries

    • Consider adding visual indicators for different typ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BengaluruEligibility criteria4 Years+ experienceKhatabook interview preparation:Topics to prepare for the interview - DSA, Javascript, LLD, System Design, Data flow(Frontend)Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 2 DSA Mid-level questions Daily.
Tip 2 : Be confident on the projects mentioned in the resume.

Application resume tips for other job seekers

Tip 1 : Stability in Resume
Tip 2 : Challenging Projects in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Round 1 - Coding Test 

1st Round.
Two DS problem from leetcode.
1.Array next permutation
2. Max share profit

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, Threads, System Design

Interview Preparation Tips

Interview preparation tips for other job seekers - Do some preparation on leetcode for data structure

Mobikwik Interview FAQs

How many rounds are there in Mobikwik Sdet Engineer interview?
Mobikwik interview process usually has 2 rounds. The most common rounds in the Mobikwik interview process are Coding Test and Assignment.

Tell us how to improve this page.

Mobikwik Sdet Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 766 Interviews
PhonePe Interview Questions
4.0
 • 302 Interviews
HighRadius Interview Questions
2.9
 • 180 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
Rupeek Interview Questions
3.7
 • 59 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
Google Pay Interview Questions
4.2
 • 35 Interviews
View all
Mobikwik Sdet Engineer Salary
based on 4 salaries
₹7.5 L/yr - ₹11.5 L/yr
31% less than the average Sdet Engineer Salary in India
View more details

Mobikwik Sdet Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

4.0

Job security

2.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Team Lead
71 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
52 salaries
unlock blur

₹2.7 L/yr - ₹6.7 L/yr

Software Developer
46 salaries
unlock blur

₹7.6 L/yr - ₹28.2 L/yr

Software Development Engineer II
46 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Explore more salaries
Compare Mobikwik with

Paytm

3.3
Compare

Freecharge

4.0
Compare

PhonePe

4.0
Compare

Payed

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