It's clear that a system of two quadratic equations can have none, one or two solutions.
For example: $y = x^2 + 2$ and $y = - x^2 + 1$ have none. $y = x^2$, $2x^2 - 8x + 8$ and $y = - x^2 + 8x - 8$ have $4$ as common solution. And $2x^2 - 8x + 8 = x^2 - 4x + 5$ have $1$ and $3$ as solutions.
Is it also possible to have more solutions? Intuitively I'd say that two is the max number of solutions, but where is the proof of this?
Note (I found it after asking the question, and receiving answers): the question On the number of possible solutions for a quadratic equation. is strongly related to this question.