Sobes.tech

What are the memory volume limitations of the stack in software systems?

Junior — Middle
278

What is the role of using meaningful data types in programming?

Junior — Middle
278

In array A, there are prices for N items. There are K coupons that reduce the item's price by X. If t coupons are applied to an item with price a, its final cost will be max(a - t*X, 0). Return the minimum amount of money needed to buy all items. A = 8, 3, 10, 5, 13 K = 4 X = 7 result=12 --- Given an array a of n positive integers, are there three distinct indices i, j, k such that the sum a[i]+a[j]+a[k] ends with the digit m? For example, for m = 3 solve([20, 22, 19, 84]) => true // 20 + 84 + 19 = 123 solve([1,2,3]) => false

Middle+
278

Where is the asynchronous method DeleteFileAsync executed?

Junior — Middle
278

What is the difference between a destructor and a Finalize method in resource management of an object?

Junior — Middle
278

Can you explain what a task scheduler in an operating system is?

Junior — Middle
278

Explain what the 'protected' access modifier means in a programming language and how it is used in classes.

Junior — Middle
278

Explain the principle of greedy data loading in systems and why it is used.

Junior — Middle
278

How to implement parallel execution of multiple tasks in a program?

Junior — Middle
278

What are the differences between using ORM and direct SQL queries when working with a database?

Junior — Middle
278

What is the purpose of attributes in programming or system modeling?

Junior — Middle
278

Can you name popular libraries or tools for working with object-relational mapping?

Junior — Middle
278

Can you explain the concept of request processing using a pipeline?

Junior — Middle
278

What methods and approaches do you follow in team work?

Junior — Middle
278

Can you show an example of how to use a declared class with the 'using' operator in code?

Junior — Middle
277

Have you created custom exception classes in your projects?

Junior — Middle
277

Do you work with message broker systems?

Junior — Middle
277

Is the namespace System associated with a single DLL or does it include multiple modules?

Junior — Middle
277

What is the difference between reference types and value types in programming?

Junior — Middle
277

Have you used inheritance principle when working with Entity Framework in your projects?

Junior — Middle
277
/182