Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en LinkedIn (San Francisco, CA) en oct 2018
Entrevista
I applied online and also with a recruiter. Standard process - set up a phone screening a couple of weeks out. The interviewer was definitely not the one listed in the email (possibly last minute replacement) and he must have been sitting in an open area at first; I had to mention the heavy background noise twice (I could hear voices, though not exact words, before he made his first adjustment).
Because of the level I was asked a lot of platform (iOS) questions, primarily around threading, in a rapid-fire manner. I know I did well on the algorithms (saw a more complicated version of one of them before) and even had time at the end to discuss, but not code, a variant on one question. However, I supposedly did not answer the platform/threading questions fast enough so the hiring committee (for a phone screen) declined to invite me for an onsite. Very likely I would not have moved on regardless of the background noise, but it didn't help.
NestedInteger weight sum - given a class with callable methods isInteger, getInteger, and getList get the weighted sum, e.g. {1,{4,{6}}} => 1 + (4*2) + (6*3) = 27
Me postulé en línea. Acudí a una entrevista en LinkedIn (San Francisco, CA) en mar 2026
Entrevista
Had an initial phone screen round-
Questions - Regular Medium level question, string manipulation
Follow up - Concurrency related on top of the first question.
Waiting for the second round right now
Me postulé a través de un reclutador. Acudí a una entrevista en LinkedIn (San Francisco, CA)
Entrevista
Was greeted by a person who basically walked me around the office during my interview, did a couple of rounds with a group on a whiteboard solving a coding challenge, and one to solve a software architecture challenge. Had lunch onsite. And one round of interview with someone who wasn't technical.
Preguntas de entrevista [1]
Pregunta 1
Write the code to generate an English language rendition of any integer up to 100,000,000.
Acudí a una entrevista en LinkedIn (San Francisco, CA)
Entrevista
Failed at initial screening
Asked about mutex and how 2 processes can communicate with each other, I got nervous and coulnt explain my thoughts properly
Then asked the simple backtracking interview question, solved it, but also didnt do good job communicating
Preguntas de entrevista [1]
Pregunta 1
mutex and communication between processes
backtracking easy question (count islands)