El proceso tomó 2 semanas. Acudí a una entrevista en Salesforce (San Francisco, CA) en nov 2009
Entrevista
Had an hour long technical interview, followed by a six hour on-site interview. One with a senior engineer, a two hour programming exercise on a laptop, an hour lunch, an hour with a hiring manager, and an hour with two more junior developers. The questions were mostly around data structures and algorithms, and some SQL stuff. Staff were courteous, although the question asking seemed to have been more artificial in nature, e.g. the grid path question was asked posed incorrectly (after I looked it up), the junior developers couldn't explain exactly the problem they were asking a solution to.
Did not get an offer, the position was actually a step down for me (to development) so my on the spot white board coding was probably not up to their expectations. I guess I'll have to take my years of experience designing enterprise level software to some place else. Also, I hadn't looked for a job in a long time, so my prep work was not complete.
Preguntas de entrevista [1]
Pregunta 1
The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Round 1: DSA in Hackerrank. 80% is cutoff. 2 questions will be given 1 easy and 1 medium to hard. Easy must be solved and for other one atleast 12 out of 15 tests must be passing to get 80% score
Round 2: system design
Preguntas de entrevista [1]
Pregunta 1
Standard leet code questions and hackerrank questions
Diving into the technical round, I was presented with a merging intervals problem that required careful thought on overlapping intervals. The solution needed to be efficient, and I felt comfortable tackling it thanks to my prep. A total stroke of luck hit me when I realized the question was nearly identical to one I worked on at PracHub. After that, I moved through a behavioral interview discussing my previous experiences, and overall, it felt like a solid exchange. I received an offer shortly after and accepted.
Preguntas de entrevista [1]
Pregunta 1
Merge Intervals - given an array of intervals where intervals[i] = [start, end], merge all overlapping intervals and return an array of the non-overlapping intervals that cover all the intervals in the input
Acudí a una entrevista en Salesforce (Dublín, Dublín)
Entrevista
First they do HR screening , after that one manager interview , manger ask done md level java technical question. then hackerank coding online coding test . After there will 2 hours then two live coding and one discussion about existing code block. After that one system design , testing feature related interview
Preguntas de entrevista [1]
Pregunta 1
I can’t tell details , but mid level leetcode problem