This was a job interview question someone asked about on Reddit. (Link)
How can you generate a uniform distribution on $\{1,\dots,7\}$ using a fair die?
Presumably, you are to do this by combining repeated i.i.d draws from $\{1,\dots,6\}$ (and not some Rube-Goldberg-esque rig that involves using the die for something other than rolling it).