Sobes.tech

Tell us about yourself, your experience, what tasks you have solved, and why you decided to leave.

Senior
181

Why might a scheduler ignore an index even if it exists?

Senior
181

What types of relationships between tables exist in relational databases?

Senior
181

How many times will a stream pass through the original collection with two maps and one collect?

Senior
181

What are indexes in SQL and what are they used for? What are the disadvantages?

181

public interface Node { Node left(); Node right(); String value(); } /* A B. C BAC A B. C D. E DBAEC */ public class TreeWalker { public String walk(Node node) { } }

181

How is HashMap structured internally and how does it work?

Senior
181

How to view SQL queries sent by JPA/Hibernate to the database?

181

What are the advantages and disadvantages of TimescaleDB compared to Postgres?

Senior
181

What conclusion did you make from the situation with duplicate accruals?

180

Tell us about the N+1 problem in Hibernate and ways to solve it.

180

What indexes do you use in relational databases (PostgreSQL)? How does B-Tree differ from Hash index?

Senior
180

What approaches to inheritance in object mapping in Hibernate are you familiar with?

Junior — Middle
180

Experience with gRPC and REST?

Senior
180
/743