Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Macro Polymers Team. If you also belong to the team, you can get access from here

Macro Polymers Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Macro Polymers Interview Questions and Answers

Updated 31 Mar 2025
Popular Designations

Macro Polymers Interview Experiences

6 interviews found

Fire Safety Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is risk assessment
  • Ans. 

    Risk assessment is the systematic process of evaluating potential risks that may be involved in a projected activity or undertaking.

    • Identifies hazards: Recognizing potential sources of harm, such as flammable materials in a building.

    • Evaluates risks: Assessing the likelihood and severity of incidents, like the chance of a fire spreading.

    • Determines control measures: Implementing strategies to mitigate risks, such as inst...

  • Answered by AI
  • Q2. What is hira
  • Ans. 

    Hira refers to a type of fire-resistant material used in construction and safety applications.

    • Hira is often used in fireproofing buildings to prevent the spread of flames.

    • It can be found in fire doors, walls, and ceilings.

    • Examples include Hira boards made from mineral fibers.

    • Hira materials are tested for their fire resistance ratings.

  • Answered by AI
  • Q3. Work permit system
  • Q4. Chemical handling sop

Fire Safety Interview Questions asked at other Companies

Q1. What will you do to prevent the company from catching fire?
View answer (1)

I applied via Naukri.com and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about your self ?
  • Q2. Where are you from ?
  • Q3. Tell me about your work experience ?
  • Q4. Tell me about key project completed in the company?
  • Q5. What is your key strength and weakness?
  • Q6. Tell me about cable size in 5 hp motor
  • Ans. 

    The cable size for a 5 hp motor depends on the voltage and current rating of the motor.

    • Cable size is determined by the current rating of the motor

    • Voltage rating also plays a role in determining cable size

    • For a 5 hp motor, the cable size can range from 10 AWG to 6 AWG depending on the voltage and current rating

    • It is important to consult the manufacturer's specifications for the motor to determine the appropriate cable s...

  • Answered by AI
  • Q7. Awareness about safety

Interview Preparation Tips

Interview preparation tips for other job seekers - All over good in the interview. Main focus on your self tell the truth about what you know and don't know because every time you don't know about everything but your attitude is everything.

Senior Electrical Engineer Interview Questions asked at other Companies

Q1. What IEC standard do you use for designing panels and selecting switchgear?
View answer (1)

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

(1 Question)

  • Q1. Technical Questions regarding your fields
Round 3 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - Give interview with integrity.

Maintenance Manager Interview Questions asked at other Companies

Q1. How would you manage an urgent piece of work?
View answer (18)

I applied via Campus Placement and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basically introduction
  • Q2. Course related
  • Q3. Many more question

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel fear
When you are give the any ans. .. Your ans is short and simple..
Don't nervous
Interviewers are marking your confidence
So confidently give the ans..

Research and Development Interview Questions asked at other Companies

Q1. Explain how you would place heat and light sensors in a room with a glass facade on one side.
View answer (7)

Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2021

I applied via Referral and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. What you know about Chemical reactions and Polymerisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Slightly knowledge about Alkyd, Polyester and Acrylic resin. And knowledge about equipments like Reactors, Distillation column, Heat exchangers, Pumps, Filters etc. Deep knowledge about Chemical reactions also.

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Work exeperiance, work related que, jornal knowledge que
  • Q2. Hr office
  • Q3. Technical work office

Interview Preparation Tips

General Tips: First asked me my self after that working related journal knowledge and experience levale question
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Decision Making Skills
Duration: <1 week

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Macro Polymers?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Assignment 

Only DSa and aptitude was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are lucky, you will be selected.
dene wala toh bhagwan hi hota h.
Are these interview questions helpful?

Software Developer Interview Questions & Answers

IVP (India) user image MCA22 Gaurav Prakash

posted on 13 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. What is arrow function in JS
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions have a shorter syntax compared to regular functions.

    • They do not have their own 'this' keyword, and instead inherit 'this' from the parent scope.

    • Arrow functions are best suited for non-method functions, and cannot be used as constructors.

    • Example: const add = (a, b) => a + b;

  • Answered by AI
  • Q2. What is runtime polymerphism
  • Ans. 

    Runtime polymorphism is the ability of a subclass to override a method from its superclass during runtime.

    • Runtime polymorphism is achieved through method overriding in object-oriented programming.

    • It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The actual method called is determined by the type of object at runtime.

    • Example: Animal class has a method 'makeSo...

  • Answered by AI
  • Q3. What is abstraction in oops
  • Ans. 

    Abstraction in OOP is the concept of hiding complex implementation details and showing only the necessary features to the outside world.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of code

    • Example: A car is an abstraction of various components like engine, wheels, etc. Users interact with the car without needing to know the ...

  • Answered by AI
Round 3 - Coding Test 

DSA questions Reverse the linkedlist

Round 4 - One-on-one 

(2 Questions)

  • Q1. Explain your project
  • Q2. He asked two SQL queries

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Feb 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 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm good work and best results with you
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Expected salary and Prevoius salary details
  • Q2. For how long you will associate with company

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have direct contact with management no need of any interview you will get job directly with out any interview.

Macro Polymers Interview FAQs

How many rounds are there in Macro Polymers interview?
Macro Polymers interview process usually has 3 rounds. The most common rounds in the Macro Polymers interview process are Resume Shortlist, Technical and Case Study.
How to prepare for Macro Polymers 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 Macro Polymers. The most common topics and skills that interviewers at Macro Polymers expect are Resin, Chemical, Industrial Sales, SCADA and Sales.
What are the top questions asked in Macro Polymers interview?

Some of the top questions asked at the Macro Polymers interview -

  1. Tell me about cable size in 5 hp mot...read more
  2. What you know about Chemical reactions and Polymerisatio...read more
  3. What is risk assessm...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Solenis Interview Questions
3.9
 • 20 Interviews
British Paints Interview Questions
3.5
 • 20 Interviews
Paushak Interview Questions
3.8
 • 16 Interviews
Chryso Interview Questions
3.8
 • 15 Interviews
Galva Decoparts Interview Questions
3.6
 • 15 Interviews
IVP (India) Interview Questions
4.1
 • 14 Interviews
View all

Macro Polymers Reviews and Ratings

based on 74 reviews

4.3/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

4.2

Salary

3.9

Job security

4.0

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 74 Reviews and Ratings
Production Officer
23 salaries
unlock blur

₹2.4 L/yr - ₹3.7 L/yr

Senior Production Officer
17 salaries
unlock blur

₹3 L/yr - ₹4.7 L/yr

Assistant Manager
10 salaries
unlock blur

₹5.2 L/yr - ₹7.6 L/yr

Store Officer
9 salaries
unlock blur

₹2.5 L/yr - ₹3.7 L/yr

R&D Officer
8 salaries
unlock blur

₹2.6 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Macro Polymers with

Cohizon Life Sciences Limited

3.6
Compare

Prasol Chemicals

3.2
Compare

Galva Decoparts

3.6
Compare

HEUBACH Colour

3.9
Compare
write
Share an Interview