Sobes.tech

У тебя прописано, что автоматизировал CI/CD. Каким образом принимал участие в тестировании?

Middle+
130

Example: a=5, b=5, a is b outputs True. Why?

Senior
129

What will be important for you to see in a new company? What do you pay attention to first when choosing offers?

Middle+
129

Tell me about the product/project you worked on and your main tasks.

Middle+
128

Have you ever participated in architectural decision-making?

Middle+
128

[name] asked: Was there any grading system in the company? And if yes, what grade were you? Or how do you evaluate yourself overall?

Middle+
128

How is the dictionary implemented under the hood (hash table)?

Senior
125

Why is access to a dictionary element considered O(1) on average if collisions exist?

Senior
124

Tell about the notification service — how did you implement it from a technical point of view?

Middle+
123

What is the basic error in Python to catch everything, and from what should custom exceptions inherit?

Senior
121

Tell me about the team and how the processes were conducted.

Middle+
115

How does GC determine which garbage collection algorithm to apply to an object?

Senior
115

What problems can hash functions (collisions) cause?

Senior
115

Tell about exception handling in Python: what is the structure and what are its blocks?

Senior
115

How to reverse a list [1,2,3] to [3,2,1]? What is the difference between reverse() and slicing?

Senior
113

What are .pyc/pycache files and why are they needed?

Senior
112

Monolith or microservices — and why?

Middle+
112

Does pop() always remove the last element? How does the complexity change with pop(i)?

Senior
111

What is copy.deepcopy and how does it differ from copy.copy?

Senior
110

What happens to memory after objects are freed (for example, closing a large file) — does Python return it to the OS or keep it?

Senior
110
/3