Golang Developer Interview Questions

321 golang developer interview questions shared by candidates

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
avatar

Intermediate Golang Developer

Interviewed at Hapara

3.3
May 23, 2023

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

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.
avatar

GoLang Developer

Interviewed at PubMatic

3.7
Jan 20, 2020

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 `
avatar

Senior Golang Developer

Interviewed at Mozn

3.1
Jul 15, 2024

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 `

Viewing 151 - 160 interview questions

Glassdoor has 321 interview questions and reports from Golang developer interviews. Prepare for your interview. Get hired. Love your job.