I got an online technical interview to discuss technical knowledge. - What is the SQL injection? - The Principles of a REST Architecture - the difference between vector and LinkedList and ArrayList
Backend Java Developer Interview Questions
517 backend java developer interview questions shared by candidates
Java Questions like: - Difference between a StringBuilder and a StringBuffer - Difference between a ArrayList and LinkedList - hashCode() and equals() Spring Framework and SpringBoot - What is the core foundation of Spring Framework - What is the difference between SpringBoot and Spring Framework - Beans lifecycle - @Autowired annotation - @EnableAutoConfiguration Others - Scalability - CI/CD, what is the CI and what is the CD Databases - Difference between Relational and Non Relational Databases Code Challenge: - Find the longest substring of unique characters in a String
Tell about yourself
when we overide equals method?
Implement LoadBalancer in Java with 10 back-end server addresses. If addresses more than 10 then throw an exception. If duplicate server address then throws an exception.
How can you identify issues in a database query? How to interpret the query execution plan, how can you tell that it is using indexes or not? What algorithms do database indexes use? In addition to b-tree, what other algorithm is used by db indexes? What is the difference between hash based indexes and b-tree? When to use them? Trade-offs? If even after solving the issues with indexes, how can you improve the performance of the database? How would you solve concurrency issues with database transactions? How to use pessimistic lock? What are the isolation levels? What would be the best isolation level to solve the issue with money transfer coding exercise? What is exactly the isolation level repeatable read, serializable, read committed, and other questions related to the same topic...... How would you create partitions in a database (which approach would you use)? What are the tradeoffs of db partitions (sharding)? If even after sharding, you still have problems with performance, what would you do? Some questions about event sourcing, that I don't recall anymore.. What is CQRS, how to implement it? There were also some questions about availability like, if a write database is down, what would be the impacts if it is down for a long period of time? (Guess what the answer was? Because of locks in their upstream systems….) So, seems like they prefer pessimistic concurrency control and synchronized blocks.
Easy level questions were asked
Java design pattern Java8 stream
I cant tell The exact question
Implement a load balancer, use TDD.
Viewing 331 - 340 interview questions