Upload Button Icon Add office photos

Polmon Instruments

Compare button icon Compare button icon Compare

Filter interviews by

Polmon Instruments Assistant Engineer Interview Questions and Answers

Updated 8 May 2023

14 Interview questions

An Assistant Engineer was asked
Q. What are the layers of the OSI model?
Ans. 

The OSI model has 7 layers that define how data is transmitted over a network.

  • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

  • Each layer has a specific function and communicates with the layers above and below it.

  • For example, the Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces and application-level p...

An Assistant Engineer was asked
Q. What is the name of an AC to DC converter IC?
Ans. 

The name of AC to DC converter IC is dependent on the specific IC being used.

  • There are many different AC to DC converter ICs available on the market

  • Some popular AC to DC converter ICs include the LM7805, LM7812, and LM317

  • The specific IC chosen will depend on the requirements of the circuit being designed

Assistant Engineer Interview Questions Asked at Other Companies

Q1. How do we measure the slump of concrete during casting? Is there ... read more
Q2. Why do we take only 1 set of cube samples when casting concrete o ... read more
asked in Randstad
Q3. 1.Define the term capacitance & inductance 2.what is Rectifie ... read more
Q4. What is the 5S methodology, and why is it important in an industr ... read more
asked in TCE
Q5. What provisions do you check when designing a beam/column accordi ... read more
An Assistant Engineer was asked
Q. What is a multiplexer?
Ans. 

A multiplexer is a device that selects one of several input signals and forwards the selected input into a single line.

  • Multiplexers are used in digital circuits to reduce the number of input/output lines required to transmit data.

  • They are also used in communication systems to combine multiple signals into a single transmission line.

  • Multiplexers can be implemented using logic gates or integrated circuits.

  • Examples o...

An Assistant Engineer was asked
Q. What is an array in C?
Ans. 

An array in C is a collection of elements of the same data type stored in contiguous memory locations.

  • Arrays are declared using square brackets []

  • Elements in an array can be accessed using their index number

  • Arrays can be initialized during declaration or later using a loop

  • Example: int arr[5] = {1, 2, 3, 4, 5};

  • Example: for(int i=0; i<5; i++) { arr[i] = i+1; }

An Assistant Engineer was asked
Q. What is the difference between unit operation and unit process?
Ans. 

Unit operation refers to a single step in a process, while unit process involves a series of steps to achieve a specific goal.

  • Unit operation is a single step in a process, such as filtration or distillation.

  • Unit process involves a series of unit operations to achieve a specific goal, such as producing a certain chemical compound.

  • Unit process is a more complex and comprehensive process than unit operation.

  • Unit oper...

An Assistant Engineer was asked
Q. Describe the distillation process.
Ans. 

Distillation is a process of separating components of a mixture based on their boiling points.

  • The mixture is heated to vaporize the component with the lowest boiling point

  • The vapor is then condensed and collected as a separate liquid

  • This process is repeated for each component with a higher boiling point

  • Examples include the production of ethanol from fermented grains and the purification of water

An Assistant Engineer was asked
Q. Describe the refrigeration cycle.
Ans. 

Refrigeration cycle is a process of removing heat from a space or substance and transferring it to another space or substance.

  • The cycle consists of four main components: compressor, condenser, expansion valve, and evaporator.

  • The refrigerant is compressed by the compressor and then condensed in the condenser, releasing heat.

  • The high-pressure liquid refrigerant then passes through the expansion valve, where it expan...

Are these interview questions helpful?
An Assistant Engineer was asked
Q. Define vapor pressure.
Ans. 

Vapor pressure is the pressure exerted by the vapor of a substance in equilibrium with its liquid or solid phase.

  • Vapor pressure increases with temperature

  • Substances with high vapor pressure evaporate easily

  • Vapor pressure is used in distillation and evaporation processes

  • Vapor pressure can be measured using a variety of techniques

An Assistant Engineer was asked
Q. Define boiling point.
Ans. 

Boiling point is the temperature at which a liquid turns into a gas.

  • Boiling point is a physical property of a substance.

  • It is the temperature at which the vapor pressure of the liquid equals the atmospheric pressure.

  • Water boils at 100°C or 212°F at standard atmospheric pressure.

  • Boiling point can be affected by pressure changes.

  • Substances with higher boiling points require more energy to boil than those with lower ...

An Assistant Engineer was asked
Q. What is data type and what are data types in c programming
Ans. 

Data type is a classification of data items based on the type of value they hold. C programming has various data types.

  • Data type determines the type of data that can be stored in a variable

  • C programming has basic data types like int, float, char, double, etc.

  • C programming also has derived data types like arrays, pointers, structures, unions, etc.

Polmon Instruments Assistant Engineer Interview Experiences

2 interviews found

Assistant Engineer Interview Questions & Answers

user image Amrutha Amrutha

