I applied through a recruiter. The process took 1 week. I interviewed at WEX
Interview
I could give only Two rounds
Was not too fond of the second interviewer, there was a bit of a communication problem. Also, for some reason, he insisted on me covering every single case verbally before writing code, I told him, I think better while writing the code, he didn't seem convinced
Interview questions [1]
Question 1
I could give only Two rounds
First round was DSA -> it was a dp hard question where you have a string like 012012, count number of subsequences such that there is atleast one 0, one 1 and one 2, and it should be in that order i,e 0 then 1 then 2
2nd round was system design, expected a HLD round , turned out to be a LLD round