Technical round for Golang Developer role
Basic and Adv Questions on Golang were asked like goroutines maps channels interface function
In a GoLang interview, expect questions on goroutines, channels, and error handling. Be prepared to discuss concurrency, Go's memory model, and practical coding scenarios involving slices, maps, and struct methods for effective problem-solving
The first round was aptitude round. The questions were all technical MCQ based. Then there were 2 rounds of technical. The interviewer asked to share the screen and solve the problem. The problems that were given were pretty common like fizzbuzz, fibonacci etc.
Interview questions [1]
Question 1
1. Tell me about yourself 2. FizzBuzz problem. 3. Fibonacci series 4. Factorial problem
I applied through college or university. The process took 1 day. I interviewed at Siemens (Pune) in Sep 2022
Interview
There were 3 rounds: 2 technical + 1 HR round. In the first round questions related to C/C++ principles, arrays, oop's and a few puzzles. You can be asked to write code for specific instances.
Interview questions [1]
Question 1
Q. Resume based questions
Q. Find the element that appears once in an array where every other element appears twice
Q. How will you delete a node in DLL?