posted on 8 May 2023

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

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(8 Questions)

  • Q1. What is multiplexer
  • Ans. 

    A multiplexer is a device that selects one of several input signals and forwards the selected input into a single line.

    • Multiplexers are used in digital circuits to reduce the number of input/output lines required to transmit data.

    • They are also used in communication systems to combine multiple signals into a single transmission line.

    • Multiplexers can be implemented using logic gates or integrated circuits.

    • Examples of mul...

  • Answered by AI
  • Q2. What is data type and what are data types in c programming
  • Ans. 

    Data type is a classification of data items based on the type of value they hold. C programming has various data types.

    • Data type determines the type of data that can be stored in a variable

    • C programming has basic data types like int, float, char, double, etc.

    • C programming also has derived data types like arrays, pointers, structures, unions, etc.

  • Answered by AI
  • Q3. What is the name of AC to DC converter IC
  • Ans. 

    The name of AC to DC converter IC is dependent on the specific IC being used.

    • There are many different AC to DC converter ICs available on the market

    • Some popular AC to DC converter ICs include the LM7805, LM7812, and LM317

    • The specific IC chosen will depend on the requirements of the circuit being designed

  • Answered by AI
  • Q4. Mainly we use 0804 IC for ADC
  • Q5. What is an array in C
  • Ans. 

    An array in C is a collection of elements of the same data type stored in contiguous memory locations.

    • Arrays are declared using square brackets []

    • Elements in an array can be accessed using their index number

    • Arrays can be initialized during declaration or later using a loop

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: for(int i=0; i<5; i++) { arr[i] = i+1; }

  • Answered by AI
  • Q6. An array is a homogenous data type it collects the same type of data types.
  • Q7. What are the layers of osi model
  • Ans. 

    The OSI model has 7 layers that define how data is transmitted over a network.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • For example, the Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces and application-level protoc...

  • Answered by AI
  • Q8. 1.Physical layer 2.Data link layer 3.network layer 4.Transport layer 5.Session layer 6.Presentation layer 6.Application layer
Round 3 - Aptitude Test 

Mental ability and Reasoning and english

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 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 - Technical 

(6 Questions)

  • Q1. What are the types of heat exchangers
  • Ans. 

    There are several types of heat exchangers including shell and tube, plate and frame, and air-cooled.

    • Shell and tube heat exchangers are the most common type and consist of a shell with tubes running through it.

    • Plate and frame heat exchangers use thin plates to transfer heat between fluids.

    • Air-cooled heat exchangers use air as the cooling medium instead of water or other liquids.

    • Other types include double pipe, spiral, ...

  • Answered by AI
  • Q2. Describe distillation process
  • Ans. 

    Distillation is a process of separating components of a mixture based on their boiling points.

    • The mixture is heated to vaporize the component with the lowest boiling point

    • The vapor is then condensed and collected as a separate liquid

    • This process is repeated for each component with a higher boiling point

    • Examples include the production of ethanol from fermented grains and the purification of water

  • Answered by AI
  • Q3. What is Carnot's cycle
  • Ans. 

    Carnot's cycle is a theoretical thermodynamic cycle that describes the most efficient heat engine possible.

    • It consists of four reversible processes: isothermal expansion, adiabatic expansion, isothermal compression, and adiabatic compression.

    • It operates between two heat reservoirs at different temperatures.

    • The efficiency of the cycle is given by the ratio of the temperature difference between the two reservoirs to the ...

  • Answered by AI
  • Q4. Describe refrigeration cycle
  • Ans. 

    Refrigeration cycle is a process of removing heat from a space or substance and transferring it to another space or substance.

    • The cycle consists of four main components: compressor, condenser, expansion valve, and evaporator.

    • The refrigerant is compressed by the compressor and then condensed in the condenser, releasing heat.

    • The high-pressure liquid refrigerant then passes through the expansion valve, where it expands an...

  • Answered by AI
  • Q5. Different types of distillation
  • Ans. 

    Distillation is a process of separating components of a mixture based on their boiling points. There are several types of distillation.

    • Simple distillation: used for separating components with a large difference in boiling points

    • Fractional distillation: used for separating components with closer boiling points

    • Steam distillation: used for separating heat-sensitive compounds

    • Vacuum distillation: used for separating compone...

  • Answered by AI
  • Q6. Describe enthalpy and entropy
  • Ans. 

    Enthalpy is the heat content of a system while entropy is the measure of disorder or randomness in a system.

    • Enthalpy is a thermodynamic property that describes the amount of heat released or absorbed during a process.

    • Entropy is a measure of the degree of randomness or disorder in a system.

    • Enthalpy and entropy are related through the Gibbs free energy equation.

    • Enthalpy is usually denoted by the symbol H while entropy is...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Define boiling point
  • Ans. 

    Boiling point is the temperature at which a liquid turns into a gas.

    • Boiling point is a physical property of a substance.

    • It is the temperature at which the vapor pressure of the liquid equals the atmospheric pressure.

    • Water boils at 100°C or 212°F at standard atmospheric pressure.

    • Boiling point can be affected by pressure changes.

    • Substances with higher boiling points require more energy to boil than those with lower boili...

  • Answered by AI
  • Q2. What is the difference between unit operation and unit process
  • Ans. 

    Unit operation refers to a single step in a process, while unit process involves a series of steps to achieve a specific goal.

    • Unit operation is a single step in a process, such as filtration or distillation.

    • Unit process involves a series of unit operations to achieve a specific goal, such as producing a certain chemical compound.

    • Unit process is a more complex and comprehensive process than unit operation.

    • Unit operation...

  • Answered by AI
  • Q3. Define vapor pressure
  • Ans. 

    Vapor pressure is the pressure exerted by the vapor of a substance in equilibrium with its liquid or solid phase.

    • Vapor pressure increases with temperature

    • Substances with high vapor pressure evaporate easily

    • Vapor pressure is used in distillation and evaporation processes

    • Vapor pressure can be measured using a variety of techniques

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary exoectations

