Sobes.tech

What objects in Python can be used as dictionary keys?

Senior
PreOrder
0

How to make data collection idempotent if 10 identical requests arrive simultaneously?

Senior
ПАО Сбербанк
0

How much code do you write yourself and how much does the agent generate?

Senior
ПАО Сбербанк
0

Have you ever had cases where you implemented such an architectural chain from scratch?

Senior
ПАО Сбербанк
0

What integrations have you implemented and through what interaction methods did you work?

Senior
ПАО Сбербанк
0

Can a modular monolith be transformed into microservices and vice versa?

Senior
ПАО Сбербанк
0

Why did you choose this particular method of prompting LLM and what style do you base your query on?

Senior
ПАО Сбербанк
0

How would you control the behavior of a coding agent?

Senior
ПАО Сбербанк
0

Have you ever configured a feedback loop for a coding agent?

Senior
ПАО Сбербанк
0

How do you approach implementing a feature if the documentation is technically imperfect and part of the business logic is not obvious?

Senior
ПАО Сбербанк
0

What is clean architecture and what does it look like?

Senior
ПАО Сбербанк
0

How to organize work if an external integration allows only 1 request per second and 10 requests come to you?

Senior
ПАО Сбербанк
0

How does a microservice differ from a modular monolith? What are their advantages and disadvantages?

Senior
ПАО Сбербанк
0

What happens in the open configuration file?

Senior
ПАО Сбербанк
0

What architecture was used in your last project?

Senior
ПАО Сбербанк
0

What benefits and risks do you see in vibe coding?

Senior
ПАО Сбербанк
0

What problems did you encounter when working with SQLAlchemy?

Senior
ПАО Сбербанк
0

# Task. Given a list, reverse it #z = [1, 2, 3, 4, 5] # The result should be the list [5, 4, 3, 2, 1] # You need to implement a function that reverses the list. # Built-in methods (z[::-1], z.reverse(), reversed(z)) cannot be used. # You cannot create new lists. It is recommended to use a for loop def reverse(lst: list) -> list: ...

Senior
PreOrder
0

What is REST API?

Senior
ПАО Сбербанк
0

Do you take initiative if a system analyst proposes a suboptimal solution?

Senior
ПАО Сбербанк
0
/549