Upload Button Icon Add office photos

Micromax Informatics

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Micromax Informatics Assistant Manager Interview Questions and Answers

Updated 22 Mar 2022

Micromax Informatics Assistant Manager Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. What is your family background?
  • Q3. What are your salary expectations?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. 1. Methods under IND AS 115 2. Treatment under IND As 116 3. Advance tax dates 4. Treatment of rent under ind as 116 5. Rate for pv discounting of fmc 6. Changes in schedule III 7. Warranty treatment
  • Ans. 

    The interviewee is asked about methods, treatment, advance tax dates, rent, discounting rate, changes in schedule III, and warranty treatment.

    • IND AS 115 outlines the revenue recognition principles for contracts with customers

    • IND AS 116 outlines the accounting treatment for leases

    • Advance tax dates are the dates by which taxpayers must pay a certain percentage of their estimated tax liability

    • Under IND AS 116, rent is rec...

  • Answered by AI
Round 3 - CFO round 

(1 Question)

  • Q1. About general problems and leadership basis

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack. Be updated about current changes and IND AS.

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Formal questions like market details, wods, revenue etc
  • Q2. Keep your market data always

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good, salary is on time, ethical company, now company wants to grow it's SP business that's why pressure and process implement by manager's.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your previous experience
  • Q2. WIP how to delat
  • Ans. 

    WIP stands for Work in Progress. To deal with delays in WIP, it is important to identify bottlenecks, prioritize tasks, and communicate effectively with team members.

    • Identify bottlenecks in the workflow that are causing delays

    • Prioritize tasks based on urgency and impact on overall progress

    • Communicate effectively with team members to address issues and find solutions

    • Implement strategies such as daily stand-up meetings o...

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

(2 Questions)

  • Q1. Normal work related questions
  • Q2. Tell me about your family

I applied via Company Website

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self?
  • Q2. Good morning sir/ madam. Thank you for giving me this opportunity to introduce myself. My name is tanmaya kumar Dash. I am from nayagarh, odisha. I have a completed my higher secondary education at m...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make a great first impression. ...
Treat everyone you encounter with respect. ...
Practice good manners and body language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

PPT on telecom industry

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Technical round of the skills mentioned in CV
Round 2 - Technical 

(1 Question)

  • Q1. More detailed technical round regarding your project
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Harman
  • Q2. Salary negotiation and client check

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a basic but in depth understanding of your project

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C++ basic, Linked list implementation using C++(Not C), Lambda Expression, Map and Vector, C++ Thread Concept, Virtualization
  • Q2. Focus more on all the C++11 concept

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a C++ technical interview . It lasted for about 2 hour 30 minutes. The interviewer wanted to test my C++ basic, C++11 concept, Linked list implementation using C++, C++ thread , Lambda expression, Virtualization.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Data structure question
  • Q2. Database related questions
Round 2 - HR 

(2 Questions)

  • Q1. Stability scenario
  • Q2. Current company process
  • Ans. 

    Our current company process involves a structured approach to managing department operations and ensuring team productivity.

    • Regular team meetings to discuss goals and progress

    • Performance evaluations to track individual and team performance

    • Utilization of project management tools for task assignment and tracking

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed before Jan 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 Resume tips
Round 2 - HR 

(5 Questions)

  • Q1. What is your Expected hike
  • Q2. What you know about company
  • Q3. What products dell offer
  • Q4. What is your notice period
  • Q5. Any other offer you have

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 round of technical interview and one round hr. Basic questions about programming and logical reasoning questions

I applied via Company Website and was interviewed before Oct 2021. 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 

(3 Questions)

  • Q1. Core Java and Spring boot questions
  • Q2. Hibernate, Spring, Junit, Mockito and Micro service questions
  • Q3. Difference between String and StringBuffer
  • Ans. 

    String is immutable while StringBuffer is mutable.

    • StringBuffer is faster for concatenation operations.

    • StringBuffer has methods to modify the string.

    • StringBuffer is thread-safe while String is not.

    • StringBuffer has a larger memory footprint than String.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Internal Structure of hashmap and hashing algorithm
  • Ans. 

    Explanation of internal structure of hashmap and hashing algorithm

    • Hashmap is a data structure that stores key-value pairs using a hash function

    • Hashing algorithm converts the key into an index in the array

    • Collisions can occur when two keys map to the same index

    • Chaining and open addressing are two methods to handle collisions

    • Load factor determines when to resize the hashmap

  • Answered by AI
  • Q2. Difference between predicate and supplier
  • Ans. 

    Predicate is a functional interface that takes an argument and returns a boolean value. Supplier is a functional interface that takes no argument and returns a value.

    • Predicate is used for filtering or testing a condition on an object.

    • Supplier is used for providing a value or generating a value.

    • Predicate takes an argument and returns a boolean value based on the condition.

    • Supplier takes no argument and returns a value.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pease focus on core java basics, oracle basics, spring data jpa basics, spring boot and micro services

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Micromax Informatics Interview FAQs

How many rounds are there in Micromax Informatics Assistant Manager interview?
Micromax Informatics interview process usually has 3 rounds. The most common rounds in the Micromax Informatics interview process are Technical and HR.
How to prepare for Micromax Informatics Assistant Manager 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 Micromax Informatics. The most common topics and skills that interviewers at Micromax Informatics expect are Material Management and Stores.

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

LIST OF COMPANIES

Micromax Informatics

Locations

SALARIES

Helmerich & Payne

SALARIES

Helmerich & Payne

INTERVIEWS

Micromax Informatics

No Interviews

REVIEWS

Helmerich & Payne

No Reviews

SALARIES

Micromax Informatics

REVIEWS

Micromax Informatics

No Reviews

REVIEWS

Helmerich & Payne

No Reviews

REVIEWS

Micromax Informatics

No Reviews

Tell us how to improve this page.

Micromax Informatics Assistant Manager Salary
based on 35 salaries
₹4.5 L/yr - ₹9.1 L/yr
18% less than the average Assistant Manager Salary in India
View more details

Micromax Informatics Assistant Manager Reviews and Ratings

based on 13 reviews

2.4/5

Rating in categories

2.0

Skill development

3.4

Work-life balance

2.9

Salary

2.9

Job security

1.8

Company culture

1.6

Promotions

2.3

Work satisfaction

Explore 13 Reviews and Ratings
Area Sales Manager
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Branch Manager
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Micromax Informatics with

Intex Technologies

3.8
Compare

Karbonn Mobile

4.1
Compare

Lava International

4.0
Compare

DiGiSPICE

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