Adobe1y agoGiven stock prices for the next n days, how can you maximize your profit by buying or selling one share per day?TechnicalSWE
Capital One1y agoWhat metrics would you use to measure the success of the virtual card number feature?TechnicalPM
Capital One2y agoYou're a PM at an e-commerce site. What percentage discount should different customers get during onboarding?TechnicalPM
Capital One1y agoWhat technical elements are involved in implementing a per-transaction limit for the virtual card feature?productPM
Capital One1y agoWhat are the business benefits and strategic reasons for a bank to develop a banking app?productPM
Capital One1y agoGiven a list of words, find the number of prefix pairs, i.e. pairs i, j where words[i] == words[j] or words[i].startswith(words[j]) or words[j].startswith(words[i]).TechnicalSWE