Sobes.tech

How would you describe a Kubernetes operator if we have a master database and two replicas, and what happens if the main database fails? Briefly.

157

What is an interface in Go and how does duck typing work?

153

How to find a slow query? Have you had experience optimizing such queries?

140

Design a public API for a file copying library in Go — function headers and types, as developer-friendly as possible.

139

Is there an architect who insisted specifically on Elasticsearch?

138

Tell us about a problem with ClickHouse (a crash due to a large number of single records) and how you solved it.

135

// Need to modify the wrapper function to work with a specified timeout (for example, 1 second). // If the "long" function completes within this time - great, return the result. // If not - return an error. The result of the operation in this case does not matter. // // Additionally, measure how long this function took to execute (just log it). // The signature of the wrapper function can be changed.

133

What can you say about operators in Go, have you used them at work?

129

What is a map in Go and how is it structured? What happens during concurrent writing without synchronization?

127

What is a nil interface? What is under the hood?

118
/3