Sobes.tech

System design: ML service with a Predict endpoint (60 seconds to respond). How to scale? Draw a diagram.

Middle
137

Is Python commutative? Does anything change with the permutation of addends?

Middle
137

How to exchange data between processes in Python?

Senior
137

Could you explain how to improve query performance when using Django ORM?

Junior — Middle
137

We have a FastAPI application with an app event shutdown implemented with some logic. If we kill the application with -9 (kill -9), will the shutdown be executed?

Middle
137

What problems can occur when transferring a file between servers? What should be paid attention to?

Senior
137

What mechanisms of inter-process communication (IPC) exist in Linux?

Middle+
137

Do you have experience working with the Apache Airflow platform for workflow orchestration?

Junior — Middle
136

We have a FastAPI REST service with a GetUserSubscriptions endpoint. The endpoint has started responding slower. How would you analyze this problem?

Middle
136

How to view the contents of a text file in Linux?

Middle+
136

What is a closure in Python?

Middle+
136

How do you handle duplicate messages in Kafka?

Middle
136

FROM base_image COPY large_file large_file RUN chmod +x large_file RUN mv large_file ./some/path/large_file COPY .. RUN pip install -r requirements/base.txt

Senior
136

How are methods resolved in Python with multiple inheritance (MRO)?

Middle
135

What will [] is []? def f(item, items=[]): items.append(item) return items f(1) f(1, []) f(1)

Middle
135

What is the difference between Chains and Agents in LangChain? When should each be used?

Senior
135

If two synchronous FastAPI handlers with time.sleep(5) are called in parallel, how long will they take to execute?

Middle
135

What is idempotency in the context of HTTP methods?

Senior
135

What are descriptors in Python?

Middle
135

Tell us a little about yourself and your technical experience.

Middle+
135
/20