Artificial Intelligence and Engineering Tools

Engineering

Explore how AI and machine learning are transforming engineering — from predictive maintenance to generative design — and understand the tools that let engineers simulate the physical world digitally.

60 XP
Reward
12
Questions
5–10 min
Time
Q1 Question 1 of 12

A machine learning model is trained to detect defective welds on a production line. The training dataset consists of images labelled 'good weld' or 'defective'. What type of machine learning is this?

Q2 Question 2 of 12

A predictive maintenance system analyses vibration sensor data from motors and issues warnings 48 hours before a bearing is likely to fail. Compared to scheduled maintenance (replacing parts every 6 months regardless), what is the primary engineering advantage?

Q3 Question 3 of 12

An AI system is used to generate and evaluate 10,000 different bracket designs for an aerospace component, optimising for minimum weight while meeting a stress requirement. What is this technique called?

Q4 Question 4 of 12

A deep learning model for image recognition has many layers. What advantage do many layers provide over a simple single-layer model?

Q5 Question 5 of 12

An ML model trained on historical sales data from 2018–2022 is deployed in 2024, but its accuracy drops sharply after 6 months. What is the most likely cause?

Q6 Question 6 of 12

FEA (Finite Element Analysis) divides a complex structure into thousands of small elements and solves stress equations for each. What key engineering question does FEA answer that physical testing alone cannot efficiently address?

Q7 Question 7 of 12

A digital twin of a wind turbine farm receives real-time sensor data from 200 turbines. An engineer notices the twin predicts bearing failure on turbine 47 in 3 days. What actions does the digital twin enable that a simple sensor alarm system cannot?

Q8 Question 8 of 12

CFD (Computational Fluid Dynamics) simulates how air or fluid flows around a structure. For designing a new car body, what specific advantage does CFD provide over physical wind tunnel testing?

Q9 Question 9 of 12

Parametric CAD modelling means dimensions are defined by parameters (variables) rather than fixed numbers. If an engineer changes the 'shaft_diameter' parameter from 25mm to 30mm, what happens to all features that reference that parameter?

Q10 Question 10 of 12

An unsupervised learning algorithm groups 10,000 customer records into 5 clusters based on purchasing behaviour, without being told in advance what the groups should be. This is most likely which specific technique?

Q11 Question 11 of 12

Training a large neural network requires vast amounts of data and compute. An engineer proposes using a pre-trained model (trained on millions of images) and fine-tuning only the last few layers on a small dataset of 500 domain-specific images. What is this technique called and why is it effective?

Q12 Question 12 of 12

An AI model achieves 99% accuracy on its training dataset but only 72% accuracy on new, unseen data. What problem does this illustrate, and what is the standard remedy?