Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.
I have 8 years of experience in the CMM field.
8 years of experience in CMM field
Proficient in operating CMM machines
Experience in creating CMM programs
Knowledge of GD&T principles
Certified in CMM operation
I have experience using a Zeiss CMM machine with Calypso software.
Used Zeiss CMM machine for precision measurements
Proficient in operating Calypso software for data analysis
Performed dimensional inspections using CMM technology
Yes, GD&T parameters refer to the geometric dimensioning and tolerancing standards used to define the allowable variations in a part's geometry.
GD&T parameters include symbols such as flatness, parallelism, perpendicularity, concentricity, and position.
These parameters help ensure that parts are manufactured and inspected accurately to meet design requirements.
For example, a flatness tolerance specifies the allowable d...
GD&T parameters include form, profile, orientation, location, and runout.
Form controls the shape of the part
Profile controls the outline of the part
Orientation controls the angle of features
Location controls the position of features
Runout controls the circularity of features
Yes, there are subtypes for the types of GD&T parameters.
Profile of a surface for flatness, straightness, circularity, etc.
Position for concentricity, symmetry, etc.
Runout for circular runout, total runout, etc.
GD&T parameters are represented symbolically using various geometric symbols and modifiers.
GD&T parameters include symbols like perpendicularity, parallelism, concentricity, etc.
Modifiers like MMC (Maximum Material Condition) and LMC (Least Material Condition) are also used.
Examples: 1. Perpendicularity: ⊥ 2. Parallelism: ∥ 3. Concentricity: ⌒
I have a strong engineering drawing reading and understanding level.
I have extensive experience in interpreting complex engineering drawings and schematics.
I am proficient in understanding geometric dimensioning and tolerancing (GD&T) symbols.
I have successfully collaborated with design teams to ensure accurate interpretation of drawings.
I have a keen eye for detail and can identify potential issues or discrepancies in...
There are 3 Datums present in the current drawing.
Datum A: Position of a hole
Datum B: Orientation of a surface
Datum C: Reference point for measurements
I am using the Datum Reference Frame alignment method to align the job on CMM.
Datum Reference Frame alignment method is commonly used in CMM to establish a coordinate system based on specific datums on the part.
This method involves selecting primary, secondary, and tertiary datums to align the part in the correct orientation.
The alignment process ensures accurate measurement and inspection of the part's features.
Exampl...
I will use a precision alignment tool such as a laser level or optical alignment system to align the job as per the presented drawing.
Use a laser level to ensure the job is aligned horizontally and vertically according to the drawing
Utilize an optical alignment system to align specific features or components as per the drawing
Check for any discrepancies between the job and the drawing and make necessary adjustments
To verify the accuracy of CMM readings, I would use calibration standards, conduct repeatability tests, and compare results with known measurements.
Use calibration standards to verify the accuracy of CMM readings.
Conduct repeatability tests to ensure consistent results.
Compare CMM measurements with known measurements to validate accuracy.
Yes, it is possible to check the flatness of a big round conference table.
Use a straight edge or level to check for any deviations from flatness
Measure the distance between the table surface and the straight edge at multiple points
Look for any gaps or unevenness in the measurements
Consider using a laser level for more accurate results
Use straight edge and feeler gauge to check flatness of the table.
Use a straight edge to check for any gaps between the table surface and the straight edge.
Use a feeler gauge to measure any deviations from flatness at various points on the table.
Repeat the process in multiple directions to ensure overall flatness of the table.
Document the measurements and compare them against the acceptable flatness tolerance for the t
Using precision measuring tools like calipers, levels, and squares to check parallelity & perpendicularity of conference table.
Use a precision level to check if the table surface is parallel to the ground
Measure the distance between opposite corners to ensure the table is square
Use a square tool to check the right angles of the table
Calipers can be used to measure the thickness of the table legs for uniformity
Surface finish refers to the texture or smoothness of a surface after it has been machined or treated.
Surface finish is measured in units such as Ra (roughness average) or Rz (average maximum profile height).
A smooth surface finish is important for reducing friction, improving aesthetics, and ensuring proper functionality.
Common methods for achieving desired surface finishes include grinding, polishing, and coating.
Sur...
Yes, surface finish can have further types or subtypes such as roughness, waviness, and lay.
Surface roughness refers to the finely spaced irregularities on the surface of an object.
Surface waviness refers to the more widely spaced deviations of the surface from a straight line.
Surface lay refers to the direction of the predominant surface pattern.
PPAP stands for Production Part Approval Process, a standardized process in the automotive industry to ensure suppliers meet quality standards.
PPAP is a set of guidelines developed by the Automotive Industry Action Group (AIAG) to establish a common understanding between suppliers and manufacturers.
It involves documenting and demonstrating that all customer engineering design record and specification requirements are p...
MSA Criteria refers to Measurement System Analysis criteria used to evaluate the performance of a measurement system.
MSA Criteria includes Accuracy, Precision, Repeatability, Reproducibility, Linearity, and Stability.
Accuracy refers to how close the measured values are to the true values.
Precision refers to the consistency of repeated measurements.
Repeatability is the variation in measurements taken by a single operato...
Yes, the 5S terms in Japanese are Seiri, Seiton, Seiso, Seiketsu, and Shitsuke.
Seiri - Sort (整理)
Seiton - Set in Order (整頓)
Seiso - Shine (清掃)
Seiketsu - Standardize (清潔)
Shitsuke - Sustain (躾)
Overall, my interview experience was positive and insightful.
The interviewers were friendly and professional
The questions were challenging but relevant to the role
I had the opportunity to showcase my skills and experience
The interview process was well-organized and efficient
My salary expectations are in line with industry standards for a Sr. Quality Engineer position.
Research industry standards for Sr. Quality Engineer salaries
Consider my level of experience and qualifications
Factor in the cost of living in the area where the job is located
Top trending discussions
posted on 17 Jan 2025
I applied via Recruitment Consulltant
As a Warehouse Executive, I oversee daily operations, manage inventory, coordinate shipments, and ensure compliance with safety regulations.
Managing inventory levels to ensure optimal stock levels
Coordinating shipments and deliveries to meet customer demands
Overseeing daily operations and ensuring efficiency in warehouse processes
Implementing safety protocols and ensuring compliance with regulations
Training and supervi
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new object with references to the original nested objects.
Deep copy creates a new object and recursively copies all nested objects, resulting in a completely independent copy.
Shallow copy creates a new object but only copies the references to nested objects, so changes in nested objects reflect in both the origin...
foreach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.
foreach does not return a new array, while map does
foreach is used for side effects, while map is used for transformation
Example: forEach - let numbers = [1, 2, 3]; numbers.forEach(num => console.log(num)); // prints 1, 2, 3
Example: map - let numbers = [1, 2, 3]; let doub...
null is an intentional absence of any value, undefined means a variable has been declared but not assigned a value, and empty values are variables that have been assigned a value of empty string, empty array, or empty object.
null is used to represent the intentional absence of any value
undefined means a variable has been declared but not assigned a value
Empty values can be empty string (''), empty array ([]), or empty
posted on 9 Feb 2025
Transmitters are devices used to send signals from a sensor to a control system. They typically convert physical parameters into electrical signals.
Transmitters convert physical parameters (such as pressure, temperature, flow rate) into electrical signals for transmission.
They are commonly used in industrial processes to monitor and control variables.
Transmitters can be wired or wireless, depending on the application.
C...
Temperature Element and RTD are used in control systems to measure temperature accurately.
Temperature Element is a device that measures temperature and converts it into a signal.
RTD (Resistance Temperature Detector) is a type of temperature sensor that operates on the principle that the electrical resistance of a metal changes predictably with temperature.
RTDs are commonly made of platinum, nickel, or copper.
RTDs provi...
posted on 19 Dec 2024
I am applying for this job because of my passion for managing civil projects and my proven track record of successful project completions.
Passion for managing civil projects
Proven track record of successful project completions
Excited about the opportunity to contribute to impactful infrastructure projects
I requested a salary hike due to increased responsibilities, achievements, and market value.
Increased responsibilities in current role
Achievements such as successful completion of projects or exceeding targets
Market value based on industry standards and experience
Cost of living increase or inflation affecting expenses
The various stages of construction of the foundation of a building include site preparation, excavation, foundation design, footing construction, and foundation pouring.
Site preparation involves clearing the area and leveling the ground for construction.
Excavation is the process of digging a hole in the ground to create space for the foundation.
Foundation design is crucial to ensure the building's stability and load-be...
The design mix for concrete is the proportion of various ingredients like cement, sand, aggregates, and water to achieve the desired strength and durability.
Design mix is determined based on the required strength and durability of the concrete
It involves selecting the right proportions of cement, sand, aggregates, and water
Various factors like type of construction, exposure conditions, and desired workability influence...
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
I have experience parallelizing transformers by splitting them across multiple devices to minimize latency.
I have utilized frameworks like TensorFlow and PyTorch to parallelize transformers.
I approach splitting transformers by dividing the input data into chunks and distributing them across devices.
I optimize communication overhead by minimizing data transfer between devices.
I leverage techniques like data parallelism ...
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
An aptitude test is designed to assess an individual's ability to perform certain tasks or react to a range of different situations. These tests are often used by educational institutions and employers to evaluate potential candidates' skills, talents, and potential for success in a specific role or academic program. Here are some key details about aptitude tests:
1. **Purpose**: Aptitude tests are used to measure a variety of skills, including logical reasoning, verbal ability, numerical skills, and spatial awareness. They help to identify strengths and weaknesses and predict future performance.
2. **Types**:
- **Verbal Reasoning**: Assesses understanding and reasoning using concepts framed in words.
- **Numerical Reasoning**: Tests ability to work with numbers, including basic arithmetic, data interpretation, and logical problem-solving.
- **Abstract Reasoning**: Evaluates the ability to identify patterns, logical rules, and trends in new data.
- **Mechanical Reasoning**: Measures understanding of mechanical and physical principles.
- **Spatial Reasoning**: Assesses the ability to visualize and manipulate objects.
3. **Format**: Aptitude tests can be multiple-choice, true/false, or involve practical problem-solving tasks. They are often timed, with specific sections dedicated to each type of reasoning.
4. **Preparation**:
- **Practice Tests**: Taking practice tests helps familiarize with the format and types of questions.
- **Study Guides**: Reviewing basic concepts in mathematics, grammar, and logical reasoning.
- **Skills Development**: Enhancing skills through puzzles, reading, and other related activities.
5. **Usage**:
- **Recruitment**: Employers use aptitude tests to screen job applicants and find the best fit for a role.
- **Education**: Schools and colleges use these tests for admissions, placement, and identifying areas for student improvement.
- **Career Counseling**: Helps individuals understand their strengths and areas for improvement, guiding career choices.
6. **Scoring**: Scores are typically presented as percentiles, showing how a test-taker compares to a norm group. Higher scores indicate better performance relative to the norm group.
If you have specific questions about a certain type of aptitude test or need preparation tips, feel free to ask!
posted on 19 Nov 2024
Possible problems in sales and how to handle them
Handling rejection from potential clients by staying positive and learning from each experience
Dealing with tough competition by focusing on unique selling points and building strong relationships with customers
Managing time effectively to prioritize tasks and meet sales targets
Handling objections from customers by listening actively and addressing their concerns
Dealing ...
A CNC machine works by using computer programs to control the movement of the machine's tools and workpiece to create precision parts.
CNC machines use computer programs to control the movement of the cutting tools and workpiece.
The programs are created using CAD/CAM software and converted into G-code instructions.
The machine reads the G-code instructions and moves the tools along the specified paths to cut and shape th...
based on 1 interview
Interview experience
based on 13 reviews
Rating in categories
Executive Accountant
6
salaries
| ₹3 L/yr - ₹3.7 L/yr |
Senior HR and Administration Executive
5
salaries
| ₹4.3 L/yr - ₹4.3 L/yr |
Senior Human Resources and Administration Manager
4
salaries
| ₹21.6 L/yr - ₹27.5 L/yr |
Senior Quality Engineer
4
salaries
| ₹4 L/yr - ₹6 L/yr |
Assistant Manager- Purchase
4
salaries
| ₹6.7 L/yr - ₹8 L/yr |
BHEL
TCS
Larsen & Toubro Limited
Mahindra & Mahindra