Sobes.tech

What is the difference between a stack and a queue?

Middle+
126

What are the advantages of the generator?

Middle
126

Is it possible to disable GIL or avoid it in some way?

Middle+
126

What is the difference between authentication and authorization?

Middle
126

In what situation might the post_save signal not trigger when updating an object?

Middle
126

Have you worked with PostgreSQL, MySQL, or other databases?

Middle+
126

Describe how you see the ideal application deployment scheme — step by step, from the moment of commit to the moment when the code runs in production.

Middle+
126

How do you feel about working with Django a lot? Are you ready to immerse yourself and learn?

Middle+
125

How to use Prefetch with filtering related objects (e.g., only active orders)?

Middle
125

When is it better to use asynchronous programming and when multithreading in Python, and for what tasks?

Middle
124

[name] asked: Users cannot log into the application, causing the company to lose money. What will be your actions?

Senior
124

What is the difference between WSGI and ASGI?

Middle
123

What is the complexity of adding, removing, and accessing values in a Python dictionary?

Senior
123

Can you tell more about deployment — specifically about blue-green deploy: what does a developer need to prepare in the codebase for this?

Middle+
123

What are the disadvantages of asynchronous code?

Middle+
123

What are Zero Downtime Migrations? The problem with adding a NOT NULL column without a default at the database level.

Middle
122

How to correctly run an asynchronous Celery task inside an Atomic transaction block in Django? For example, sending an email.

Middle
121

What is SQL injection and how to protect against it?

Middle
121

[name] asked: Imagine we make you an offer: how do you see your first days at work and yourself in two weeks in the company?

Senior
121

def foo(): >>>>return (["foo",1]) D = {"A": [1,2], foo: False, foo(): True, (1,): "123"} What will be in variable D and why?

Middle+
120
/9