Sobes.tech

Is it permissible to insert a null value into a column that is a primary key of a table?

Junior — Middle
261

//Given an array of numbers where all numbers except one have a pair, //find the number that appears only once // <= [1, 0, 3, -2, 9, 9, 1, -2, 0] // => 3

Senior
261

What is the main component responsible for starting request processing in the system?

Junior — Middle
261

What are the differences between using WebClient and RestTemplate for making HTTP requests in an application?

Junior — Middle
261

Explain the differences between Future and CompletableFuture classes in the context of asynchronous programming in Java.

261

What is the purpose of the Object class in programming languages?

Junior — Middle
260

What is the difference between using Stream and ParallelStream when processing collections in Java?

Junior — Middle
260

In what situations is it more appropriate to use inheritance in object-oriented programming?

Junior — Middle
260

Is it possible to modify a value declared as private in a class?

Junior — Middle
260

What will happen if you create an object from the base component without any modifications or extensions?

Junior — Middle
260

Can you explain what the hashCode method in the Java contract is and how it is used?

Junior — Middle
260

What steps are necessary to correctly implement the hashCode method for a class containing fields id, age, and email?

Junior — Middle
260

Have you used lambda functions in your projects?

Junior — Middle
260

What reasons make error transmission between components prohibited in high-load systems?

Middle — Middle+
260

Can you explain how the AtomicReference class is implemented and works in Java?

Junior — Middle
260

Can you explain the architecture and main components of Spring Data for working with databases?

Junior — Middle
260

How do you understand when it is necessary to implement exception handling in code?

Junior — Middle
260

What functionality does the TreeMap data structure implement?

Junior — Middle
260
/739