"This is one of the core behavioral questions that you should expect to cover in any interview. In particular, it asks you to justify why you want to work at a specific company that you've applied for. There's no right answer for this, however we do recommend you list at least three distinct reasons.
Here's an example of what you might say:
> That's a great question. There are three main reasons why I want to work on Oculus:Shaping a generation
> Interesting product problems
> Mentorship
> I'll g"
Exponent - "This is one of the core behavioral questions that you should expect to cover in any interview. In particular, it asks you to justify why you want to work at a specific company that you've applied for. There's no right answer for this, however we do recommend you list at least three distinct reasons.
Here's an example of what you might say:
> That's a great question. There are three main reasons why I want to work on Oculus:Shaping a generation
> Interesting product problems
> Mentorship
> I'll g"See full answer
"Let's first identify the type of problem we're solving. This is an Improve a product question.
Let's go over the Improve a Product formula once more:
Ask clarifying questions
Identify users, behaviors, and pain points
State product goal
Brainstorm small improvements
Brainstorm bolder improvements
Measure success
Summarize
Okay great. Now that we have the formula, it's time to execute on it!
Ask clarifying questions
Before we start iden"
Exponent - "Let's first identify the type of problem we're solving. This is an Improve a product question.
Let's go over the Improve a Product formula once more:
Ask clarifying questions
Identify users, behaviors, and pain points
State product goal
Brainstorm small improvements
Brainstorm bolder improvements
Measure success
Summarize
Okay great. Now that we have the formula, it's time to execute on it!
Ask clarifying questions
Before we start iden"See full answer
"function biggestNumber(array) {
if (!array) return null;
let number = array[0]
for(let i; i < array.length; i++) {
if (number <= array[i]) number = array[i];
}
return number
}
`"
Arinze O. - "function biggestNumber(array) {
if (!array) return null;
let number = array[0]
for(let i; i < array.length; i++) {
if (number <= array[i]) number = array[i];
}
return number
}
`"See full answer
"Few clarifications questions,
RealSelf is a platform/place where people go to look for best doctors for cosmetic surgeries and procedures? Am I correct?
Interviewer: Yes.
Cool. So as far as I know RealSelf has a very well designed experience where users can find best suitable treatments, procedures, reviews from the users who have undergone treatments and reviews of doctors/clinics.
As a PM at RealSelf, I need to build a product which is not there already and which adds value to the mission o"
Piyush D. - "Few clarifications questions,
RealSelf is a platform/place where people go to look for best doctors for cosmetic surgeries and procedures? Am I correct?
Interviewer: Yes.
Cool. So as far as I know RealSelf has a very well designed experience where users can find best suitable treatments, procedures, reviews from the users who have undergone treatments and reviews of doctors/clinics.
As a PM at RealSelf, I need to build a product which is not there already and which adds value to the mission o"See full answer
"This is a Design a Product question. Let's follow the formula to make sure we cover all our bases:
Ask clarifying questions
Identify user types, behaviors, and pain points
State the goal and use cases
List current solutions
Improvements / net new solutions
Evaluate and select solutions
Measure Success
Summarize
Ask clarifying questions
It's important to get clarity on anything unclear. Asking questions also helps us limit scope earl"
Exponent - "This is a Design a Product question. Let's follow the formula to make sure we cover all our bases:
Ask clarifying questions
Identify user types, behaviors, and pain points
State the goal and use cases
List current solutions
Improvements / net new solutions
Evaluate and select solutions
Measure Success
Summarize
Ask clarifying questions
It's important to get clarity on anything unclear. Asking questions also helps us limit scope earl"See full answer
"This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer.
Unfortunately, there's no formula for technical questions, but some general tips are:
Use analogies when you can
Break your solution into clear, bite-size steps
Don't be afraid to use examples to b"
Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer.
Unfortunately, there's no formula for technical questions, but some general tips are:
Use analogies when you can
Break your solution into clear, bite-size steps
Don't be afraid to use examples to b"See full answer