Upload Button Icon Add office photos
Engaged Employer

i

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

OnMobile Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OnMobile Global Interview Questions, Process, and Tips

Updated 16 Aug 2024

Top OnMobile Global Interview Questions and Answers

View all 9 questions

OnMobile Global Interview Experiences

Popular Designations

14 interviews found

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

(2 Questions)

  • Q1. How will you position an app dedicated to children
  • Ans. 

    The app will be positioned as a fun and educational tool for children, offering interactive games and learning activities.

    • Focus on the educational benefits of the app, such as improving cognitive skills and creativity

    • Highlight the interactive and engaging features that will keep children entertained

    • Emphasize the safety measures in place to ensure a child-friendly environment

    • Collaborate with child psychologists or educa...

  • Answered by AI
  • Q2. What key features will you add in the product
  • Ans. 

    Some key features to add in the product include enhanced user interface, advanced analytics capabilities, and seamless integration with other platforms.

    • Enhanced user interface for better user experience

    • Advanced analytics capabilities for data-driven decision making

    • Seamless integration with other platforms such as CRM systems or social media channels

  • Answered by AI

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

Sde1 Interview Questions & Answers

user image Mahalakshmi B S

posted on 27 Feb 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Coding test with 3 questions

Round 2 - Technical 

(5 Questions)

  • Q1. Questions on Resume Basics of Core Java Java Pseudocode output One math problem on directions
  • Q2. Types of synchronization?
  • Ans. 

    Types of synchronization include mutual exclusion, semaphores, monitors, and condition variables.

    • Mutual exclusion: Ensures that only one thread can access a resource at a time.

    • Semaphores: Used to control access to a common resource by multiple threads.

    • Monitors: Combines data and procedures into a single unit to control access to shared resources.

    • Condition variables: Allow threads to wait for a certain condition to be m

  • Answered by AI
  • Q3. Capacity of SCP?
  • Ans. 

    SCP stands for Secure, Contain, Protect. It refers to a fictional organization that secures and contains anomalous objects.

    • SCP Foundation is a fictional organization in the SCP universe that secures and contains anomalous objects

    • The capacity of SCP refers to the organization's ability to contain and manage these anomalous objects

    • SCP Foundation has various containment facilities with different capacities to house differ

  • Answered by AI
  • Q4. Difference between heap and stack and how memory clean up is done?
  • Ans. 

    Heap and stack are two different memory regions in a computer's memory. Heap is used for dynamic memory allocation, while stack is used for static memory allocation.

    • Heap is used for dynamic memory allocation, while stack is used for static memory allocation.

    • Heap memory is allocated at runtime and can be accessed randomly, while stack memory is allocated at compile time and accessed in a last-in-first-out manner.

    • Memory ...

  • Answered by AI
  • Q5. Internal working of HashMap?calculation part also
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index (collision), a linked list is used to store all key-value pairs at that index.

    • To retrieve a value, the ke...

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Overivew of the previous company project, and question about the system design ex LRUCache system and IRCTC DB design

2nd Round -
Basic Interview, Mostly system Design Question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls prepare for the system design.
Not only questions, but you should know how to design a BE architecture.
How to optimize the BE by REDIS and etc.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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

(2 Questions)

  • Q1. Types of SQL Joins
  • Ans. 

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

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left tab...

  • Answered by AI
  • Q2. Machine Learning algorithms and coding

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

OnMobile Global interview questions for popular designations

 Software Engineer

 (2)

 Business Intelligence Analyst

 (1)

 Data Analyst

 (1)

 Human Resource and Talent AcquisITion Intern

 (1)

 Marketing Manager

 (1)

 Quality Analyst

 (1)

 Sde1

 (1)

 Senior Cloud Engineer

 (1)

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

I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

8-10 logical puzzle question that will be hard level.

Round 2 - One-on-one 

(1 Question)

  • Q1. Discuss about the puzzle that given in round 1 and also discuss something about your project
Round 3 - HR 

(1 Question)

  • Q1. Basic hr related questions

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

UI Designer Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Previous experience in the field
Round 2 - Assignment 

UI UX assignment to redesign application

Round 3 - One-on-one 

(1 Question)

  • Q1. Case study discussion on a project
Round 4 - One-on-one 

