I apologize I have nothing to show that I have really attempted this question, but it's simply because I am struggling to get used to the terms and ideas. I randomly chose a question from a past paper for my own practice and not very sure what the answer is.
If $\alpha$ has the minimal polynomial $x^4+x^3+x^2+x+1$over $\mathbb{Q}$, construct the extension $\mathbb{Q}(\alpha)$.
I suppose I am to solve the polynomial, to determine $\alpha$ but over $\mathbb{Q}$, I believe there is no solution. There are 4 distinct solutions in $\mathbb{C}$ though. So what exactly is $\alpha$ and how should I answer this question?
I feel like if you are struggling with the terms and ideas of field extensions and how polynomials are related to this, you should try reading a different source of explanation. Try reading Chapter 21 from this book on abstract algebra. I know it's a 20-30 page chapter, but you don't necessarily need to read the whole chapter to learn about extension and splitting fields.
The most important thing you have to understand about $\alpha$ is that it's defined as one of the solutions to $x^4+x^3+x^2+x+1=0$. It's not a specific solution to that polynomial, since, as you pointed out, there are actually four different solutions, but $\alpha$ can be any one solution. Using that information, we have to construct our field extension.
Now, from the chapter above, you'll find that $\mathbb{Q}(\alpha)$ is the same thing as $\mathbb{Q}[x]/\langle x^4+x^3+x^2+x+1 \rangle$ with the isomorphism between them being the evaluation homomorphism. The important thing to notice about this is that this means that all elements of $\mathbb{Q}(\alpha)$ are in the form of $a\alpha^3+b\alpha^2+c\alpha+d$ for $a, b, c, d \in \mathbb{Q}$. We never reach $\alpha^4$ because we know that since $\alpha^4+\alpha^3+\alpha^2+\alpha+1=0$, then $\alpha^4=-\alpha^3-\alpha^2-\alpha-1$, so we can just substitute $\alpha^4$ with lesser powers.
Now, two important properties about $\mathbb{Q}(\alpha)$ is if the field extension is normal and if the field extension is separable. If the extension is separable, then the minimal polynomial of $\alpha$ of degree $n$ has $4$ distinct roots. Now, in our case, this means that $x^4+x^3+x^2+x+1$ has $4$ distinct roots and none of them are repeated. As @Bernard wrote, the roots of this polynomial are all distinct roots of unity, which means that yes, this extension is separable. One handy thing to note is that all field extensions of $\mathbb{Q}$ are separable because $\mathbb{Q}$ has a characteristic of $0$. You can find a proof of this here. (NOTE: I haven't verified this proof or read this whole document, but I have read other proofs of this and I know that it is true.)
We also need to find if this field extension is normal. If the field extension is normal, then this field extension is the splitting field of the minimal polynomial of $\alpha$, which is $x^4+x^3+x^2+x+1$ in our case. This means that all of the roots of $x^4+x^3+x^2+x+1$ is inside $\mathbb{Q}(\alpha)$ and that we don't need to add any more roots to fully factor the polynomial. Now, as @Bernard wrote, since all of the roots of this polynomial are roots of unity, we can generate the roots of unity with powers of $\alpha$ and factor this polynomial into linear factors as follows: $x^4+x^3+x^2+x+1=(x-\alpha)(x-\alpha^2)(x-\alpha^3)(x-\alpha^4)$. Thus, since $x^4+x^3+x^2+x+1$ fully factors, this extension is normal.
Since the extension is both normal AND separable, it is a Galois extension which means that it's really useful and has a lot of special properties.
I hope this explanation of this field extension helps you understand field extensions better!