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 Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top InnovationM Interview Questions and Answers

View all 19 questions

InnovationM Interview Experiences

Popular Designations

22 interviews 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 InnovationM Senior Android Developer Interview Questions and Answers

Q1. Difference betwwen MVVM and Clean architecture?
View answer (1)

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

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

(1 Question)

  • Q1. How can a company effectively align its organizational culture with its strategic goals to improve employee performance and achieve overall business success?
  • Ans. 

    Aligning organizational culture with strategic goals improves employee performance and business success.

    • Clearly communicate strategic goals to all employees

    • Lead by example - senior management should embody the desired culture

    • Provide training and development opportunities to align employee skills with goals

    • Recognize and reward behaviors that support the desired culture

    • Encourage open communication and feedback channels

    • Re...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. How can a company effectively align its organizational culture with its strategic goals to improve employee performance and achieve overall business success?
  • Ans. 

    Aligning organizational culture with strategic goals improves employee performance and business success.

    • Clearly communicate strategic goals to all employees

    • Lead by example - senior management should embody the desired culture

    • Provide training and development opportunities to align employees with company values

    • Recognize and reward behaviors that support the desired culture

    • Encourage open communication and feedback channel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not consider joining this organization.

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. How did you help your last organisation in optimizing process by x%?
  • Q2. What have you learned from your current experience?
  • Q3. What's your hobby? Interests? Dislikes?
  • Q4. How will you handle a client who seems to be very angry with our recent services?
  • Q5. What is the key skill required by this profile and one should possess?

Senior Executive Operations Interview Questions asked at other Companies

Q1. In 1 day how many veh can be loaded and unloaded with dock man power count of 14.
View answer (7)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic python questions and one coding question
  • Q2. Decorator ,generator,DSA triplets question
Round 2 - Technical 

(1 Question)

  • Q1. Question related to framework

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

InnovationM interview questions for popular designations

 Software Engineer

 (4)

 Reactjs Developer

 (2)

 Quality Analyst

 (1)

 HR Executive

 (1)

 Senior Software Developer

 (1)

 Business Development Executive

 (1)

 QA Engineer

 (1)

 Senior Executive Operations

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Your experience education project details location everything
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question, asked comparison between one technology or tools to other 1 php program to write, octal number questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Get interview-ready with Top InnovationM Interview Questions

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me a little about yourself
  • Ans. 

    I am a passionate Full Stack Software Developer with experience in building web applications using various technologies.

    • Experienced in front-end technologies such as HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in back-end development using languages like Node.js, Python, and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker and AWS

    • ...

  • Answered by AI
  • Q2. Why would you be a good addition to our team?
  • Ans. 

    I have a strong background in full stack development, excellent problem-solving skills, and a collaborative team player.

    • Strong background in full stack development

    • Excellent problem-solving skills

    • Collaborative team player

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Jobs at InnovationM

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

(1 Question)

  • Q1. More than 50 questions were asked by interviewer back to back without any pause.

Interview Preparation Tips

Topics to prepare for InnovationM React Js Frontend Developer interview:
  • Javascript
Interview preparation tips for other job seekers - Prepare each and everything in depth.

React Js Frontend Developer Interview Questions asked at other Companies

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

Software Engineer Interview Questions & Answers

user image ankit mittal

posted on 20 Oct 2023

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

I applied via Naukri.com and was interviewed in Apr 2023. 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 Resume tips
Round 2 - Coding Test 

Write a code for binary search .
Write a code for applying searching in 2d array without linear search.
Write a code for swap to string without using temp variable

Round 3 - One-on-one 

(3 Questions)

  • Q1. Some questions about spring boot like annotations, transaction management
  • Q2. Some questions from core Java
  • Q3. And about past experience
Round 4 - Client Interview 

(1 Question)

  • Q1. Puzzle like if you have 3 ltr and 5 ltr bucket then how to measure 4 litr of water

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 (203)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Map, filter syntax, http client syntax, promise syntax

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad company, internal politics, don't join, you'll regret it

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
1
Bad
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 - One-on-one 

(3 Questions)

  • Q1. Do not join the company, very pathetic company culture, HR didn't respond once you joined the company, they can fire any time, they don't have internal product, totally based on clients.
  • Q2. What is Api testing
  • Ans. 

    API testing is a type of software testing that involves testing APIs to ensure they meet functional, performance, and security requirements.

    • API testing involves testing the functionality of APIs, including their ability to handle different types of requests and responses

    • API testing also involves testing the performance of APIs, including their response time and ability to handle high volumes of traffic

    • API testing also ...

  • Answered by AI
  • Q3. Challenges in mobile application testing
  • Ans. 

    Mobile application testing faces challenges due to device fragmentation, network connectivity, and security concerns.

    • Device fragmentation: Testing on multiple devices with different screen sizes, resolutions, and operating systems.

    • Network connectivity: Testing in different network conditions like 2G, 3G, 4G, and Wi-Fi.

    • Security concerns: Testing for vulnerabilities like data leakage, unauthorized access, and malware.

    • Usa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join there

Skills evaluated in this interview

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

InnovationM Interview FAQs

How many rounds are there in InnovationM interview?
InnovationM interview process usually has 1-2 rounds. The most common rounds in the InnovationM interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for InnovationM 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 InnovationM. The most common topics and skills that interviewers at InnovationM expect are Java, Javascript, Design Patterns, Data Structures and Hibernate.
What are the top questions asked in InnovationM interview?

Some of the top questions asked at the InnovationM interview -

  1. How can a company effectively align its organizational culture with its strateg...read more
  2. If client backout after requirements on rates negotiation stage , what you'll d...read more
  3. What are closures? Explain with exam...read more
How long is the InnovationM interview process?

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

Recently Viewed

COMPANY BENEFITS

Xogene

No Benefits

SALARIES

Shiash Info Solutions

No Salaries

COMPANY BENEFITS

Shiash Info Solutions

No Benefits

SALARIES

Panzer Technologies

No Salaries

COMPANY BENEFITS

Panzer Technologies

No Benefits

REVIEWS

Shiash Info Solutions

No Reviews

JOBS

Shiash Info Solutions

No Jobs

SALARIES

Automatic Infotech

No Salaries

PHOTOS

Shiash Info Solutions

No Photos

COMPANY BENEFITS

Automatic Infotech

No Benefits

Tell us how to improve this page.

InnovationM Interview Process

based on 22 interviews

Interview experience

3.5
  
Average
View more

HCLTech

There's no stopping you

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

InnovationM Reviews and Ratings

based on 250 reviews

4.1/5

Rating in categories

4.2

Skill development

4.1

Work-life balance

4.0

Salary

3.9

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 250 Reviews and Ratings
Java Full Stack Developer

Gurgaon / Gurugram

3-5 Yrs

Not Disclosed

Qa Manual Test Engineer

Gurgaon / Gurugram

5-8 Yrs

Not Disclosed

Node Js Developer

Noida

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
112 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior HR Executive
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Analyst
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare InnovationM with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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