Background info:
I am conducting technical interviews for a database programmer intern. To test the candidates, I want to ask them both conceptual questions, as well as ask them to write code in the required languages to solve problems. I do not want to meet the candidates in person (yet), but want to conduct the whole interview process online (via Skype).
Core question:
Is there any site/web-app/cloud-app that simulates an IDE (or at least has syntax highlighting and shows line numbers) and has real-time collaboration? It is not required that the code is able to run in this cloud-app. I just want to be able to edit the code they write, and be able to see what they are writing as they write it.
Additional details:
I have tried Cloud9, and unless I am doing something wrong, the other collaborator has read-only access.
I have tried Amy Editor, and it does not allow creating temporary projects (as far as I am aware), and I was not able to import my temporary project in.
