Interview question page
OFDM Interview Questions
OFDM interview questions test whether you understand the cyclic prefix, subcarrier orthogonality, PAPR, and how a real channel and real impairments change the FFT-domain receiver. The strongest answers connect each design choice to a concrete consequence for equalization, power efficiency, or interference.
What interviewers test
Interviewers want you to explain why OFDM works, when it breaks, and how design choices ripple through the system. A strong candidate can derive why orthogonality holds, show how the cyclic prefix turns multipath into a per-subcarrier scalar, and reason about subcarrier spacing as a trade between delay-spread robustness and sensitivity to Doppler and frequency offset. They can also separate the waveform (OFDM) from the access scheme (OFDMA) and explain how scheduling decisions interact with the physical layer.
Common mistakes
Common mistakes include treating OFDM as "just FFT modulation" without explaining the cyclic prefix, confusing OFDM with OFDMA, and ignoring the impairments that break orthogonality. Weak answers also describe PAPR as a purely theoretical concern instead of connecting it to power-amplifier back-off, efficiency, and range. Another frequent slip is assuming a longer cyclic prefix is always better, when in fact it is pure overhead beyond the channel delay spread.
Interview questions to expect
Why does OFDM use a cyclic prefix?
The cyclic prefix copies the tail of the symbol to the front so that linear convolution with the channel looks like circular convolution over the FFT window. That lets each subcarrier be equalized independently with a single complex tap, as long as the CP is at least as long as the channel delay spread.
Why is OFDM vulnerable to PAPR?
The transmitted symbol is the sum of many independently modulated subcarriers, so occasional coherent peaks are far higher than the average power. High peak-to-average ratio forces the power amplifier to back off from its efficient region to avoid clipping and spectral regrowth, which hurts efficiency and range.
What is the difference between OFDM and OFDMA?
OFDM is the waveform: one user occupies all subcarriers in a symbol. OFDMA is a multiple-access scheme that partitions the subcarriers into groups and assigns different groups to different users in the same symbol, which enables frequency-selective scheduling and finer-grained resource allocation.
How does subcarrier spacing affect the system?
Wider subcarrier spacing shortens the symbol, which improves robustness to Doppler and phase noise and reduces latency, but it needs a longer relative cyclic prefix and tolerates less delay spread. Narrower spacing is the opposite. This trade is exactly why 5G NR defines scalable numerology instead of one fixed spacing.
Why is OFDM sensitive to carrier frequency offset?
Orthogonality depends on each subcarrier sitting exactly at the null of every other subcarrier in the FFT. A frequency offset shifts all subcarriers, so energy leaks between them as inter-carrier interference. That is why OFDM systems spend significant effort on synchronization and frequency tracking.
What role does the FFT size play?
For a fixed subcarrier spacing, a larger FFT means more subcarriers and a wider occupied bandwidth. The FFT size also sets implementation cost and the granularity of the frequency grid. Designers choose it together with subcarrier spacing and sampling rate so that the occupied bandwidth and guard bands match the channel allocation.
How is channel estimation done in an OFDM system?
Known pilot subcarriers are inserted in time and frequency. The receiver measures the channel at those pilots and interpolates across the grid to estimate every data subcarrier, then applies single-tap equalization. The pilot density has to track how fast the channel changes in time (Doppler) and frequency (delay spread).
What is inter-carrier interference and what causes it?
Inter-carrier interference is energy leaking from one subcarrier into its neighbors because orthogonality was lost. The usual causes are carrier frequency offset, phase noise, and high Doppler that makes the channel change within a symbol. It raises the noise floor on every subcarrier and degrades the effective SINR.
How do you reduce PAPR in practice?
Common techniques include clipping with filtering, tone reservation, selective mapping, and partial transmit sequences. On the uplink, standards may use a different waveform such as DFT-spread-OFDM (SC-FDMA) precisely because its lower PAPR improves power-amplifier efficiency for battery-powered devices.
Why does OFDM simplify equalization compared with single-carrier?
Because each narrow subcarrier sees an approximately flat channel, the frequency-selective channel becomes a set of independent scalar gains. Equalization is then a per-subcarrier complex division after the FFT, instead of a long adaptive time-domain equalizer that a wideband single-carrier signal would require.
Study path
Related topics
Essential AI-Native Skills for OFDM
Modern engineering work increasingly uses AI tools for design and code review, debugging, documentation, test and testbench generation, and workflow automation. The goal is not to let AI replace engineering judgment — it is to move faster while keeping verification discipline.
- Use AI to explain unfamiliar code, logs, waveforms, datasheets, or test failures.
- Break large problems into small, reviewable steps you can verify independently.
- Ask AI for hypotheses, then validate them against tests, measurements, simulations, or lab data.
- Version-control your analysis scripts, testbenches, and configs — keep changes small and reviewable.
- Document your assumptions, design tradeoffs, and debugging decisions.
- Verify AI output before trusting it: run the checks that fit the domain — unit tests, linters, simulations, or bench/lab measurements.
- Review AI output for correctness, edge cases, and real-world consequences.
Frequently asked questions
- What do OFDM interview questions usually cover?
- They usually focus on the cyclic prefix, subcarrier orthogonality, PAPR, FFT sizing, channel estimation, OFDMA, and why OFDM is sensitive to carrier frequency offset and phase noise.
- What is the single most important OFDM concept to know?
- The cyclic prefix. It converts a linear-convolution multipath channel into a circular convolution within the FFT window, which is what lets the receiver equalize each subcarrier with one complex tap instead of a full time-domain equalizer.
- How should I study OFDM for interviews?
- Study the waveform first: how the IFFT builds the symbol and why subcarriers stay orthogonal. Then layer on cyclic prefix sizing, channel estimation with pilots, PAPR and PA back-off, OFDMA scheduling, and the impairments that break orthogonality.
- Is OFDM the same as OFDMA?
- No. OFDM is the modulation waveform built from many orthogonal subcarriers. OFDMA is a multiple-access scheme layered on top that assigns disjoint groups of subcarriers (resource blocks or resource units) to different users in the same symbol.
- How does OFDM handle multipath better than single-carrier?
- A wideband single-carrier signal sees frequency-selective fading and needs a long equalizer. OFDM splits the band into many narrow subcarriers, so each one sees an approximately flat channel and can be corrected with a single-tap equalizer after the FFT.
- Why is the cyclic prefix length chosen the way it is?
- The CP must be at least as long as the channel delay spread to absorb inter-symbol interference, but every CP sample is overhead. Designers pick the shortest CP that covers the expected delay spread for the deployment, which is why standards define multiple CP and numerology options.
- Which impairments hurt OFDM the most?
- Carrier frequency offset and phase noise, because both destroy subcarrier orthogonality and create inter-carrier interference. PAPR is the other big one: it forces power-amplifier back-off, which reduces efficiency and effective range.
Next step
Move from question recognition into practice so you can answer under interview timing instead of just reading the explanation.