I was asked this in an interview. You have two features, $x_1$ and $x_2$. You fit a simple linear model on each feature, so
$$ \underbrace{y = x_1 \beta}_{\text{model 1}}, \qquad \underbrace{y = x_2 \beta}_{\text{model 2}}. $$
You compute the $R^2$ value for each model and find that each one has an $R^2$ of $0.1$. Now you fit a model on both features
$$ y = x_1 \beta_1 + x_2 \beta_2. $$
What range of values can you expect this model's $R^2$ to take? I was stumped and am curious how to reason through this.