Sobes.tech

Briefly tell about your work experience.

Middle+
189

Algorithmic problem: given an integer array, move all zeros to the end, preserving the order of other elements (e.g., [1,0,3,0,1] → [1,3,1,0,0])

Senior
189

How to replace large if-else / switch-case structures with patterns (e.g., Strategy)?

Senior
189

What happens if you implement singleton in a prototype?

Senior
188

Tell me about the Circuit Breaker you implemented for integration with an external system.

188

What are readiness and liveness probes in Kubernetes?

Senior
188

What are the ways to make a deep copy of an object?

188

How to protect against inheritance and overriding of getters (so that colleagues cannot override the getter and remove protective copying)?

188

Where inside the method is an int type variable stored?

Junior — Middle
188

Why should countStock be synchronous rather than asynchronous?

Senior
188

Have you worked with PostgreSQL and query optimization?

188

What are you currently looking for when responding to job openings, what do you pay attention to, and what attracts you?

188

How does the base of the logarithm change when calculating the height of a tree depending on the type of tree?

188

В чем разница между newFixedThreadPool и ForkJoinPool?

Senior
188

Does the volatile modifier affect the atomicity of primitive type variables in Java?

Junior — Middle
188

Why does LLM give a result token by token instead of all at once?

Senior
188

What is the purpose of the volatile modifier in programming and what is its role?

Junior — Middle
188
/743