Interview Preparation Tips

Interview preparation tips for other job seekers - First technical round will be with reporting manager, second round will be with MD

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Polmon Instruments?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview before Jul 2023.

Round 1 - Aptitude Test 

Relatrd to plc programing

Round 2 - One-on-one 

(2 Questions)

  • Q1. Electrical questions
  • Q2. Plc and scada questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to start career

I applied via Walk-in and was interviewed before Feb 2021. 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 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Bold, study basic instrumentation, PlC, SCADA, DCS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Explain us about your experience and how you executed projects in detail.
  • Ans. 

    I have 5 years of experience in project engineering, managing multiple projects from inception to completion.

    • Managed project timelines, budgets, and resources effectively

    • Coordinated with cross-functional teams to ensure project milestones were met

    • Implemented project management tools to track progress and identify potential risks

    • Communicated regularly with stakeholders to provide updates and address any concerns

    • Led proj...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Please explain about yourself.
  • Ans. 

    I am a dedicated and experienced project engineer with a strong background in managing complex engineering projects.

    • Bachelor's degree in Engineering

    • 5+ years of experience in project management

    • Proficient in project scheduling and budgeting

    • Strong communication and leadership skills

    • Experience working on large-scale construction projects

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Abcdef abcde abcde abcde
Round 2 - Technical 

(1 Question)

  • Q1. Abcde abcde abcde abcde
Round 3 - Behavioral 

(1 Question)

  • Q1. Abcde abcde abcde abcde
Round 4 - HR 

(1 Question)

  • Q1. Abcde abcde abcde abcde

Interview Preparation Tips

Interview preparation tips for other job seekers - One needs to be patient and they will share all infor abt their company culture and policies. However i was called 3 times to facd jntervw as interviewer were not thr
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Production Engineer roles 5S knowledge Manpower handling skills Previous company/internship experience
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Automation protocols used commonly ?
  • Ans. 

    Commonly used automation protocols include Modbus, Profibus, Ethernet/IP, and DeviceNet.

    • Modbus is a serial communication protocol commonly used in industrial automation.

    • Profibus is a fieldbus communication protocol used in process automation.

    • Ethernet/IP is a protocol used for industrial automation networking.

    • DeviceNet is a communication protocol used in factory automation for connecting industrial devices.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Automation protocols, SCADA basics, programming in any language

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Basic questions related to old company
Round 3 - Technical 

(1 Question)

  • Q1. Related to valves production welding

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don’t join in process other wise you will receive lot of depression frustration
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Polmon Instruments Interview FAQs

How many rounds are there in Polmon Instruments Assistant Engineer interview?
Polmon Instruments interview process usually has 3-4 rounds. The most common rounds in the Polmon Instruments interview process are Technical, Resume Shortlist and HR.
How to prepare for Polmon Instruments Assistant Engineer 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 Polmon Instruments. The most common topics and skills that interviewers at Polmon Instruments expect are AutoCAD, 3D Modeling, Air Conditioning, Chiller and HVAC.
What are the top questions asked in Polmon Instruments Assistant Engineer interview?

Some of the top questions asked at the Polmon Instruments Assistant Engineer interview -

  1. What is data type and what are data types in c programm...read more
  2. What is the difference between unit operation and unit proc...read more
  3. What is the name of AC to DC converter...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
More than 8 weeks 50%
View more

Interview Questions from Similar Companies

Mukunda Foods Interview Questions
3.5
 • 13 Interviews
SAGE Automation Interview Questions
4.2
 • 11 Interviews
Power2sme Interview Questions
4.2
 • 10 Interviews
AXIS Solutions Interview Questions
3.5
 • 9 Interviews
Anton Paar Interview Questions
3.6
 • 7 Interviews
View all
Polmon Instruments Assistant Engineer Salary
based on 69 salaries
₹1.8 L/yr - ₹4.8 L/yr
20% less than the average Assistant Engineer Salary in India
View more details

Polmon Instruments Assistant Engineer Reviews and Ratings

based on 18 reviews

3.5/5

Rating in categories

4.2

Skill development

3.5

Work-life balance

3.2

Salary

4.1

Job security

3.7

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 18 Reviews and Ratings
Assistant Engineer
69 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Engineer
31 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Automation Engineer
15 salaries
unlock blur

₹2.1 L/yr - ₹4.6 L/yr

Senior Engineer
12 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Purchase Executive
10 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Polmon Instruments with

AXIS Solutions

3.5
Compare

Nirmal Industrial Controls

3.8
Compare

Comau

3.7
Compare

Synergy Systems & Solutions

3.8
Compare
write
Share an Interview