KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
Is Go a new language, framework or library?
What is Go?
Does Go have exceptions?
What are the benefits of using Go programming?
What is dynamic type declaration of a variable in Go?
What is a pointer in golang?
How to efficiently concatenate strings in Go?
What kind of type conversion is supported by Go?
Why the Go language was created?
Can you declared multiple types of variables in single declaration in Go?
What is static type declaration of a variable in Go?
Can you return multiple values from a function?
What are some advantages of using Go?
What are Goroutines?
What is rune type in Go?
How do you swap two values? Provide a few examples.
Can Go have optional parameters?
How to initialise a struct in Go?
What would you do if you need a hash displayed in a fixed order?
What is the preferred way to handle configuration parameters for a Go program?
Why would you prefer to use an empty struct{} ?
What is the difference between C.sleep() and time.Sleep() ?
What are the differences between unbuffered and buffered channels?
Is there a foreach construct in the Go language?
What is so special about constants in Go?
Name some advantages of Goroutines over threads
How to copy Map in Go?
Have you worked with Go 2?
Is Go an object-oriented language?
How to check if a Map contains a key in Go?
What is the difference between the = and := operator?
How to find a type ...
What is the difference, if any, in the following two ...
What is *$GOROOT...
When is the init...
How does Go com...
What are the use(...
How can I check if t...
Briefly describe h...
What is an idiomatic way o...
List the functions that can stop or suspend the executi...
How to compare two...
What is the malloc threshold o...
When go runtime allocates memory...