Industrial engineers use scientific and mathematical principles to design and integrate various types of systems. The main focus of this field is to improve efficiency and reduce waste, so industrial engineers often face interview questions about their processes to analyze, design, evaluate, and predict behaviors and responses when implementing systems.
Here are three top industrial engineer interview questions and how to answer them.
How to answer: This question allows you to demonstrate your hard skills in industrial engineering. If you have previous experience with designing a plant layout, discuss the situation with specific on the factors you considered and the steps you followed.
How to answer: Employers want to know how potential new hires can work through challenges in a positive and professional way. When answering this question, use the STAR method (situation, task, action, result) to describe a situation in which you faced a challenge and how you overcame it with your team.
How to answer: An organization may task an industrial engineer with refining its processes to improve safety and protect the employees. Use this answer to describe the importance of workplace safety and the processes you use to analyze existing safety regulations and come up with ways to make them better. This answer helps you demonstrate your problem-solving skills and knowledge of safety practices.
↳
The idea for the linear solution is, that when the next price is lower than current minimum, you should sell all for the previous maximum and buy for the new minimum. It is actually similar to looking for maximum difference where the min is predecessor of max. Code for the linear solution: void sell_points(const vector& data) { cout data[max]) { max = i; } } // last run if (data[min] < data[max] && max != last_max) { cout << "Buy:\t#" << min << " (price: " << data[min] << ")" << endl; cout << "Sell:\t#" << max << " (price: " << data[max] << ")" << endl; } } Less
↳
(the last_max check is actually not necessary, in the code I forgot to set it appropriately but it is not needed anyway) Less
↳
The brute-force solution is to compare each price to those further on and to return the greatest gain. Otherwise I tried a linear solution but I was not sure about the solution. Less
↳
Product designer has to design the part with proper wall thickness and geometric details that assist the moldflow in molding process. Further, during the molding process, we adjust the molding pressure or temperature to speed up the mold flow so that the mold can be filled fast before the material sets in to form the flow mark. Less
↳
Specify on your drawings critical dimensions so your suppliers can assess and understand the scope of what you need. Then when your supplier provides mold flow analysis it can be done with complete information. Less
↳
This really depends on the part. There are general rules of thumb to be followed but some of it is trial and error. Less
↳
Great company with unlimited opportunity for those willing to work for it.
↳
Because ups is a large companies full of opportunity
↳
Drug test??
↳
That i can work in a variety of fields and projects therefore i can never get bored. There is always something new Less
↳
I can use mathematics and computer science to help people make better decision and make more profit. with this process, you can also be a wise man. Less
↳
Nothing...because an industrial engineer doesn't do anything that wouldn't be done better my a statistician, mechanical engineer, or electrical engineer. Less
↳
What was the name of the recruiting company?
↳
Mentioned some possible 6S improvements. But I knew this wasn't a question you would immediately be able to answer not knowing the product volume and processes. So it was more about asking the right kind of questions and outlining a strategy I would take to determine optimum layout. Less
↳
Worked with different suppliers--suppliers would get frustrated not receiving business after the quoting process. Explained to them using reasoning and statistical values as to why they weren't chosen. Less
↳
When did you have an interview with them? How long after the interview they made you an offer? Less
↳
Tube is measured by out side diameter the tube is measured by inside diameter
↳
Chkor ma or gol ma ho ta ha pipe
↳
I hate this question because no one wants to talk about their weaknesses. Plus, if they already know who they want to hire this question just affirms their decision to hire or not hire you. Less
↳
Be honest about what u lack in, but turn it around as an opportunity for better communication time management, organization, and cite the resources out there to help with this. Less