Golang
How do you ensure data consistency in a project? Have there been cases of discrepancies?
What is the main task and the advantages of using Protocol Buffers in data exchange?
What is the difference between an interface and the Any type in the context of a programming language?
How is the processing of identical messages ensured in a distributed microservices system?
How should the Recovery mechanism be properly declared in a system?
What was your favorite strategy if the Elasticsearch cluster failed or stopped responding? Did the search function on the site break, or was there a backup mechanism for direct queries to PostgreSQL?
Have you used the LEFT JOIN operator in working with databases, and can you give an example of its use?
What is database denormalization and what are its advantages and disadvantages?
Tell about yourself: where do you currently reside?
How do you plan to use two ready models (e.g., model 1 and model 2) for morphing?
What does the letter P in the abbreviation MPG stand for?
What are the ways to optimize resource balancing between components of a microservices architecture?
Are you involved in open source projects or using such solutions in your work?
How is the initialization and execution of a new goroutine performed in a program?
What is the role of an interface in software architecture and what is it used for?
Can you insert more elements into an existing array than its current length?
Write a query that corrects data: replace parent_id with NULL only for categories that refer to themselves. The expected state of the table after update is shown.
How do processes within an operating system interact and what are execution threads?
What type of memory is managed by the garbage collector in the system?
What methods are used to create composite indexes in databases?