Sobes.tech

What other programming languages do you know?

Middle+
193

Why did you decide to leave your current job?

Middle
193

Tell about your work on a project at Wildberries — what is the workflow, what are your responsibilities?

Middle+
191

Tell about your project in CloudPay: what you did, what you were responsible for, how complex the tasks were?

Senior
191

Tell about your experience working with databases — besides ClickHouse, what other databases and how deep?

Senior
190

What exactly did you do with Postgres — queries, indexes?

Senior
190

What is defer? What will the following code output? ```go type X struct { V int } func (x X) S() { fmt.Println(x.V) } func main() { x := X{123} defer x.S() x.V = 456 } ```

Senior
189

How are things with observability, what can you tell?

Senior
189

Tell about your education and path into development. Did you receive a non-profile education?

Middle+
188

What did you work with most often? What technologies did you use?

Middle+
188

How active is the search? Are there already offers or final stages?

Middle
187

What happens when adding elements to a map and what is evacuation?

Middle+
187

Why do you want to leave your current company?

Middle+
186

1. Display unique combinations of user and product id for all purchases made by users before they were banned. Sort first by user name, then by SKU. 2. Find users who made purchases totaling more than 5000 rubles. Display their id, first name, last name, and total purchase amount.

Senior
186

A system for posting vacancies on multiple platforms with response aggregation — how to architect it at a high level?

Senior
186

What are your financial expectations?

Middle
186

Write a function code that merges N channels. All input streams are redirected into one channel. func merge(cs ...<-chan int) <-chan int { ... }

Middle+
185

Is it possible to use a column in SELECT if we do not group by it in GROUP BY?

Senior
183

How is the map structured in Go in general terms?

Middle+
183

How many years of commercial experience do you have and how many years have you been writing in Go?

Senior
183
/13