Filter interviews by
I applied via Referral and was interviewed in Apr 2020. There were 3 interview rounds.
A Manufacturing Bill of Material (MBOM) is a comprehensive list of all the components, sub-assemblies, and raw materials needed to manufacture a product.
MBOM is used to plan and manage the production process
It includes information on the quantity, cost, and lead time of each component
MBOM is often created using a Product Lifecycle Management (PLM) software
It helps ensure that all necessary components are available when...
Assembly sequencing involves determining the order in which parts are assembled to create a final product.
Identify the components and their dependencies
Determine the optimal order of assembly
Consider factors such as safety, efficiency, and quality control
Create a detailed assembly plan and communicate it to the team
Continuously evaluate and improve the assembly process
Torque audit is a process of verifying the accuracy of torque applied to fasteners during assembly.
It involves using a torque wrench to measure the torque applied to each fastener.
The measured torque is compared to the specified torque in the assembly instructions.
Any discrepancies are noted and corrected to ensure proper assembly and prevent failures.
Torque audit is commonly used in automotive and aerospace industries...
Torque value selection criteria depend on the application and the fastener being used.
The material and size of the fastener
The material and thickness of the joint being fastened
The required clamping force
The type of tool being used
The desired level of torque accuracy
The environmental conditions
The torque specifications provided by the manufacturer
The torque testing and calibration equipment available
To create process planning for an assembly, I would analyze the assembly process and break it down into individual steps.
Identify the components and their specifications
Determine the sequence of assembly steps
Identify the tools and equipment required for each step
Determine the time required for each step
Create a detailed process plan document
Continuously review and improve the process plan
SOE is a documented sequence of steps or events that must occur in a specific order to complete a task or process.
SOE is used in manufacturing to ensure consistency and quality in production.
It outlines the specific steps and order of operations required to complete a task or process.
SOE can be used for assembly, testing, packaging, and other manufacturing processes.
Examples of SOE include assembly instructions for a p...
RPN in PFMEA is calculated by multiplying Severity, Occurrence, and Detection scores.
Assign a score of 1-10 for Severity, Occurrence, and Detection.
Multiply the three scores to get the RPN (Risk Priority Number).
Identify the highest RPNs and prioritize actions to reduce them.
RPN = Severity x Occurrence x Detection.
Use a scale to determine the score for each factor, such as the one provided by AIAG.
Update the PFMEA with
Poke Yoke is a Japanese term for mistake-proofing. It is a technique used to prevent errors in manufacturing processes.
Poke Yoke aims to eliminate defects by preventing human errors
It involves designing processes and equipment to prevent mistakes from occurring
Examples of Poke Yoke include using sensors to detect errors and prevent further processing
Another example is using color-coding or shapes to ensure correct asse...
PPE in assembly line include safety glasses, gloves, earplugs, hard hats, and steel-toed shoes.
Safety glasses to protect eyes from debris and chemicals
Gloves to protect hands from cuts and chemicals
Earplugs to protect ears from loud noises
Hard hats to protect head from falling objects
Steel-toed shoes to protect feet from heavy objects
Lifting tools used in assembly line include cranes, hoists, lifts, and jacks.
Cranes are used for heavy lifting and moving large components.
Hoists are used for lifting and moving smaller components.
Lifts are used for raising and lowering workers to different levels.
Jacks are used for lifting and supporting vehicles or equipment.
Other lifting tools may include slings, chains, and hooks.
I applied via Referral and was interviewed in Aug 2020. There were 4 interview rounds.
Top trending discussions
posted on 13 Sep 2024
Water scarcity, 3 mins , name-area-parents-topic
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MySQL and MongoDB
Familiar with version control systems like Git and deployment tools like Docker
Strong problem-solving skills and ability
I have a Bachelor's degree in Computer Science and 5 years of experience in software development.
Bachelor's degree in Computer Science
5 years of experience in software development
I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.
Mostly round had questions related to the quant and data interpretation.
Problems were related to Arrays and Greedy Algorithms
It was well managed GD round
It had three different topics and each and everyone has to attend the all the three topics
posted on 13 Jan 2024
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.
I applied via Campus Placement
They asked logical reasoning and some machin learning mcqs
Convolutional neural network (CNN) is a deep learning algorithm commonly used for image recognition and classification.
CNN is designed to automatically and adaptively learn spatial hierarchies of features from input data.
It uses convolutional layers to apply filters to input data, extracting features at different spatial locations.
Pooling layers are used to reduce the spatial dimensions of the input data while retainin...
NumPy is a powerful library for numerical computing in Python, providing support for large, multi-dimensional arrays and matrices.
NumPy uses C and Fortran libraries in the background for numerical computations, making it faster than pure Python.
It provides a powerful N-dimensional array object and functions for performing various mathematical operations on arrays.
NumPy arrays are stored in contiguous blocks of memory, ...
I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.
Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
Time complexity: O(nlogn) in average case and O(n^2) in worst case
Space complexity: O(logn)
Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]
I am a software enthusiast with a passion for coding and problem-solving.
I have a degree in Computer Science and Engineering.
I have experience in programming languages such as Java, Python, and C++.
I have worked on projects involving web development, data analysis, and machine learning.
I am a quick learner and enjoy working in a team environment.
I am a quick learner with a passion for software development and a strong work ethic.
I have a solid understanding of programming concepts and experience with multiple programming languages.
I am a team player and enjoy collaborating with others to solve problems.
I am highly motivated and always strive to improve my skills and knowledge.
I have completed several projects on my own and am eager to apply my skills in a prof
posted on 12 Apr 2024
posted on 27 Jun 2023
I applied via Indeed and was interviewed in May 2023. There were 3 interview rounds.
My expected CTC is negotiable based on the job role, responsibilities, and benefits offered.
My expected CTC is based on industry standards and my level of experience.
I am open to discussing the salary range during the interview process.
I am looking for a competitive salary package with additional benefits such as healthcare and retirement plans.
I applied via Walk-in and was interviewed in Feb 2023. There were 2 interview rounds.
I coding round ask a question.
a. Print palindrome.
b. Delete duplicate number.
c. Fibonnaci Series.
d. Prime number.
Answers to common programming interview questions.
Constructor is a special method that is called when an object is created.
OOPs is Object-Oriented Programming which focuses on objects and their interactions.
Abstraction is a concept of hiding implementation details while interface is a blueprint of a class.
Checked exceptions are checked at compile-time while unchecked exceptions are not.
Throw keyword is used to throw an...
based on 17 reviews
Rating in categories
Technical Lead
12
salaries
| ₹14 L/yr - ₹24.1 L/yr |
Senior Engineer Manufacturing
6
salaries
| ₹8.4 L/yr - ₹11.7 L/yr |
Senior Mechanical Design Engineer
6
salaries
| ₹8.1 L/yr - ₹15.8 L/yr |
Executive Accountant
5
salaries
| ₹2.8 L/yr - ₹3.5 L/yr |
Senior Tableau Developer
4
salaries
| ₹15.5 L/yr - ₹26.7 L/yr |
Infosys
TCS
Wipro
HCLTech