Do you develop in your free time?
Backend Developer Interview Questions
9,192 backend developer interview questions shared by candidates
DS / Algo, Design (LLD)
The HackerRank tests consist of 3 coding problems. You have 90 minutes to solve them all. By CodeForces standard, each problem is around the same level as Div2 contest problems A, A/B, and C/D.
Node js basics Express js JavaScript basic Variable declaration Api Single thread multi thread
Build a number of API endpoints.
package main import ( "fmt" "time" ) func main() { var counter int32 var data []int for i := 0; i < 1000; i++ { go func() { data = append(data, i) counter++ }() } time.Sleep(2 * time.Second) fmt.Println(counter) fmt.Println(len(data)) } What will this function display?
Q: what is benefit using GO as programming language?
What are the different data types present in javascript?
"Do you have any side hustles?
I was asked about the company's processes.
Viewing 1091 - 1100 interview questions