DSA, system design, technology stack questions, concepts etc
Java Backend Engineer Interview Questions
486 java backend engineer interview questions shared by candidates
If you run N threads, how many heaps and how many stacks are created inside the JVM?
Ever find yourself in a situation where the requirement is one line and you have unrealistic timelines? Where would you compromise?
If you have to build an application from scratch, what are you major concerns?
Can you describe the architecture of a project your worked on recently? What would you change about it?
Stuff like how to design database schema for the task they need.
Coding ques like: checkIfCompleteBinaryTree(root ), findHeightOfTree(root ), BinarySearch(), BinarySearchInRotatedArray() and their complexity
2 coding questions: 1. In an array , value at each index would be multiplication of all values present at other indexes. Eg. Input : [3,4,5] => Output: [20,15,12] 2. Print first non-repetitive character in a string?
What games do you play?
What was the most important task that you've done and you are proud of?
Viewing 351 - 360 interview questions