next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
</>
Loading Topics...
1
Explain the fan-out and fan-in concurrency pattern with a practical example.
Expert
High
2
How does the select statement work with multiple channels, including a default case?
Expert
High
3
How does Go's GMP scheduler work and how does it affect concurrency design?
Expert
High
4
Describe how you would approach a Go service that needs to process Kafka events with exactly-once semantics.
Expert
High
5
What is a goroutine leak and how do you detect and prevent one?
Expert
High
6
When should you use sync.Mutex vs channels for shared state?
Expert
High
7
How would you implement a distributed task queue in Go without using an external framework?
Expert
High
8
What is a goroutine, and how does it differ from an OS thread?
Expert
High
9
What is the difference between a buffered and unbuffered channel?
Expert
High
10
Design a worker pool for processing 100,000 jobs with back-pressure and graceful shutdown.
Expert
High
All Topics
1
Language fundamentals
0/3 topics · 0%
Basics
Data Structures
Interfaces and Types
2
Advanced language features
0/4 topics · 0%
Concurrency
Memory Management
Error Handling
Standard Library
3
Building software
0/4 topics · 0%
Packages and Modules
Web and API Development
Databases and Storage
Testing
4
Operations
0/1 topics · 0%
DevOps and Deployment