What database management systems have you used in your practice?
Python
What prompted you to leave your previous position?
What are your goals and plans for professional development in the coming years?
Are you considering employment in other companies or alternative positions?
What is the minimum salary level at which you are willing to consider new offers?
What is the correct way to issue banknotes — why should they be issued in the largest denominations possible?
Do you have experience working with distributed architectures?
How preferable is a hybrid work mode for you, combining remote work and office hours?
Could you briefly tell about your professional experience and main skills?
What prompted you to decide to change your current job?
Do you have experience developing or using asynchronous processes?
What was the largest volume of stored data in projects?
Do you have experience developing multithreaded applications or components that use parallel task execution?
```python # a = "abc", not-empty, unique (m) # s = "dfaga[bfkac]ebf" => "aceb" (n) O(n) # s = "cfaafb" => "cfaafb" # s = "affb" => "" from collections import Counter def min_s(a: str, s: str) -> str: need = Counter(a) ```
How to handle boundary cases of input data — negative numbers, too large sums, incorrect values?
How do you assess the attractiveness and prospects of using the Go language in your professional activity?
Have you had practical experience using cloud platforms for data storage?
What is your experience in software development?
In what situations is it advisable to conduct a technical check during an interview?
What qualities of employees help build an effective and harmonious team?