$$\lim_{N\to\infty} \frac{\sum_{n=0}^N \sin^4 (5n)}{N}$$
This is an Olympiad problem from India. I tried solving it by trying to manipulate such that n/N is x and then integrate it along with reducing the sin^4 to cos using double angle formulae twice. But I got stuck when a term to be integrated resembled cosx/x which I was unable to integrate by the methods I know. But judging the kind of problems this exam asks, I think there is a more elegant approach that does not require knowledge of integrating the aforementioned.
Consider $5n$ mod $\pi$. As $n$ increases, you get a dense covering of $[0,\pi]$. So one way to express the following integral as a Riemann sum is $$\int_0^{\pi}\sin^4(x)\,dx=\lim_{N\to\infty}\sum_{n=1}^N\sin^4(5n)\Delta x_n$$ You could argue the sampling is uniformly dense such that it is OK to take $\Delta x_n=\frac{\pi}{N}$. Then you conclude $$\begin{align} \lim_{N\to\infty} \frac{\sum_{n=0}^N \sin^4 (5n)}{N} &=\lim_{N\to\infty} \frac{\sum_{n=1}^N \sin^4 (5n)}{N}\\ &=\frac{1}{\pi}\int_0^{\pi}\sin^4(x)\,dx\\ &=\frac{1}{4\pi}\int_0^{\pi}\left(1-\cos(2x)\right)^2\,dx\\ &=\text{... more elementary integration ...}\\ &=\frac{1}{4\pi}\int_0^{\pi}\frac32\,dx\\ &=\frac38 \end{align}$$