(1 Question)

  • Q1. Design thinking applied for the case study

UI Designer Interview Questions asked at other Companies

Q1. Tell me about complex environments you designed for
View answer (1)

Jobs at OnMobile Global

View all

Senior Cloud Engineer Interview Questions & Answers

user image Online saving Tips

posted on 10 Oct 2023

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

I applied via Internshala and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Complete gcp cloud
  • Ans. 

    Google Cloud Platform (GCP) is a suite of cloud computing services provided by Google.

    • GCP offers services such as computing, storage, databases, machine learning, and networking.

    • Some popular GCP products include Compute Engine, Cloud Storage, BigQuery, and Kubernetes Engine.

    • GCP provides tools for monitoring, logging, and security to help manage cloud resources efficiently.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Complete gcp cloud
  • Ans. 

    GCP Cloud is a suite of cloud computing services provided by Google.

    • GCP stands for Google Cloud Platform

    • It offers services such as computing, storage, databases, machine learning, and more

    • GCP provides tools for infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS)

  • Answered by AI

Skills evaluated in this interview

Senior Cloud Engineer Interview Questions asked at other Companies

Q1. What all things we need to consider while creating a VM
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was happened initially and got selected and promoted to next round

Round 2 - Technical 

(1 Question)

  • Q1. They asked questions based on job description and some coding questions

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)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. 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. Regarding previous experience
  • Q2. 1.What challenges did you faced there?
  • Q3. 2.Difficulty you face during work?

Interview Preparation Tips

Topics to prepare for OnMobile Global Human Resource and Talent AcquisITion Intern interview:
  • Talent Acquisition
  • HR
Interview preparation tips for other job seekers - Be confident, Be honest whatever answer you speak.

I applied via Naukri.com and was interviewed in May 2022. There were 3 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 - Group Discussion 

About topic called demonstration, family values , helping nature

Round 3 - Technical 

(3 Questions)

  • Q1. About previous work experience
  • Q2. What is roles and responsibilities
  • Q3. How you will handle customers
  • Ans. 

    I will handle customers by actively listening to their needs, providing prompt and accurate responses, and ensuring their satisfaction.

    • Actively listen to customers to understand their needs and concerns

    • Provide prompt and accurate responses to customer inquiries

    • Offer solutions and alternatives to address customer issues

    • Ensure customer satisfaction by following up and resolving any outstanding concerns

    • Maintain a positive...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to attend, easy questions, all about our previous company

Business Intelligence Analyst Interview Questions asked at other Companies

Q1. What features do I know about Tableau desktop, Tableau prep and Tableau Server?
View answer (1)

OnMobile Global Interview FAQs

How many rounds are there in OnMobile Global interview?
OnMobile Global interview process usually has 2-3 rounds. The most common rounds in the OnMobile Global interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for OnMobile Global 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 OnMobile Global. The most common topics and skills that interviewers at OnMobile Global expect are Hibernate, Javascript, MySQL, SQL and NoSQL.
What are the top questions asked in OnMobile Global interview?

Some of the top questions asked at the OnMobile Global interview -

  1. Difference between heap and stack and how memory clean up is do...read more
  2. How will you position an app dedicated to child...read more
  3. What key features will you add in the prod...read more
How long is the OnMobile Global interview process?

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

Tell us how to improve this page.

OnMobile Global Interview Process

based on 13 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
 • 412 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
Info Edge Interview Questions
3.9
 • 320 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Matrimony.com Interview Questions
4.3
 • 88 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Rediff.com Interview Questions
4.5
 • 4 Interviews
India TV Interview Questions
3.5
 • 1 Interview
View all

OnMobile Global Reviews and Ratings

based on 186 reviews

3.5/5

Rating in categories

2.9

Skill development

3.7

Work-life balance

3.0

Salary

2.9

Job security

3.5

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 186 Reviews and Ratings
Software Engineer
81 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Operations Engineer
60 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Devops Engineer
55 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Senior Operations Engineer
39 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹8.4 L/yr - ₹22 L/yr

Explore more salaries
Compare OnMobile Global with

Info Edge

3.9
Compare

JustDial

3.5
Compare

Matrimony.com

4.3
Compare

Indiamart Intermesh

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