Sobes.tech

What format do you prefer: TК, IP, GKH?

Senior
204

How would you describe yourself as a person?

Senior
189

Why do you want to change your job now?

Senior
187

Are you interested in developing in the fintech field?

Senior
176

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]

Senior
175

What salary are you aiming for?

Senior
128

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.

Senior
111

Have you reviewed the job description?

Senior
86