1. Explain your project (if you have ML/DL project in your CV)
2. Diff between linear and logistic regression
3. Diff between left join and right join in SQL
4. Diff between list and tuples in python
5. SQL: you have table A and you have table B, write the output of left join and right join without write any SQL query
6. write a python code:
str = "123/b/e"
vowels = ['a', 'e', 'i', 'o', 'u']
sample_answer = ["123ia/b/aa", "123ie/b/ae", ....]