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
3.5

based on 180 Reviews

Filter interviews by

InMobi Software Development Engineer II Interview Questions and Answers

Updated 24 Jun 2024

InMobi Software Development Engineer II Interview Experiences

2 interviews found

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

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Leetcode med-hard, graph, trees, arrays
  • Q2. HLD design for something like Dropbox
  • Ans. 

    High-level design for a Dropbox-like system

    • Use a distributed file system to store files

    • Implement a synchronization mechanism to ensure consistency across devices

    • Use encryption to protect user data

    • Implement a user authentication and authorization system

    • Provide a web interface and mobile apps for easy access

    • Consider scalability and fault tolerance

    • Implement version control to allow users to revert to previous versions of

  • Answered by AI
  • Q3. Software design principles, design patterns, consistent hashing, scaling concepts etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the concepts not the questions as it will help you to tackle unknown questions, Watch technology blogs or youtube talks on how large scales systems are built. Believe in yourself every failure will teach you something just rectify it and be better version of your self. Keep improving It will not take much time to crack a company.

Skills evaluated in this interview

Software Development Engineer II Interview Questions Asked at Other Companies

asked in Zepto
Q1. Given 2 large numeric comma seperated strings. You need to calcul ... read more
asked in Zepto
Q2. How many microservices do I own & at what scale they handle t ... read more
asked in Porter
Q3. 1. Given an array find a subset that sums to a given sum K 2. Giv ... read more
Q4. design a LLD of portfolio management system where you can add any ... read more
asked in S&P Global
Q5. Difference between truncate and delete and when we prefer what op ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the Triggers
  • Ans. 

    Triggers are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Triggers are used to maintain referential integrity, enforce business rules, and automate actions in a database.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations on a table.

    • Examples of triggers include auditing changes to a table, updating a related table when a record is

  • Answered by AI
  • Q2. What is the Stored Procedures
  • Ans. 

    Stored procedures are precompiled SQL queries stored in a database for reuse.

    • Stored procedures are used to perform specific tasks or operations in a database.

    • They can improve performance by reducing the amount of data sent between the database and application.

    • Stored procedures can be called from within other SQL queries or from application code.

    • They can also help with security by controlling access to data and enforcin

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Pivot columns in sql
  • Ans. 

    Pivoting columns in SQL involves transforming rows into columns to display data in a different format.

    • Use the PIVOT keyword in SQL to pivot columns

    • Specify the columns to pivot on and the values to display in the new columns

    • Aggregate functions like SUM, AVG, COUNT can be used with PIVOT

    • Example: SELECT * FROM table_name PIVOT (SUM(value_column) FOR pivot_column IN ('value1', 'value2', 'value3'))

  • Answered by AI
  • Q2. Slow changing dimensions
  • Q3. Dynamic rankx top 3
  • Q4. Field parameters
  • Q5. Stored procedures

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't have proper interviewer they were rude and show bad attitude to the candidates.

Better avoid this company

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dot net related stuffs
  • Q2. Dependency injection
Round 2 - Coding Test 

Built an app using dot net and angular

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Basic JavaScript and React.js questions
  • Q2. Questions on functions, hooks and DOM
  • Q3. Questions on SSR
  • Q4. Questions on strings and arrays
Round 2 - Coding Test 

Api related questions

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

I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

In this round, there is aptitude & 2 coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java oops concept
  • Q2. Again Live coding test
Round 3 - HR 

(1 Question)

  • Q1. Discussion about salary and company

Interview Preparation Tips

Topics to prepare for Kantar Analytics Practice Software Engineer interview:
  • Core Java
  • Advanced Java
  • Springboot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 5 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 

(1 Question)

  • Q1. Python, sql, etl, cloud, web tool
Round 3 - Behavioral 

(1 Question)

  • Q1. Functional question and write some sql basic query
Round 4 - Client Interview 

(1 Question)

  • Q1. Basic question on project
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and check behaviour qiestion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company too work and enjoy latest tech stack in data science and analytics

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. Gentral questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

InMobi Interview FAQs

How many rounds are there in InMobi Software Development Engineer II interview?
InMobi interview process usually has 2 rounds. The most common rounds in the InMobi interview process are Technical and One-on-one Round.
How to prepare for InMobi Software Development Engineer II 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 Backend, Python, Flexible, GIT and HP Data Protector.
What are the top questions asked in InMobi Software Development Engineer II interview?

Some of the top questions asked at the InMobi Software Development Engineer II interview -

  1. HLD design for something like Drop...read more
  2. Software design principles, design patterns, consistent hashing, scaling concep...read more
  3. Leetcode med-hard, graph, trees, arr...read more

Tell us how to improve this page.

InMobi Software Development Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 761 Interviews
Swiggy Interview Questions
3.8
 • 425 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
PolicyBazaar Interview Questions
3.6
 • 324 Interviews
Zomato Interview Questions
3.7
 • 315 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
R.R. Donnelley Interview Questions
3.9
 • 99 Interviews
View all
InMobi Software Development Engineer II Salary
based on 38 salaries
₹22 L/yr - ₹45 L/yr
23% more than the average Software Development Engineer II Salary in India
View more details

InMobi Software Development Engineer II Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

3.1

Skill development

4.5

Work-life balance

4.1

Salary

1.9

Job security

3.9

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Accounts Manager
50 salaries
unlock blur

₹8 L/yr - ₹19 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹18 L/yr - ₹55 L/yr

Analyst
38 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Software Development Engineer II
38 salaries
unlock blur

₹22 L/yr - ₹45 L/yr

Senior Analyst
35 salaries
unlock blur

₹8 L/yr - ₹22 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