Last active
May 22, 2019 18:13
-
-
Save Diederikjh/451c92189f4512d187cd746fec78d50d to your computer and use it in GitHub Desktop.
Alphawave Interview process pseudocode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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