30 Frequently Asked Golang Interview Questions
- 30 Essential High-Frequency Golang Interview Questions
- Go Basics, Concurrency, Memory Management
3 Chapters, 30 Problems
0% Completed
Golang Basics
More Golang Basics ProblemsDifferences between new and make in Golang
Easy
Arrays vs Slices in Golang
Easy
Reference Types in Golang
Easy
Understanding rune Type in Golang
Easy
Understanding defer in Golang
Medium
Panic Triggering Scenarios in Golang
Easy
Parameter Passing in Golang Function Calls
Medium
Slice Expansion Mechanism in Golang
Medium
Struct Comparison in Golang
Medium
Tags in Golang
Medium
Interfaces in Golang
Medium
Nil Map vs Empty Map in Golang
Easy
Golang Concurrency
More Golang Concurrency ProblemsContext Concept and Usage in Golang
Medium
Goroutines vs OS Processes and Threads in Golang
Easy
Core Methods of Golang Context Interface
Medium
Map Concurrency Safety in Go
Medium
Main Use Cases of Channels in Golang
Medium
Operations on nil or closed channels in Golang
Medium
Understanding GMP Scheduling Model in Golang
Medium
Channel Resource Leaks in Golang
Medium
Normal Mode and Starvation Mode of Mutex in Golang
Medium
Goroutine Spinning Mechanism in Golang
Medium
Golang Memory Management
More Golang Memory Management ProblemsThe Concept of Memory Escape in Golang
Medium
Common Memory Leak Scenarios in Golang
Medium
Escape Analysis in Golang
Hard
Garbage Collection Triggers in Golang
Medium
Tri-Color Mark-Sweep Garbage Collection in Go
Hard
STW in Golang Garbage Collection
Hard
Small Object Garbage Collection in Golang
Medium
Root Objects in Golang Garbage Collection
Medium