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
259

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

Senior
236

What is a reverse proxy and what is typically used?

Senior
203

Can you list the indexes available in PostgreSQL?

Middle
186

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

Middle
167

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

Senior
162

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

Middle
161

Tell about each of the SOLID principles.

Middle
156

What is the difference between Dependency Injection and Dependency Inversion?

Senior
155

Do you remember the CAP theorem?

Middle
155

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

Middle
146

//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
120

What is a materialized view in ClickHouse?

Middle
119