Take a finite field $\mathbb{F}_p$. To construct $\mathbb{F}_{p^n}$ one takes the field of degree $d < n$ polynomials over $\mathbb{F}_q$ with operations done mod an irreducible degree $n$ polynomial $P(X)$.
What happens when we take $P(X)$ to be reducible?
In particular, let $P(X) = f_1^{e_1} \dots f_k^{e_k}$ with $f_i$ distinct and irreducible. If all $e_1 = e_2 \dots = e_k = 1$ I suppose using CRT you would get the product of finite fields. What happens when $e_i > 1$? You get nilpotent elements (e.g. $f_i$) so it certainly can't be a product of finite fields. Does it depend on the choice of $f_i$?