Q: Describe the management and processes on your current job.
Q: Kuber vs AWS
Q: Some SQL commands
Q: Do you have any experience with NoSQL?
Q: Threading and multiprocessing
Q: [1,2,3,4,1,2,3,5] -> [1,2,3] (to get the repeated objects)
hint: we should use the more pythonic methods (.filter())
Q: {key1:val1, key2:val2} (to swap the values with keys)
follow up Q: which types of the objects we can use in a key of the dictionary?