Interview Question
Automation In Python Interview
-Jerusalem, Jerusalem
OrCam Technologies1. Get string aaabbccccd. print output a3b2c4d1 2. Design DB for films that consist from 6000 frames. Divide each film to ~6 parts. Each film need to be checked, tested and to know if the whole film was checked 3. File and string manipulation. get file. Find inside some string
AnswerAdd Tags
Interview Answer
1 Answer
▲
0
▼
1. For loop 2. One table with: film index, clip index, sent, checked 3. Regular expression
Anonymous on
Add Answers or Comments
To comment on this, Sign In or Sign Up.