Upload Button Icon Add office photos

Filter interviews by

Merchant Navy Motor Man Interview Questions, Process, and Tips

Updated 30 Oct 2022

Merchant Navy Motor Man Interview Experiences

1 interview found

Motor Man Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2022

I applied via Walk-in and was interviewed in Sep 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 

(5 Questions)

  • Q1. What is the duty of motorman in engine room?
  • Ans. 

    The duty of a motorman in the engine room is to operate and maintain the machinery and equipment.

    • Operate and maintain machinery and equipment in the engine room

    • Monitor and control the engine room systems

    • Perform routine maintenance and repairs

    • Ensure compliance with safety regulations

    • Maintain accurate records and logs

    • Communicate with other crew members and officers

  • Answered by AI
  • Q2. Who was your last duty engineer?
  • Q3. Explain about purifier?
  • Ans. 

    A purifier is a device that removes impurities or contaminants from a substance.

    • Purifiers are commonly used in air and water filtration systems.

    • Air purifiers remove pollutants and allergens from the air, improving indoor air quality.

    • Water purifiers remove harmful chemicals and bacteria from drinking water.

    • Examples of purifiers include HEPA filters, activated carbon filters, and UV water purifiers.

  • Answered by AI
  • Q4. What is composite boiler ?
  • Ans. 

    A composite boiler is a type of boiler that uses both exhaust gases and oil-fired burners to generate steam.

    • Combines oil-fired burners and exhaust gases to generate steam

    • Used in ships and marine industries

    • Efficient and compact design

    • Reduces fuel consumption and emissions

    • Examples: Aalborg OC-TCi, Aalborg OC-TCi

  • Answered by AI
  • Q5. What is fire ?
  • Ans. 

    Fire is a chemical reaction that releases heat, light, and various gases.

    • Fire is caused by the rapid oxidation of a fuel source in the presence of heat and oxygen.

    • It produces flames, smoke, and heat that can be dangerous or useful.

    • Examples of fuel sources include wood, gasoline, and natural gas.

    • Fire can be controlled and used for cooking, heating, and generating electricity.

    • However, it can also cause destruction and ha

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Merchant Navy Motor Man interview:
  • Mechanical Engineering
  • Engine room
Interview preparation tips for other job seekers - Take the books of engine room familirization. From market.

Interview questions from similar companies

Driver Interview Questions & Answers

TCS user image Anonymous

posted on 6 Apr 2021

I applied via Walk-in and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are your weak and stong points ?
  • Q2. I have ability to work for hours and hours and I am a team player

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one btut was majorly a dress test it lasted for about 1 hour .The interview ver wanted to test both my knowledge and communication skills . You need to stay calm and answee your question .

I applied via LinkedIn and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Technical skills
  • Q2. Mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - ausumn

Interview Questionnaire 

11 Questions

  • Q1. Difference between function and store procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions can be used in views while stored procedures cannot.

    • Functions can have input parameters while stored procedures can have both input and output parameters.

  • Answered by AI
  • Q2. What is unique key
  • Ans. 

    A unique key is a field or combination of fields in a database table that uniquely identifies each record.

    • A unique key ensures that no two records in a table have the same values for the specified field(s).

    • It can be a single field or a combination of fields.

    • It is used to enforce data integrity and prevent duplicate records.

    • Examples include primary keys, candidate keys, and alternate keys.

  • Answered by AI
  • Q3. How many types of joining?exmplae
  • Ans. 

    There are four types of joining in SQL: Inner Join, Left Join, Right Join, and Full Join.

    • Inner Join returns only the matching rows from both tables.

    • Left Join returns all the rows from the left table and matching rows from the right table.

    • Right Join returns all the rows from the right table and matching rows from the left table.

    • Full Join returns all the rows from both tables, with NULL values in the columns where there ...

  • Answered by AI
  • Q4. What is constraint?
  • Ans. 

    A constraint is a limitation or restriction on something.

    • Constraints can be applied in various fields such as software development, engineering, and project management.

    • In software development, constraints can include limitations on memory usage, processing speed, and storage capacity.

    • In engineering, constraints can include limitations on materials, dimensions, and weight.

    • In project management, constraints can include l...

  • Answered by AI
  • Q5. What is asp.net life cycle?
  • Ans. 

    ASP.NET life cycle is the series of events that occur during the processing of a request.

    • ASP.NET life cycle includes stages like initialization, page rendering, and disposal.

    • During initialization, the page and its controls are created and initialized.

    • During page rendering, the page is processed and HTML is generated.

    • During disposal, resources used by the page are released.

    • Events like Page_Load and Page_PreRender occur ...

  • Answered by AI
  • Q6. What is the view state?
  • Ans. 

    View state is a hidden state of the page that stores values of controls and other page-specific data.

    • View state is used to maintain the state of server-side controls between postbacks.

    • It is stored in a hidden field on the page and is encrypted for security purposes.

    • View state can be disabled to improve performance, but this may cause issues with control state.

    • Example: A user fills out a form, but then navigates away fr...

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

    Session is a way to store and retrieve user data between HTTP requests.

    • Session is a temporary storage of user data on the server side.

    • It is identified by a unique session ID which is stored in a cookie or URL parameter.

    • Session data can be used to maintain user state, such as login status or shopping cart contents.

  • Answered by AI
  • Q8. What is response.redirect?
  • Ans. 

    response.redirect is a method used in web development to redirect the user to a different URL.

    • response.redirect is used to redirect the user to a different URL

    • It is commonly used in web applications to redirect users after a successful login or when accessing restricted pages

    • The method can be used with different programming languages and frameworks, such as ASP.NET, PHP, and Node.js

    • The redirected URL can be specified a

  • Answered by AI
  • Q9. What is querry string ?how we use that?
  • Ans. 

    A query string is a part of a URL that contains data to be passed to a web server.

    • It starts with a question mark (?) and is followed by key-value pairs separated by ampersands (&).

    • It is commonly used to filter or sort data on a web page.

    • Example: www.example.com/search?q=apple&category=fruit

    • To use it, simply append the query string to the end of the URL.

  • Answered by AI
  • Q10.  what is polymerphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound'.

    • Polymorphism makes code more flexibl

  • Answered by AI
  • Q11. Tell me 4 pillars of c++?
  • Ans. 

    The 4 pillars of C++ are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together to prevent external interference.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Using a single interface to represent multiple types of objects.

  • Answered by AI

Skills evaluated in this interview

Developer Interview Questions & Answers

Tech Mahindra user image siddharth pandit

posted on 29 Nov 2015

Interview Preparation Tips

Round: Test
Experience: The test started with the verbal ability - reading and comprehension. Especially for Tech M you will have to improve your verbal skills as they strongly emphasize on them.
Logical reasoning section is a little bit easy or you can say that as for me I found it rather easy to handle. Mainly questions were on data interpretation and cubes and relations and ages.
Moving on to the third and last section that comprises of quant is simple. Most of the questions were direct and had 2-3 line solutions. Just improve your basic fundamentals.
Tips: Refer India bix and at least start reading something to improve your vocabulary. Even practicing each section from this site is quite enough.
Duration: 180 min minutes
Total Questions: 130

Round: Problem Statement
Experience: The window given was of only 10 minutes and I was hardly able to write 10-12 lines.
Tips: Guys main aim is to check your sentence making ability and how well you have understood the topic. Whatever you write make sure its well read, grammatically correct and in context with the topic given.

Round: Technical Interview
Experience: Technical interview was a little bit tough. Mainly, the interviewer asked me to explain my project and questions on my field of interest.
Tips: Whatever programming language you know, be ready to at least explain the logic for basic questions asked about that language. Don't try to go round and round over the topic. Just be clear and to the point

Round: HR Interview
Experience: My HR round lasted a mere 3 minutes
Tips: Just don't tremble in front of him and try to answer in a positive way.

