In first round, there were 4-5 coding question very basic. In second round there were 2 questions from data structures. In third round he asked one theory question and again 2 coding questions from data structures.
Python Software Engineer Interview Questions
5,401 python software engineer interview questions shared by candidates
Questions about POO in Python.
How are classes defined in Python and give an example of inheritance.
Which is your expected salary?
Merge Intervals but with tuples as the intervals Meeting times start at 9:00am with 30 min intervals 9:00am is 0 9:30am is 1 Orginal :[(0,1), (3, 4), (4, 8), (10, 12), (9,10)] Condensed[(0, 1),(3, 8), (9, 12)] Take into account of unordered and if (4, 8) was (4, 10) then what?
Que recherches-tu dans ton nouveau poste ?
Peux-tu te présenter rapidement et me parler de ton parcours ?
Do you have testing experience? What projects did you overcome an issue that were ultimately successful?
Python language knowledge, problem solving, assignment
Describe what is cache and demonstrate it in your code.
Viewing 1461 - 1470 interview questions