I applied online. The process took 1 week. I interviewed at Poshmark (Redwood City, CA) in June 2019
Interview
I had a phone interview and one week later another online peer programming session was scheduled. After peer programming, I got a rejection. I was able to solve the algorithm question he was asking, also without any hints or help. I still got a rejection. Asked for feedback about why, and I just got the usual recruiting email back. Very bad experience, as I said I got everything done correctly. Don't know what they're looking for at Poshmark. A waste of time!!
Interview questions [1]
Question 1
Create a function to check if it is a permutation.
I applied online. The process took 1 day. I interviewed at Poshmark (Sunnyvale, CA) in Feb 2017
Interview
30 minutes phone call interview. The iOS leader interviewed me. Very simple algorithm question, writing code on coderpad. Unfortunately, I blew it. He asked me write the code with Objective-C, god, I never do algorithm with OC before. I know how to solve the problem, but I can not write code in OC in a short time. Even worse, I wrote OC function in a wrong format. OMG, I am a iOS developer, how can I make this low level mistake. So the interview ended at first question 15 minutes later. Mad myself.
Interview questions [1]
Question 1
Compare two string are permutation, return boolean. Such as "abce" and "aced", return true.