Golang Interview Questions Part 2 Theory

  1. What is Package Context in Go" and how we are using it? 

  2. What is the type Assertion?

  3. How Go's interface is different from Java Interface

  4. Design database design for particular system consider normalization

  5. What is Docker and Kubernetes?

  6. What is AWS

  7. Inline function in Go?

  8. Inline struct in Go?

  9. What is GORM?

  10. What is Gorilla Mux?

  11. Difference between Switch and Select in Go?

  12. What is First-Class Function in Go?

  13. How to define an anonymous function in Go?

  14. How to define an anonymous struct in Go?

  15. Function closures in Go

  16. What is Pass by Value and Pass by Reference?

  17. What is Slice Capacity and Length?

  18. What is struct composition?

  19. What is a nested struct?

  20. How to delete elements from Slice?

  21. What is Nil Interface

  22. What is Zero Value, Write down for all basic types?

  23. What is Atoi and Itoa ?

  24. What is gRPC?


    Part One https://gophersgo.blogspot.com/2021/01/golang-interview-questions-part-1.html



Keep GOing

Keep Learning


Comments

Popular posts from this blog

Golang Interview Questions Part 1 Theory Top 50 Question

Complete Golang Development setup on Linux (Ubuntu 20.04 )

Best GitHub repositories for Go