Sobes.tech

What methods and tools have you used to gather data from various sources in your project?

Junior — Middle
189

How to ensure reliable invoice delivery if an external service might fail?

189

Tell me about equals and hashCode: the contract, why hashCode is needed

Senior
189

If there is data cache, how can you determine that the cause of OOM is specifically due to it?

189

What indexes have you had to use (including covering indexes)?

Senior
189

If there were no such infrastructure (like Prometheus), and there were only Kafka and a database, would the database be able to record all these messages under a load of one hundred thousand messages per second?

189

What was the domain of the application: fintech or something else?

Senior
189

What is the main problem of this implementation Lack of Consumer Group separation Configured wait time in polling Integration with the Diptychi system Incorrect message storage policy Lack of message filtering settings in the listener factory configuration No separate batches

189

What is the purpose of ClassLoader?

Senior
189

Who orchestrated the entire process — who understood what message needed to be sent to Kafka and to initiate the calculation?

Senior
189

How to organize a common TestContainer for multiple test classes without stopping between them?

Senior
189

//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 int find(int[] arr){ //TODO }

Senior
189

What collection do you use for the top 10 most expensive products in real-time with support for a sorted list?

Senior
189
/744