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
404 golang developer interview questions shared by candidates
Não sei dizer com exatidão quais foram as perguntas, pois uma pergunta geralmente surge a partir da resposta do entrevistado. No geral, as questões foram sobre arquitetura, HTTP, filas, entre outros.
in the telephonic screening call, i had a call with Prasad Narayan who handles the India division in the company Questions mainly involved why I was quitting the job, why Pune, etc
Unlike what was told, the first round had a Java multi threaded problem to be solved - which happened to be of the bounded buffer producer consumer type. As per the question candidate had to design a executor service similar to what is in Java. After solution reached some level, I was asked to take help from any AI assistant.
Var x=[]int{1,2,3} For j:=range x{ Fmt.println(j) } Output?
O/p? For i:= range 3{ Defer fmt.println(i) }
I/p [1,2,3,4,5,6,7,8,9,10,11] O/p should be [3,2,1,6,5,4,9,8,7,11,10]
What was your project role?
Asked me to answer a few of the coding tests over the video call.
General questions
Viewing 241 - 250 interview questions