Commonly asked in reviews
Maps and Nested maps
String Manipulation problems
- substring check problem 1
- prefix check from array of strings (strings problem 2)
- Explain Escape Analysis in Go
- Why escape analysis matters?
- Give example for escape analysis
- what is race condition in golang?
- what is deadlock in golang?
- Common Causes of Deadlocks
- How to Avoid Deadlocks?
- Explain about garbage collection in Go?
- Key Concepts in Go's Garbage Collection
- Phases of Garbage Collection in Go
- Key Points About Garbage Collection in Go
- Give example for garbage collection
- Why is Garbage Collection Important?
- Explain about memory leak detection in Golang?
- Best practices to avoid memory leaks