Sobes.tech

What is the lifecycle of a Spring bean?

Senior
173

Зачем нужно разделение по слоям (Layered Architecture) и какие ошибки часто совершаются?

Senior
173

What NoSQL databases have you worked with?

Senior
173

How to connect services from two different docker-compose files?

Senior
173

Tell us about the principles of SOLID

Middle
173

How to understand if a request uses an index? How to monitor unused indexes?

173

Condition Difficulty: MEDIUM Given an encoded string in the following format: k[encoded_text] Here, k is the number of repetitions of the encoded_text string. The string is guaranteed to have a correct format: no extra spaces, brackets are always correct, etc. Decode the string Example: Input: "3[a]2[bc]" Output: "aaabcbc" Input: "3[a2[c]]" Output: "accaccacc" Input: "2[abc]3[cd]ef" Output: "abcabccdcdcdef"

173

What Grant Types in OAuth 2.0 do you know and what are they used for?

173

What integrations have you worked with? API integrations with what?

Senior
173

Tell about an interesting task you performed on the current project.

173

There are two files, each containing integer values line by line. What algorithms can be used to find the intersection of these two sets?

172

What are the exceptions in Java? Checked and unchecked.

172

What do you use to pass exceptions without losing the stack trace?

172

What caches are available in Hibernate?

Senior
172

Have you ever implemented Generic classes yourself?

Middle+
172

How were you registered at previous workplaces: GPH, employment contract, individual entrepreneur, or self-employment?

172

Question 5. There are two implementations of the interface, what happens when injecting a variable of interface type into a Spring bean? - The first implementation will be in the variable - A compile-time error will occur - A context startup error will occur - It depends on the Spring version

172
/743