Sobes.tech

What is a 404 and what other 4xx codes do you know?

Senior
187

Is the backend of a mobile application mainly BFF?

Senior
187

How to indicate in Go that a structure implements a certain interface?

Junior — Middle
186

Have you had conflicts with colleagues or situations where you have your opinion, and a colleague has another?

Senior
186

What is SOLID? Decode the principles.

Senior
184

What takes precedence — business interests or user interests? Was there an example in practice where a choice had to be made?

Senior
184

How did tasks come to you for work?

Senior
184

How have you used indices in your work?

Senior
183

What happens to a send operation on an unbuffered channel ch := make(chan int) when one goroutine executes ch <- 1, but there is no active receiver in the program? The channel automatically expands its buffer and the receive occurs asynchronously The goroutine will block until a receiver appears The value will be discarded without an error The send will cause a panic

Intern
183

Did you discuss development? Was there a development plan?

Senior
183

Can you give an example of a task with high uncertainty that you had to perform?

Senior
183

Which redirection operator in Linux appends the command output to the end of a file without overwriting its current content? tee > > << >>

Intern
182

What are you currently looking for, and in which direction do you want to develop?

Middle+
182

How were tasks distributed within the team?

Senior
182

What is a file descriptor?

Senior
181

Implement a function that takes a slice of integers and returns the length of the longest consecutive sequence of identical numbers. A sequence is considered consecutive if the elements go in a row in the original slice.

Intern
181

If you had two versions of a chat, how would you determine which one is better?.

Senior
181

What are interfaces and how do they differ from classes?

Senior
181

What parts does an HTTP request consist of?

Senior
180

How was the team at your last workplace organized, how many people, and what specific position did you hold?

Senior
178
/11