Questions shooted accordingly to experience and resume.
Java Software Engineer Interview Questions
3,079 java software engineer interview questions shared by candidates
round. In Technical round they asked on core Java questions on oops , inheritance, collections, exceptions with inheritance. Fail fast fail safe iterators. Basic coding questions like frequency of characters in a string.
They have sent me an assignment and they were claiming if I do it right, they would definitely offer me, they have implicitly asked to do it in a non-blocking way! Here is my code in regard to their assignment, and in the README file I have also provided their feedback, please judge their feedback by yourself! https://github.com/hady-malekpour/tnt-assignment
mostly asked about collections and advanced java .
Typical OOP questions
OOPs concepts, multithreading, spring and hibernate
Codility: 1. Nails and hammer problem: review code and make max 4 fixes. Hammer down at most K nails (maximize the n of nails that end up having the same length) 2. Remove adjacent pairs (a/b and c/d): CBACD -> CBA -> C 3. Binary reduction to zero: if v is odd, subtract 1, if even, divide it by 2 n of operations? 011100 (28) -> 11100 (28) -> 14 -> 7 -> 6 -> 3 -> 2 -> 1 -> 0 (7ops) Technical Interview Questions: 1. Refactoring a Java code snippet: encapsulation, structure, alternative designs. 2. Discussing API usage: which requests to use, sending data in GET requests. 3. Scalability considerations: handling multiple requests, caching, load balancing. 4. Handling nested conditionals and improving code readability. 5. Explaining your approach, thought process, and code decisions throughout the exercises. Behavioral / Situational Questions: 1.Describe a time a colleague raised a concern about your work and how you addressed it. 2.Explain a situation where you introduced a bug and how you identified and resolved it. 3. Share an example of a challenging situation and how you managed it.
Core Java Concepts, Object-Oriented Programming
Some project related questiond and coding question Find occurrence in lower char string
What is difference bt restcontroller vs controller?
Viewing 1321 - 1330 interview questions