Can you characterize Wildberries services as high load? What was the peak RPS?
Golang
What are the ways to manage or interact with a closed channel in Go?
What is the difference between a goroutine and a system thread in the context of task execution?
Explain what a Read-Write lock (RWMutex) is and how it is used to manage data access.
How to find the PID of a process?
Can you explain what the Error type in Go language is and how it is used for error handling?
Is the REST protocol compatible with HTTP/3?
Are there any deadlines or offers already?
How to terminate a process in Linux and how does SIGTERM differ from SIGKILL? What are signals and what are they used for?
Can you explain how a dynamic array is implemented and works in Go?
Compilation error # command-line-arguments ./main.go:39:32: syntax error: unexpected newline, expected { after if clause
How to determine the content highlighted with the slicing operator?
How to limit the number of polling worker calls if the API is paid?
In which cases will defer not be called?
Implement a uniqRandn function that generates a slice of length n with unique, random numbers. import ( "fmt" "math/rand" ) func main() { fmt.Println(uniqRandn(10)) } func uniqRandn(n int) []int { //... }
Can you explain how UTF-8 encoding works and its main advantages?
What is the role of the SELECT system call in the process of interacting with the file system and how is it used for monitoring input/output?.
Tell about your last place of work: what you did, stack, difficult tasks?
What is a transaction in PostgreSQL? Tell me about ACID.
What would you like to find in terms of the project, company, team?