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

Clear (1)

InMobi Sdet Interview Questions and Answers

Updated 3 Apr 2015

InMobi Sdet Interview Experiences

1 interview 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

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

Interview Questionnaire 

8 Questions

  • Q1. Program to find the angle between the hands of a clock. Input- the time. Expected output- Angle in degrees
  • Ans. 

    Program to find the angle between the hands of a clock given the time.

    • Calculate the angle of the hour hand from 12 o'clock position

    • Calculate the angle of the minute hand from 12 o'clock position

    • Calculate the absolute difference between the two angles

    • If the difference is greater than 180 degrees, subtract it from 360 degrees

    • Return the absolute value of the difference as the angle between the hands

  • Answered by AI
  • Q2. How do you find if given two linked lists intersect or not
  • Ans. 

    To find if two linked lists intersect, traverse both lists and compare their tail nodes.

    • Traverse both linked lists and find their lengths

    • If the lengths are different, move the longer list's head pointer to the difference in length

    • Now traverse both lists and compare their nodes until a common node is found

    • If no common node is found, the lists do not intersect

  • Answered by AI
  • Q3. Explain basic concept of JOINS in sql
  • Ans. 

    JOINS are used to combine rows from two or more tables based on a related column between them.

    • JOINS are used to retrieve data from multiple tables in a single query

    • There are different types of JOINS - INNER, LEFT, RIGHT, FULL OUTER

    • JOINS are based on a related column between the tables

    • Syntax: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q4. If in a given table, consisting of student name and grade, Output a table containing each grade and its frequency in descending order
  • Q5. Questions regarding my final year project
  • Q6. SQL queries
  • Q7. If you are given a sorted array of size 7 but only 4 elements in it and a sorted array of 3 elements. How would to combine the elements into the first array in such a way that array is sorted
  • Ans. 

    Combine 4 elements of a sorted array of size 7 and a sorted array of 3 elements to make a sorted array.

    • Insert the 3 elements of the smaller array into the larger array

    • Sort the larger array using any sorting algorithm

  • Answered by AI
  • Q8. How do you find if a string is a palindrome or not?
  • Ans. 

    To check if a string is a palindrome, compare the first and last characters, then move towards the center.

    • Remove all non-alphanumeric characters and convert to lowercase

    • Use two pointers, one starting from the beginning and the other from the end

    • Compare the characters at both pointers, move towards the center until they meet

    • If all characters match, the string is a palindrome

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: online test from HackerEarth. It had 3 programming questions, out of which we had to program any two. The questions were: 1) To reverse the words in a given string2) I don’t remember this question properly but was something similar to this…. Finding all the factors of a given number and finding if the one’s position of the factorial and the number were same..

There were 30 other MCQs from aptitude, programming, data structures and algorithms.

After the online test, there were 3 rounds

Round: Technical Interview
Experience: I was given two scenarios to write test cases(apart from UItesting). One was the flipkart coupon textbox from checkout page and the other was the gmail application. He also asked me sql query to remove all duplicates from a table having multiple duplicates.

College Name: NA

Skills evaluated in this interview

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

There were 2 questions in coding one with array and in string releated

Round 2 - One-on-one 

(3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
Round 3 - HM 

(2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium

Sdet Interview Questions & Answers

Swiggy user image Anonymous

posted on 23 Sep 2024

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

Strings, Arrays , Hashmaps were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of your product
  • Ans. 

    Our product follows a microservices architecture, utilizing Docker containers and Kubernetes for scalability and reliability.

    • Microservices architecture

    • Utilization of Docker containers

    • Scalability and reliability through Kubernetes

  • Answered by AI
  • Q2. Diff between SQL /DBMS
  • Ans. 

    SQL is a language used to query databases, while DBMS is a software system that manages databases.

    • SQL is a language used to interact with databases, allowing users to retrieve, update, and manipulate data.

    • DBMS is a software system that manages databases, providing functionalities like data storage, retrieval, and security.

    • Examples of SQL include SELECT, INSERT, UPDATE, DELETE statements, while examples of DBMS include

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

It was really a great experience there interviewer was super cool

Round 3 - Technical 

(1 Question)

  • Q1. There were technical questions asked on Java
Round 4 - Technical 

(1 Question)

  • Q1. This was mostly an fitment round
Round 5 - HR 

(1 Question)

  • Q1. Salaries and other stuffs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well ATb for your job search, keep applying for many product based companies

Sdet Interview Questions & Answers

MakeMyTrip user image Siddharth Taneja

posted on 29 Mar 2024

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

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

Round 1 - Coding Test 

I was asked longest apallindromic substring

Round 2 - Technical 

(1 Question)

  • Q1. Framework based questons

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 30 Nov 2024

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

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Strings anagram
  • Q2. Array sorting and remove duplicate

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java and backend api testing

Sdet Interview Questions & Answers

Paytm user image Anjani Gupta

posted on 12 Oct 2023

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

I applied via LinkedIn and was interviewed in Apr 2023. There were 3 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 - Technical 

(4 Questions)

  • Q1. Swap two numbers without using a third integer.
  • Ans. 

    Swap two numbers without using a third integer

    • Use XOR operation to swap two numbers without using a third integer

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b

    • After swapping: a = 7, b = 5

  • Answered by AI
  • Q2. Overloading & Overriding
  • Q3. TestNG annotation
  • Q4. Jenkins Setup and how to configure a job and update the report to the team.
  • Ans. 

    Jenkins setup involves configuring jobs and updating reports for the team.

    • Install Jenkins on a server or local machine

    • Create a new job by selecting 'New Item' and choosing the job type

    • Configure the job by setting up build triggers, source code management, build steps, and post-build actions

    • Add plugins for reporting tools like JUnit or HTML Publisher to generate reports

    • Update the report by viewing the job's build histor...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer by converting it to a string and then reversing the string

    • Convert the integer to a string

    • Reverse the string

    • Convert the reversed string back to an integer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more coding

Skills evaluated in this interview

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 5 Mar 2024

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

(1 Question)

  • Q1. OOPS concepts, Framework Question
Round 2 - Coding Test 

API Scenarios, Java DSA questions,

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 26 Jul 2024

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 Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium level aptitude test

Round 2 - Coding Test 

Hard level coding test

Round 3 - HR 

(3 Questions)

  • Q1. Salary expectations
  • Q2. Preferred location
  • Ans. 

    Preferred location is Seattle, WA

    • Seattle, WA offers a great tech industry

    • Beautiful scenery and outdoor activities in the Pacific Northwest

    • Close proximity to mountains and water for outdoor enthusiasts

  • Answered by AI
  • Q3. Education qualifications
Contribute & help others!
anonymous
You can choose to be anonymous

InMobi Interview FAQs

How to prepare for InMobi Sdet 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 Flex, Load Testing, Manual Testing, Performance Testing and Python.
What are the top questions asked in InMobi Sdet interview?

Some of the top questions asked at the InMobi Sdet interview -

  1. In a line where words are separated by spaces, , and capitalize first letter of...read more
  2. There are 2 sets of countries. One set will donate clothes (something of this s...read more
  3. The second question reduced to finding maximum weight matching in a bipartite g...read more

Recently Viewed

INTERVIEWS

RITES

No Interviews

INTERVIEWS

Infovision

No Interviews

INTERVIEWS

JK Cement

No Interviews

INTERVIEWS

HIL Limited

No Interviews

LIST OF COMPANIES

Saint-Gobain

Overview

INTERVIEWS

Optiver

No Interviews

INTERVIEWS

RITES

No Interviews

Tell us how to improve this page.

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
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
View all
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent