Sobes.tech

What is the role and purpose of context in the Go programming language?

Junior — Middle
295

In which isolation level scenarios can the problem of re-reading the same result manifest?

272

What tools or instruments have you used for automatic Swagger documentation generation?

271

// the service uses an external API for route building, // within the tariff, we have RPS limitations. // Need to design a ratelimiter. // 100 rps type RouteClient struct { limiter } func (rc *RouteClient) Get(req string) string { // todo return rc.get(req) }

263

How does a high collision rate in the Map data structure affect its operation and performance?

246

Describe the model of the library. There are 3 entities: 'Author', 'Book', 'Reader'. Physically, there is only one book and it can only be with one reader. Create tables for the library considering this. A book can have multiple authors.

238

What types of errors or inconsistencies can occur when transactions are executed simultaneously?

231
/4