Upload Button Icon Add office photos
Engaged Employer

i

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

InnovationM Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

InnovationM Senior Android Developer Interview Questions and Answers

Updated 15 Jan 2025

7 Interview questions

A Senior Android Developer was asked 5mo ago
Q. Why do we use ViewModel?
Ans. 

Viewmodel is used to store and manage UI-related data in a lifecycle-conscious way.

  • Viewmodel survives configuration changes like screen rotations

  • Prevents memory leaks by separating UI data from UI controller

  • Improves app performance by reducing the need to reload data

A Senior Android Developer was asked 5mo ago
Q. What is SharedViewModel?
Ans. 

SharedViewModel is a class that is used to share data between fragments in an Android app.

  • SharedViewModel is a part of the Android Architecture Components.

  • It allows fragments to communicate with each other without directly referencing each other.

  • SharedViewModel is typically used to share data between fragments in a single activity.

Senior Android Developer Interview Questions Asked at Other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a bi ... read more
Q2. Maximum Subarray Sum Problem Statement Given an array arr of leng ... read more
Q3. what is daemon Thread? what is data Class? Garbage Collector? Act ... read more
asked in JioStar
Q4. How would you design an app with a configurable UI where the UI c ... read more
asked in Nykaa
Q5. What is a Service? How can a notification in a Foreground Service ... read more
A Senior Android Developer was asked 5mo ago
Q. Explain the Activity Lifecycle when the screen rotates.
Ans. 

Activity lifecycle is affected when screen rotates, causing onPause, onStop, onDestroy, onCreate, onStart, and onResume to be called in sequence.

  • When screen rotates, onPause is called to pause the activity

  • onStop is called next to stop the activity

  • onDestroy is called to destroy the activity

  • onCreate is called to recreate the activity

  • onStart is called to start the activity

  • onResume is called to resume the activity

A Senior Android Developer was asked 5mo ago
Q. How does ViewModel work?
Ans. 

ViewModel is a class that stores and manages UI-related data in a lifecycle-conscious way.

  • ViewModel survives configuration changes such as screen rotations.

  • ViewModel is not destroyed when the activity is destroyed, allowing data to be retained.

  • ViewModel is typically used to hold and manage data for the UI.

A Senior Android Developer was asked 5mo ago
Q. What is an immutable class?
Ans. 

Immutable class is a class whose instances cannot be modified after creation.

  • Immutable classes have all their fields marked as final, so they cannot be changed once initialized.

  • Immutable classes typically have no setter methods, only getter methods.

  • Examples of immutable classes in Java include String, Integer, and LocalDate.

A Senior Android Developer was asked 5mo ago
Q. What are the differences between MVVM and Clean Architecture?
Ans. 

MVVM focuses on separating the UI from the business logic, while Clean architecture emphasizes separation of concerns and layers.

  • MVVM stands for Model-View-ViewModel, where the ViewModel acts as a mediator between the View and the Model.

  • Clean architecture divides the app into layers (domain, data, presentation) with clear boundaries and dependencies.

  • MVVM is more suitable for small to medium-sized projects, while C...

A Senior Android Developer was asked 5mo ago
Q. Describe the design of an image loading library.
Ans. 

Designing an efficient image loading library for Android applications.

  • Support for loading images from various sources like network, disk, and resources.

  • Caching mechanism to store and retrieve images for faster loading.

  • Ability to handle image resizing and scaling for different screen sizes.

  • Support for asynchronous loading to prevent UI thread blocking.

  • Integration with popular image loading libraries like Picasso or...

Are these interview questions helpful?

InnovationM Senior Android Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Activity Lifecycle when screen rotate.
  • Ans. 

    Activity lifecycle is affected when screen rotates, causing onPause, onStop, onDestroy, onCreate, onStart, and onResume to be called in sequence.

    • When screen rotates, onPause is called to pause the activity

    • onStop is called next to stop the activity

    • onDestroy is called to destroy the activity

    • onCreate is called to recreate the activity

    • onStart is called to start the activity

    • onResume is called to resume the activity

  • Answered by AI
  • Q2. Why do we use Viewmodel?
  • Ans. 

    Viewmodel is used to store and manage UI-related data in a lifecycle-conscious way.

    • Viewmodel survives configuration changes like screen rotations

    • Prevents memory leaks by separating UI data from UI controller

    • Improves app performance by reducing the need to reload data

  • Answered by AI
  • Q3. Difference betwwen MVVM and Clean architecture?
  • Ans. 

    MVVM focuses on separating the UI from the business logic, while Clean architecture emphasizes separation of concerns and layers.

    • MVVM stands for Model-View-ViewModel, where the ViewModel acts as a mediator between the View and the Model.

    • Clean architecture divides the app into layers (domain, data, presentation) with clear boundaries and dependencies.

    • MVVM is more suitable for small to medium-sized projects, while Clean ...

  • Answered by AI
  • Q4. Design a Image loading library?
  • Ans. 

    Designing an efficient image loading library for Android applications.

    • Support for loading images from various sources like network, disk, and resources.

    • Caching mechanism to store and retrieve images for faster loading.

    • Ability to handle image resizing and scaling for different screen sizes.

    • Support for asynchronous loading to prevent UI thread blocking.

    • Integration with popular image loading libraries like Picasso or Glid...

  • Answered by AI
  • Q5. How Viewmodel work?
  • Ans. 

    ViewModel is a class that stores and manages UI-related data in a lifecycle-conscious way.

    • ViewModel survives configuration changes such as screen rotations.

    • ViewModel is not destroyed when the activity is destroyed, allowing data to be retained.

    • ViewModel is typically used to hold and manage data for the UI.

  • Answered by AI
  • Q6. What is immutable class?
  • Ans. 

    Immutable class is a class whose instances cannot be modified after creation.

    • Immutable classes have all their fields marked as final, so they cannot be changed once initialized.

    • Immutable classes typically have no setter methods, only getter methods.

    • Examples of immutable classes in Java include String, Integer, and LocalDate.

  • Answered by AI
  • Q7. What is SharedViewmode?
  • Ans. 

    SharedViewModel is a class that is used to share data between fragments in an Android app.

    • SharedViewModel is a part of the Android Architecture Components.

    • It allows fragments to communicate with each other without directly referencing each other.

    • SharedViewModel is typically used to share data between fragments in a single activity.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about InnovationM?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

