The racehorse problem: given 25 horses and no stopwatch, and you can only race 5 horses at the same time, how few races does it take to find the fastest horse?
Desarrollador Web Java Senior Interview Questions
98,367 desarrollador web java senior interview questions shared by candidates
Delete duplicate in sorted linked list
Implement a lock-free queue/stack/... using atomic test-and-set functions.
Remove the comments from code.
How the viewpager is implemented?
How to make a global error class for Retrofit errors?
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?
You have 2 sand glass. 1 shows 7 minutes and other shows 11 minutes. You have an egg which needs to be boiled exactly for 15 minutes on a stove. How will you do it.
Differences between Perl and Python
How to get a random number from an array of length 100, without repetition.
Viewing 461 - 470 interview questions