Filter interviews by
Injection moulding is a manufacturing process used to produce parts by injecting molten material into a mould.
Molten material is injected into a mould cavity
The material solidifies inside the mould
The mould is then opened and the part is ejected
Commonly used for producing plastic parts
Can also be used for producing metal, glass, and ceramic parts
OEE can be calculated by multiplying Availability, Performance, and Quality percentages.
Calculate Availability by dividing Operating Time by Planned Production Time.
Calculate Performance by dividing Actual Production by Maximum Production.
Calculate Quality by dividing Good Units by Total Units Produced.
Multiply Availability, Performance, and Quality percentages to get OEE.
Injection moulding machines are classified based on their function, structure, and control system.
Based on function: hydraulic, electric, hybrid
Based on structure: vertical, horizontal, multi-component
Based on control system: manual, semi-automatic, automatic
Examples: Arburg, Engel, Krauss Maffei
Core and cavity are the two halves of a mold used in injection molding process.
Core is the part of the mold that creates the internal features of the plastic part.
Cavity is the part of the mold that creates the external features of the plastic part.
Core and cavity are designed to fit together to create the final shape of the plastic part.
The molten plastic is injected into the cavity and takes the shape of the cor...
Cushion is the amount of money or time added to a project schedule to account for uncertainties and risks.
Cushion is also known as contingency reserve.
It is added to the project schedule to ensure that the project is completed on time and within budget.
The amount of cushion depends on the level of uncertainty and risk involved in the project.
For example, a project with a high level of uncertainty and risk may requ...
There are various types of plastics such as thermoplastics, thermosetting plastics, and elastomers.
Thermoplastics can be melted and re-molded multiple times, examples include polyethylene and PVC.
Thermosetting plastics cannot be melted and re-molded, examples include epoxy and phenolic resins.
Elastomers are rubber-like materials that can stretch and return to their original shape, examples include silicone and neo...
Injection moulding is a manufacturing process used to produce parts by injecting molten material into a mould.
Molten material is injected into a mould cavity
The material solidifies inside the mould
The mould is then opened and the part is ejected
Commonly used for producing plastic parts
Can also be used for producing metal, glass, and ceramic parts
Core and cavity are the two halves of a mold used in injection molding process.
Core is the part of the mold that creates the internal features of the plastic part.
Cavity is the part of the mold that creates the external features of the plastic part.
Core and cavity are designed to fit together to create the final shape of the plastic part.
The molten plastic is injected into the cavity and takes the shape of the core.
The...
There are various types of plastics such as thermoplastics, thermosetting plastics, and elastomers.
Thermoplastics can be melted and re-molded multiple times, examples include polyethylene and PVC.
Thermosetting plastics cannot be melted and re-molded, examples include epoxy and phenolic resins.
Elastomers are rubber-like materials that can stretch and return to their original shape, examples include silicone and neoprene...
Cushion is the amount of money or time added to a project schedule to account for uncertainties and risks.
Cushion is also known as contingency reserve.
It is added to the project schedule to ensure that the project is completed on time and within budget.
The amount of cushion depends on the level of uncertainty and risk involved in the project.
For example, a project with a high level of uncertainty and risk may require a...
Injection moulding machines are classified based on their function, structure, and control system.
Based on function: hydraulic, electric, hybrid
Based on structure: vertical, horizontal, multi-component
Based on control system: manual, semi-automatic, automatic
Examples: Arburg, Engel, Krauss Maffei
OEE can be calculated by multiplying Availability, Performance, and Quality percentages.
Calculate Availability by dividing Operating Time by Planned Production Time.
Calculate Performance by dividing Actual Production by Maximum Production.
Calculate Quality by dividing Good Units by Total Units Produced.
Multiply Availability, Performance, and Quality percentages to get OEE.
Top trending discussions
posted on 28 Mar 2025
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Aptitude 60 min 25 qstns
SEM stands for Scanning Electron Microscope, a type of microscope that uses electrons to create high-resolution images of samples.
SEM uses a focused beam of electrons to scan the surface of a sample
The electrons interact with the atoms in the sample, producing signals that can be used to create an image
SEM provides high-resolution images with magnifications up to 1,000,000x
It is commonly used in materials science, biol...
I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.
Clone a linked list with random pointers.
Create a new node for each node in the original list.
Store the mapping between the original and cloned nodes in a hash table.
Traverse the original list again and set the random pointers in the cloned list using the hash table.
Return the head of the cloned list.
I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.
I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.
Inter location transfer in supply chain involves movement of goods between different locations within the supply chain network.
Inter location transfer helps in optimizing inventory levels and reducing lead times.
It requires coordination between different locations and proper documentation.
Examples include transfer of raw materials from warehouse to production facility, transfer of finished goods from manufacturing plan...
Order alternative items or notify customer if items are not in stock.
Check inventory levels regularly
Identify alternative products that can be offered to customers
Notify customers of out-of-stock items and provide estimated restock dates
I have experience in implementing SAP and Oracle ERPs.
Implemented SAP ERP for a manufacturing company
Implemented Oracle ERP for a retail company
Experience in customizing ERP modules to meet business requirements
posted on 17 Aug 2023
I applied via Walk-in and was interviewed before Aug 2022. There were 3 interview rounds.
I applied via Naukri.com
Hacker rank question - easy and medium
Design solution for problems
Design a software for car ECU
Identify the requirements and functionalities of the ECU
Choose a programming language and development environment
Implement the software to control the engine, transmission, and other systems
Test the software for reliability and performance
Ensure the software is secure and can handle errors and exceptions
My strengths include strong leadership skills, excellent communication, and problem-solving abilities. My weaknesses include being overly critical of myself and sometimes taking on too much responsibility.
Strength: Strong leadership skills
Strength: Excellent communication
Strength: Problem-solving abilities
Weakness: Being overly critical of myself
Weakness: Sometimes taking on too much responsibility
I am an experienced professional with strong leadership skills and a proven track record in managing teams.
Experienced professional with strong leadership skills
Proven track record in managing teams
Excellent communication and problem-solving abilities
Ability to motivate and inspire team members
Focused on achieving goals and delivering results
I applied via Referral and was interviewed in Nov 2023. There were 6 interview rounds.
Duration: 1Hour 30 Minutes, 2 Coding Questions of Total 175 Marks. 1st Question has 75 marks and 2nd Question has 100 marks.
Using Bitwise OR operation to find the smallest missing number in an array.
Iterate through the array and perform Bitwise OR operation with each element to set corresponding bit in a bitmask
Iterate through the bitmask to find the first unset bit, which represents the smallest missing number
Example: Array [0, 1, 3, 4, 6] would have a bitmask of 10101, smallest missing number is 2
Extract data from a dynamic array and perform mathematical operations on it.
Identify the dynamic array structure, e.g., ['12', '15', '20'].
Convert string elements to integers for mathematical operations.
Perform operations like sum, average, or product on the extracted data.
Example: For array ['2', '3', '5'], sum = 2 + 3 + 5 = 10.
Use built-in functions like map() for conversion and reduce() for aggregation.
Pseudo code for a scenario
Define variables and data structures needed
Write the main logic using conditional statements and loops
Handle edge cases and error conditions
Test the pseudo code with sample inputs
I appeared for an interview in Feb 2025, where I was asked the following questions.
I have over 5 years of experience in software development, specializing in web applications and cloud technologies.
Developed a full-stack web application using React and Node.js, improving user engagement by 30%.
Led a team of 4 developers in creating a microservices architecture for a scalable e-commerce platform.
Implemented CI/CD pipelines using Jenkins and Docker, reducing deployment time by 50%.
Worked with Agile met...
Dispatch Executive
4
salaries
| ₹1.8 L/yr - ₹3.5 L/yr |
Dispatch Incharge
3
salaries
| ₹2.8 L/yr - ₹3.5 L/yr |
Primus Global Technologies
Magneti Marelli Motherson Auto System
TriGeo Technologies
Tradeshala