Sobes.tech

Can you explain what the Include directive means in programming?

Junior — Middle
231

How do you feel about the prospect of communicating directly with the business?.

Middle+
231

Explain the difference between reference and value types.

Middle
231

Is the Keycloak login form provided by Keycloak itself?

231

How to implement automatic invocation of the Dispose() method in an object?

Junior — Middle
231

With which keyword can you call the base implementation of a method from an overridden one?

231

var buf = new Queue<T>(); foreach (T i in source) { buf.Enqueue(i); if (buf.Count > n) yield return buf.Dequeue(); } // source.Count == 11 var x = FilterLast(source, 3).Take(4);

Middle+
230

In what situations is it better to use an enumeration type with flags for bitwise combinations?

Junior — Middle
230

When should you use a method with a void return type, and when a Task without parameters in asynchronous operations?

Junior — Middle
230

For what reasons are keys usually stored as hash values?

Junior — Middle
230

What are the lifecycle scopes of services/beans? Which scope is used by default?

230

Why is it sometimes necessary to explicitly terminate tasks despite the presence of an automatic garbage collector?

Junior — Middle
230

How to control the scheduler through GOMAXPROCS?

Senior
230

Can you explain the concept of Transactional Inbox and its purpose in systems?

Junior — Middle
230

Tell me about memory cleanup using Garbage Collector — how it works, why it is needed.

Middle+
230

Explain what a trigger is in SQL and how it is used to automate operations in a database.

Junior — Middle
230

How did you create a universal interface for different components or modules of the system?

Junior — Middle
230
/182