1. Casing interview: market size revenue for product, and summarise whether the client should enter the market.
Associate Consultant Intern Interview Questions
401 associate consultant intern interview questions shared by candidates
About Yourself? Previous job role?
Estimate market size of a very specific niche market, without any information given (so just based on own knowledge and inductive reasoning)
A new entrant wants to bid on the rights for live premier league football. How much should they bid?
Conte uma experiência de fracasso e o que você aprendeu com ela
You are managing a system that needs to execute n distinct processes, labeled from 0 to n - 1. You're given a list called dependencies, where dependencies[i] = [a, b] means that Process a depends on Process b, i.e., Process b must complete before Process a can begin. Your task is to determine whether it is possible to execute all processes given their dependencies. For example, the pair [0, 1] indicates that Process 0 depends on Process 1, meaning Process 1 must be executed before Process 0 can begin. Return true if all processes can be executed successfully without any circular dependencies. Otherwise, return false if there is a cycle that makes it impossible to resolve all process dependencies. numProcesses = 3 dependencies = [[1, 0], [2, 1]] numProcesses = 3 dependencies = [[0, 1], [1, 2], [2, 0]]
Which one of Adobe's core values do you believe you exemplify the most?
Tell me about your projects?
Estimate the market size for x in y
tell me about a disagreement you had with someone in a previous project and how did you get your way? (this was tricky)
Viewing 21 - 30 interview questions