Sobes.tech

Tell me about the lambda function. For what have you personally used it?

Senior
198

Name mutable and immutable data types in Python, give examples.

Senior
196

What is the difference between the operators == and is?

Senior
175

What is the difference between the remove() method and pop() (and del) for deleting elements from a list?

Senior
167

import copy a = [[1],[2],[3]] b = copy.copy(a) a.append([4]) a[0][0] = 100 print(b)

Senior
166

What are the ways to resolve collisions in a hash table?

Senior
164

How are arguments passed to a function in Python (by reference or by value)?

Senior
163

What will happen if a tuple containing a mutable element is used as a dictionary key?

Senior
152

Why did you leave the company and decide to enter the market?

Middle+
150

How much time is needed to transition to a new company?

Middle+
150

Was the project high-load? Can you provide figures, for example, RPS?

Middle+
146

Why keep some memory for yourself instead of returning it all to the operating system?

Senior
142

What is the complexity of the list.pop() method (without arguments) and why is it constant?

Senior
141

An example with a mutable default argument in a function — what is wrong and how to fix it?

Senior
140

What is the difference between a dictionary (dict) and JSON?

Senior
139

Was there any pain point on this project that you had to deal with?

Middle+
138

What is a dictionary in Python? What can be a key?

Senior
137

Name the basic principles of OOP (polymorphism, encapsulation, abstraction, inheritance) and explain each.

Senior
137

What does the -O flag do when running Python (python -O main.py)?

Senior
136

How active is the search? Do you communicate with other companies? Are there offers?

Middle+
134
/3