What format do you prefer: TК, IP, GKH?
Golang
How would you describe yourself as a person?
Why do you want to change your job now?
Are you interested in developing in the fintech field?
Answer the questions package main import "fmt" func main() { original := []int{1, 2, 3} updated := append(original, 4) original[0] = 100 fmt.Println(original, updated) } What will the program output? [100 2 3] [1 2 3 4] [100 2 3] [100 2 3 4] [1 2 3] [1 2 3 4] [100 2 3] [1 2 3]
What salary are you aiming for?
Do you know what the OSI model is? How many layers does it have? Can you tell about them? What experience do you have with Go and C/C++? key: suricata, dpi, pcap, wireshark, zeek Which addresses are considered local and private? Provide examples of local addresses.
Have you reviewed the job description?