Google Interview Questions Deconstructed: The Knight’s Dialer
1–10 of 134 posts
Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#2Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#3Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#4Typical brain-teaser interview question that will have absolutely no correlation to on-the-job performance but makes the interviewer feel really smart. I thought Google had gotten away from these.
Brainteasers are like "how many ping pong balls fit in a 747" or "you wake up an inch tall in a blender, the blades start spinning in a minute. How do you survive."
Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#5Counting the number of paths when you have loops is easiest using a connection matrix and matrix exponentiation. Then you get log(n) time.
Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#6Counting the number of paths when you have loops is easiest using a connection matrix and matrix exponentiation. Then you get log(n) time.
Or you could have tons of experience deploying robust production systems but have never happened to learn / need to use dynamic programming, in which case coming up with it in 45 minutes during an interview is not going to happen.
Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#7Typical brain-teaser interview question that will have absolutely no correlation to on-the-job performance but makes the interviewer feel really smart. I thought Google had gotten away from these.
Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#8Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#9Typical brain-teaser interview question that will have absolutely no correlation to on-the-job performance but makes the interviewer feel really smart. I thought Google had gotten away from these.
Edit: This applies for senior engineers as well.
Re: Google Interview Questions Deconstructed: The Knight’s Dialer
#10Typical brain-teaser interview question that will have absolutely no correlation to on-the-job performance but makes the interviewer feel really smart. I thought Google had gotten away from these.