Upload Button Icon Add office photos
Engaged Employer

i

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

HEG Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HEG Senior Officer Interview Questions and Answers

Updated 16 Mar 2024

HEG Senior Officer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Which energy helps to move piston from TDC to BDC after expansion
  • Ans. 

    The energy that helps to move the piston from TDC to BDC after expansion is mechanical energy.

    • Mechanical energy is converted from the expansion of gases in the combustion chamber.

    • This energy is transferred to the piston through the connecting rod.

    • The movement of the piston from Top Dead Center (TDC) to Bottom Dead Center (BDC) is crucial for the operation of the engine.

  • Answered by AI
  • Q2. Elaborate Combustion process of IC engine
  • Ans. 

    Combustion process in an internal combustion engine involves the ignition of fuel-air mixture to generate power.

    • Fuel and air mixture is compressed in the cylinder

    • Spark plug ignites the mixture, causing combustion

    • Combustion generates high pressure, pushing the piston down

    • Exhaust gases are expelled through the exhaust valve

    • Examples: Petrol engine, Diesel engine

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell something about yourself

Interview Preparation Tips

Topics to prepare for HEG Senior Officer interview:
  • IC Engines
  • Manufacturing Process
Interview preparation tips for other job seekers - Be patient during an interview

Interview questions from similar companies

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 Jul 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 - HR 

(3 Questions)

  • Q1. Introduce Yourself....
  • Q2. Why you are looking for a job change...
  • Q3. What is your CTC ?
  • Ans. 

    My current CTC is confidential.

    • I prefer not to disclose my current CTC as it is confidential information.

    • My salary expectations for this position are based on market standards and my experience.

    • I am open to discussing compensation once we move forward in the interview process.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident...
Give correct and accurate information.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SELF INTRODUCTION
  • Q2. EDUCATIONAL BACKGROUND

Analyst Interview Questions & Answers

Molex user image Anonymous

posted on 19 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. ABOUT YOUR SELF
  • Q2. ABOUT YOUR FAMILY

Interview Preparation Tips

Interview preparation tips for other job seekers - IT WAS GOOD

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About company

Interview Preparation Tips

Interview preparation tips for other job seekers - Its nice to share that interview was happened in 4 modes

Everything is fine and company culture is very good.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About heat treatment Types of gear and uses Day to day work profile Knowledge about rolling mill and furnace Problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have knowledge about what they are writing in their resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About your process.
  • Q2. About your KRA.
Round 2 - HR 

(2 Questions)

  • Q1. About your KRA.
  • Q2. About your self.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and good interview flow with experience staff.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. 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. Indepth knowledge about process
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to adaptability, flexibility
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 4 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 - One-on-one 

(1 Question)

  • Q1. People management scenario, How to tackle complex situation, Client management
Round 3 - One-on-one 

(1 Question)

  • Q1. People management, Process oriented, SLA/KPI management
Round 4 - One-on-one 

(1 Question)

  • Q1. Process simplifiction, Reason for job change
  • Ans. 

    I am looking for a new challenge and opportunity to simplify processes.

    • I have always been passionate about finding ways to streamline processes and increase efficiency.

    • In my previous role, I implemented a new software system that reduced manual data entry by 50%.

    • I am excited about the prospect of joining a team that values innovation and continuous improvement.

    • I believe that simplifying processes not only saves time an...

  • Answered by AI

I appeared for an interview before Apr 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 minutes
Round difficulty - Medium

This was an online coding round where I had 2 questions to solve under 75 minutes. Both the coding questions were of Medium to Hard level of difficulty.

  • Q1. 

    Smallest Window Problem Statement

    Given two strings, S and X, your task is to find the smallest substring in S that contains all the characters present in X.

    Example:

    Input:
    S = "abdd"
    X = "bd"
    Output:
    ...
  • Ans. 

    Find the smallest substring in S that contains all characters in X.

    • Use a sliding window approach to find the smallest substring in S that contains all characters in X.

    • Keep track of the characters in X using a hashmap.

    • Move the window by adjusting the start and end pointers until all characters in X are found.

    • Return the smallest substring encountered.

  • Answered by AI
  • Q2. 

    K - Sum Path In A Binary Tree

    Given a binary tree where each node contains an integer value, and a value 'K', your task is to find all the paths in the binary tree such that the sum of the node values in ...

  • Ans. 

    Find all paths in a binary tree where the sum of node values equals a given value 'K'.

    • Traverse the binary tree using DFS and keep track of the current path and its sum.

    • At each node, check if the current sum equals 'K' and add the path to the result.

    • Continue traversal to the left and right child nodes recursively.

    • Return the list of paths that sum up to 'K'.

  • Answered by AI
Round 2 - Video Call 

