You can write your matrix as
$$A=I+a\otimes a;\quad a=(1,1,1,1,1,1,1,1,1,1)$$
(identity + projection to vector $a$, you can also write by components, $A_{ij}=\delta_{ij}+a_i a_j$).
From symmetry argument, $a$ has a special role (1D eigenspace), and all the vectors, perpendicular to $a$ will behave equivalently (and thus have the same eigenvalue). Then just try what happens for both cases:
$$Aa=a+|a|^2 a = \underbrace{(1+|a|^2)}_{\lambda=11}a$$
$$Aa_\perp=a+\underbrace{(a\cdot a_\perp)}_0 a=\underbrace{1}_{\lambda=1}a$$
So eigenvalues are (11,1,1,1,1,1,1,1,1,1). You can get the characteristic polynomial yourself.