$\lim_{x\to 0} \frac{x}{x}$ is an indeterminate form whereas $\lim_{x\to 0} \frac{[x^2]}{x^2}$ is not an interminate form (where $[x]$ represents the greatest integer function
Why is $\lim_{x\to 0} \frac{[x^2]}{x^2}$ not in indeterminate form?
As far as I know, $\frac{[x^2]}{x^2}$ gives a $\frac{0}{0}$ at $0$. What is the exact definition of 'indeterminate form'? Wikipedia does not help answer this question.

Indeterminate forms of functions are those forms which really have a finite value but it cannot be determined by just looking at it, for example $\frac{x}{x}$ at $x=1$ has value $1$, clearly. But $\lim _{x \rightarrow 0} \frac {x}{x}$ can be found using some algorithm i.e. generally cancelling of indeterminate factors. Indeterminate forms are of forms such as $$ \frac{(\rightarrow 0)}{(\rightarrow 0)} , \frac{(\rightarrow \infty)}{(\rightarrow \infty)}, {\rightarrow 1}^{ \rightarrow \infty }, {\rightarrow 0}^{ \rightarrow 0}$$
In your second example it is $\lfloor x^2 \rfloor$ , which at $x \rightarrow 0$ is exactly $0$. Therefore : $$\lim_{x\to 0} \frac{\lfloor x^2 \rfloor}{x^2}=\frac{0}{(\rightarrow 0)} = 0$$
On the other hand undefined form (although you haven't asked for this, I am telling ) are those which do not have really a finite value those aren't even defined to have finite value , for example : $$\frac {0}{0} ,{0}^{0 } , \frac{\infty}{\infty}$$
Hope it clears your doubt.