Upload Button Icon Add office photos
Engaged Employer

i

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

InMobi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

InMobi Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top InMobi Interview Questions and Answers

View all 38 questions

InMobi Interview Experiences

Popular Designations

35 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. In a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program takes a string as input and capitalizes the first letter of each reversed word while keeping the rest of the letters in lowercase.

    • Split the input string into an array of words using the space as a delimiter

    • Iterate through each word in the array

    • Reverse the word and capitalize the first letter

    • Join the modified words back into a single string with spaces in between

  • Answered by AI
  • Q2. The second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: CODING SECTION 60 MINS.  IT WAS HOSTED BY HACKERANK. the above questions wer asked.After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

Skill Tips: Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
College Name: IIT DELHI

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Interview Questions & Answers

user image Swastik Pandey

posted on 5 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Find length of longest substring, without repeating charecters
  • Q2. Implement a custom method for Memoization
  • Q3. What is this keyword, and follow up questions were asked on this
  • Q4. Deep copy and shallow copy
InMobi Interview Questions and Answers for Freshers
illustration image

Analyst Interview Questions & Answers

user image abishek saju

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to work here
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your previous work experience

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Optimisation techniques/ vanilla js
  • Q2. Polyfill of promise
  • Ans. 

    Polyfill of promise is a code that adds support for promises in older browsers.

    • Polyfill is used to fill in the gaps in browser support for certain features.

    • For promises, a polyfill can be used to provide support in older browsers that do not natively support promises.

    • Popular promise polyfills include 'es6-promise' and 'bluebird'.

  • Answered by AI

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)

InMobi interview questions for popular designations

 Software Engineer

 (4)

 Associate Product Manager

 (2)

 Analyst

 (2)

 Software Development Engineer II

 (2)

 Quality Analyst

 (1)

 Senior Analyst

 (1)

 Software Developer

 (1)

 Business Analytics

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode easy-medium

Round 2 - Technical 

(2 Questions)

  • Q1. What is Cyber Security and information security?
  • Ans. 

    Cyber security is the practice of protecting systems, networks, and data from digital attacks.

    • Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.

    • It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.

    • Examples of cyber security measures include firewalls, ant...

  • Answered by AI
  • Q2. What are the types of encryption?
  • Ans. 

    Types of encryption include symmetric encryption, asymmetric encryption, and hashing.

    • Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.

    • Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.

    • Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.

  • Answered by AI

Skills evaluated in this interview

Top InMobi Software Engineer Interview Questions and Answers

Q1. What do you understand by the endianness of the system ? How do you find out the the type of endianness ?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Get interview-ready with Top InMobi Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General Understanding of Ad Tech space. And Gernal Marketing & Digital Marketing Questions. CRM related Questions.

Jobs at InMobi

View all
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Max circular subarray sum
Round 2 - One-on-one 

(2 Questions)

  • Q1. Max frequency stack
  • Q2. Minimum no of platforms required

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a tough situation with a colleague or manager
  • Q2. Tell me about a challenge in your life and how you overcame it

Ad Operations Analyst Interview Questions asked at other Companies

Q1. What is DCM, what is Programmatic Advertising, Different types of cost
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Sql, python and Excel questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. Situational Interview round

Operations Analyst Interview Questions asked at other Companies

Q1. What is the entry of interest received in advance?
View answer (10)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Product Management 

(1 Question)

  • Q1. Explain the product you worked on in your previous company
Round 2 - Behavioral 

(1 Question)

  • Q1. More Product sense question

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a good Education background and talk confidently. You can get in.

Production Analyst Interview Questions asked at other Companies

Q1. Minimum Time To Solve The Problems Given 'N' subjects, each containing a certain number of problems, and 'K' friends, assign subjects to friends such that each subject goes to exactly one friend, maintaining contiguity in assignment, aiming... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Great picture with the best
Round 2 - Technical 

(1 Question)

  • Q1. Greater Noida west bengal
Round 3 - Behavioral 

(1 Question)

  • Q1. Great job Group manager
Round 4 - HR 

(1 Question)

  • Q1. Great Great Great Great

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

InMobi Interview FAQs

How many rounds are there in InMobi interview?
InMobi interview process usually has 2-3 rounds. The most common rounds in the InMobi interview process are Technical, One-on-one Round and HR.
How to prepare for InMobi 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 InMobi. The most common topics and skills that interviewers at InMobi expect are Weaving, Advertising, Data Analysis, Analytical Chemistry and Benefits Administration.
What are the top questions asked in InMobi interview?

Some of the top questions asked at the InMobi interview -

  1. to design a class which has two random numbers and a mathematical operation in ...read more
  2. In a line where words are separated by spaces, , and capitalize first letter of...read more
  3. Given two strings, you need to transform one into the other. You can only trans...read more
How long is the InMobi interview process?

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

Recently Viewed

INTERVIEWS

InMobi

No Interviews

INTERVIEWS

InMobi

No Interviews

SALARIES

Urban Company

INTERVIEWS

InMobi

No Interviews

INTERVIEWS

InMobi

No Interviews

INTERVIEWS

Uber

No Interviews

INTERVIEWS

Aptiv

No Interviews

DESIGNATION

INTERVIEWS

Aptiv

No Interviews

Tell us how to improve this page.

InMobi Interview Process

based on 24 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
Swiggy Interview Questions
3.8
 • 425 Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
Zomato Interview Questions
3.8
 • 311 Interviews
Ola Cabs Interview Questions
3.4
 • 138 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
BookMyShow Interview Questions
4.0
 • 23 Interviews
View all

InMobi Reviews and Ratings

based on 182 reviews

3.5/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.6

Salary

2.9

Job security

3.4

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 182 Reviews and Ratings
Manager - Consumer Insights

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Data Analyst

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Senior Product Manager - InMobi DSP

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Explore more jobs
Accounts Manager
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare InMobi with

Flipkart

4.0
Compare

Ola Cabs

3.4
Compare

Paytm

3.3
Compare

Swiggy

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