Given a list of compare orders and keys (directions), find the hashmap that matches the directions. If the first direction gives equal, then go to the second. And so on.
New Product Development Manager Interview Questions
9,748 new product development manager interview questions shared by candidates
Question1 /** * Given a nested list of integers, returns the sum of all integers in the list weighted by their depth * For example, given the list {{1,1},2,{1,1}} the function should return 10 (four 1's at depth 2, one 2 at depth 1) * Given the list {1,{4,{6}}} the function should return 27 (one 1 at depth 1, one 4 at depth 2, and one 6 at depth 3)
Q1.Could we have your name and the reason why you are interested in Rakuten. Q2.Please tell us your technical background and how you will be able to contribute to the success of the company. If you already have work experience, please share that as well. Q3.What is your greatest strength and how you leverage your strength for peak performance? Please give us an example. Q4.*This question is for only those who have worked before* Have you ever changed your job? or are you trying to change your job? Please tell us why. Q5.What are your career goal and career plans? How does this job fit into your career plans?
Mostly the concepts of array and string manipulation. You are given an array with distinct numbers between 1 to 100. You have to return You have to return a string which says the number's range which are not in the given array separated by comma. Eg: Input: [50,75] Output: (0-49,51-74,76-100)
Given a Pre-Order and In-Order string of a binary tree, can we and if we can, construct the "Post-Order" String.
He asked me to write a function to detect whether string1 contains all letters in string2
What is the difference between retail and global wealth?
Phone interview questions: Given an array of numbers (1,2,3,8,0,2,2,0,10), move all 0s to the right end and all other numbers to the left while keeping relative order of non-zero numbers. Has to be linear in time and in-place.
Given a list of integers that fall within a known short but unknown range of values, how to find the median value?
Given an input array like [1,2,3] and a target like 5, find all combinations of array that sum up to target. [2,3] and [3,2] counts for only 1 combination.
Viewing 11 - 20 interview questions