Which of the listed operations will cause a compilation error in Go? Comparison of two arrays of the same length and type: [3]int == [3]int Pointer comparison with nil: p == nil Assigning byte to a uint8 type variable Comparison of two slices: []int == []int
Golang
How active is your current job search? Are you already planning to leave [company] or are you just exploring interesting opportunities for now?
Have you had performance review or 360-degree feedback processes?
What commands can be used to check resource consumption in Linux?
Which ls flag will display all files, including hidden ones (. and ..)? -a -A -i -r
Can you give an example of autonomous work — what is the maximum time you worked on one task or problem?
What is a dynamic array and what is the complexity of insertion?
Can you describe an example of managing a project independently?
Can you explain the basic principles of information transmission channel theory?
When using RIGHT JOIN, the number of rows in the result can be greater than the number of rows in the right table if: - Never - The left table is empty - Both tables have the same number of rows - The left table contains duplicate keys matching the rows of the right table
Do you have experience mentoring or onboarding new employees?
Rules for passing the test During the test: - Make sure no one else is in the room and silence is maintained - Check that the device's camera is directed at your face - Using a mobile phone to photograph questions is prohibited - Switching to other windows or browser tabs is prohibited - Moving the cursor outside the designated frame is prohibited - Ensure that all plugins in the browser are disabled, such as auto-translation or text editing plugins, as they may cause loss of ability to answer questions If violations are detected, information will be passed to the hiring team Proctoring is active This test uses a proctoring system that helps us ensure honesty and security during the test. Access to the camera, microphone, and screen must be granted. By clicking the grant access button, you agree to the data usage policy.
Which HTTP method, according to the specification, is used for full resource replacement and is idempotent? PATCH POST PUT DELETE
What is currently important when choosing a company? What do you pay attention to, what are the criteria for selection?
What do you not like about your work? What annoys you the most?
What does 'B' in B-tree mean?
Have you had regular one-to-one meetings with your manager?
Can you give examples of inefficient processes you've encountered? Have you raised these issues?
How to formulate a prompt for AI to perform all points of a test task for creating a room booking server: implement the entire API according to OpenAPI specification, use Go, and apply a perfect production architecture?
Have you ever disagreed with a colleague's decision? Were there any conflicts?