Given an integer array [1,56,98,2] find the maximum number that can be formed.
Java Senior Interview Questions
6,013 java senior interview questions shared by candidates
When you build an angular application, what type of file it creates which we can deploy?
Write program to find Prime number
Given a list of timestamped server requests with IPs and IDs, implement rate limiting: reject requests if an IP exceeds N requests within 1000ms. Return IDs of rejected requests.
Some behavioural questions about work culture and styles
Can you explain the difference between C and C++?
How does micro servics communicates?
What is thread, what are the ways to start one and here to put your logic.
find a loop in linked and write a code for "whether a BT is BST?". Algos for matrix manipulation...
try{ }catch(){ } file.close(); we can write this statement without finally con.close(); /*finally{ file.close(); con.close(); }
Viewing 221 - 230 interview questions