Question: Which of the following operations can cause an imbalance in an AVL tree?
Options:
Correct Answer: Both Insertion and Deletion
Solution:
Both insertion and deletion operations can cause an imbalance in an AVL tree, requiring rebalancing.