Question: What happens when a node is inserted into an AVL tree and it causes an imbalance?
Options:
Correct Answer: The tree is restructured using rotations.
Solution:
When an imbalance occurs after insertion in an AVL tree, the tree is restructured using rotations to restore balance.