Upload Button Icon Add office photos

Filter interviews by

Macmet Engineering Junior Manager HR Interview Questions and Answers

Updated 16 Feb 2023

Macmet Engineering Junior Manager HR Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Leave calculation as per factory act.
  • Ans. 

    Leave calculation under Factory Act

    • The Factory Act provides for annual leave with wages for workers

    • Leave entitlement is based on the number of days worked in the previous year

    • Workers are entitled to one day of leave for every 20 days worked

    • Leave can be accumulated up to a maximum of 30 days

    • Leave cannot be encashed except in case of termination or resignation

  • Answered by AI
  • Q2. Normal question 1. Gratuity calculation 2. Bonus act .
  • Q3. Leave calculation as per act
  • Ans. 

    Leave calculation varies as per the act applicable to the organization.

    • Leave calculation is based on the type of leave, such as earned leave, sick leave, casual leave, etc.

    • The calculation also depends on the duration of service of the employee.

    • For example, as per the Factories Act, an employee is entitled to one day of leave for every 20 days of work.

    • Similarly, as per the Shops and Establishments Act, an employee is en...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Gratuity calculation .
2. Bonus act .
Normal 2 question just .

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 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 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Explain ideal sales cycle. 2. Explain current role. 3. Target achievement in current role. 4. 1 small exercise on negotiation and discount. 5. Why you want to leave current job. 6. Are you ok with W...
  • Ans. 

    Answering questions related to sales cycle, current role, target achievement, negotiation, and travel.

    • Ideal sales cycle involves identifying potential customers, building relationships, understanding their needs, presenting solutions, and closing the deal.

    • In my current role, I am responsible for managing a team of sales representatives, developing sales strategies, and achieving sales targets.

    • I have consistently achiev...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Gandhi Automations Assistant Manager interview:
  • Sales
  • Channel Sales
  • Negotiation
Interview preparation tips for other job seekers - My experience was quite decent. Both HR team and 1-on-1 round lady were friendly. Appreciate their approach of a 'discussion' rather than a strict one side examination / interview. The documentation was slightly lengthy but overall pleasant. Be confident, dress well and talk genuinely, people there were quite smart.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department

Interview Questionnaire 

8 Questions

  • Q1. There is no free meal in this world
  • Q2. Is everything has a price tag???
  • Ans. 

    No, not everything has a price tag.

    • Some things are priceless, such as love, happiness, and memories.

    • There are also things that cannot be bought with money, such as time and health.

    • However, in a business context, most things do have a price tag.

    • It ultimately depends on the perspective and context of the question.

    • For example, a company may offer free services or products as part of a marketing strategy.

  • Answered by AI
  • Q3. What's my remuneration for these questions
  • Q4. Nash industries have paid services
  • Q5. Plz pay thru Google pay
  • Q6. That's all for now
  • Q7. Take care bye
  • Q8. How fast will I get my remuneration
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 5 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. Segula manager interview based on resume skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview 1
Round 4 - Technical 

(1 Question)

  • Q1. Client interview 2
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on experience related questions and core tools
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. 8D method explanation
  • Ans. 

    The 8D method is a problem-solving approach used to identify, correct, and prevent recurring problems.

    • 8D stands for 8 disciplines, each representing a step in the problem-solving process

    • Steps include defining the problem, forming a team, identifying root causes, implementing corrective actions, and preventing recurrence

    • Example: A manufacturing company uses the 8D method to address a quality issue in their production li

  • Answered by AI
  • Q2. Injection molding related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical to product design
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given some problem statemts and asked to write the pseudo code,
  • Q2. What is Async and Await.
  • Ans. 

    Async and Await are keywords in JavaScript used to handle asynchronous operations in a synchronous manner.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async functions always return a Promise, which allows ...

  • Answered by AI

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 

(2 Questions)

  • Q1. 1.Asked few questions about feed processing and it’s process parameters by technical team.
  • Q2. Few case studies and business strategy

Interview Preparation Tips

Topics to prepare for Buhler Assistant Manager interview:
  • Food Processing
  • Basic Engineering
  • AutoCAD Drawing
  • Basic knowledge on food safety
  • Basic knowledge on Maintenance
  • basic knowledge on quality
  • Basic knowledge on HSE
Interview preparation tips for other job seekers - Very good company to works at least 5 yrs to become specialist on
1.Business(Sales) Methodology
2.process and Technology
3. Project methodology

Macmet Engineering Interview FAQs

What are the top questions asked in Macmet Engineering Junior Manager HR interview?

Some of the top questions asked at the Macmet Engineering Junior Manager HR interview -

  1. Leave calculation as per factory a...read more
  2. Leave calculation as per ...read more
  3. Normal question 1. Gratuity calculation 2. Bonus ac...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Dover India Interview Questions
4.0
 • 27 Interviews
Nash Industries Interview Questions
3.6
 • 27 Interviews
Sulzer Interview Questions
3.8
 • 27 Interviews
Buhler Interview Questions
3.9
 • 26 Interviews
View all
Macmet Engineering Junior Manager HR Salary
based on 5 salaries
₹3 L/yr - ₹3.6 L/yr
48% less than the average Junior Manager HR Salary in India
View more details
Junior Manager
37 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Mechanical Engineer
35 salaries
unlock blur

₹2 L/yr - ₹5.4 L/yr

Assistant Manager
32 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Electrical Engineer
31 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Electrical Supervisor
12 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Macmet Engineering with

Gandhi Automations

4.1
Compare

Sulzer

3.8
Compare

Bharat Fritz Werner

3.8
Compare

Texmo Industries

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