Filter interviews by
OQL stands for Outgoing Quality Level and AQL stands for Acceptable Quality Level.
OQL is the maximum percentage of defective products that a buyer is willing to accept from a supplier.
AQL is the maximum percentage of defective products that a buyer considers acceptable in a random sample during inspection.
Both OQL and AQL are important in quality assurance to ensure products meet quality standards.
For example, a buyer ...
Skill matrix is a tool used to assess and track the skills and competencies of individuals within an organization.
Skill matrix helps in identifying the strengths and weaknesses of employees.
It assists in determining training needs and career development paths.
It can be used to allocate resources effectively based on skill levels.
Examples: Excel proficiency level, coding skills, communication skills.
A 3rd party audit is an independent evaluation of a company's processes, systems, and products by an external organization.
Performed by an external organization or individual not affiliated with the company being audited
Objective is to assess compliance with standards, regulations, or best practices
Helps identify areas for improvement and ensure quality and consistency
Common in industries like manufacturing, healthcare...
A production bulletin is a document that provides information about changes, updates, or issues related to a product or process in a production environment.
Production bulletins are typically used to communicate important information to stakeholders such as production teams, quality assurance engineers, and management.
They may include details about new features, bug fixes, production delays, or other relevant updates.
Pr...
Size set can be checked by measuring the dimensions of each garment in the set.
Measure the dimensions of each garment in the set (e.g. chest, waist, length)
Compare the measurements to the standard size chart for accuracy
Check for consistency in sizing across all garments in the set
PPM stands for parts per million and is a measurement used in quality assurance to assess the level of defects or errors in a product or process.
Collect data on the total number of units produced and the number of defects found.
Calculate the defect rate by dividing the number of defects by the total number of units and multiplying by 1,000,000.
Analyze the results to identify areas for improvement and implement correcti...
A line review meeting is a regular meeting where the quality assurance team reviews the production line processes and products.
Regular meeting to review production line processes
Focus on ensuring quality standards are met
Opportunity to identify and address any issues or improvements needed
Pre-production meetings are essential for ensuring quality in the production process.
Set clear objectives and agenda for the meeting
Invite key stakeholders including production team, quality assurance team, and management
Discuss production schedule, quality standards, and any potential issues or risks
Review previous production data and performance metrics
Assign action items and follow-up on progress
Document meeting min
Batch setting involves configuring multiple items at once.
Identify the items that need to be configured in batch
Access the batch setting feature in the system
Select the desired settings or values for the items
Apply the settings to all selected items
Verify that the batch setting was successful
Fabric shrinkage can be conducted by washing and drying the fabric in specific conditions.
Wash the fabric in hot water
Dry the fabric in high heat
Measure the dimensions before and after washing/drying to calculate shrinkage percentage
To check shade card and GSM of fabric, use a spectrophotometer for color matching and a GSM cutter and scale for weight measurement.
Use a spectrophotometer to measure the color of the fabric against the shade card.
Compare the color values obtained from the spectrophotometer with the standard shade card to ensure accuracy.
Use a GSM cutter to cut a specific size of fabric sample and weigh it using a scale to determine th...
Fabric checking involves inspecting fabric for defects and ensuring quality standards are met.
Inspect fabric for defects such as holes, tears, stains, or irregularities
Check fabric for color consistency and pattern alignment
Verify fabric weight, texture, and overall quality
Use tools like magnifying glasses, light tables, and color swatches for detailed examination
Document findings and communicate with suppliers or manu
To create a before and after wash shrinkage report, measure the dimensions of the fabric before and after washing.
Measure the dimensions of the fabric before washing (b4 wash) using a ruler or measuring tape.
Wash the fabric according to the specified instructions (e.g. temperature, detergent) and dry it as per the guidelines.
Measure the dimensions of the fabric after washing (after wash) using the same method as before...
To cut CSV in production marker, use a script to filter out rows based on a specific marker.
Use a scripting language like Python or Bash to read the CSV file line by line
Check for the marker in each row and only output rows that do not contain the marker
Save the filtered rows to a new CSV file for production use
To conduct a production line walk in a sewing line, one must physically walk through the line to observe the process and identify any issues or areas for improvement.
Walk through the sewing line from start to finish, observing each step of the production process
Check for any defects in the finished products and identify the root cause
Engage with the operators and workers to understand their challenges and gather feedba...
Final inspection is conducted according to buyer standards by ensuring all quality criteria are met.
Review buyer standards and quality criteria before inspection
Inspect final product for defects or deviations from standards
Document findings and communicate with relevant stakeholders
Implement corrective actions if necessary to meet buyer standards
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
Mechanical Engineering offers a diverse range of opportunities to apply scientific principles to solve real-world problems.
Mechanical Engineering provides a strong foundation in math, physics, and materials science.
It offers a wide range of career opportunities in various industries such as automotive, aerospace, and manufacturing.
Mechanical Engineers design and develop machines, tools, and systems that improve our dai...
I am a Programmer Analyst with expertise in developing and maintaining software applications.
Proficient in programming languages such as Java, C++, and Python
Experience in analyzing user requirements and designing software solutions
Skilled in troubleshooting and debugging software issues
Strong knowledge of database management systems like MySQL and Oracle
Familiarity with software development methodologies like Agile an...
I come from a close-knit family with diverse backgrounds and interests.
My parents are both educators, and they instilled in me a love for learning and problem-solving.
I have two siblings, an older brother who works in finance and a younger sister who is studying medicine.
We often gather for family dinners and enjoy discussing various topics, from technology to current events.
My family has been a great support system th...
Flexibility can bring advantages like adaptability and creativity, but can also lead to indecisiveness and lack of focus.
Flexibility allows for adaptability to changing situations and creativity in problem-solving.
It can also lead to indecisiveness and lack of focus if not balanced with structure and clear goals.
Advantages include increased resilience, better teamwork, and improved communication.
Disadvantages include p...
My English score is bad due to lack of practice and exposure.
Lack of practice and exposure to English language
Difficulty in understanding complex grammar rules
Limited vocabulary and poor pronunciation
Lack of confidence in speaking and writing English
Possible language barrier if English is not my first language
I am a software engineer with experience in developing and maintaining software applications.
I have a strong background in programming languages such as Java, C++, and Python.
I have worked on various projects, including developing web applications and implementing software solutions.
I am skilled in problem-solving and debugging, ensuring efficient and effective software development.
I have experience in collaborating wi...
I learned valuable teamwork and problem-solving skills during my summer internship.
Developed strong collaboration skills by working with a team of software engineers to complete projects
Gained experience in troubleshooting and debugging software issues
Learned to effectively communicate and present technical concepts to both technical and non-technical stakeholders
Improved problem-solving abilities by identifying and re...
Find sum of all numbers formed from root to leaf path in a binary tree
Traverse the binary tree using DFS
At each leaf node, add the number formed from root to leaf path to a sum variable
Return the sum variable
Time complexity: O(n)
Example: For a binary tree with root value 1, left child 2 and right child 3, the sum would be 12 + 13 = 25
Given a string, print all possible strings that can be made by placing spaces (zero or one) in between them.
Use recursion to generate all possible combinations of spaces
For each recursive call, either add a space or don't add a space between the current character and the next character
Base case is when there are no more characters left to add spaces between
Time complexity is O(2^n) where n is the length of the string
Preorder traversal without recursion
Use a stack to keep track of nodes
Push right child first and then left child onto stack
Pop top of stack and print value
Repeat until stack is empty
Find longest continuous patch on a 12 km road with updates in patches
Maintain a variable to keep track of current patch length
Update the variable whenever a new patch is added
Maintain a variable to keep track of longest patch so far
Compare current patch length with longest patch length and update if necessary
Use a sorted data structure like a binary search tree to store the patches for efficient search
Time complexity: ...
Find median of an unsorted array.
Sort the array and find the middle element
Use quickselect algorithm to find the median in O(n) time
If the array is small, use brute force to find the median
Find 'k' elements closest to a given number from a stream of characters.
Use a priority queue to keep track of closest elements.
Update the queue as new characters come in.
Return the 'k' closest elements from the queue.
Design a data structure with O(1) insert, remove, find-max, and delete-max operations.
Use a doubly linked list to maintain the elements in sorted order.
Use a hash table to store the pointers to the nodes in the linked list.
Maintain a pointer to the maximum element in the hash table.
Update the pointers in the hash table when inserting or removing elements.
Update the maximum pointer when deleting or inserting the maximum
Check if a given linked list is a palindrome.
Traverse the linked list and store the values in an array.
Compare the first and last elements of the array, then move towards the center.
If all elements match, the linked list is a palindrome.
Alternatively, use two pointers to find the middle of the linked list and reverse the second half.
Compare the first half with the reversed second half to check for a palindrome.
based on 14 reviews
Rating in categories
System Support Specialist
5
salaries
| ₹7.6 L/yr - ₹9 L/yr |
Mdm Administrator
5
salaries
| ₹7.5 L/yr - ₹10 L/yr |
Production Manager
4
salaries
| ₹28 L/yr - ₹31 L/yr |
Supply Chain Specialist
4
salaries
| ₹6.5 L/yr - ₹7.2 L/yr |
Data Management Associate
4
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Aditya Birla Fashion and Retail
Arvind Group
Raymond Lifestyle Limited
Tata International