How is the processing of multiple simultaneous requests handled within a single-process Scoped context?
C#
What aspects or situations in the company do you find particularly attractive and valuable?
Can you explain what the SQL structured data processing language is?
Explain what the term 'strictly typed programming language' means and how it differs from a loosely typed one.
How can constraints be imposed on types in template parameters in C++?
Can you explain what change tracking in Entity Framework Core means?
What books, articles, or resources do you use for professional growth and skill enhancement?
Can you explain what happens by default when processing events in the system?
Can you explain what the partial keyword means in C# and when it is used?
What distinguishes the HTTPS protocol from HTTP and why is it important for security?
Do you have practical skills in database architecture development?
What is your practical experience in software development?
Explain the concept of IEnumerable in the context of working with data collections.
In what situations is the finally block used in exception handling, and what role does it perform?
What is IDisposable used for? What does the 'using' keyword do?
Which REST API HTTP methods are idempotent? Is it possible to send requests/data in GET and what are the limitations? How do the 4xx and 5xx status code families differ?
Can you explain the main rule for dividing responsibilities among classes or modules in object-oriented programming?
How is Map in Go organized under the hood?
public struct S : IDisposable { private bool dispose; public void Dispose() { dispose = true; } public bool GetDispose() { return dispose; } } What will be in stdout?
What was your experience working with a mentor or supervisor during training or work?