(4 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had 2 questions of DS/Algo to solve under 60 minutes and 2 questions related to Operating Systems.

  • Q1. 

    Validate Partial Binary Search Tree (BST) Problem Statement

    You are provided with a binary tree containing 'N' nodes. Your task is to determine if this tree is a Partial Binary Search Tree (BST). Return t...

  • Ans. 

    Validate if a binary tree is a Partial Binary Search Tree (BST) by checking if each node's left subtree contains nodes with data less than or equal to the node's data, and each node's right subtree contains nodes with data greater than or equal to the node's data.

    • Check if each node's left subtree follows BST property (data <= node's data) and right subtree follows BST property (data >= node's data)

    • Recursively che...

  • Answered by AI
  • Q2. 

    Longest Increasing Subsequence Problem Statement

    Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...

  • Ans. 

    Find the length of the longest strictly increasing subsequence in an array of integers.

    • Use dynamic programming to solve this problem efficiently.

    • Initialize an array to store the length of the longest increasing subsequence ending at each index.

    • Iterate through the array and update the length of the longest increasing subsequence for each element.

    • Return the maximum value in the array as the result.

  • Answered by AI
  • Q3. Can you define process and threads in operating systems?
  • Ans. 

    Processes are instances of a program in execution, while threads are lightweight processes within a process.

    • A process is a program in execution, with its own memory space and resources.

    • Threads are lightweight processes within a process, sharing the same memory space and resources.

    • Processes are independent of each other, while threads within the same process can communicate and share data.

    • Example: A web browser running ...

  • Answered by AI
  • Q4. What are the different types of semaphores?
  • Ans. 

    Different types of semaphores include binary semaphores, counting semaphores, and mutex semaphores.

    • Binary semaphores: Can only have two states - 0 or 1. Used for mutual exclusion.

    • Counting semaphores: Can have multiple states. Used for managing resources with limited capacity.

    • Mutex semaphores: Similar to binary semaphores but with additional features like priority inheritance.

    • Named semaphores: Can be shared between proc...

  • Answered by AI
Round 3 - Video Call 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Hard

In this round, I was asked 3 coding questions out of which I had to implement the first two and for the last question I was only asked the optimal approach. The main challenge in this round was to implement the first two questions in a production ready manner without any bugs and so I had to spent some time thinking about some Edge Cases which were important with respect to the question.

  • Q1. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

  • Ans. 

    The task is to find the next greater element for each element in an array to its right, if no greater element exists, return -1.

    • Use a stack to keep track of elements for which the next greater element is not found yet.

    • Iterate through the array from right to left and pop elements from the stack until a greater element is found.

    • Store the next greater element for each element in a separate array.

    • If the stack is empty afte...

  • Answered by AI
  • Q2. 

    Power Set Generation

    Given a sorted array of 'N' integers, your task is to generate the power set for this array. Each subset of this power set should be individually sorted.

    A power set of a set 'ARR' i...

  • Ans. 

    Generate power set of a sorted array of integers with individually sorted subsets.

    • Use recursion to generate all possible subsets by including or excluding each element in the array.

    • Sort each subset before adding it to the power set.

    • Handle base case when all elements have been considered to add the subset to the power set.

  • Answered by AI
  • Q3. 

    Counting Sort Problem Statement

    Ninja is learning about sorting algorithms, specifically those that do not rely on comparisons. Can you help Ninja implement the counting sort algorithm?

    Example:

    Input:
    ...
  • Ans. 

    Implement counting sort algorithm to sort an array of integers without comparisons.

    • Count the frequency of each element in the input array.

    • Create a prefix sum array to determine the position of each element in the sorted array.

    • Iterate through the input array and place each element in its correct position based on the prefix sum array.

    • Time complexity of counting sort is O(n+k), where n is the number of elements and k is

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACadence Design Systems interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OS, DBMS, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

HEG Interview FAQs

How many rounds are there in HEG Senior Officer interview?
HEG interview process usually has 2 rounds. The most common rounds in the HEG interview process are Technical and HR.
What are the top questions asked in HEG Senior Officer interview?

Some of the top questions asked at the HEG Senior Officer interview -

  1. Which energy helps to move piston from TDC to BDC after expans...read more
  2. Elaborate Combustion process of IC eng...read more

Tell us how to improve this page.

HEG Senior Officer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

Intel Interview Questions
4.2
 • 215 Interviews
Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 88 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Lam Research Interview Questions
3.7
 • 45 Interviews
Apar Industries Interview Questions
4.1
 • 42 Interviews
View all
HEG Senior Officer Salary
based on 64 salaries
₹2.2 L/yr - ₹4.5 L/yr
38% less than the average Senior Officer Salary in India
View more details

HEG Senior Officer Reviews and Ratings

based on 19 reviews

3.1/5

Rating in categories

2.9

Skill development

2.5

Work-life balance

2.5

Salary

3.5

Job security

2.6

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 19 Reviews and Ratings
Senior Officer
64 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Officer
35 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Assistant Manager
27 salaries
unlock blur

₹6.5 L/yr - ₹13.8 L/yr

Executive
23 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Deputy Manager
17 salaries
unlock blur

₹9 L/yr - ₹16.5 L/yr

Explore more salaries
Compare HEG with

Intel

4.2
Compare

Apar Industries

4.1
Compare

TDK India Private Limited

3.8
Compare

Molex

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