Sobes.tech

A signal was received, and immediately 3 groups responded to it simultaneously, but we only need to send one group. How can this be done at the transaction level in the database?

Middle
251

Three mini-questions about Docker: what is Docker, Docker Compose, Docker Image?

Senior
231

What is a reverse proxy and what is typically used?

Senior
201

Can you list the indexes available in PostgreSQL?

Middle
180

What is a reverse proxy and how can it be implemented?

Middle
163

Case question: the service started responding in 3 seconds instead of 100 milliseconds. What will be your actions?

Senior
160

How does a relational database differ from a non-relational one?

Middle
159

Tell about each of the SOLID principles.

Middle
150

Do you remember the CAP theorem?

Middle
145

The service started responding in 3 seconds instead of 100 milliseconds. What would you do first?

Middle
142

What is the difference between Dependency Injection and Dependency Inversion?

Senior
128

What is a materialized view in ClickHouse?

Middle
118

//Implement a cache with O(1) access to keys type LRUCache struct {} func (c *LRUCache) Get(key string) string {} func (c *LRUCache) Put(key string, value string) {}

Senior
118