What is go routines and explain one example
Golang Developer Interview Questions
404 golang developer interview questions shared by candidates
how goroutines work what are stacks and heaps
Behavioural questions asked by the product team and CTO
input = A - B - C - D - E - F - G - H k = 3 output = C - B - A - F - E - D - H - G You are given a linked list as input & one k number, so that you need to reverse the nodes of that list in the blocks of k to get the above output.
Write a program with follownig input and gives the following output input := [][]string{ {"john", "device1"}, {"john", "device1"}, {"mary", "device2"}, {"mary", "device3"}, {"mary", "device1"}, } output := ` device1: john, mary device2: mary device3: mary `
Not going into a lot of detail, general questions were about GO (ctx, concurrency, and so on...) and about databases. Also I did a coding challenge to build a simple REST API using GO.
what do you do in your free time
he asked me what was my name ?
more on DSA , goroutines, channels
LinkedList related questions.
Viewing 201 - 210 interview questions