Skip to content

Instantly share code, notes, and snippets.

@Diederikjh
Last active May 22, 2019 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Diederikjh/451c92189f4512d187cd746fec78d50d to your computer and use it in GitHub Desktop.
Save Diederikjh/451c92189f4512d187cd746fec78d50d to your computer and use it in GitHub Desktop.
Alphawave Interview process pseudocode
# NOTE THIS CODE CONTAINS NO BUGS
# see https://www.alphawave.co.za/ for more
def InterviewForEMSS( candidate ):
if (goodCV(candidate) == true):
if (onlineTestPass(candidate) == true):
if (faceToFaceInterviewPerformance(candidate) >= 95%):
# ;) https://xkcd.com/292/
goto: Hire
goto: Not-Hire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment