[Behavorial] Tell me about a challenging project you worked on. What was your role, and what were the key challenges you faced?
Python Engineer Interview Questions
5,850 python engineer interview questions shared by candidates
In the first interview I needed to find algorithm to find local max in a given array of ints. The second interview was more of a open discussion on how to schedule tasks without an internal clk
Designing patterns and approaches, database internals, algorithms
What's a decorator in python? How is it used?
pp8, git vs github, lambda, decorator, Fibonacci series , memory manage in python, iterator, generator , init function, inheritance, override, file exception, file handling, list , dictionary, code block
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.
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?
Viewing 1571 - 1580 interview questions