The purpose of this exercise is to get you focused on some key questions that may come up during an interview. 🚀

You may not know answers to the questions below, let alone how it works within code. That's okay! Do some research of your own and try to understand the concepts.

Copy the below questions into Microsoft Word, Google Docs, or duplicate the page into your own Notion page. Then under each question write out an answer to the question in 2 - 3 lines.

As you learn more technologies and tools, you can then add to the list below. Over time, you will then build a list of key concepts that you can explain.

  1. What is REST?
  2. Name a few SQL databases. How are they different from one another?
  3. Which test methodologies do you know and how would you make sure that your code is properly tested? Describe the whole pipeline for ensuring consistent code quality in the repository and in production.
  4. Name three pillars of OOP and explain each of them.
  5. What is a SOLID principle? Do you follow it?
  6. What is DOM and how do you usually interact with it from the JavaScript code? What is a Virtual DOM?
  7. What is the difference between GET and POST requests? Please answer from the perspective of the HTTP specification.
  8. Which asset bundlers do you use? Why do you prefer one over another?
  9. Explain what AJAX is.
  10. What is the difference between == and ===?

...Add your own questions below and keep a list of other interview questions