How does binary search work? What does the function accept and what is its complexity?
C#
What does the Except() method do?
What is a covering index (INCLUDE in indexes)?
Is a task in async/await always executed on the same thread or can it be on different ones?
What do you expect from the new job?
What are the disadvantages of indexes?
What are deferred requests in LINQ?
Where does the flow return to the pool in the chain await: controller → service → repository → database query?
How is the request pipeline in ASP.NET Core structured from the front-end request to reaching the controller?
function foo(a) { console.log(arguments.length); } foo(1, 2, 3);
How does a window function differ from GROUP BY?
How does the enterprise service bus (ESB) differ from message queues/brokers like Kafka?
How does List differ from IEnumerable?
A quick comparison of IEnumerable methods: SingleOrDefault vs FirstOrDefault — what is the difference?
How long ago did you resign?
How to make a POST request when clicking on an HTML link?
Create a webpage with three paragraphs. Apply different margin styles to each paragraph using CSS classes: - The first paragraph should have margins of 20px top, 15px right, 5px bottom, and 10px left. - The second paragraph should have margins of 20px top and bottom, and 5px right and 10px left. - The third paragraph should have margins of 5px top and bottom, and 10px right and left.
Tell us about Clean Architecture — how is it structured, layers, dependencies?.
What are your salary expectations?
Data formats — JSON vs XML, differences, where are they used?