$f(x) = x^{2015}+2x^{2014}+3x^{2013}+...+2015x+2016$.
Take this as a particular example of the class of polynomials $$f_d(x)=x^d+2x^{d-1}+3x^{d-2}+\cdots+dx+(d+1)$$ where $d$ is the degree. Here we have the values of the $d$ elementary polynomials in the roots $x_1,x_2,\cdots, x_d$ (Vieta's coefficients) which are $e_k=e_k(x_1,x_2,\cdots, x_d)=(-1)^k(k+1)$ and we have five answers to choose the correct:
$$a)\space -(d+1)\hspace1cm b)\space -d\hspace1cm c)\space -(d-1)\hspace1cm d)\space -(d-2)\hspace1cm e)\space -(d-3)$$
The problem being to calculate $$\sum_{n=0}^{d-1}(x_1^n+x_2^n+\cdots+x_d^n)$$
We use Newton's identities to solve the problem for general $d$ degree.
Noting $P_i=x_1^i+x_2^i+\cdots+x_d^i$, Newton's identities give for the five first values
$$\begin{cases}P_1=e_1(x_1,x_2,\cdots, x_d)=e_1\\P_2=e_1^2-2e_2\\P_3=e_1^3-3e_1e_2+3e_3\\P_4=e_1^4-4e_1^2e_2+4e_1e_3+2e_2^2-4e_4\\P_5=e_1^5-5e_2e_1^3+5e_3e_1^2+5e_2^2e_1-5e_4e_1-5e_3e_2+5e_5\end{cases}$$ Calculation gives now a constant value for each $P_i$
$$P_i=-2\text{ for } 1\le i\le 5$$ We assume as a consequence and without proof that $P_i=-2$ for all $i$ which we have also verified for $P_6$ but it is too long to write.
Thus $$\sum_{n=0}^{d-1}(x_1^n+x_2^n+\cdots+x_d^n)= (d)+\underbrace{(-2)+(-2)+\cdots+(-2)}_{(d-1)\space\text{ times}}=d-2(d-1)=-(d-2)$$ Thus in this particular problem the answer is $\boxed{-2013}$ (the option d).