Test Go
Test Go with answers to assess your knowledge and prepare for job interviews. Assess your technical level in 20 minutes.
My Results
Test details
Go or golang first saw the light of day in 2009, but its popularity increased significantly from 2014. Created by Google, go is intended to be close to C and influenced by C, but adding garbage collection, structural typing and competition features. .
Google developers initially designed it for multi-core machines deployed in a network. The best-known Go projects are Docker and Kubernetes (k8s for close friends). The progress of deployment by containers with these two technologies has strongly pushed go.
Its use has since been generalized to backend development, with projects like Grafana or Hugo, but also more ops-oriented projects like terraform
Content of the quiz
This quiz takes up the basics of go syntax, with questions that experts can easily answer and novices rack their brains ...
Test author : Communauté W3D
This quiz was written by a developer from the WeLoveDevs.com community who used go during one of his freelance work.
Sample question
Given a boolean variable named test
, how to define a variable a
conditionally?
Developers ratings
Recommended tests
- Our interview questions for Développeur Back-end