All Practice Exams

100+ Free HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline Practice Questions

HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline (Hong Kong Institution of Engineers) practice questions are available now; exam metadata is being verified.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline Exam

4 Areas

HKIE Competence Standard

HKIE Competence Standards

2 Hours

Written Essay

HKIE PA Guidelines

45 Mins

Oral Interview

HKIE PA Guidelines

The HKIE PA MIS discipline qualifies professional engineers in HK. Note: this question bank is an English-language MCQ study adaptation covering manufacturing processes, operations research, quality, Industry 4.0, HK FIUO (Cap. 59), and HKIE ethics, designed to test technical breadth alongside the official portfolio, presentation/interview, and 2-hour technical essay.

Sample HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline Practice Questions

Try these sample questions to test your HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1A CNC lathe turns a cylindrical workpiece with an outer diameter of 50 mm at a spindle speed of 800 RPM. What is the calculated cutting speed (surface speed V) in meters per minute?
A.125.7 m/min
B.251.3 m/min
C.40.0 m/min
D.62.8 m/min
Explanation: Cutting speed is calculated as V = (π × D × N) / 1000, where D is workpiece diameter in mm and N is spindle speed in RPM. Substituting the values gives V = (3.14159 × 50 × 800) / 1000 = 125.66 m/min (approximately 125.7 m/min).
2In CNC G-code programming (ISO 6983 standard), which command is used for rapid non-cutting positioning motion between tool locations?
A.G00
B.G01
C.G02
D.G03
Explanation: G00 specifies rapid linear positioning motion at maximum machine traverse speed without cutting material. G01 is linear interpolation at a programmed feed rate, while G02 and G03 represent controlled circular interpolation clockwise and counter-clockwise respectively.
3According to Merchant's orthogonal cutting model, what is the shear angle φ if the rake angle α is 10° and the friction angle β is 30°?
A.35°
B.45°
C.25°
D.50°
Explanation: Merchant's minimum energy criterion gives the shear angle formula φ = 45° + (α / 2) - (β / 2). Substituting α = 10° and β = 30° yields φ = 45° + (10° / 2) - (30° / 2) = 45° + 5° - 15° = 35°.
4A plastic injection molding machine molds a component with a total projected area of 250 cm² (including runner system). If the peak cavity pressure is 40 MPa, what minimum hydraulic clamping force is required?
A.1,000 kN (approx. 100 tonnes)
B.100 kN (approx. 10 tonnes)
C.10,000 kN (approx. 1,000 tonnes)
D.2,500 kN (approx. 250 tonnes)
Explanation: Clamping force is calculated as F = P × A. Converting projected area to m²: 250 cm² = 0.025 m². Peak pressure P = 40 MPa = 40,000,000 N/m². Thus, F = 40,000,000 × 0.025 = 1,000,000 N = 1,000 kN. Converting to metric tonnes (assuming g ≈ 9.81 m/s²), 1,000 kN / 9.81 ≈ 101.9 tonnes (~100 tonnes).
5In sheet metal bending, what term describes the elastic recovery of the material after the bending force is released, causing the final bend angle to decrease?
A.Springback
B.Bend allowance
C.K-factor shifting
D.Work hardening relief
Explanation: Springback occurs when the elastic stresses stored in the sheet metal relax upon unloading after plastic deformation, causing the bend angle to open slightly. Tool designers compensate by over-bending the metal or using bottoming/coining dies.
6Which additive manufacturing process uses an ultraviolet laser beam to selectively cure liquid photopolymer resin layer-by-layer?
A.Stereolithography (SLA)
B.Fused Deposition Modeling (FDM)
C.Selective Laser Sintering (SLS)
D.Direct Metal Laser Sintering (DMLS)
Explanation: Stereolithography (SLA) is a vat photopolymerization additive manufacturing process that uses a UV laser to photopolymerize liquid resin into solid polymer layers. FDM extrudes melted thermoplastic filament, while SLS and DMLS fuse powdered polymer or metal materials.
7Using Taylor's tool life equation V · T^n = C, a carbide cutting tool has constants n = 0.5 and C = 400. If cutting speed V is set to 100 m/min, what is the expected tool life T?
A.16 minutes
B.4 minutes
C.8 minutes
D.64 minutes
Explanation: Taylor's tool life equation is V · T^n = C. Rearranging for T gives T = (C / V)^(1 / n). Substituting V = 100 m/min, n = 0.5, and C = 400: T = (400 / 100)^(1 / 0.5) = (4)^2 = 16 minutes.
8A face milling cutter with 4 teeth operates at a spindle speed N = 1,000 RPM, feed per tooth f_z = 0.10 mm/tooth, width of cut w = 50 mm, and depth of cut d = 2 mm. What is the Material Removal Rate (MRR)?
A.40 cm³/min
B.400 cm³/min
C.4 cm³/min
D.40,000 cm³/min
Explanation: Table feed rate f_m = f_z × z × N = 0.10 mm/tooth × 4 teeth × 1,000 RPM = 400 mm/min. MRR = w × d × f_m = 50 mm × 2 mm × 400 mm/min = 40,000 mm³/min. Converting to cm³ (dividing by 1,000 mm³/cm³): MRR = 40,000 / 1,000 = 40 cm³/min.
9In Electrical Discharge Machining (EDM), what is the primary role of the dielectric fluid flushed through the spark gap?
A.To act as an electrical insulator until breakdown, cool the gap, and flush away eroded debris
B.To conduct electrical current continuously between the electrode tool and workpiece
C.To chemically dissolve the metal workpiece surface via localized anodic oxidation
D.To lubricate the cutting edge and reduce mechanical tool friction
Explanation: In EDM, dielectric fluid acts as an insulator until voltage reaches breakdown, at which point a high-frequency spark plasma channel forms. The fluid also cools the tool/workpiece zone and flushes away tiny molten metal debris particles.
10What is the key functional difference between G90 and G91 modal commands in CNC part programming?
A.G90 sets absolute coordinate positioning; G91 sets incremental coordinate positioning
B.G90 sets metric units (mm); G91 sets imperial units (inches)
C.G90 sets feed rate per revolution; G91 sets feed rate per minute
D.G90 enables cutter radius compensation left; G91 enables cutter radius compensation right
Explanation: G90 commands the machine to interpret all coordinate values (X, Y, Z) relative to a fixed workpiece zero datum (absolute mode). G91 commands the machine to move relative to the current tool position (incremental mode).

About the HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline Practice Questions

Verified exam format metadata for HKIE Professional Assessment — Manufacturing, Industrial & Systems Discipline (Hong Kong Institution of Engineers) is pending. The practice questions above remain available while official exam length, timing, passing score, fee, and administrator details are reviewed.