Sobes.tech

Can HTML be considered a programming language or does it belong to other technologies?

Junior — Middle
188

Have you created your own data generator or algorithmic component independently?

Junior — Middle
188

What are the advantages and disadvantages of using interfaces implemented through abstract classes in Python?

Junior — Middle
188

How did you participate in organizing the team's work on the previous project?

Junior — Middle
188

Is it possible to ensure memory isolation for different processes in an operating system?

Junior — Middle
188

What methods can be used to prevent or reduce the impact of DoS attacks?

Junior — Middle
188

What tasks can be solved with a generator?

Junior — Middle
188

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

Middle+
188

How can you measure the execution time of an SQL query?

Junior — Middle
188

Describe how your typical workday is organized in our company from 9 am to 6 pm.

Junior — Middle
188

What methods can be used in Python to improve the efficiency of CPU-intensive tasks?

Junior — Middle
188

Describe the key classes used in the Django framework.

Junior — Middle
188

What approaches can be applied to improve the performance of a queue implemented based on lists in Python?

Junior — Middle
188

What are the methods of monitoring the status of a network node?

Junior — Middle
188

Isolation levels Existing isolation levels (standards) READ_UNCOMMITTED READ_COMMITTED REPEATABLE_READ SERIALIZABLE Task There are 3 entities: * Entity1 * Entity2 * Entity3 Database postgres Task What isolation level is needed for both transactions to guarantee no data loss in these scenarios and why: Scenario 1 (corresponds to execution time) * Open transaction 1; * select Entity1; * select Entity2; * Open transaction 2; * select Entity1; * update Entity1; ********** * Commit transaction 2; * update Entity1; ->transaction 1 * update Entity2; ->transaction 1

Middle
188

How is polymorphism implemented in object inheritance?

Junior — Middle
188

Can you list the main network protocols you know?

Junior — Middle
188

Can you explain what the built-in data structure 'map' in Python is?

Junior — Middle
188
/556