I applied in-person. The process took 3 weeks. I interviewed at Cardpool (Emeryville, CA) in Dec 2015
Interview
At first you're nervous like every other interview but then you get the hired and get to know the people.. Then you see that this is what you were nervous for? Weak af, It was cool, nothing special. They were thirsty for workers though.
3 interviews total. the first one was a phone call lady inform me about the position ams of I felt I could do it. the second one was in person with the managerand the third was on the phone with the district manager
Interview questions [1]
Question 1
Are you comfortable handling large amounts of money? Are your comfortable being alone? Do you have open availability
I applied online. The process took 3 months. I interviewed at Cardpool (San Francisco, CA)
Interview
telephonic interview
1) Write a function that prints odd numbers from 0 to n
2) Write a function given an array of integers, that returns the largest value in the array
3) Write a function that given n, prints a nxn multiplication table
4) You have an array of size 99 that contains all integers from 1-100 except it’s missing 1 number.
5) Difference between linked-list and array. When would you use one over the other?
6) How do you create a system that auto-completes words from a string
7) class vs object
8) constructor and destructor:
9) class/static method:
Interview questions [1]
Question 1
Suppose you want to ensure an application has only one instance of a database connection (or some expensive object), how would you do that?