Did you understand the team composition correctly: four frontend developers and one layout designer?
C#
Tell us about approaches to concurrency when data is modified simultaneously in a database by two threads (optimistic and pessimistic).
Share your experience working with the Git version control system, describe your approach and main usage scenarios.
What subjects in training did you find more difficult?
Can you explain what is meant by an 'unmanaged resource' in the context of development or system administration?
What is asynchrony? Tell me about the asynchronous programming model, async/await.
What will happen to the array length at the end when performing a concurrent append from 1000 goroutines?
Have you encountered the Application layer in the architecture of the eShop project in your practice?
How is the lifecycle duration determined in the zero-generation system?
Tell about a situation where you used a relational database in practice.
What hobbies or interests do you have besides your professional activity?
Can you explain what is meant by attributes in object-oriented programming?
What is async/await and how does it work?
In what situations is it recommended to use the using operator in code?
How do you diagnose and address the causes of poor SQL query performance?
Could you share your experience working with the C# language and projects where you used this language?
What fault-tolerance patterns do you know?
What types of object lifecycle exist in an IoC container, and how are they applied?
What is the goal of using the Dispose method in resource management?
Can you explain the differences between ArrayList and other list types in Java?