Consider primes of the following forms:
(A): $p=$ any reducible polynomial, $p=f(x)\cdot g(x)$ each one having integer coefficients.
If it represents infinitely many primes, then one of them (say $f(x)$) must take the values $1$ or $-1$ infinitely often which is impossible.
(B): $p\pmod{p_1}, p\pmod{p_2}, \ldots p\pmod{p_k}$ are all powers of $2$ where $p_1, p_2, ..., p_k$ are the primes less than $p$.
(This is not so easy to see that there are a finite number of such primes $p$, but here is a quick proof).
If this happens, then $p_1\cdot p_2\cdots p_k$ divides $(p-1)(p-2^1)(p-2^2)\cdots (p-2^x)<p^{x+1}$ where $2^x<p<2^x+1$ which means that $x<\frac{\ln p}{\ln 2}$.
This shows that $p_1\cdot p_2\cdots p_k\le p^{x+1}<p^{\frac{\ln p}{\ln 2}+1}$. Taking logarithms in both sides we get that $\ln(p_1\cdot p_2\cdots p_k)< (\frac{\ln p}{\ln 2}+1)\cdot \ln p \Rightarrow \theta(p)=\mathcal{O}(\ln^2p)$.
Here $\theta(p)$ denotes the usual Chebyshev function which is known to be $\mathcal{O}(p)$ which contradicts the previous argument.
However, there are some primes satisfying the claim, such as $3, 5, 7, 11$.