Let $W_1,\ldots,W_n \sim f_w(w;\lambda)=\frac{3w^2}{\lambda}e^{\frac{-w^3}{\lambda}}\mathbf{1}_{w>0}$ for some $\lambda>0$.
Give the asymptotic behavior of $\sqrt{n}(\lambda_{\text{MoM}}-\lambda)$ as $n\rightarrow \infty$
Give the asymptotic behavior of $\sqrt{n}(\lambda_{\text{MLE}}-\lambda)$ as $n\rightarrow \infty$
Give the asymptotic $(1-\alpha)\cdot100 \% $ confidence interval for $\log(\lambda)$
Note: MoM means method of moment, MLE means maximum likelihood estimator
Try: I have use MoM: $\frac{\sum{Xi}}{n}=E[X]$ and $l=\operatorname{Log}(\text{Likelihood})$ to calculate the estimators, but don't know how to solve the asymptoic distribution $\sqrt{n}(\lambda_{\text{estimator}}-\lambda)$.
The idea is to use the central limit theorem: note that $$ \sqrt{n}(\lambda_{\text{MoM}}-\lambda)=\frac 1{\sqrt n}\sum_{i=1}^n(W_i-\mathbb E[W_i]), $$ which converges to a centered distribution normal distribution with variance $\operatorname{Var}(W_1)$.
For the maximum likelihood estimator, you will get something like $n^{-1}\sum_{i=1}^nW_i^3$ and you can again use the central limit theorem.