They asked some simple LeetCode-esque questions nothing too crazy (medium level questions).
Engenheiro De Software Java Interview Questions
3,072 engenheiro de software java interview questions shared by candidates
Você tem problemas em trabalhar com Software Legado?
Rain water trapping and its time complexity
basic java and project architecture.
Questions about Java: multi-threading, Collections, garbage collection
Difference between synchronize map vs concurrent map How is set implemented? Singleton implementation? How Hashmap works ? Coallesce function Join vs Union Arraylist vs linkedlist Microservice – how put is operated with an identifier (URI or payload) Why is string immutable? Spring beans scope SQL Joins/Unions (what and differences) Some Architecture idiot was asking about Chess board game and how to implement horse move!!! (looks like he is enthusiastic to interview and lose sight of acknowledging interviewee is a person like him) – Clearly this question seemed to infer lack of compassion in the company. PS: there is some white-boarding stuff, which I hate the most !!!
Job related all questions .
what is transaction management in springboot?
Write an REST endpoint to update Employee information? Sub question(After I answered): what is the difference between JPARepository and CRUDRepository
Variant of LeetCode 1169. Invalid Transactions and then write a Unit Test to verify the solution. /* Fraud Detection: Find Suspicious Transactions A bank wants to detect fraudulent transactions. A transaction is suspicious if: - The same user makes two transactions within 100 seconds of each other. - A single transaction amount exceeds $10,000. Return a list of users who have made fraudulent transactions. Example Input: transactions = [ { "userId": "Alice", "amount": 5000, "timestamp": 10050 }, { "userId": "Alice", "amount": 2000, "timestamp": 10200 }, { "userId": "Bob", "amount": 12000, "timestamp": 10400 }, { "userId": "Alice", "amount": 6000, "timestamp": 10700 } ] Output: ["Alice", "Bob"] */
Viewing 421 - 430 interview questions