Firstly I just made a simple introduction to myself. Then, the interviewer asked me two coding problems. Then I was asked by some deep learning problems. The interviewer is nice and the process is good. When I cannot solve the problem I got some hints from the interviewer.
Questions d'entretien [1]
Question 1
One is leetcode 42. Trapping Rain Water. Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining. The other is 10. Regular Expression Matching.