Go Online Test
For jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor companies
Screen real Go skills, flag human or AI assistance, and interview the right people.
About the test
The Go/Golang online test assesses knowledge of programming in the Go language and using its built-in functions. This test requires solving live coding problems in Go.
The assessment includes work-sample tasks such as:
- Using channels to transfer data from one goroutine to another.
- Embedding types within a struct or interface.
- Working with Go data structures, such as maps and slices.
A good Go/Golang developer needs a solid understanding of the Go programming language and the ability to take advantage of its rich set of built-in functions to write robust and maintainable code.
Sample public questions
Implement the uniqueNames function. When passed two slices of names, it will return a slice containing the names that appear in either or both slices. The returned slice should have no duplicates.
For example, calling uniqueNames([]string{"Ava", "Emma", "Olivia"}, []string{"Olivia", "Sophia", "Emma"}) should return a slice containing Ava, Emma, Olivia, and Sophia in any order.
User interface contains NumericInput control, which accepts only digits.
Extend NumericInput structure so that:
- It implements UserInput interface.
- Add(rune) should add only decimal digits to the input. Other runes should be ignored.
- GetValue() should return the current input.
For example, the following code should output "10":
var input UserInput = &NumericInput{}
input.Add('1')
input.Add('a')
input.Add('0')
fmt.Println(input.GetValue())For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Go test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
Ready to interview?
Use these and other questions from our library with our
Code Interview Platform.

6 more premium Go questions
Max Sum, Manager Full Name, Fire Dragon, Hobbies, Fill Channel, Execute Parallel.
Skills and topics tested
- Go
- Algorithmic Thinking
- Type Embedding
- Higher Order Function
- Interfaces
- Iteration
- Map
- Slices
- Channels
- Multithreading
- Synchronization
For job roles
- Back-End Developer
- Go Developer
Sample candidate report
Need it fast? AI-crafted tests for your job role
TestDome generates custom tests tailored to the specific skills you need for your job role.
Sign up now to try it out and see how AI can streamline your hiring process!
What others say
Simple, straight-forward technical testing
TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.
Jan Opperman, Grindrod Bank
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
130+ skills
AI-ready assessments
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports


