I was playing around with series recently and asymptotics of $\sum \sqrt{k}$ and $\sum (-1)^k\sqrt{k}$ were required to solve another problem.
I have dealt with the first one using an integral estimate: $$\forall n\in \mathbb N,\;\; \frac23 n^{3/2}\leq \sum_{k=1}^n\sqrt{k}\leq \frac23 (n+1)^{3/2}$$
Hence $$\sum_{k=1}^n\sqrt{k}=\frac23 n^{3/2} +o(n^{3/2} )$$
I'm clueless with the other one. I can't resort to the same method since the sign keeps changing.
You can use the same technique.
$$ \sum_{k=1}^{2n} (-1)^k \sqrt{k} = \sum_{k=0}^n \sqrt{2k} - \sqrt{2k+1}. $$
The terms of the right-hand summation are positive and decreasing, so you can use the integral test:
$$ \frac23\left(n^{3/2} - (n+1)^{3/2}\right) < \sum_{k=0}^n \sqrt{2k} - \sqrt{2k+1} < \frac23\left((n+1)^{3/2} - (n+2)^{3/2}\right). $$
The number $n^{3/2} - (n+1)^{3/2}$ is somewhere between $\sqrt{n}$ and $\sqrt{n+1}$.