Sobes.tech

Are you comfortable with interviews in your specialization — backend development?

Senior
Google
3

Which language would you choose for a technical interview?

Senior
Google
3

How did the system work before transitioning to event-driven/Kafka: was it REST API on FastAPI?

Middle
Sapiens Solutions
3

What is your highest level of education confirmed by a diploma?

Senior
Google
3

Have you been a team or project leader in your current or previous experience?

Senior
Google
3

Is [name] located in a specific location?

Senior
Google
3

def is_palindrome(string_to_check: str) -> bool: left, right = 0, len(string_to_check) while left < right: while left < right and not string_to_check[left]. left += 1 while left < right and not string_to_check[right] right -= 1

Middle
Sapiens Solutions
3

obj = {True: 1, 1: 2, 1.0: 3, "1": 4} print(obj) # {True: 3, "1": 4}

Middle
Sapiens Solutions
3

What are your expectations regarding compensation?

Senior
Google
3

What is your professional specialization?

Senior
Google
3

# Write code for a cache function. It should # remember what the decorated function returned, and return the remembered # value on subsequent calls with the same arguments. # # Assume all arguments are hashable. # Use only the Python standard library.

Middle+
собес1
3

How to deal with table bloat in PostgreSQL?

Senior
АВ Софт
3

Do you prefer leading or replacing the team lead?

Senior
АЛМИ Партнер
3

What are the disadvantages of asynchronous code?

Middle+
Лучи
3

When should you use threads and when processes?

Senior
АВ Софт
3

What parameters of LLM can be used to tune the quality and nature of the response?

Senior
ГРЧЦ, ФГУП
3

Do you know anyone who works at the company?

Senior
Google
3

How to avoid cache collision between different functions that are called with the same arguments, for example add(2, 3) and multiply(2, 3)?

Middle+
собес1
3

What is a palindrome?

Middle
Sapiens Solutions
3

Was remote work format offered at Mediasoft?

Senior
АЛМИ Партнер
3
/532