Filter interviews by
Lath machines perform various operations like turning, facing, and drilling to shape materials, primarily metals and wood.
Turning: This is the most common operation where the workpiece is rotated against a cutting tool to create cylindrical shapes.
Facing: In this operation, the cutting tool moves across the end of the workpiece to create a flat surface, often used for finishing.
Drilling: Lath machines can also dri...
A lath machine is a tool used for shaping and machining materials, primarily wood and metal, through rotation and cutting.
Material Shaping: Lathes can shape materials like wood, metal, and plastic by rotating them against a cutting tool.
Types of Lathes: Common types include wood lathes for woodworking and metal lathes for machining metal parts.
Applications: Used in manufacturing for creating cylindrical parts, suc...
Thermoplastics are polymers that become pliable or moldable upon heating and solidify upon cooling, allowing for reshaping.
Reversible Process: Thermoplastics can be repeatedly heated and cooled without significant degradation, enabling recycling.
Common Types: Examples include polyethylene (used in plastic bags), polypropylene (used in containers), and polyvinyl chloride (PVC, used in pipes).
Applications: Widely us...
Thermosetting plastics are polymers that solidify or 'set' irreversibly when heated, providing durability and heat resistance.
Irreversible Setting: Once cured, thermosetting plastics cannot be remolded or reshaped, unlike thermoplastics.
Heat Resistance: They can withstand high temperatures without melting, making them ideal for applications like electrical insulators.
Chemical Resistance: Thermosetting plastics are...
The seven quality control tools are essential techniques for improving processes and ensuring product quality.
1. Cause-and-Effect Diagram: Also known as a fishbone diagram, it helps identify potential causes of a problem. Example: Analyzing reasons for defects in a product.
2. Check Sheet: A structured form for collecting and analyzing data. Example: Tracking the number of defects over time.
3. Control Chart: A grap...
RCA stands for Root Cause Analysis, a method used to identify the underlying reasons for problems or failures.
RCA helps in identifying the fundamental cause of issues rather than just addressing symptoms.
It is commonly used in engineering to improve system reliability and performance.
For example, in electrical engineering, RCA can be applied to analyze equipment failures to prevent future occurrences.
Techniques us...
Hypothesis testing is a statistical method used to make inferences about a population based on sample data.
It involves formulating a hypothesis about a population parameter, collecting data, and using statistical tests to determine if the data supports or rejects the hypothesis.
There are two types of hypotheses: null hypothesis (H0) and alternative hypothesis (H1).
Common statistical tests for hypothesis testing in...
Population refers to the entire group of individuals or items that we are interested in studying, while a sample is a subset of the population.
Population is the larger group that we want to draw conclusions about.
Sample is a smaller group selected from the population to represent it.
Population parameters are characteristics of the entire group, while sample statistics are characteristics of the sample.
Example: Pop...
Choosing the optimal K value in K-means clustering is crucial for accurate results.
Elbow method: Plotting the sum of squared distances vs. K and selecting the K value where the curve bends like an elbow.
Silhouette method: Calculating the average silhouette score for different K values and choosing the one with the highest score.
Gap statistic method: Comparing the within-cluster dispersion to a reference null distr...
Overfitting and underfitting are common issues in machine learning where the model either learns the noise in the training data or fails to capture the underlying patterns.
Overfitting occurs when a model learns the training data too well, including noise and outliers, leading to poor generalization on new data.
Underfitting happens when a model is too simple to capture the underlying patterns in the data, resulting...
I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 5 interview rounds.
My current CTC is $100,000 per year.
My current CTC is $100,000 per year
I am currently earning $100,000 annually
My current salary package is $100,000
The expectation is to effectively lead and manage the overall operations of the organization to achieve its goals and objectives.
Develop and implement strategic plans to drive business growth
Oversee day-to-day operations and ensure efficiency
Lead and motivate team members to achieve high performance
Monitor and analyze key performance indicators to track progress
Communicate effectively with stakeholders and provide regu...
A good leader inspires, communicates effectively, and fosters collaboration while demonstrating integrity and adaptability.
Visionary: A good leader sets a clear vision for the team, like Steve Jobs did with Apple, inspiring innovation.
Effective Communication: Leaders must convey ideas clearly; for instance, a manager who regularly updates the team on project progress.
Empathy: Understanding team members' perspectives fo...
Key observations on the shopfloor include employee productivity, equipment maintenance, safety compliance, and overall workflow efficiency.
Employee productivity: Monitoring the output of each worker and identifying areas for improvement.
Equipment maintenance: Ensuring that machinery is properly maintained to prevent downtime.
Safety compliance: Observing if employees are following safety protocols to prevent accidents.
W...
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Questions on verticals of aerospace like structures , aerodynamics , controls and propulsion
Problems on various verticals of aerospace
I appeared for an interview before Jul 2024, where I was asked the following questions.
I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.
Technical questions,
Mathematics questions,
English grammer,
Etc
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 documents and procedures used to ensure that a supplier's parts meet the customer's requirements.
It includes documentation such as design records, engineering change documents, process flow diagrams, and control plans.
PPAP also involves sample parts, measurement...
Designed and implemented a smart irrigation system using IoT technology.
Researched different sensors and microcontrollers for data collection and analysis
Developed a mobile application for remote monitoring and control of the irrigation system
Implemented machine learning algorithms to optimize water usage based on weather forecasts
Conducted field tests to validate the system's effectiveness
My future plan is to gain hands-on experience in various engineering projects, continue learning new technologies, and eventually take on leadership roles.
Gain hands-on experience in various engineering projects
Continue learning new technologies and staying updated with industry trends
Work towards taking on leadership roles within the engineering field
I applied via Company Website and was interviewed in Jul 2024. There were 4 interview rounds.
This round majorly consisted of verbal, non verbal, and reasoning related question with a difficulty level ranging from easy to moderate.
Consisted of 2 coding question. One question of a easy level and one medium level question.
I am a data science enthusiast with a background in statistics and machine learning.
Background in statistics and machine learning
Passionate about data science
Experience with data analysis tools like Python and R
I appeared for an interview in May 2024.
DSA Question - Trees
Regularization techniques are methods used to prevent overfitting in machine learning models by adding a penalty term to the loss function.
Regularization techniques help in reducing the complexity of the model by penalizing large coefficients.
Common regularization techniques include L1 regularization (Lasso), L2 regularization (Ridge), and Elastic Net regularization.
Regularization helps in improving the generalization ...
Choosing the right performance metric depends on the specific goals and context of the model's application.
Consider the business objective: For example, in fraud detection, prioritize recall to catch as many fraudulent cases as possible.
Evaluate the cost of false positives vs. false negatives: In medical diagnosis, a false negative can be more harmful than a false positive.
Use domain knowledge: In a recommendation syst...
Key parameters include distance, speed, physical condition, and external factors affecting travel to the bus stop.
Distance to the bus stop: Longer distances require more time and effort.
Walking speed: A faster pace increases the likelihood of reaching on time.
Physical fitness: A person's health can impact their ability to walk quickly.
Traffic conditions: Busy roads may slow down travel time.
Weather conditions: Rain or ...
Formulas for Precision, Recall, Accuracy, F1 Score in data science.
Precision = TP / (TP + FP)
Recall = TP / (TP + FN)
Accuracy = (TP + TN) / (TP + TN + FP + FN)
F1 Score = 2 * (Precision * Recall) / (Precision + Recall)
Choosing the optimal K value in K-means clustering is crucial for accurate results.
Elbow method: Plotting the sum of squared distances vs. K and selecting the K value where the curve bends like an elbow.
Silhouette method: Calculating the average silhouette score for different K values and choosing the one with the highest score.
Gap statistic method: Comparing the within-cluster dispersion to a reference null distributi...
Population refers to the entire group of individuals or items that we are interested in studying, while a sample is a subset of the population.
Population is the larger group that we want to draw conclusions about.
Sample is a smaller group selected from the population to represent it.
Population parameters are characteristics of the entire group, while sample statistics are characteristics of the sample.
Example: Populati...
Hypothesis testing is a statistical method used to make inferences about a population based on sample data.
It involves formulating a hypothesis about a population parameter, collecting data, and using statistical tests to determine if the data supports or rejects the hypothesis.
There are two types of hypotheses: null hypothesis (H0) and alternative hypothesis (H1).
Common statistical tests for hypothesis testing include...
Overfitting and underfitting are common issues in machine learning where the model either learns the noise in the training data or fails to capture the underlying patterns.
Overfitting occurs when a model learns the training data too well, including noise and outliers, leading to poor generalization on new data.
Underfitting happens when a model is too simple to capture the underlying patterns in the data, resulting in h...
Developed a supervised learning model to predict house prices using regression techniques and feature engineering.
Used a dataset containing features like square footage, number of bedrooms, and location.
Applied linear regression to model the relationship between features and house prices.
Performed data preprocessing, including handling missing values and normalizing data.
Evaluated model performance using metrics like R...
I appeared for an interview in Feb 2025, where I was asked the following questions.
Six Sigma is a data-driven methodology aimed at improving processes by reducing defects and variability.
Focuses on process improvement and quality management.
Utilizes statistical tools and techniques to analyze data.
Aims for a defect rate of less than 3.4 defects per million opportunities.
Employs the DMAIC framework: Define, Measure, Analyze, Improve, Control.
Used in various industries, including manufacturing and heal...
The seven quality control tools are essential techniques for improving processes and ensuring product quality.
1. Cause-and-Effect Diagram: Also known as a fishbone diagram, it helps identify potential causes of a problem. Example: Analyzing reasons for defects in a product.
2. Check Sheet: A structured form for collecting and analyzing data. Example: Tracking the number of defects over time.
3. Control Chart: A graphical...
RCA stands for Root Cause Analysis, a method used to identify the underlying reasons for problems or failures.
RCA helps in identifying the fundamental cause of issues rather than just addressing symptoms.
It is commonly used in engineering to improve system reliability and performance.
For example, in electrical engineering, RCA can be applied to analyze equipment failures to prevent future occurrences.
Techniques used in...
I appeared for an interview in Oct 2024, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
It was hard and quite tough to pass
I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.
Aptitude + Coding (Coding questions on dynamic programming)
Multithreading allows multiple threads to run concurrently, garbage collector manages memory, ACID properties ensure database transactions are reliable.
Multithreading enables multiple threads to run simultaneously, improving performance and responsiveness.
Garbage collector automatically manages memory by reclaiming unused memory, preventing memory leaks.
ACID properties (Atomicity, Consistency, Isolation, Durability) en...
Non Technical and Technical
Top trending discussions
Some of the top questions asked at the GE Aerospace interview -
The duration of GE Aerospace interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interview experiences
Difficulty level
Duration
based on 224 reviews
Rating in categories
Junior Engineer
136
salaries
| ₹2.8 L/yr - ₹5 L/yr |
Assistant Engineer
88
salaries
| ₹3.8 L/yr - ₹7 L/yr |
Lead Engineer
40
salaries
| ₹17.2 L/yr - ₹29.1 L/yr |
job Trainee
40
salaries
| ₹1.9 L/yr - ₹3.2 L/yr |
Quality Engineer
37
salaries
| ₹1.8 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant