How HTTPS works? How do the client side know if the server side is valid? After the certification verification process, how do the server-side know the client side who sending a message is valid.
Golang Developer Interview Questions
404 golang developer interview questions shared by candidates
Test assignment 1 - integration with Ethereum smart contract
The live coding: Check two numbers from an array that if sum equal to 7 and put the two numbers to a new array. return the new array. Example input [3, 5, 2, -4, 8 ,11]. The output is [[5 2]]
How to detect in a slice of bytes that you have an emoji?
What sort of performance review do you prefer? Casual conversational reviews or official formal reviews?
What was the salary expectation?
How would you implement eviction logic?Would you use go routines...?
They mainly focused on Goroutines. The interviewer asked how I would manage multiple concurrent tasks, avoid race conditions, and ensure efficient API handling using Go’s concurrency model.
Q: How Slice and Array are different in golang?
Discuss the requirements of resilient software design
Viewing 1 - 10 interview questions