Chemical Engineering Mock Interview

Mock interview questions covering fluid statics, mathematical analysis, and engineering estimation

6 questions • Estimated time: 45-60 minutes

How to use this mockShow
  1. Read each question carefully
  2. Attempt your own answer first — spend at least 5 minutes thinking
  3. Only show the model answer after you've tried
  4. Compare your reasoning to the model answer

These questions are guidance on the kind of thinking interviews ask for, not a prediction of what you'll be asked. The practice is the point.

1
Question 1 of 6Fluid Statics, Thermodynamics

Let's think about how air pressure changes as we go higher in the atmosphere. We know that in any fluid at rest under gravity, the pressure gradient is given by:

dPdz=ρg,\frac{\text{d}P}{\text{d}z} = -\rho g,
where PP is the pressure, zz is the height above the ground, ρ\rho is the density, and gg is the gravitational acceleration

Part (a): Assuming that the atmosphere has a constant temperature, T0T_0, how do you expect PP to vary with zz?

Model answer

Initial hypothesis:

I think we just need to integrate that equation?

Interviewer Nudge:

That's the right instinct, how can we handle the fact that ρ\rho can vary with height?

Refined response:

Oh, I see! Since air is a gas, we could use the ideal gas law:

P=ρRTM,P = \frac{\rho RT}{M},
where MM is the molar mass. So,
ρ=PMRT0.\rho = \frac{PM}{RT_0}.
Substituting this in:
dPdz=PMgRT0.\frac{\text{d}P}{\text{d}z} = \frac{-PMg}{RT_0}.
This separates:
dPP=MgRT0dz.\frac{\text{d}P}{P} = -\frac{Mg}{RT_0} \text{d}z.

So in the end I get:

P(z)=P0exp(MgzRT0),P(z) = P_0 \exp \left(-\frac{Mgz}{RT_0}\right),
where P0P_0 is the pressure at ground level.

Key concepts
Hydrostatic pressure balanceIdeal gas lawExponential atmosphere
2
Question 2 of 6Fluid Statics, Thermodynamics

Part (b): Your expression for P(z)P(z) introduces a characteristic vertical lengthscale. What does this tell you about why we don't notice pressure changes when standing up?

Model answer

Initial hypothesis:

Is it just... RT0/MgRT_0/Mg?

Interviewer Nudge:

Yes, exactly. This is called the scale height. Now let's get physical intuition: what does this length represent, and can you estimate its value?

Refined response:

Let me see... M0.029M \approx 0.029 kg/mol, R=8.314R = 8.314 J/(mol·K), T0=300T_0 = 300 K, g=10g = 10 m/s². So

H10×3000.03×10=10,000mH \approx \frac{10 \times 300}{0.03 \times 10} = 10,000\text{m}
, *Note: make your life easy with approximations if you don't have a calculator

Interviewer follow-up:

Excellent calculation. So the pressure changes by a factor of about 1/e0.361/e \approx 0.36 for every 10 km you go up.

Final answer:

So if you stand up, you only move about a meter, that's 1/10,000 of the characteristic lengthscale. That's why we don't feel lightheaded or notice any difference when standing up from pressure changes alone.

Key concepts
Characteristic lengthscalesOrder of magnitude estimationPhysical intuition
3
Question 3 of 6Fluid Statics, Thermodynamics

Part (c): The assumption of constant temperature is quite poor. In reality, temperature typically decreases with height. Suppose instead:

T(z)=T0(1αz)T(z) = T_0(1 - \alpha z)

where α>0\alpha > 0. How does this modify the relationship between density and pressure?

Model answer

Initial hypothesis:

We'd just... substitute this temperature into the ideal gas law?

Interviewer Nudge:

Yes, good start. Walk me through it.

Refined response:

From before, ρ=PM/(RT)\rho = PM/(RT). But now T=T0(1αz)T = T_0(1 - \alpha z), so

ρ=PMRT0(1αz)\rho = \frac{PM}{RT_0(1 - \alpha z)}
and
dPdz=PMgRT0(1αz).\frac{\text{d}P}{\text{d}z} = \frac{-PMg}{RT_0(1 - \alpha z)}.
Separating:
dPP=MgαRT0(α1αz)dz.\frac{\text{d}P}{P} = \frac{Mg}{\alpha RT_0} \left(\frac{-\alpha}{1 - \alpha z}\right) \text{d}z.

So

ln(PP0)=MgαRT0ln(1αz)\ln \left(\frac{P}{P_0}\right) = \frac{Mg}{\alpha RT_0} \ln \left(1-\alpha z\right)

