Questions relevant to your resume. Core Java final, finally, inheritance, abstraction,... questions, Design patterns singleton, factory, builder, adapter..., spring ioc, MVC flow, hibernate primary secondary cache and Database related questions normalization and denormalization stuff. Coding question like palindrome detection, fizzbizz, string manipulation, lambda expressions from Java 8
Backend Developer Interview Questions
15,454 backend developer interview questions shared by candidates
System design of chat app
swap 2 nos w/o using 3rd variable
how to ensure that new changes won't break the old part of code?
- Column update via rest endpoint?
It's a question from Ruby on Rails. There is a table named countries(id, name, code) and it contains records like [{1, India, In}, {2, China, Cn}]. Now if someone wants to do Country.India, it should return the corresponding code of that particular record. In the above mentioned case it will be 'In'. How will you implement it?
Given a maze in the form of an NxM grid, write a program to find a path from the start (upper-left) to the end (lower-right).
Find Numbers which does not have pairs
Pitfalls of using Lombok's toString annotation in entities?
Differences between API to event
Viewing 291 - 300 interview questions