Upload Button Icon Add office photos
Engaged Employer

i

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

Apar Industries Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Apar Industries HSE Officer Interview Questions, Process, and Tips

Updated 29 Feb 2024

Apar Industries HSE Officer Interview Experiences

1 interview found

HSE Officer Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What kind of Hazardous of Transmission line
  • Ans. 

    Transmission lines can pose hazards such as electric shock, fire, and falls.

    • Electric shock from contact with live wires

    • Fire hazard from equipment failure or sparks

    • Fall hazard from working at heights on transmission towers

    • Exposure to hazardous materials used in insulating or cooling systems

  • Answered by AI
  • Q2. What is lifting plan?
  • Ans. 

    A lifting plan is a detailed document that outlines the procedures and precautions to be taken when lifting heavy objects to ensure safety.

    • Lifting plans include information on the weight of the object, the equipment to be used, the number of personnel required, and the lifting technique to be employed.

    • They also consider factors such as the location of the lift, potential hazards, and emergency procedures.

    • Lifting plans ...

  • Answered by AI
  • Q3. What is hazard?
  • Ans. 

    A hazard is a potential source of harm or adverse health effect on a person or persons.

    • A hazard can be anything that has the potential to cause harm, such as chemicals, electricity, or machinery.

    • Hazards can be classified into categories such as physical, chemical, biological, ergonomic, and psychosocial.

    • Examples of hazards include slippery floors, toxic fumes, loud noise, and repetitive motion.

    • Identifying and assessing...

  • Answered by AI
  • Q4. Explain the near miss, UA&UC?
  • Ans. 

    Near miss is a potential incident that could have resulted in injury, damage, or loss but did not.

    • Near miss is an unplanned event that has the potential to cause harm or damage.

    • UA&UC stands for Unsafe Act and Unsafe Condition.

    • Unsafe Act refers to actions or behaviors that deviate from safe practices.

    • Unsafe Condition refers to physical conditions that increase the likelihood of accidents.

    • Identifying and reporting near m...

  • Answered by AI
Round 2 - Assignment 

Re-conductoring works hot line works proceders

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic data structures questions from bit manipulation, trees, arrays, string
  • Q2. Questions related to previous company work.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't try to elaborate the answer be precise and clear about your answers.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2023.

Round 1 - Coding Test 

Practice on hackerrank, they send hackerrank link for screening round.

Round 2 - Technical 

(1 Question)

  • Q1. C, os, embedded questions
Round 3 - Technical 

(1 Question)

  • Q1. C, data structures,os
Round 4 - HR 

(1 Question)

  • Q1. Previous jobs, salary discussion, relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice basic, logical, coding questions for embedded interviews ex. Simple Data structures, bit manipulation etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the length of longest common subsequence in given strings.
  • Ans. 

    The length of the longest common subsequence in given strings is found using dynamic programming.

    • Use dynamic programming to find the length of the longest common subsequence.

    • Compare characters of the strings and build a matrix to store the lengths of common subsequences.

    • Traverse the matrix to find the length of the longest common subsequence.

  • Answered by AI
  • Q2. A basic DFS based graph question.
Round 2 - Coding Test 

Write the algorithm for topological sorting.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic system design questions.
  • Q2. Explain CAP theorem.
  • Ans. 

    CAP theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance.

    • Consistency: All nodes in the system have the same data at the same time.

    • Availability: Every request gets a response, even if some nodes are down.

    • Partition Tolerance: The system continues to operate despite network partitions.

    • In a distributed system, you can only achieve two o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Explain your previous projects .

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is VLSI design cycle ?
  • Ans. 

    VLSI design cycle is the process of creating integrated circuits by going through various stages from design to fabrication.

    • VLSI design cycle involves stages like specification, design, verification, synthesis, and fabrication.

    • It starts with defining the requirements and specifications of the integrated circuit.

    • Design phase includes logic design, circuit design, and physical design.

    • Verification ensures that the design ...

  • Answered by AI
  • Q2. FIFO Pipeline depth calculation
Round 2 - Technical 

(1 Question)

  • Q1. Verilog code debug question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do read job JD and prepare accordingly

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Modem related like Tx power LNA camping issues debug Few data scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Power related and thermal related

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. String Reversal
  • Q2. Bit manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - The initial coding round with hackerrank was a bit difficult. The interview was fairly easy with some C questions on string operations and bitwise operations. Ending with some logical questions you would find on any tech interview portal

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Embedded software and hardware

Interview Preparation Tips

Interview preparation tips for other job seekers -

I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Data structures
  • Q2. Os theory related questions
  • Q3. White board coding
  • Q4. Memory manger design
  • Q5. Virtual memory concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on data structures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - Coding Test 

1. Reverse a singly linked list
2. Kadane Algorithm

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about my previous company and projects I worked on. In depth discussion on my resume. Questions on OS fundamentals.
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth discussion on the projects I previously worked on. Write code to explain race condition in OS. Few puzzles and numerical were given to test my analytical skills.
Round 4 - One-on-one 

(1 Question)

  • Q1. Final Round with Senior Manager, testing me on all parameters aptitude, tech stack, past experience and interest in the role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well to face any questions from your resume/cv
Prepare DSA, os fundamentals(mutex, semaphore, deadlock, memory management, etc)

Apar Industries Interview FAQs

How many rounds are there in Apar Industries HSE Officer interview?
Apar Industries interview process usually has 2 rounds. The most common rounds in the Apar Industries interview process are One-on-one Round and Assignment.
What are the top questions asked in Apar Industries HSE Officer interview?

Some of the top questions asked at the Apar Industries HSE Officer interview -

  1. What kind of Hazardous of Transmission l...read more
  2. What is lifting pl...read more
  3. What is haza...read more

Tell us how to improve this page.

Apar Industries HSE Officer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 256 Interviews
Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 55 Interviews
View all

Apar Industries HSE Officer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

1.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

1.0

Company culture

5.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
218 salaries
unlock blur

₹4.7 L/yr - ₹12 L/yr

Deputy Manager
101 salaries
unlock blur

₹5.8 L/yr - ₹14.1 L/yr

Senior Officer
57 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Production Engineer
56 salaries
unlock blur

₹2.4 L/yr - ₹5.7 L/yr

Officer
54 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Explore more salaries
Compare Apar Industries with

Qualcomm

3.8
Compare

TDK India Private Limited

3.8
Compare

Molex

3.8
Compare

Applied Materials

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