It was online screening interview. First recruiter told about company and recruiting process. Then Python exam started: question by question from basics, such as types of variables, to asyncio and multiprocessing.
Interview questions [1]
Question 1
What types of objects does Python have? How to iterate through indices and values of the list? What is hashable in Python? Can dictionary has hashable key? Value? What is generator and yield statement? What is multiprocessing, threading, asyncio? What is event loop? What is decorator?