Interview questions

Two-Port Network Interview Questions

Two-port network parameters are tested at core electronics companies like Texas Instruments, Qualcomm, and L&T for analog design and RF roles, and occasionally in advanced freshers' rounds at TCS and Infosys. The topic connects circuit theory to transistor amplifier modeling directly. Expect questions in the second or third technical interview round, particularly for analog and RF job profiles.

EEE, ECE, EI

Interview questions & answers

Q1. What is a two-port network and why is it useful?

A two-port network is a four-terminal circuit model where one port is the input (terminal pair 1) and the other is the output (terminal pair 2), and it is characterized by the relationships between the port voltages and currents using a set of parameters without revealing internal circuit details. The BJT small-signal model of a transistor is characterized as a two-port using h-parameters so that the same transistor can be used in any circuit configuration (CE, CB, CC) by loading the parameters appropriately. Two-port parameters allow amplifier design to proceed without re-analyzing the transistor's internal physics for every new circuit configuration.

Follow-up: What is the port condition that must be satisfied for a two-port model to be valid?

Q2. What are Z-parameters (impedance parameters) and how are they defined?

Z-parameters express both port voltages as linear combinations of both port currents: V1 = Z11I1 + Z12I2 and V2 = Z21I1 + Z22I2, where Z11 is the input impedance with port 2 open, Z12 is the reverse transfer impedance, Z21 is the forward transfer impedance, and Z22 is the output impedance with port 1 open. For a T-network with Z1=10Ω in series at port 1, Z2=10Ω in series at port 2, and Z3=20Ω shunt between them: Z11 = Z1+Z3 = 30Ω, Z12 = Z21 = Z3 = 20Ω, Z22 = Z2+Z3 = 30Ω. Z-parameters are most natural for series-connected networks because series two-ports have their Z matrices added.

Follow-up: How do you measure Z11 experimentally?

Q3. What are Y-parameters (admittance parameters) and when are they preferred?

Y-parameters express both port currents as linear combinations of both port voltages: I1 = Y11V1 + Y12V2 and I2 = Y21V1 + Y22V2, where Y11 is the input admittance with port 2 shorted, Y12 is reverse transfer admittance, Y21 is forward transfer admittance, and Y22 is output admittance with port 1 shorted. For a π-network with shunt admittances Ya and Yb and series admittance Yc: Y11 = Ya + Yc, Y12 = Y21 = -Yc, Y22 = Yb + Yc. Y-parameters are preferred for parallel-connected networks because parallel two-ports have their Y matrices added — they are standard in MOSFET RF circuit analysis where shunt capacitances dominate.

Follow-up: What does a negative Y12 value physically represent?

Q4. What are h-parameters and why are they used for transistors?

H-parameters use a mixed definition: V1 = h11I1 + h12V2 and I2 = h21I1 + h22V2, mixing input current and output voltage as independent variables, which matches how transistors naturally operate — current in at the base, voltage at the collector. For the BC547 BJT in common-emitter configuration: hie (h11) ≈ 1.5 kΩ input resistance, hfe (h21) ≈ 200 current gain, hre (h12) ≈ 2×10⁻⁴ reverse voltage feedback, hoe (h22) ≈ 25 µS output admittance. The h21 parameter is directly the short-circuit forward current gain β, making h-parameters the natural language of transistor datasheets.

Follow-up: What does hoe represent physically and how does it affect amplifier design?

Q5. What are ABCD (transmission) parameters and what are they used for?

ABCD parameters express the input port quantities in terms of output port quantities: V1 = AV2 - BI2 and I1 = CV2 - DI2, where the negative signs arise from defining I2 as leaving port 2. They are used for transmission lines, filters, and cascaded networks because cascading simply multiplies the ABCD matrices of each stage. A coaxial cable section, a matching network, and an amplifier stage each have their own ABCD matrix, and the total system ABCD matrix is the product of all three in order. For a lossless transmission line of characteristic impedance Z0 and electrical length θ: A=D=cosθ, B=jZ0sinθ, C=j sinθ/Z0.

Follow-up: What is the ABCD matrix of an ideal series impedance Z?

Q6. How do you convert between Z and Y parameters?

The Y-parameter matrix is the matrix inverse of the Z-parameter matrix: [Y] = [Z]⁻¹, meaning Y11 = Z22/Δz, Y12 = -Z12/Δz, Y21 = -Z21/Δz, Y22 = Z11/Δz, where Δz = Z11Z22 - Z12Z21. If Z11 = Z22 = 30Ω and Z12 = Z21 = 20Ω (symmetric T-network), then Δz = 900 - 400 = 500, Y11 = 30/500 = 0.06S, Y12 = -20/500 = -0.04S. The conversion fails if the Z matrix is singular, which means the network has no valid Y representation — this occurs for networks with ideal transformers or degenerate topologies.

Follow-up: What condition on the Z-parameter matrix indicates that Y-parameters do not exist?

Q7. What is a reciprocal two-port and how is it identified from its parameters?

A reciprocal two-port has the same forward and reverse transfer parameter: Z12 = Z21 for Z-parameters, Y12 = Y21 for Y-parameters, and h12 = -h21 relationship for h-parameters (more precisely, for reciprocal networks the determinant condition Δh = h11h22 - h12h21 = 1). A passive ladder filter built from resistors, capacitors, and inductors is reciprocal: if a 1V input produces 0.5V at the output, then 1V at the output would produce 0.5V at the input (with same terminations). An amplifier with a transistor is non-reciprocal because the transistor's controlled source breaks the symmetric coupling between ports.

Follow-up: What is the condition for a two-port to be both reciprocal and lossless?

Q8. What is the significance of the image impedance of a two-port?

The image impedance Zi1 at port 1 is the impedance that, when terminating port 2, makes port 1 appear to have impedance Zi1 from the source side, and Zi2 at port 2 is the load impedance making port 2 look like Zi2 when port 1 is driven from Zi1. For a symmetric lattice filter section, the image impedance is Z0 = √(ZoZs) where Zo is the open-circuit impedance and Zs is the short-circuit impedance at either port. Image impedance design was the classical method for LC filter design before modern network synthesis, and it directly gives the impedance levels for matching sections.

Follow-up: What is insertion loss and how is it defined using two-port parameters?

Q9. How are ABCD matrices used for cascaded filters?

The overall ABCD matrix of cascaded stages is simply the matrix product of individual stage matrices in order from input to output: [T_total] = [T1][T2][T3]...Tn, giving a single 2×2 matrix representing the entire cascade. A 5-stage Butterworth low-pass LC ladder filter is decomposed into its series inductor and shunt capacitor sections, each represented by a 2×2 ABCD matrix, multiplied together to get the total transfer matrix from which voltage gain, input impedance, and insertion loss are computed. This multiplication approach is far faster than writing and solving KVL/KCL equations for all nodes of a multi-stage ladder.

Follow-up: What is the ABCD matrix of an ideal shunt admittance Y?

Q10. What is the condition for maximum power transfer in terms of two-port parameters?

For maximum power transfer from a source with impedance Zs to a load connected at port 2, with the two-port network in between, the load impedance ZL must be the complex conjugate of the Thevenin output impedance of the two-port as seen from port 2, which depends on both the network parameters and the source impedance. For an amplifier with output impedance Zout = Rout + jXout, the optimum load is ZL = Rout - jXout. In RF amplifier design, the simultaneous conjugate match (input and output simultaneously conjugate-matched) only exists when the device is unconditionally stable; for a conditionally stable transistor, the simultaneous match may require a load in the unstable region.

Follow-up: What is the maximum available gain (MAG) of a two-port in terms of S-parameters?

Q11. What are S-parameters and why are they used at RF frequencies instead of Z or Y parameters?

S-parameters (scattering parameters) describe a two-port in terms of incident and reflected power waves rather than open-circuit voltages or short-circuit currents, making them measurable at RF and microwave frequencies where open and short circuit conditions cause oscillations or are physically unrealizable. S11 is the input reflection coefficient with port 2 matched to 50Ω, S21 is the forward transmission gain, S12 is the reverse isolation, and S22 is the output reflection coefficient. A low-noise amplifier datasheet from Texas Instruments lists S21 = 18 dB at 2.4 GHz and S11 = -15 dB, directly telling the designer the gain and input match without any network calculations.

Follow-up: How do you convert S11 to input impedance in a 50-ohm system?

Q12. What is the hybrid-π model of a BJT and how does it relate to two-port h-parameters?

The hybrid-π model represents the BJT with a transconductance gm, base-emitter resistance rπ, output resistance ro, and base-emitter capacitance Cπ and collector-base capacitance Cµ, and its low-frequency two-port h-parameters directly derive from it: hie = rπ, hfe = gm × rπ = β, hoe = 1/ro. For a BC547 biased at IC = 1 mA at room temperature, gm = IC/VT = 1mA/26mV = 38.5 mA/V and rπ = β/gm = 200/38.5mA/V = 5.2 kΩ. The high-frequency response is determined by Cπ and Cµ, which do not appear in low-frequency h-parameters, demonstrating the limitation of h-parameters for RF transistor modeling.

