Sobes.tech

If there are many tasks and asynchronous code is run from synchronous, where will the main performance issues be?

226

There is an input array of URLs. You need to concurrently visit the links, retrieve the response contents, compute MD5 hashes, and return an array of hashes in the same order. How would you implement this?

132

If processing becomes a serious CPU-bound task, what problems might arise and how can they be avoided?

123

What is the difference between processes and threads in Python and in operating systems in general?

114

If there are very many input URLs, for example, a million, what problems might arise and how to solve them?

108

How do you ensure the stable operation of PostgreSQL and diagnose the causes of performance degradation?

102