30 minutes technical interview with more then 40 questions. I was asked to give short and succinct answers.
Questions where of the following nature:
- How a float is stored in memory?
- What framework is used to unitary tests in C++ and Python?
- What does CMake does?
- What's an Hash Table?
Interview questions [1]
Question 1
- How a float is stored in memory?
- What framework is used to unitary tests in C++ and Python?
- What does CMake does?
- What's an Hash Table?
- What's a PCA?
- What does "assert" does in C++?
- What's the fastest sorting algorithm and what's its complexity?
- What do *args and **kwargs do in Python?