How would you scale access to a system like Twitter
Java Senior Interview Questions
6,005 java senior interview questions shared by candidates
Q: Why multiple inheritances are not supported in Java?
If you were responsible for development and launch of a billing system, how would you handle a critical situation?
How many credit cards does Amex issue in a year in US?
A company uses a format to exchange messages with us. You need to validate the input. The character encoding ASCII. Valid characters are between 0x20 (space) and 0x7E (~). write validate function to generate valid output or the error message.
Core Java questions & this person was also not aware about the immutability concept properly except what is given on internet. I had to teach him the immutability of class & object, else for this person both are same.
public class Person { Person father; Person mother; Gender gender; Integer age; List<Person> children; int level = 0; public enum Gender { Male, Female; } } For the above class, you basically have to implement 2 methods. public List<Person> getOldestSisters() public List<Person> getGreatestAncestors()
During the first 2 rounds of 2 hours, almost everything the interviewer tried to ask which he might have collected from internet for the interviews.
Print numbers 1 to 100 in sequence using multiple threads.
Write Java code to check if a string is a palindrome.
Viewing 1 - 10 interview questions