Should it be considered wrong to save the state information of an application in a database?
Java
Which HTTP method and headers should be used for a request to an API that returns customer information based on their card number?
What is the purpose of a comparator and how is it used in programming?
How is the efficiency of key-based search in a HashMap data structure evaluated?
What internal mechanisms are implemented in Parallel Stream to ensure parallel data processing?
Can you show your screen content to the interviewer or team?
What are the advantages and disadvantages of using the WHERE clause in SQL queries?
Explain what the @Transactional annotation does in the context of transaction management in Java applications?
Was the exception handling development participated in only by the project manager or did other team members also participate?
How can an object of a class be made immutable after its creation?
How is the storage of elements inside an ArrayList implemented in Java?
What potential problems may arise when modifying HashMap during iteration over its elements?
Is it recommended to use Kafka in all scenarios and projects?
Why are immutable objects important in programming and what are their advantages?
What are the advantages of dividing data or system components into parts?
How many times will an HTTP GET request be executed when using Stream?
What actions or operations implement the Happens-Before mechanism in multithreading systems?
Explain the differences in characteristics of inserting elements in ArrayList and LinkedList.
Should the method throw a checked or unchecked exception in case of an error?
How are parallel streams implemented in the Stream API?