$Q:\mathbb R^n\to \mathbb R^n$ $Q=I-2uu^T$ where is $u\in \mathbb R^n$ such that $||u||_2=1$, what you can conclude about linear transformation.
First $Q=I-2uu^T=I-2||u||^2=I-2I=-I$, first Q is not projection matrix because $Q^2\not=Q$, but $Q^3=Q$,all eigenvalue is $-1$, it is orthogonal matrix since $Q^TQ=QQ^T=I$, and I know that $\mathbb R^n=ker(Q)⊕Im(Q)$, $ker(Q)=\{0\}$, Is there something more to say, I mean since this matrix is orthogonal we can say that $||Qx||_2=||x||_2$ for every $x\in \mathbb R^n$,but Is there more important to say?
Denote by $\langle v,w\rangle = v^T w$ the usual dot product on $\mathbb R^n$. The map you are given acts as $$ Qv = (I-2uu^T)v = v - 2 \langle u, v\rangle u. $$ Since $\|u\|=1$, this is a reflection at the plane orthogonal to $u$.