Design patterns
Gestionnaire De Java Interview Questions
30,873 gestionnaire de java interview questions shared by candidates
All stupid questions which can't be expected to be answered by a junior engineer.
There are three labeled bags filled with color balls. The labels are all INCORRECT and need to find the correct label with just one pick from one bag.
how would you implement data exchange communication between two projects
Where would you apply the proxy design pattern?
Write an API for a phonebook service where the answer time (search name by the phone number) does not depend on the size of the phonebook.
Sum Array Puzzle Anagram find substring in particular string (All programs with a minimum complexity)
The technical interviewer had me write some code to sort a simple number array.
Explain what inheritance is in Java
First Round - Working of Hashmap, ArrayList Linked List, Java Basic questions Second Round - Coding Exercise - implement SecurityDataServices - Objective 1 1) SecurityServiceImpl - methods a)addSecurity(Security s) b)recordTick(long secID, Tick t), c)getPrice(Security s) d) getHistoricalPrice(Security S, TimeStamp asOfNow) 2)SecurityImpl - methods 1) getSecId() 2)getListTicks() 3)getCurrentPrice() 4)recordTick() 3) Tick Impl - methods 1) getPrice(), 2) getTimeStamp() Implement all these classes in 1.5 hr, Use multithreading, I used ConcurrentHashMap and CopyonwriteArraylist use atomic operations like putifAbsent() CodeReview questions - explain the flow of written code, explain java locks, write it using lambda expression, rewrite the code using locks 3rd round - behavioural questions - why do you want to join Sapient? extra activities apart from work? any technology that you follow?
Viewing 191 - 200 interview questions