In a list of songs, the i-th song has a duration of time[i] seconds. Return the number of pairs of songs for which their total duration in seconds is divisible by 60. Formally, we want the number of indices i < j with (time[i] + time[j]) % 60 == 0
Technology Coordinator Interview Questions
24,917 technology coordinator interview questions shared by candidates
Have you ever been in a situation where you had to take over from the leader?
A person for software developer involves...
Suppose you are to write a program that manages the accounts of millions of people. What data structure would you use?
find the second largest number in a field (database)
Tell me about yourself
How would you get the last word of a sentence in UNIX/command line?
Why does Java run on any machine while C++ does not.
Tell us a time where you had to work in a group to complete a project.
1. What is a cloud? 2. If everyone had 100 points to rank the top 3 funniest people, how would you store this data and find the top 3 funniest people in the company 3. How to merge two sorted list of integers
Viewing 511 - 520 interview questions