Write a Golang code to check if 2 words are anagram.
Golang Developer Interview Questions
321 golang developer interview questions shared by candidates
Me podrias dar una breve descripcion de ti mismo?
How Golang scheduler works inside of runtime
1. tell us what you know about our company 2. introduce yourself 3. ask about past experience based on your resume 4. Tell me what you think is the most successful experience 5. given a brand new project, what would you do with it, the steps involved 6. restful api 7. cache-related programming questions
What is go routines and explain one example
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 `
he asked me what was my name ?
more on DSA , goroutines, channels
Viewing 151 - 160 interview questions