47
loading...
This website collects cookies to deliver better user experience
['hip', 'hip'] // Hip Hip Array!
2b || !2b // To be or not to be
let me = 'have a <br>' // let me have a break
"All FAANG interviews are EXTREMELY hard."
Below is a blog post I wrote outlining my thoughts and insights on the Google interview process while I was in the Google interview process.
At the time of writing this, I'm in Google's interview process.
FAANG Study Resource: Cracking the Coding Interview
(Google Recommended)
FAANG companies go above and beyond to give you the best resources that'll help you prepare for their interview process.
They invest a lot of time and money into hiring engineer's that can meet or pass their coding challenges.
"FAANGs Interview process priorities letting good engineers go to keep any bad one's from potentially getting in the Door"
Side note - you can check FAANG software developer salary ranges at Levels FYI.
"You need practice and experience."
"Given a string s
, find the length of the longest substring without repeating characters."
Example
Input: s = "abcabcbb"
Output: 3
Explanation: The answer is "abc", with the length of 3
"Talk about a time when you had to work closely with someone whose personality was very different from yours."
"Here's a white board....design Uber"
47