La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Wipro (Bengaluru)
Colloquio
1. Interview was speciafically focused on Python - coding round. Certain familliarity was asked around SQL, AWS, Data Warehousing.
2. Interviewer asked to screenshare and write things on Notepad or Jupyter Notebook.
3. Interviewer was very cordial and showed involment.
4. Lasted 30-35 minutes.
Domande di colloquio [1]
Domanda 1
Started with technical questions --
1. Given a nested list. Write python program to flatten it.
- input_list = [ [1,2], [3,4], [[4] , [6]] ]
- output_list = [1,2,3,4,4,6]
2. Given a string. Return total number of times each character occurs in that string.
3. Explain Generators in Python.
4. How to create empty Pandas dataframe? Create dataframe using a dictionary.
5. Asked to rate myself in SQL, AWS (name the relevant services too).
6. Have you worked in ML, what kind of use cases?
7. Have you written class/object oriented or functional based programming ?
They negotiated my compensation like very low even after HR agreed, they have already said yes for th package in the first call still they changed thi is wrong behaviour
Virtual interview,
2 programming questions followed by general discussion and questions about python and machine learning.
Decorators, data structures and all basic things were covered in the first round of interview