I applied online. The process took 1 day. I interviewed at Pucho in Mar 2025
Interview
He went straight to the javascript sorting question. The interviewer was rude. I cannot work for such a person. I told him that I didn't know the order of Jacks and Kings since its been a while playing but he said he could not assist with that. Thank you for your time was the answer
Interview questions [1]
Question 1
# // Write, Edit and Run your Javascript code using JS Online Compiler
# // Write a function that sorts an array card ranks in ascending order based on standard playing card ranks. (from lowest to highest)
cards = ['Jack', 8, 2, 2, 6, 'King', 5, 3, 'Queen', 'King', 'Queen'];