Sobes.tech

What is a Garbage Collector in Python?

151

How was the worker with Kafka consumer organized — separately or together with FastAPI?

150

What tasks are you currently researching or analyzing?

Junior — Middle
150

What criteria will you consider when evaluating and choosing a software solution?

Junior — Middle
149

What technologies or topics are you currently mastering to improve your professional skills?

Junior — Middle
148

async def check_response(delay: int, message: str) -> None: timeout = httpx.Timeout(timeout=5) client = httpx.AsyncClient( base_url=BASE_URL, timeout=timeout, ) async with client: response = await client.get(url=f"/delay/{delay}") print(response.status_code, message) async def main() -> None: await check_response(delay=2, message="from first line"), await check_response(delay=2, message="from second line"), await check_response(delay=2, message="from third line"), if __name__ == "__main__": print("Total time:", timeit.timeit(lambda: asyncio.run(main()), number=2))

141

What data bus did you use and what did you use for reading from Kafka?

141

What is the minimum acceptable level of income for you?

Junior — Middle
140

What is MRO (Method Resolution Order)?

132

Which version of Helm was used and how does Helm 3 differ from Helm 2?

132

How did you deploy in Kubernetes, and which web server did you use?

129

Is writing to disk and requesting a third-party service blocking or not? How does asyncio handle this?

127

How did you score clients before switching to ML scoring?

126

What are your plans for professional growth and skill development?

Junior — Middle
125

What source assigned you your current tasks or assignments?

Junior — Middle
124

How did you organize and manage work tasks in your previous experience?

Junior — Middle
118

What was your RPS and how did you handle the load?

115
/3