Skip to content

Instantly share code, notes, and snippets.

@dylanavery720
Created April 16, 2017 22:21
Show Gist options
  • Select an option

  • Save dylanavery720/c5a044862781a182b34af832a01ec455 to your computer and use it in GitHub Desktop.

Select an option

Save dylanavery720/c5a044862781a182b34af832a01ec455 to your computer and use it in GitHub Desktop.
Documentation of Practice Interview w/ Ian Douglas and Dylan Avery
What happened in the interview/practice?
Ian Douglas asked me some personal questions, followed by a lot of techinical questions. Then we spent about a half hour going through
a code challenge which was basically like Bubble Sort (find the sum of two numbers from an array of numbers that equal a target number).
What are some best practices of technical interviews that you've discussed?
Stay away from using forEach. Always state Pros before Cons. Don't say "Plug and Play".
What did you excel at in the practice?
I told a good story.
What will you continue to practice as you prep for interviews in the future?
I need to study how the browser works, data structures and hashes, and continue to do warm ups and programming challenges.
What surprised you about the practice?
Ian said "Hashes were associative arrays" in JavaScript, I thought maybe they were Objects but had also never heard of an associateive array.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment