A list of questions to ask during an interview
- What do you do to stay up to date on current technologies?
- Describe in detail what is happening right after you have entered url in an address bar
- What are some differences between arrays and objects in Javascript?
- What’s the Difference Between Class & Prototypal Inheritance?
- Can you tell me about a time when you had to ask for help?
- Can you tell me about a time when you worked as part of a group?
- Give an example of when you had to work with someone who was difficult to get along with. How did you handle interactions with that person?
- What do you like to do for fun?
- If you where an animal, what would you be?
- Given a tic-tac-toe board, design a function to determine whether any player is winning in the current round, given the current board state.
- You are provided with a function Rand5(). This function returns perfectly random (equal distribution) integers between 1 and 5. Provide the function Rand7(), which uses Rand5() to produce perfectly random integers between 1 and 7.
- Write a function isPrime() that takes integer n and determine whether n is a prime number or not