Provided a TYPED python class, which uses the async library, with some functionality (one function stubbed out), extend/build that functionality in order to pass a pre-written test. Then, augment another test to pass.
Anonimo
The question itself is very easy to implement, but keep in mind they are looking for something else from it. Be familiar with the async library (I had to ask questions which might have looked bad on me, as my company uses something else to do async processing). I would suggest making sure to 'type' the python you write. I was too nervous and only thought about that after the fact, which might have been the nail in my interview's coffin. Good luck.