Sobes.tech

Tell me about creating overflow buckets in a map when it overflows.

172

Will the pod know to continue retrying after restart?

172

Tell me about the last project you worked on at [company].

172

Table `employees`: | id | name | department | salary | |----|------|------------|--------| | 1 | A | IT | 100 | | 2 | B | IT | 100 | | 3 | C | IT | 90 | | 4 | D | IT | 80 | | 5 | E | HR | 200 | | 6 | F | HR | 180 | You need to list all employees who are in the top 3 by salary within their department. If multiple employees have the same salary, they should all be included (even if this extends the top-3 to 4-5 people).

171

What feature have you worked on that you are proud of? Tell me about the most recent interesting task.

170

How many services read the Kafka topic?

168

How did the task go from a business idea to a sale?

167

Was there a need to manually distribute partitions across pods?

167

Tell about the functional requirements for the ticket booking system in a cinema.

167

Have you had to deal with architectural tasks? How were architectural decisions made?

167

Do you often work with goroutines in your work?

167

// There is a network of bank terminals. It is necessary to collect response time data for network presence. Terminals are located across the country. // Write a function that receives URLs from an input list ([]string{"[link]" "[link]" "[link]" etc.}) // Output the response in stdout on a separate line "url: %s, code: %s" func check(urls []string) {}

166

Tell about your use of Kafka at work: cases, what did you write?

165

Describe the API of a ticket booking system.

165

What salary expectation do you consider from what amount?

165

What do you like about Go and what annoys you?

164

Does each service have its own database or are they shared?

164

How to write parallel HTTP requests in Golang?

163
/12