Follow-up: What is the transit frequency fT of a BJT and how is it related to Cπ and gm?

Q13. How do you find the voltage gain of an amplifier using two-port parameters?

For a two-port with h-parameters loaded by RL at port 2 and driven by source Vs with source resistance Rs: voltage gain AV = V2/V1 = -h21/(h22 + 1/RL) × (1/(h11 + Rs)) × ... simplified to AV = -hfe/(hoe RL + 1) for a BJT CE stage with Rs → 0. For BC547 with hfe=200, hoe=25µS, and RL=4.7kΩ: AV = -200/(1 + 25×10⁻⁶ × 4700) ≈ -200/1.12 ≈ -178. The denominator correction (1 + hoe × RL) is significant only at high collector loads where hoe×RL is not negligible compared to 1.

Follow-up: How does the source impedance affect the voltage gain of a CE amplifier?

Q14. What is the significance of Z12 = Z21 = 0 in a two-port?

If Z12 = Z21 = 0, the two-port is unilateral — the output port has no influence on the input port and the input has a one-way transfer to the output with no reverse coupling. An ideal transistor amplifier is approximately unilateral because the base-collector capacitance Cµ is small at low frequencies; a JFET amplifier with negligible gate-drain capacitance approaches unilateral behavior. Unilateral assumption simplifies amplifier design enormously because input matching can be done independently of output matching without iterative calculations.

Follow-up: What causes a real RF transistor to be non-unilateral, and how is this accounted for?

Q15. What is the input impedance of a two-port in terms of Z-parameters with load ZL at port 2?

The input impedance Zin = V1/I1 with load ZL at port 2 equals Z11 - (Z12 × Z21)/(Z22 + ZL), showing that the load impedance ZL modifies the input impedance through the coupling terms Z12 and Z21. For a reciprocal two-port (Z12=Z21=Z12) with Z11=Z22=50Ω and Z12=40Ω, and ZL=50Ω: Zin = 50 - (40×40)/(50+50) = 50 - 16 = 34Ω. This loading effect is critical in multi-stage amplifier design where each stage's input impedance is modified by the next stage's load, requiring careful cascading analysis.

Follow-up: Under what condition does load ZL have no effect on the input impedance of a two-port?

Common misconceptions

Misconception: Two-port parameters are only used for transistor circuits.

Correct: Two-port parameters apply to any four-terminal linear network including passive filters, transmission lines, attenuators, and transformer networks.

Misconception: Z and Y parameter matrices are always invertible and interconvertible.

Correct: Z and Y matrices are inverses of each other only if the Z matrix is non-singular; degenerate networks like an ideal transformer have a singular Z matrix and no valid Y-parameter representation.

Misconception: ABCD matrix multiplication for cascaded stages can be done in any order.

Correct: Matrix multiplication is not commutative; ABCD matrices must be multiplied strictly in the order the stages appear from input to output.

Misconception: S-parameters and Z-parameters contain different information about a network.

Correct: S-parameters and Z-parameters are mathematically equivalent representations of the same network and can be exactly converted between each other given the reference impedance.

Quick one-liners

How many parameters fully characterize a two-port network?Four parameters for any of the parameter sets (Z, Y, h, ABCD), giving 4 equations for the 4 port voltage-current relationships.
What are Z11 and Z22 measured with?Z11 is measured with port 2 open-circuited; Z22 is measured with port 1 open-circuited.
What parameter directly equals the BJT short-circuit current gain β?h21 (or hfe), the forward short-circuit current transfer ratio.
Why are ABCD parameters preferred for cascaded networks?Cascading simply multiplies the ABCD matrices in order, giving the overall network matrix as a single product.
What is the condition for a reciprocal two-port in Z-parameters?Z12 = Z21.
Why are S-parameters used at RF frequencies?Open and short circuit terminations required for Z and Y measurement cause instability at RF; S-parameters use matched 50Ω terminations that are realizable at any frequency.
What is S21?The forward transmission coefficient — ratio of the wave amplitude leaving port 2 to the wave amplitude entering port 1 with port 2 matched.
What is a unilateral two-port?A two-port where the reverse transfer parameter (Z12, Y12, or S12) is zero, meaning the output has no effect on the input.
What is the relationship between Z-parameters and Y-parameters?[Y] = [Z]⁻¹, the Y matrix is the matrix inverse of the Z matrix.
What does h11 represent physically for a BJT?hie — the small-signal input resistance at the base with the output (collector) short-circuited for AC.

More Network Analysis questions