How well do you knew Go programming language?

How well do you knew Go programming language?

Test your knowledge on the Go programming language with this quiz. There will be 11 questions to answer.

published on September 22
1/11

What programming language is often referred to as 'Go'?

Golang
Java
Python
C++
2/11

Who created the Go programming language?

Who created the Go programming language?
Google
Microsoft
Apple
IBM
3/11

Which of the following is NOT a feature of Go?

Which of the following is NOT a feature of Go?
Garbage collection
Static typing
Concurrency support
Dynamic typing
4/11

What is the filename extension used for Go files?

What is the filename extension used for Go files?
.go
.py
.cpp
.js
5/11

Which of the following is a Go compiler?

gccgo
Node.js
Xcode
Eclipse
6/11

What is the tool used to manage Go dependencies?

What is the tool used to manage Go dependencies?
Go Modules
npm
Maven
Gradle
7/11

Which of the following is a standard Go package for handling web routing?

net/http
express.js
Django
Flask
8/11

What is the command used to run a Go program?

go run
java -jar
python
node
9/11

What keyword is used to declare a function in Go?

func
def
fun
function
10/11

Which of the following is a type of variable declaration in Go?

var
let
const
int
11/11

What is the default value of numeric variables in Go if not initialized?

0
null
undefined
NaN