Sobes.tech

Tell me about generics in Java, have you encountered wildcards?

186

How to implement a scenario: save to database, call an HTTP request, enrich data, and save again — transactionally?

Senior
186

If the main() method is executed, what result will be displayed in the console? private static boolean areEqual(String s1, String s2) { return s1 == s2; } public static void main() { var s1 = new String("Abc"); boolean result = areEqual(s1, "Abc"); System.out.println(result); }

Middle
186

Why does the code compare the order type using != instead of equals?

186

How have you worked with Kafka? Have you tuned partitions or configurations? What happens if consumers are fewer than partitions?

186

When is it better not to use parallelStream?.

Senior
186

Have you ever configured partitions or changed the number of partitions?

186

Что такое LLM, как она работает? Как повлиять на вариативность ответов?

Senior
186

What is the GIN index used for in PostgreSQL?

186

Why did you resign in May?

Senior
186

What is try-with-resources used for?

186

Have you had experience configuring parameters in Java projects?

Junior — Middle
186

Have you ever worked with lazy loading? What is it and how is it used?

Senior
186

Tell me about the structure of HashMap.

186
/743