which gives us:

P(z)=P0(1αz)Mg/RT0α.P(z) = P_0(1 - \alpha z)^{Mg/RT_0\alpha}.

Key concepts
Variable temperature atmosphereSeparable differential equationsIntegration with substitution
4
Question 4 of 6Fluid Statics, Thermodynamics

Part (d): Can you show that letting α0\alpha \rightarrow 0 recovers your earlier result?

Model answer

One definition of the exponential is

ex=limn(1+x/n)ne^x = \lim_{n\to\infty} (1 + x/n)^n
and I can rewrite my expression as:
(1αz)Mg/RT0α=[(1αz)1/α]Mg/RT0.(1 - \alpha z)^{Mg/RT_0\alpha} = \left[(1 - \alpha z)^{1/\alpha}\right]^{Mg/RT_0}.

Letting 1/α=n1/\alpha = n, nn\rightarrow \infty as α0\alpha \to 0 so

limα0(1αz)1/α=limn(1z/n)n=ez.\lim_{\alpha\to 0} (1 - \alpha z)^{1/\alpha} = \lim_{n\to\infty} (1 - z/n)^n = e^{-z}.
So
limα0[(1αz)Mg/RT0α]=[ez]Mg/RT0=exp(MgzRT0)\lim_{\alpha \to 0}\left[(1 - \alpha z)^{Mg/RT_0\alpha}\right] = \left[e^{-z}\right]^{Mg/RT_0} = \exp \left(-\frac{Mgz}{RT_0}\right)
and the whole expression becomes
P(z)=P0exp(MgzRT0),P(z) = P_0 \exp \left(-\frac{Mgz}{RT_0}\right),
which is exactly our isothermal result!

Interviewer conclusion:

Perfect. And why is this kind of limiting check so valuable in physics and engineering?

Student reflection:

It shows our more complex model correctly simplifies to the simpler case we already understood, which gives us confidence we haven't made errors.

Key concepts
Limiting behaviorExponential limit definitionModel validation
5
Question 5 of 6Mathematical Analysis

Sketch the function:

y=1x+x2y = \frac{1}{x} + x^2

Model answer

Okay, so I can see this graph is going to have two types of limiting behaviour: close to the origin it will look like y=1/xy = 1/x and far away it will look like y=x2y = x^2, so let me just sketch those curves (dotted lines).

Next I'll have a look for solutions to y=0y=0 and I can see that there will only be one at x=1x=-1

In terms of turning points, I can differentiate it and set that equal to zero

dydx=1x2+2x=0,\frac{\text{d}y}{\text{d}x} = -\frac{1}{x^2} + 2x = 0,
so,
x=1213x = \frac{1}{2}^{\frac{1}{3}}
.

Putting those together I can join the dots to make my sketch

Answer 5 diagram

Click to enlarge

Key concepts
Asymptotic analysisCritical pointsSecond derivative testFunction behavior
6
Question 6 of 6Engineering Estimation, Heat Transfer

A chemical plant has a reactor releasing 100 MW of heat continuously. We need to remove this heat using cooling water. Estimate how much water flow we'd need.

Model answer

Initial hypothesis:

Maybe thousands of liters per second?

Interviewer Nudge:

Let's work systematically. What equation relates heat transfer rate, mass flow rate, and temperature change?

Refined response:

Q˙=m˙cΔT,\dot{Q} = \dot{m} c \Delta T, where Q˙\dot{Q} is heat rate, m˙\dot{m} is mass flow, cc is specific heat capacity, and ΔT\Delta T is temperature rise.

Interviewer follow-up:

Good. Now estimate: what's the specific heat capacity of water, and what's a reasonable ΔT\Delta T for industrial cooling?

Student responds:

c4,200c \approx 4,200 J/(kg·K). For ΔT\Delta T, maybe 10°C to avoid scaling and approaching boiling.

Calculation:

So: m˙=Q˙cΔT=100×1064,200×10=2,380 kg/s.\dot{m} = \frac{\dot{Q}}{c \Delta T} = \frac{100 \times 10^6}{4,200 \times 10} = 2,380 \text{ kg/s}. Converting to volumetric flow: V˙=2,3801,000=2.38 m3/s=2,380 L/s.\dot{V} = \frac{2,380}{1,000} = 2.38 \text{ m}^3/\text{s} = 2,380 \text{ L/s}.

Sanity check:

This is equivalent to about 14,000 garden hoses—huge, but reasonable for a 100 MW industrial plant with cooling towers or river access.

Key concepts
Energy balanceHeat capacityOrder of magnitude estimationEngineering judgment