I have to discuss wether the polynomial $f(x)=x^4+15x^3+7$ is irreductible on $\mathbb{Q}[x]$.
To show this I will use a combination between the Gauss Criterion and the Modular criterion, which states that
Let $I$ be an ideal of $R$ and $f(x)\in R[x]$ a monic polynomial. If $f(x)$ has no trivial decompositions on $R/I[x]$, then $f(x)$ is irreductible on $R[x]$.
Using 1 we see that if $f(x)$ is irreductible on $\mathbb{Z}[x]$, so is on $\mathbb{Q}[x]$. To apply this second criterion we choose $R=\mathbb{Z}$ and $I=3\mathbb{Z}$ such that $[f(x)]=x^4+7\in\mathbb{Z}/3\mathbb{Z}$. We can see that $[f(x)]$ has no roots on $\mathbb{Z}/3\mathbb{Z}$, thus being irreductible. By virtue of the Modular criterion we get that $f(x)$ is also irreductible.
Is my reasoning correct? Have I commited any error? Is it true? How would you solve this problem?
The commenters are correct; although no roots exist for $x^4+1\equiv0\bmod3$, the polynomial could have quadratic factors. Indeed, the polynomial is also $\equiv x^4+4\bmod3$ and then Sophie Germain's Identity immediately gives $(x^2-2x+2)(x^2+2x+2)$ (or $(x^2+x-1)(x^2-x-1)$).
To prove the nonexistence of quadratic factors over the rationals you can use another modulus. As the cubic term disappears $\bmod 5$ you may want to explore that ring. A quadratic factorization of $x^4+2\bmod 5$ must have one of the forms
$(x^2+ax+1)(x^2-ax+2)$ or
$(x^2+ax-1)(x^2-ax-2)$
If you can prove that neither candidate holds, you can proceed to the conclusion. Incidentally, $\bmod 5$ also admits no linear factor.