Upload Button Icon Add office photos

Filter interviews by

Thermo Systems India Interview Questions, Process, and Tips

Updated 30 Nov 2024

Top Thermo Systems India Interview Questions and Answers

Thermo Systems India Interview Experiences

Popular Designations

7 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Hira full form ? Confined space.?work at height? Material handling

Safety Officer Interview Questions asked at other Companies

Q1. If you don't have any safety equipment and documents how to complete the work ?
View answer (18)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic design questions

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (72)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Which type of material do you procure?
  • Ans. 

    I procure a wide range of materials including raw materials, components, equipment, and services.

    • Raw materials such as metals, plastics, and chemicals

    • Components like electronic parts, mechanical parts, and packaging materials

    • Equipment such as machinery, tools, and vehicles

    • Services like maintenance, repair, and consulting

  • Answered by AI
  • Q2. Technical question about related material

Assistant Manager- Purchase Interview Questions asked at other Companies

Q1. Are u ready to working flexible time and also flexible location.
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. 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 - One-on-one 

(1 Question)

  • Q1. Asked about last experience and sales network in PSU's
Round 3 - HR 

(1 Question)

  • Q1. Location preference and relocation timing.

Interview Preparation Tips

Interview preparation tips for other job seekers - great company. if your resume is shortlisted , high chances you will get the job.

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (62)

Thermo Systems India interview questions for popular designations

 Senior Engineer

 (1)

 QA QC Site Engineer

 (1)

 Safety Officer

 (1)

 Assistant Manager

 (1)

 Mechanical Engineer

 (1)

 Assistant Manager- Purchase

 (1)

 Deputy Manager

 (1)

I appeared for an interview in Sep 2022.

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 

(2 Questions)

  • Q1. Boiler types and how it work.
  • Ans. 

    Boilers are vessels that generate steam by heating water. There are various types of boilers such as fire tube, water tube, and electric.

    • Fire tube boilers have tubes that run through the water tank and hot gases produced by the burner pass through these tubes to heat the water.

    • Water tube boilers have tubes filled with water and hot gases produced by the burner pass around these tubes to heat the water.

    • Electric boilers ...

  • Answered by AI
  • Q2. 2 types and ibd & Cbd

Interview Preparation Tips

Interview preparation tips for other job seekers - Good personal attitudes and high knowledge Maintenance Manager for Powerplant.

Mechanical Engineer Interview Questions asked at other Companies

Q1. What we need to do if pressure valve fail in boiler
View answer (8)

Assistant Manager Interview Questions & Answers

user image Kondaveeti Rajesh

posted on 3 May 2022

I applied via Company Website and was interviewed before May 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 - Technical 

(1 Question)

  • Q1. About the experience they will ask, procedures and personal

Interview Preparation Tips

Topics to prepare for Thermo Systems India Assistant Manager interview:
  • Procurement
  • Project Procurement
Interview preparation tips for other job seekers - Be professional, ask good salary.

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)

I applied via Naukri.com and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Field quality control of ESP ( power plant ) and structure
  • Ans. 

    Field quality control of ESP and structure in power plant

    • Ensure compliance with design specifications and standards

    • Conduct inspections and tests on equipment and structures

    • Identify and report any defects or non-conformities

    • Collaborate with project team to resolve quality issues

    • Maintain accurate records and documentation

  • Answered by AI
  • Q2. How to prepare PQR and WPS
  • Ans. 

    PQR and WPS are prepared by following ASME Section IX guidelines.

    • Prepare PQR by welding test coupons according to the required specifications.

    • Conduct mechanical and chemical tests on the welded coupons.

    • Record the test results in the PQR document.

    • Prepare WPS by using the information from the PQR document.

    • Include welding parameters, preheat and post-weld heat treatment in the WPS.

    • Get the WPS approved by a qualified weldi

  • Answered by AI
  • Q3. Fluently speak english

Interview Preparation Tips

Interview preparation tips for other job seekers - really about your experience in write a CV.
true salary tell him hr
self confidence important

QA QC Site Engineer Interview Questions asked at other Companies

Q1. field quality control of ESP ( power plant ) and structure
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. How do you rate yourself in c?

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

Interview Questionnaire 

2 Questions

  • Q1. Please go through the basics questions and programs.
  • Q2. C#, SQL, Html, angular, asp.net, asp.net mvc basic questions

Thermo Systems India Interview FAQs

How many rounds are there in Thermo Systems India interview?
Thermo Systems India interview process usually has 1-2 rounds. The most common rounds in the Thermo Systems India interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Thermo Systems India 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 Thermo Systems India. The most common topics and skills that interviewers at Thermo Systems India expect are Costing, Bidding, Boq Preparation, Cable Sizing and Design Engineering.
What are the top questions asked in Thermo Systems India interview?

Some of the top questions asked at the Thermo Systems India interview -

  1. field quality control of ESP ( power plant ) and struct...read more
  2. Which type of material do you procu...read more
  3. How to prepare PQR and W...read more

Tell us how to improve this page.

Thermo Systems India Interview Process

based on 10 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Texas Instruments Interview Questions
4.0
 • 120 Interviews
Synopsys Interview Questions
3.9
 • 89 Interviews
Molex Interview Questions
3.8
 • 55 Interviews
Lam Research Interview Questions
3.7
 • 46 Interviews
Apar Industries Interview Questions
4.1
 • 43 Interviews
View all

Thermo Systems India Reviews and Ratings

based on 121 reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.7

Salary

3.9

Job security

3.6

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 121 Reviews and Ratings
Assistant Manager
39 salaries
unlock blur

₹4.8 L/yr - ₹10.5 L/yr

Project Manager
17 salaries
unlock blur

₹7.5 L/yr - ₹29 L/yr

Deputy Manager
16 salaries
unlock blur

₹7.1 L/yr - ₹12 L/yr

Senior Engineer
13 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Site Engineer
10 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Thermo Systems India with

Apar Industries

4.1
Compare

TDK India Private Limited

3.8
Compare

Molex

3.8
Compare

Micron Technology

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