Optional - Interview Questions
This assignment is optional! If you choose to complete it, your task is to submit a document (word document, Google doc, markdown file, text file, etc.) with your answers to each of the questions below.
These questions can typically be answered in a couple of sentences, but I encourage you to think about how you would answer these out loud - or even practice answering them out loud - since that is how you would answer them in an actual interview.
It also might be a good idea to keep these somewhere to review for after graduation when you are job hunting! Creating flashcards with potential technical interview questions is a good strategy.
Data Enrichment Week 1 Questions
Optional - turn in a document with the following 10 questions answered:
What is database normalization?
What is the first normal form?
What are indexes in SQL?
What is a subquery?
Can you join a table to itself?
What are different JOINS used in SQL?
What is Git?
What do you understand by the term ‘Version Control System’?
What does git pull origin master do?
What does the git push command do?
What is the difference between fork, branch, and clone?
What is forward Engineering?
What is Reverse engineering?
How can you use Python with MySQL?
Explain how to connect to MySQL using Python?
Here you can access the Week 1 Data Enrichment Interview questions solutions.