To find limits:
$(a) \lim_{n \to \infty} \frac{(-1)^n(3-n)}{(3n-5)}$
$(b) \lim_{n \to \infty} \frac{n^3}{n!}$
For the first one the sequence is oscillating so it does not converge.
For the 2nd one I used ratio test: Let $a_n = \frac{n^3}{n!} $, then $\frac{a_{n+1}}{a_n} = \frac{n! \times (n+1)^3}{n^3 \times (n+1)!} = (1+ \frac1n)^3 \times \frac{1}{1+n}$. Thus,
$|\frac{a_{n+1}}{a_n}| < 1$, by ratio test limit is $0$.
Is the solutions correct?
If one sets $\displaystyle a_n=\frac{(-1)^n(3-n)}{(3n-5)}$, one gets $$ \lim_{n \to \infty}a_{2n}=-\frac13\color{\red}{\ne}\frac13=\lim_{n \to \infty}a_{2n+1} $$ thus $\left\{a_n\right\}_{\infty}$ does not converge.
Your second point is fine.