Write a program to print even and odd numbers of a slice using go routines. The even and odd numbers should be printed in the original order as in the slice.
Golang Developer Interview Questions
407 golang developer interview questions shared by candidates
Questions asked as was going through the implementation of the code test, general ones related to how I was implementing things. Behavioural was asked how I approached a situation where there was push back / hesitation on an idea I was putting forward / implementing.
How would you design a scalable, concurrent-safe URL shortener in Golang?
Asked me to answer a few of the coding tests over the video call.
To be successful you need to master concurrency in golang
Mainly questions on how architect a backend API for very large user base with burst requests in specific time.
What size of company do you prefer?
4. Simple problem to sort the integer array
What was your project role?
Var x=[]int{1,2,3} For j:=range x{ Fmt.println(j) } Output?
Viewing 241 - 250 interview questions