Interview question page
5G NR Interview Questions
5G NR interview questions test whether you can connect numerology, slot timing, HARQ, and beam management to real deployment tradeoffs across FR1 and FR2. The best answers move from a feature to the metric it changes to the cost it pays elsewhere in the system.
What interviewers test
Interviewers want clear standards reasoning, deployment intuition, and the ability to explain why a physical-layer choice changes latency, coverage, or mobility behavior. A strong candidate can justify scalable numerology from first principles, walk through initial access and beam management, and explain how the SA/NSA and CU/DU choices change the control plane, mobility, and slicing story (see /topics/nr-architecture-nsa-sa-cu-du). They should also separate what the standard mandates from what is an implementation or scheduler decision.
Common mistakes
Common mistakes include mixing LTE and NR timing, confusing bandwidth parts with carrier aggregation (see /topics/nr-bwp-and-numerology), and talking about mmWave beams without explaining initial access or beam failure recovery (see /topics/nr-beam-management). Weak answers also treat NR as "LTE with more bandwidth" and miss the beam-centric, on-demand-reference-signal design that defines it. Quoting peak data rates without acknowledging coverage and blockage tradeoffs is another red flag.
Interview questions to expect
Why does 5G NR use scalable numerology?
Different deployments need different slot lengths and cyclic-prefix durations. Lower subcarrier spacing helps macro coverage and tolerates more delay spread; higher spacing shortens the slot for lower latency and tolerates more phase noise at mmWave. One fixed numerology cannot serve sub-6 GHz macro cells and mmWave small cells well, so NR makes it scalable.
What is the difference between SA and NSA?
NSA keeps LTE as the control-plane anchor and adds NR for user-plane capacity, so it deploys faster on existing cores. SA uses the 5G core with NR for both control and user plane, which unlocks the full architecture including cleaner mobility, network slicing, and lower-latency paths.
How does beam management work in NR?
The device acquires an initial beam by sweeping SSB blocks during initial access, refines it with CSI-RS measurements and reporting, and tracks it as conditions change. If the serving beam degrades, beam failure detection and recovery select a new candidate beam, which is essential at FR2 where blockage is common.
What is HARQ and why does NR use multiple processes?
HARQ combines retransmissions with the original transmission instead of discarding failed data, improving reliability with low overhead. NR runs many parallel HARQ processes so the link does not stall waiting for one acknowledgment, which keeps the pipeline full and supports low latency.
What is a CORESET and how does the device find control information?
A CORESET is the set of time-frequency resources where PDCCH (control) can appear. The device monitors search spaces within the CORESET and blind-decodes candidate locations to find its downlink control information, which then points to the actual data scheduling.
How do DMRS, CSI-RS, SRS, and PTRS differ?
DMRS gives per-channel demodulation reference for decoding a specific transmission. CSI-RS supports downlink channel-state and beam measurements. SRS sounds the uplink channel for scheduling and reciprocity. PTRS tracks phase noise within a slot, which matters most at FR2 and high MCS. NR replaced the always-on LTE CRS with these on-demand signals to cut overhead.
Why can a 5G device show strong RSRP but poor throughput?
RSRP only measures reference-signal power. Throughput also depends on SINR, interference, the selected MCS and coding rate, BLER and HARQ retransmissions, MIMO rank, scheduler allocation, beam quality, thermal throttling, and backhaul. A complete answer separates coverage (RSRP) from quality (SINR) from capacity (rank and scheduling).
What changes when moving from FR1 to FR2 deployment?
FR2 offers far more bandwidth but suffers severe path loss and blockage, so cells are smaller and beamforming is mandatory rather than optional. Beam management, beam failure recovery, and phase-noise handling (PTRS) all become first-order design concerns instead of edge cases.
How does the CU/DU split affect the network?
Splitting the gNB into a central unit and distributed units lets operators centralize higher-layer processing while keeping latency-sensitive lower layers near the radio. It enables flexible transport, easier coordination across cells, and is a foundation for open and virtualized RAN, at the cost of a well-defined fronthaul interface.
Study path
Related topics
Essential AI-Native Skills for 5G NR
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 5G NR interview questions usually test?
- They test numerology, frame and slot structure, bandwidth parts, HARQ, CORESET and the search space, beam management, SA versus NSA, and whether you can connect a physical-layer choice to a deployment tradeoff in latency, coverage, or capacity.
- What should I study first for 5G NR interviews?
- Start with numerology and the OFDM waveform, then HARQ and beam management, then the architecture split (SA/NSA, CU/DU) and bandwidth parts. Once those are solid, scheduler behavior and KPI tradeoffs become much easier to reason about.
- How do I give a strong 5G NR interview answer?
- Define the feature plainly, name the metric it affects, then explain the tradeoff in terms of latency, coverage, robustness, or capacity. Tying the answer to FR1 versus FR2 deployment context is what separates a memorized answer from real understanding.
- What is the difference between FR1 and FR2?
- FR1 is sub-6 GHz, with better coverage and propagation and more relaxed beam requirements. FR2 is mmWave, with huge bandwidth but severe path loss and blockage, which is why FR2 leans heavily on beamforming, beam management, and beam failure recovery.
- How is 5G NR different from LTE at the physical layer?
- NR uses scalable numerology instead of a fixed 15 kHz spacing, replaces the always-on CRS with on-demand reference signals (DMRS, CSI-RS, SRS, PTRS), adds bandwidth parts, uses LDPC for data and polar codes for control, and is built around beam-centric operation, especially at mmWave.
- Why does 5G NR use bandwidth parts?
- A bandwidth part lets a device operate over a subset of the carrier so it does not have to monitor the full wide bandwidth all the time. This saves power and lets the network adapt numerology and bandwidth per device and per traffic type.
- What KPIs matter most in 5G NR debugging?
- RSRP, RSRQ, SINR, CQI, MCS, BLER, HARQ retransmission rate, and MIMO rank. Strong candidates explain how these relate, for example how good RSRP can still coexist with low throughput when SINR, rank, or scheduler conditions are poor.
Next step
Move from question recognition into practice so you can answer under interview timing instead of just reading the explanation.