Can you estimate the market size for probiotics in the UK?
Associate Intern Interview Questions
1,283 associate intern interview questions shared by candidates
Market sizing and case studies
Typical casing questions that are in case books
Why do you want to work for GetSales?
Why do you want to work at Trinity Life Sciences?
Given an array of n positive integers, assuming 0-based indexing, its cost is the sum from i=1 to i=(len(arr) - 1) of (arr[i] - arr[i-1])^2. We want to find the minimum possible cost of the array after inserting exactly one element. For example, the cost of the array a = [1, 3, 5, 2, 10] before insertion is (1 - 3)^2 + (3 - 5)^2 + (5 - 2)^2 + (2 - 10)^2 = 81. After inserting 6 between 2 and 10, the cost of the array a is (1 - 3)^2 + (3 - 5)^2 + (5 - 2)^2 + (2 - 6)^2 + (6 - 10)^2 = 49. It can be proven that 49 is the minimum possible cost for the array a. Complete the function public static long getMinimumCost(List arr) to solve this problem.
Tell me about when you faced a problem when working with a group, and how you overcame it.
Why fit for the role?
Medical condition: Severe Diabetic Edema Calculate the market size, first year profits and qualitative factors that would affect whether or not our new injectable drug would be effective.
Name one time you dealt with a challenge with a team you worked with.
Viewing 921 - 930 interview questions