Senior Android Developer Interview Questions Asked at Other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a bi ... read more
Q2. Maximum Subarray Sum Problem Statement Given an array arr of leng ... read more
Q3. what is daemon Thread? what is data Class? Garbage Collector? Act ... read more
asked in JioStar
Q4. How would you design an app with a configurable UI where the UI c ... read more
asked in Nykaa
Q5. What is a Service? How can a notification in a Foreground Service ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2024.

Round 1 - Aptitude Test 

Aptitude+CS fundamentals questions were asked

Round 2 - Coding Test 

4 questions majorly based on trees and linked list

Round 3 - Coding Test 

Again 3 ques 1 was based on trees,another in linked list and 3rd on kadanes algorithm

Round 4 - Technical 

(3 Questions)

  • Q1. Left view of tree
  • Ans. 

    Left view of a tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the tree in a level order manner

    • Keep track of the first node encountered at each level

    • Add the first node encountered at each level to the result array

  • Answered by AI
  • Q2. Riddle based question
  • Q3. Detect a loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - MCQ C and C++ 

(2 Questions)

  • Q1. Basic C and C++ mcqs
  • Q2. Function, pointers , time complexity
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All multiple-choice questions on object-oriented programming and pointers.

Round 2 - Coding Test 

Questions related to linked lists and trees.

Round 3 - Coding Test 

Three questions, all regarding LinkedIn, focusing on lists and trees.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an 1 hour round with pseudocodes of c different subject questions and it was an objective test

Round 2 - Coding Test 

It was difficult with question of medium to hard level

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is very impressive work on Josh technology assessment because we learn many new skills.

Round 2 - Technical 

(2 Questions)

  • Q1. What is api and how it is work ?
  • Ans. 

    API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods and data formats that applications can use to request and exchange information.

    • APIs can be used to access services provided by other software applications, such as retrieving data from a database or sending notifications.

    • Examples of APIs ...

  • Answered by AI
  • Q2. What is software development life cycle and which steps are following?
  • Ans. 

    Software development life cycle (SDLC) is a process used by software developers to design, develop, and test software.

    • 1. Planning: Define the project scope, requirements, and objectives.

    • 2. Analysis: Gather and analyze user requirements.

    • 3. Design: Create a detailed design of the software.

    • 4. Implementation: Develop the software based on the design.

    • 5. Testing: Test the software for bugs and issues.

    • 6. Deployment: Release t...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2022. 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 tips
Round 2 - Coding Test 

They would ask searching sorting , binary search in first round

Round 3 - Technical 

(2 Questions)

  • Q1. Most of question were from Tree and DP
  • Q2. Delete a node from a binary tree.
  • Ans. 

    Delete a node from a binary tree.

    • Find the node to be deleted

    • If the node has no children, simply delete it

    • If the node has one child, replace it with its child

    • If the node has two children, find the minimum value in its right subtree, replace the node with that value, and delete the minimum value node

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have firm knowlege of time complexity and Data structure

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2022. There were 4 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 - Coding Test 

Duration 1 hour
Data structure and algorithms

Round 3 - Coding Test 

Duration 1.5 hour
Data structure and algorithms

Round 4 - One-on-one 

(1 Question)

  • Q1. Given a value find next sibling on right side of it without using global/heap variables
  • Ans. 

    Use a binary tree traversal algorithm to find the next sibling on the right side of a given value.

    • Implement an in-order traversal algorithm to traverse the binary tree

    • Keep track of the parent node and the direction of traversal to find the next sibling on the right side

    • If the given value is the right child of its parent, move up the tree until finding a node that is the left child of its parent

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
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 tips
Round 2 - Aptitude Test 

Questions related to input and output.

Round 3 - Coding Test 

Subjective Round:4 questions related to coding.

Round 4 - One-on-one 

(1 Question)

  • Q1. 3 Interview round and finally HR round

InnovationM Interview FAQs

How many rounds are there in InnovationM Senior Android Developer interview?
InnovationM interview process usually has 1 rounds. The most common rounds in the InnovationM interview process are Technical.
What are the top questions asked in InnovationM Senior Android Developer interview?

Some of the top questions asked at the InnovationM Senior Android Developer interview -

  1. Difference betwwen MVVM and Clean architectu...read more
  2. Activity Lifecycle when screen rota...read more
  3. Why do we use Viewmod...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.5
 • 41 Interviews
View all
Software Engineer
121 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Senior Software Engineer
61 salaries
unlock blur

₹5.6 L/yr - ₹12.2 L/yr

HR Executive
46 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Senior Quality Analyst
27 salaries
unlock blur

₹5.1 L/yr - ₹11.4 L/yr

Senior HR Executive
26 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Explore more salaries
Compare InnovationM with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview