Upload Button Icon Add office photos

Filter interviews by

Rohan Motors Senior MIS Executive Interview Questions and Answers

Updated 25 Oct 2024

Rohan Motors Senior MIS Executive Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Will do multiple work?
  • Q2. When you leave?
  • Ans. 

    I plan to leave in two weeks to ensure a smooth transition.

    • I will provide detailed handover notes to ensure all tasks are covered

    • I am willing to assist in training my replacement if needed

    • I will ensure all pending projects are completed or handed over to another team member

  • Answered by AI
  • Q3. Do you ready for over time work with extra pay?

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad thing for company future is that
1. most people here to do scam even it will be at a small level. You can also find the big scam record in company history.
2. Most Senior are think himself as a powerful person so he expect such respect accordingly. No one is humble and friendly with his junior Colleagues.
3. Overall Conclusion is be a pet and eat cream biscuits.

Interview questions from similar companies

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

I applied via Campus Placement and was interviewed in Dec 2016. There were 7 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. They asked about my experience
  • Q2. Gave a diagram and asked to identify a specific part of engine
  • Q3. Asked about what I learned rather than what they wanted and they'll identify whether we have what they want. An excellent selection process!!
  • Q4. Strength and weakness,
  • Q5. Introduction

Interview Preparation Tips

Round: Resume Shortlist
Experience: shortlisting of resumes
Tips: job experience is an advantage, I hope.

Round: Test
Experience: thermal, design questions...need to know basic knowledge
Duration: 30 minutes
Total Questions: 30

Round: Test
Experience: Quick interpretation of relevant data from a pool of data
Duration: 30 minutes
Total Questions: 30

Round: Problem Statement
Experience: You'll be given a A3 sheet and a marker pen. Then you will be asked to write your qualities to market yourselves. They'll test everything in you. So be careful about choosing your qualities to present.

Round: Technical Interview
Experience: I did pretty well, highlighted my job experience. It all depends on what you present to them and how you impress them with that. Be careful, you should sell them what they want.

Round: HR Interview
Experience: A thorough examination of one's personality. Please disguise your strength as weakness and sell.

Skills: Technical Skill, Data Interpretation, HR Skills, Work Experience, Presence Of Mind, relieving pressure
College Name: iit madras

I applied via Campus Placement and was interviewed in Oct 2017. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Its like technical round, they asked about automobile engineering.
  • Q2. They asked about the engine basics, and it went deep.
  • Q3. They asked about my academic projects, which I mentioned in my resume.

Interview Preparation Tips

General Tips: Be good in engines, and advanced technology and be creative at the time of interview
Duration: 1-4 weeks
College Name: ARAI pune

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Normal tooling questions, regulation ECE 26 and R 42, painting process
  • Q2. Section Y0, fender bracket and bumper sections, also fog lamp and head lamp gap and section value
  • Q3. Welding process and snapping method, RPS strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - interview is not tough once clear CAD test then interview is mostly formality unless technically not sound.

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Regarding Electrical Engineering
  • Q2. Regarding Eplan
  • Q3. Regarding PLC
  • Q4. Regarding Drives
  • Q5. Regarding Safety standards

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge of all these.
Round 1 - Coding Test 

C# will be asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Quetions willbe based on oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops in interview because coding round is the main round in which c# will be asked after that just focus on oops concept and will be get selected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All basics related to cpp Coding logic some puzzles
  • Q2. What is oops and explain
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • It allows for reusability, modularity, and flexibility in code.

    • Key principles of OOPs include encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. Virtual destructor and its use
  • Ans. 

    Virtual destructor is used to ensure proper destruction of derived class objects when deleted through a base class pointer.

    • Virtual destructor is declared in the base class with the 'virtual' keyword.

    • It allows the destructor of the derived class to be called when an object is deleted through a base class pointer.

    • Without a virtual destructor, only the base class destructor would be called, leading to memory leaks or unde

  • Answered by AI
  • Q4. DS and its all concepts write code for reverse linklist
  • Ans. 

    Reverse a linked list using iterative approach

    • Initialize three pointers: prev = null, current = head, next = null

    • Iterate through the linked list, updating pointers as follows: next = current.next, current.next = prev, prev = current, current = next

    • Update the head to point to the new head (prev)

  • Answered by AI
  • Q5. Memory management

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is six sigma
  • Ans. 

    Six Sigma is a data-driven methodology for improving processes by reducing defects and variation.

    • Six Sigma aims to achieve near perfection in processes by targeting a defect rate of 3.4 defects per million opportunities.

    • It involves defining, measuring, analyzing, improving, and controlling processes to minimize variation and improve quality.

    • Six Sigma uses statistical tools and techniques such as DMAIC (Define, Measure,...

  • Answered by AI
  • Q2. How much clause in ISO 9001:2015
  • Ans. 

    There are 7 clauses in ISO 9001:2015.

    • ISO 9001:2015 has 7 clauses that outline the requirements for a quality management system.

    • These clauses cover areas such as context of the organization, leadership, planning, support, operation, performance evaluation, and improvement.

    • For example, Clause 4 focuses on understanding the organization and its context, while Clause 8 addresses operation.

    • Each clause is essential for ensur...

  • Answered by AI

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic coding questions in c# language

Round 2 - Aptitude Test 

Normal aptitude test (c#,dbms,c++)

Round 3 - Technical 

(1 Question)

  • Q1. Project discussion DSA Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid AVL as a intern.
There are many better companies in the market than this.

Rohan Motors Interview FAQs

How many rounds are there in Rohan Motors Senior MIS Executive interview?
Rohan Motors interview process usually has 1 rounds. The most common rounds in the Rohan Motors interview process are Technical.

Tell us how to improve this page.

Rohan Motors Senior MIS Executive Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Bajaj Motors Interview Questions
3.9
 • 52 Interviews
Rolls-Royce Interview Questions
3.8
 • 26 Interviews
Plastic Omnium Interview Questions
3.7
 • 24 Interviews
Polaris Interview Questions
3.9
 • 22 Interviews
Volvo Trucks Interview Questions
4.0
 • 22 Interviews
Daimler Interview Questions
3.9
 • 19 Interviews
AVL Interview Questions
3.7
 • 19 Interviews
View all
Rohan Motors Senior MIS Executive Salary
based on 4 salaries
₹3.5 L/yr - ₹5.2 L/yr
At par with the average Senior MIS Executive Salary in India
View more details
Relationship Manager
49 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Sales Executive
38 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Customer Care Executive
9 salaries
unlock blur

₹0.9 L/yr - ₹2.4 L/yr

Technician
9 salaries
unlock blur

₹1.9 L/yr - ₹3.3 L/yr

Accounts Manager
9 salaries
unlock blur

₹4.8 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Rohan Motors with

Hero Motors Company

4.0
Compare

Bajaj Motors

3.9
Compare

Saud Bahwan Group

3.4
Compare

Plastic Omnium

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