Me postulé a través de un reclutador. Acudí a una entrevista en LinkedIn (San Francisco, CA) en may 2015
Entrevista
Recruiter reached out to me and set me up for an interview. Emailed me prep material for the phone interview. I scheduled phone interview for a month later date.
there were 2 engineers on the phone call. Their introductions were short and I kept mine short enough to get more time for the coding problem. They used collabedit for reviewing/sharing code.
There was only one coding question followed by wrap up time so I can ask them questions.
Entire interview lasted 1 hour. They asked me to explain my solution and it's space/time complexities. Asked me how I can improve it. (99% of the time the answer to improve time complexity is to compromise on space complexity. That means introduce a freaking hashmap in your solution).
Overall decent experience.
Preguntas de entrevista [1]
Pregunta 1
Given two words as Strings, determine if they are isomorphic. Two words are called isomorphic if the letters in one word can be remapped to get the second word. Remapping a letter means replacing all occurrences of it with another letter while the ordering of the letters remains unchanged. No two letters may map to the same letter, but a letter may map to itself.
*
* Example:
* given "foo", "app"; returns true
* we can map 'f' -> 'a' and 'o' -> 'p'
*
* given "foo", "boa"; returns false
* we can map 'f' -> 'b', 'o' -> 'o', we can't map 'o' -> 'a'
*
* given "bar", "foo"; returns false
* we can't map both 'a' and 'r' to 'o'
*
* given "turtle", "tletur"; returns true
* we can map 't' -> 't', 'u' -> 'l', 'r' -> 'e', 'l' -> 'u', 'e' ->'r'
*
* given "ab", "ca"; returns true
* we can map 'a' -> 'c', 'b' -> 'a'
*/
Acudí a una entrevista en LinkedIn (Sunnyvale, CA)
Entrevista
Interviewed for an SDE role. The process was well-organized and the recruiters were responsive throughout. That said, the technical rounds were significantly more challenging than expected — definitely come prepared to go deep. Overall a valuable experience regardless of the outcome.
That was a real stroke of luck — when I got to the coding round and encountered a question on finding the maximum subarray sum, I had literally seen this exact problem on prachub.com a few days earlier. The interview kicked off with a recruiter screen, followed by a technical phone interview. It was intense, especially with the focus on algorithms and data structures. I also faced some behavioral questions that challenged my experience. After a final onsite round, I received an offer and happily accepted. Overall, it was tough but rewarding.
Preguntas de entrevista [1]
Pregunta 1
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Walk through Kadane's algorithm and explain the O(n) approach.
Acudí a una entrevista en LinkedIn (Londres, Inglaterra)
Entrevista
Overall, a good interview process and the team were very friendly during the interview process and it was very good and pleasant. Nothing in regard to negative feedback or anything as such like that.
Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti