next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
next
Round
Technologies
Coding Problems
Bookmarks
Learning Paths
Login
</>
Loading Topics...
1
Explain the difference between := and var declarations in Go.
Expert
High
2
How does Go handle multiple return values, and what are named returns?
Expert
High
3
What is the difference between pass-by-value and pass-by-pointer in Go?
Expert
High
4
Explain type assertion and type switch with real-world examples.
Expert
High
5
How do generics (Go 1.18+) change API and library design? Where would you use or avoid them?
Expert
High
6
How does Go's compilation model (static linking, no VM) affect deployment and performance in a backend context?
Expert
High
7
What are zero values in Go, and why do they matter?
Expert
High
8
When and how would you use the reflect package in production Go code?
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