Question: In a Red-Black tree, what happens when a red node is inserted as a child of another red node?
Options:
Correct Answer: A recoloring and rotation may be needed.
Solution:
When a red node is inserted as a child of another red node, a recoloring and possibly a rotation are needed to maintain the properties of the Red-Black tree.