Given a list of persons and a function knows(I,j) which returns true if person I knows person j, find a celebrity person defined as: person doesn't know anybody else and everybody else knows him.
Developer Database Oracle Interview Questions
711,485 developer database oracle interview questions shared by candidates
You’re writing a monitoring app that periodically checks if a website is up. Of those listed below, what is the BEST way to schedule these periodic checks? A. Register a WakeLock with PowerManager. B. Call setInexactRepeating on AlarmManager. C. Post to a Handler with postDelayed. D. Call setPeriodicTimer on TimerService.
Algo Question: Take two binary numbers and add them
print the binary tree by level in different lines.
7. Sorting of array that contains date var dates = ['1/2/2019' , '11/12/2013', '1/1/1980', '11/1/1934']
Javascript callback property is enabled by another property called closure can you explain it how?
If a lilypad doubles in size every day and fills a lake in 50 days, how long will it take to fill half the lake?
NDA
1) Debug some code and take logic test 2) Perform coding challenge 3) Show general knowledge of software development, code something, talk about interests
Print last n nodes of a linked list you only have pointer to Head
Viewing 1951 - 1960 interview questions