Filter interviews by
Yes, AOI machine stands for Automated Optical Inspection machine used in SMT process for quality control.
AOI machine is used in Surface Mount Technology (SMT) process to inspect the quality of printed circuit boards (PCBs).
It uses cameras and lighting to detect defects such as missing components, misalignment, soldering issues, etc.
AOI machine helps in improving the quality and reliability of electronic products b...
3D AOI machines use height information to detect defects, while 2D AOI machines only use 2D images.
3D AOI machines use height information to detect defects, providing more accurate inspection results.
2D AOI machines only use 2D images, which may lead to missing defects that are not visible in 2D.
3D AOI machines are more expensive but offer higher precision and reliability compared to 2D AOI machines.
Examples: 3D A...
MSA (Measurement System Analysis) plays a crucial role in ensuring the accuracy and reliability of measurement systems in a job work company.
MSA helps in evaluating the measurement processes and equipment used in production.
It ensures that the measurement systems are capable of providing accurate and consistent results.
MSA helps in identifying and quantifying sources of variation in the measurement system.
It assis...
Yes, SPC (Statistical Process Control) is applicable in AOI (Automated Optical Inspection) machine.
SPC can be used in AOI machines to monitor and control the quality of the inspection process.
It helps in identifying trends, variations, and abnormalities in the inspection data.
By using SPC, manufacturers can ensure consistent quality and make data-driven decisions for process improvement.
Examples of SPC tools that ...
Poison test is used to determine the toxicity of a substance, while MSA (Measurement System Analysis) is used to assess the measurement system's capability and reliability.
Poison test is conducted to determine the toxicity level of a substance, usually in the context of chemicals or drugs.
MSA is performed to evaluate the measurement system's accuracy, precision, repeatability, and reproducibility.
Poison test focus...
To control component dropping from nozzle, ensure proper maintenance, calibration, training of operators, and monitoring of process parameters.
Regular maintenance of the nozzle to prevent wear and tear
Calibration of the equipment to ensure accurate placement of components
Training of operators on proper handling and adjustment of the machine
Monitoring process parameters such as speed, pressure, and temperature to i...
Defects detected in ICT machine include soldering issues, component placement errors, shorts, opens, and incorrect values.
Soldering issues: incomplete or poor quality solder joints
Component placement errors: components placed in the wrong location or orientation
Shorts: unintended connections between two points causing a short circuit
Opens: lack of connection between two points causing an open circuit
Incorrect valu...
Ensuring defect-free product with detectable IC pin in coverage report
Investigate the root cause of the detectable IC pin, such as design issue, manufacturing defect, or testing error
Implement corrective actions based on the root cause analysis to address the issue
Perform thorough testing and verification to ensure all IC pins meet the required quality standards
Utilize advanced testing techniques like boundary sca...
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Yes, AOI machine stands for Automated Optical Inspection machine used in SMT process for quality control.
AOI machine is used in Surface Mount Technology (SMT) process to inspect the quality of printed circuit boards (PCBs).
It uses cameras and lighting to detect defects such as missing components, misalignment, soldering issues, etc.
AOI machine helps in improving the quality and reliability of electronic products by ide...
Yes, SPC (Statistical Process Control) is applicable in AOI (Automated Optical Inspection) machine.
SPC can be used in AOI machines to monitor and control the quality of the inspection process.
It helps in identifying trends, variations, and abnormalities in the inspection data.
By using SPC, manufacturers can ensure consistent quality and make data-driven decisions for process improvement.
Examples of SPC tools that can b...
To control component dropping from nozzle, ensure proper maintenance, calibration, training of operators, and monitoring of process parameters.
Regular maintenance of the nozzle to prevent wear and tear
Calibration of the equipment to ensure accurate placement of components
Training of operators on proper handling and adjustment of the machine
Monitoring process parameters such as speed, pressure, and temperature to identi...
MSA (Measurement System Analysis) plays a crucial role in ensuring the accuracy and reliability of measurement systems in a job work company.
MSA helps in evaluating the measurement processes and equipment used in production.
It ensures that the measurement systems are capable of providing accurate and consistent results.
MSA helps in identifying and quantifying sources of variation in the measurement system.
It assists in...
Poison test is used to determine the toxicity of a substance, while MSA (Measurement System Analysis) is used to assess the measurement system's capability and reliability.
Poison test is conducted to determine the toxicity level of a substance, usually in the context of chemicals or drugs.
MSA is performed to evaluate the measurement system's accuracy, precision, repeatability, and reproducibility.
Poison test focuses on...
3D AOI machines use height information to detect defects, while 2D AOI machines only use 2D images.
3D AOI machines use height information to detect defects, providing more accurate inspection results.
2D AOI machines only use 2D images, which may lead to missing defects that are not visible in 2D.
3D AOI machines are more expensive but offer higher precision and reliability compared to 2D AOI machines.
Examples: 3D AOI ma...
Defects detected in ICT machine include soldering issues, component placement errors, shorts, opens, and incorrect values.
Soldering issues: incomplete or poor quality solder joints
Component placement errors: components placed in the wrong location or orientation
Shorts: unintended connections between two points causing a short circuit
Opens: lack of connection between two points causing an open circuit
Incorrect values: c...
Ensuring defect-free product with detectable IC pin in coverage report
Investigate the root cause of the detectable IC pin, such as design issue, manufacturing defect, or testing error
Implement corrective actions based on the root cause analysis to address the issue
Perform thorough testing and verification to ensure all IC pins meet the required quality standards
Utilize advanced testing techniques like boundary scan tes...
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Write.a baisc program of thermal power connectivity
How much salary you want
I applied via Company Website
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.
I appeared for an interview before Jan 2021.
Diploma
I expect a competitive salary that reflects my skills, experience, and the industry standards for a Senior Engineer role.
Research industry standards: For example, according to Glassdoor, Senior Engineers in my area typically earn between $100,000 and $130,000.
Consider my experience: With over 8 years in the field and expertise in multiple programming languages, I believe a salary in the upper range is justified.
Factor ...
I appeared for an interview before Jan 2021.
Round duration - 120 Minutes
Round difficulty - Medium
This was an online coding round where we had 3 questions to solve under 120 minutes. The questions were of medium to hard difficulty level.
Determine the minimum time required to travel from a starting point to a destination point in a two-dimensional coordinate system, considering both direct movement and the...
Find the minimum time to travel from a starting point to a destination point using direct movement and wormholes.
Calculate the time taken for direct movement from source to destination.
Consider using each wormhole to see if it reduces the total travel time.
Choose the path with the minimum total time to reach the destination.
Ninja needs help in a battle against the string man. Given two strings, 'S' and 'T', the task is to find the number of substrings in 'S' that differ from some su...
The task is to find the number of substrings in 'S' that differ from some substrings of 'T' by exactly one character.
Iterate through all substrings of 'S' and 'T' and compare them character by character to find the ones that differ by exactly one character.
Use nested loops to generate all possible substrings of 'S' and 'T'.
Count the number of substrings that differ by exactly one character and return the total count.
Determine whether a given integer N
is a power of two. Return true
if it is, otherwise return false
.
An integer 'N' is considered a power of two if it can be e...
Check if a given integer is a power of two or not.
Check if the given integer is greater than 0.
Check if the given integer has only one bit set in its binary representation.
Return true if the above conditions are met, else return false.
Round duration - 60 Minutes
Round difficulty - Medium
This round had 2 questions related to DSA where I was first expected to explain my approaches and then discuss the time and space complexities of my solution. After that , I was asked some core concepts related to OS.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.
Update the head of the reversed linked list as the last node encountered during reversal.
You are provided with an undirected graph containing 'N' vertices and 'M' edges. The vertices are numbered from 1 to 'N'. Your objective is to determi...
Detect cycles in an undirected graph.
Use Depth First Search (DFS) to detect cycles in the graph.
Maintain a visited array to keep track of visited vertices.
If a visited vertex is encountered again during DFS, a cycle exists.
Check for cycles in each connected component of the graph.
Example: For input N=3, Edges=[[1, 2], [2, 3], [1, 3]], output is Yes.
Mutex is used for exclusive access to a resource by only one thread at a time, while semaphore can allow multiple threads to access a resource simultaneously.
Mutex is binary semaphore with ownership, used for mutual exclusion.
Mutex is typically used to protect critical sections of code.
Semaphore is a signaling mechanism, used for synchronization between multiple threads.
Semaphore can have a count greater than 1, allowi...
Multitasking refers to the ability of an operating system to run multiple tasks concurrently, while multithreading involves executing multiple threads within a single process.
Multitasking allows multiple processes to run simultaneously on a single processor, switching between them quickly to give the illusion of parallel execution.
Multithreading involves breaking a process into multiple threads that can be executed ind...
Round duration - 60 Minutes
Round difficulty - Medium
This round had 2 Algorithmic questions wherein I was supposed to code both the problems after discussing their
approaches and respective time and space complexities . After that , I was grilled on some OOPS concepts related to C++.
You are given a long type array/list ARR
of size N
, representing an elevation map. The value ARR[i]
denotes the elevation of the ith
bar. Your task is to determine th...
Calculate the total amount of rainwater that can be trapped between given elevations in an array.
Iterate through the array and calculate the maximum height on the left and right of each bar.
Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.
Sum up the trapped water at each bar to get the total trapped water for the entire array.
You are provided with an array nums
which contains the first N positive integers. In this array, one integer appears twice, and one integer is missi...
Given an array of first N positive integers with one number repeating and one missing, find the repeating and missing numbers.
Iterate through the array and keep track of the sum of elements and sum of squares to find the missing and repeating numbers.
Use a set to identify the repeating number and calculate the missing number based on the sum of elements.
Example: For nums = [1, 2, 3, 4, 4, 5], the repeating number is 4 ...
Diamond Problem in C++ is a common issue in multiple inheritance where a class inherits from two classes that have a common base class.
Diamond Problem occurs when a class inherits from two classes that have a common base class, leading to ambiguity in accessing members.
It can be resolved in C++ using virtual inheritance, where the common base class is inherited virtually to avoid duplicate copies of base class members.
...
Friend functions in C++ are functions that are not members of a class but have access to its private and protected members.
Friend functions are declared inside a class with the 'friend' keyword.
They can access private and protected members of the class.
They are not member functions of the class, but have the same access rights as member functions.
Friend functions are useful for implementing operators that are not membe...
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.
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.
I applied via Company Website and was interviewed before Nov 2018. There were 5 interview rounds.
posted on 3 Dec 2015
Some of the top questions asked at the Focustek Manufacturing Services interview -
based on 1 interview experience
Difficulty level
Duration
based on 17 reviews
Rating in categories
Quality Engineer
6
salaries
| ₹2.2 L/yr - ₹4.2 L/yr |
Assistant Manager
4
salaries
| ₹4.8 L/yr - ₹6.6 L/yr |
Engineer
4
salaries
| ₹1.5 L/yr - ₹3.2 L/yr |
Store Officer
4
salaries
| ₹3.5 L/yr - ₹4 L/yr |
Quality Inspector
4
salaries
| ₹1.5 L/yr - ₹3.2 L/yr |
Tata Motors
Tata Steel
Asian Paints
Maruti Suzuki