It is an interview question: calculate the variance of difference between max and min $$variance[\max(\{X_i\}) - \min(\{X_i\})].$$
Here $\{X_i\}$ is n i.i.d uniform variables : U(0,1). I know it is easy to calculate the expectation using symmetry: $$E[\max - \min] = E[2*\max-1]=\dfrac{n-1}{n+1}.$$
I don't think that it makes sense if we calculate from the joint distribution since it is only a phone interview.