General Tips: Be confident in giving your answers.
Also, it is important to crack the Aptitude at the first place or you wont get a chance to showcase your technical knowledge, no matter how strong are you.
So do not ignore that part. Know what company gives importance to what section (as TechM gives for verbal).
Practice with whatever material you get.
Skill Tips: Know the fundamentals.
Master one programming language, its syntax and logic.
Skills:
College Name: JNEC Aurangabad

Interview Preparation Tips

Round: HR Interview
Experience: ....he asked me wat r my general interests....wn i mentioned reading...he asked me about authors i hv read....wn i mentioned cecilia ahern.he asked me from whr did i find about her......then he asked me about my java projct...wat ws my role in it....wat r my strengths n weakness'..he asked me hw do i plan 2 study for exams....dn he asked me if i wud lyk 2 relocate at mohali"

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Which things are necessary for team work?
  • Q3. Do u think participating in extra curricular activities will help u in any way during job?

Interview Preparation Tips

Round: Technical Interview
Experience:


General Tips: They just check ur confidence during d interview..u just need to clear d apti.."
Around 200-250 people appeared fr d apti..they selected 98 fr d interview...n finally recruited 90 in total..
Skills:
College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 13 Sep 2017

Interview Questionnaire 

1 Question

  • Q1. How setup network in lab anf what equipment u required?
  • Ans. 

    To setup a network in a lab, you need equipment and a plan.

    • Determine the network topology and design

    • Choose appropriate networking equipment such as routers, switches, and cables

    • Configure network settings such as IP addresses and subnet masks

    • Test the network to ensure connectivity and functionality

    • Consider security measures such as firewalls and access control

    • Examples of equipment: Cisco routers, Juniper switches, Cat6

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: They asked about all questions based computer networks and what type of practical u did. And network logarithms how packet works.
Tips: If you are from ece background then computer network one of the option for interview preparation.

College Name: Echelon institute of technology

Skills evaluated in this interview

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 22 Aug 2017

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: The interviewer asked me to explain the project I had worked on which followed a series of questions regarding what would happen if some changes are made, or what exactly happens at the back end.
Tips: Be thorough with your project if you want to mention it.

Round: Technical Interview
Experience: The interviewer asked me to explain the project I had worked on which followed a series of questions regarding what would happen if some changes are made, or what exactly happens at the back end.
Tips: Be thorough with your project if you want to mention it.

College Name: GNDU

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 29 Sep 2019

I appeared for an interview in Sep 2019.

Interview Questionnaire 

2 Questions

  • Q1. What is composition and aggregation relationship
  • Ans. 

    Composition is a strong relationship where the child object cannot exist without the parent object. Aggregation is a weak relationship where the child object can exist independently.

    • Composition is a 'has-a' relationship, where the parent object owns the child object.

    • Aggregation is a 'has-a' relationship, where the child object is a part of the parent object.

    • In composition, the child object's lifetime is managed by the ...

  • Answered by AI
  • Q2. Composition is a strong relationship weak relationship example bike indicator is aggregation relationship engine also composition a strong relationship

Merchant Navy Interview FAQs

How many rounds are there in Merchant Navy Motor Man interview?
Merchant Navy interview process usually has 2 rounds. The most common rounds in the Merchant Navy interview process are Resume Shortlist and Technical.
What are the top questions asked in Merchant Navy Motor Man interview?

Some of the top questions asked at the Merchant Navy Motor Man interview -

  1. What is the duty of motorman in engine ro...read more
  2. What is composite boile...read more
  3. What is fir...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Merchant Navy Motor Man Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Captain
5 salaries
unlock blur

₹1.5 L/yr - ₹13.4 L/yr

Electrical Officer
5 salaries
unlock blur

₹10.5 L/yr - ₹16 L/yr

Electro Technical Officer
5 salaries
unlock blur

₹14.3 L/yr - ₹15.3 L/yr

Electrical Engineer
4 salaries
unlock blur

₹9 L/yr - ₹18 L/yr

Marine Engineer
4 salaries
unlock blur

₹3.4 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Merchant Navy with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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