Write an REST endpoint to update Employee information? Sub question(After I answered): what is the difference between JPARepository and CRUDRepository
Engenheiro De Software Java Interview Questions
3,072 engenheiro de software java interview questions shared by candidates
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"] */
Concurrency principles for programming in Java
Given a table representing bills, and a table representing billers, create a query for getting all the bills of one biller.
Write a sql query to find the top 3rd employee with highest salary
What happens if I put a Key-Value pair into a HashMap, when the key is the same?
Place 8 queens on chessboard where they cannot kill each other.
Threads Race condition
Implement producer and consumer
all basics n some frameworks. they do check ur hands on.
Viewing 431 - 440 interview questions