Settings

Theme

Interviews on Skype

skype.com

24 points by brene 8 years ago · 8 comments

Reader

breneOP 8 years ago

Test candidates using a real-time code editor over Skype. Give instructions, interview candidates and provide feedback via the in-browser Skype call. The in-browser code editor allows candidates to run their code and check their results. Help candidates avoid syntactic mistakes with real-time syntax highlighting for 7 popular programming languages.

  • colejohnson66 8 years ago

    I've seen a few companies use HackerRank for this. They provide a few problems, one or two test cases, and then run your code against other provided test cases that you don't see.

Meph504 8 years ago

C# doesn't seem to be working properly

string Hello () { return "test"; }

Console.WriteLine(Hello());

solution.cs(1,0): error CS1525: Unexpected symbol `string'

sorenbs 8 years ago

This looks really cool. Can you prepare a test project for the candidates or do they always start from blank?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection