I ask the interviewee to describe one of their favorite technologies, frameworks, product. I ask them to describe the motivation of the technology, its architecture and theoritical background and the ideas behind the design.
For example, if the interviewee had experience in Spring Framework, questions would be:
-How the Spring implements AOP behind the scene?
-What is the motivation of IoC (or DI)? What is the benefit? What problems it solved?
After a dozen of interviews with potential programmers, I found the above question effective to evaluate not only the interviewee's ability to communicate efficiently but to learn and apply the technology with depth of understanding, which indicate how well he/she makes design decisions.
I seek programmers who can make sensible design decisions with supporting rationales. I do not prefer programmers who are only interested in make the code work and only knows how to use the API of the technologies. Such programmers are using technologies blindly and they are likely to make bad design decisions.