"developing secured mobile phones for soldiers. too hot. the challenge was to find a creative ideas for power reduction on the existing technology"
Rachel. kazir R. - "developing secured mobile phones for soldiers. too hot. the challenge was to find a creative ideas for power reduction on the existing technology"See full answer
"I would measure the success of the self-checkout system by the percentage of customers who complete the checkout process after initiating one."
Anshul A. - "I would measure the success of the self-checkout system by the percentage of customers who complete the checkout process after initiating one."See full answer
"Thanks for the question.
I would like to start off by asking some clarifying questions:
When we say a holiday season, are we referring to the 15 registered holidays in a year? or the holiday season on Mid November until January 15 for thanksgiving, Christmas, and New Year?
When we say a medium-sized company, are we referring to a US company or an international company?
When we say how much productivity is lost, is it in terms of revenue, production, hours, engagement?
I would like to g"
Yonatan G. - "Thanks for the question.
I would like to start off by asking some clarifying questions:
When we say a holiday season, are we referring to the 15 registered holidays in a year? or the holiday season on Mid November until January 15 for thanksgiving, Christmas, and New Year?
When we say a medium-sized company, are we referring to a US company or an international company?
When we say how much productivity is lost, is it in terms of revenue, production, hours, engagement?
I would like to g"See full answer
"World's population of 7.5BB - MInus china and Russia = 5.5BB
Estimated Rural and remote areas are about 50%
That gives an estimated population back 2.8 BB
Assume 4 people per household -- 2.8/4 = 0.7 BB households in rural areas
Assume google's market share is 60%, with YOY growth of 10%
0.7 BB * 60% - .42BB households * 10$ = 4.2BB"
Himant G. - "World's population of 7.5BB - MInus china and Russia = 5.5BB
Estimated Rural and remote areas are about 50%
That gives an estimated population back 2.8 BB
Assume 4 people per household -- 2.8/4 = 0.7 BB households in rural areas
Assume google's market share is 60%, with YOY growth of 10%
0.7 BB * 60% - .42BB households * 10$ = 4.2BB"See full answer
"This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know.
Recall the formula for Fermi problems:
Ask clarifying questions
Catalog what you know
Make equation(s)
Think about edge cases to add to equation
**Breakdown components of your"
Exponent - "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know.
Recall the formula for Fermi problems:
Ask clarifying questions
Catalog what you know
Make equation(s)
Think about edge cases to add to equation
**Breakdown components of your"See full answer
"public class BoggleBoard {
public static List findWords(char board, Set dictionary) {
int rows = board.length;
int cols = board[0].length;
boolean visited = new booleanrows;
int directions = {{1,0}, {-1,0}, {0,1}, {0,-1}};
List result = new ArrayList();
for(int i=0; i<rows; i++) {
for(int j=0; j<cols; j++) {
dfs(board, visited, i, j, dictionary, "", result, dire"
Aniket G. - "public class BoggleBoard {
public static List findWords(char board, Set dictionary) {
int rows = board.length;
int cols = board[0].length;
boolean visited = new booleanrows;
int directions = {{1,0}, {-1,0}, {0,1}, {0,-1}};
List result = new ArrayList();
for(int i=0; i<rows; i++) {
for(int j=0; j<cols; j++) {
dfs(board, visited, i, j, dictionary, "", result, dire"See full answer
"I don't have relevant experience so I gave an approach according to my understanding.
feedback: understanding how to define a semantic model. ( My answer and approach mentioned didn't indicate that)
i am working on all the constructive feedback provided. hoping this feedback helps someone else"
Praniti S. - "I don't have relevant experience so I gave an approach according to my understanding.
feedback: understanding how to define a semantic model. ( My answer and approach mentioned didn't indicate that)
i am working on all the constructive feedback provided. hoping this feedback helps someone else"See full answer
"This is an interesting Improve a Product question!
Let's first go over the Improve a Product formula:
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 identifying possible solutions, it's important we ga"
Exponent - "This is an interesting Improve a Product question!
Let's first go over the Improve a Product formula:
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 identifying possible solutions, it's important we ga"See full answer
"This is a Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know.
Recall the formula for Fermi problems:
Ask clarifying questions
Catalog what you know
Make equation(s)
Think about edge cases to add to equation
**Breakdown components of your equat"
Exponent - "This is a Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know.
Recall the formula for Fermi problems:
Ask clarifying questions
Catalog what you know
Make equation(s)
Think about edge cases to add to equation
**Breakdown components of your equat"See full answer
"This is a Design a Product question. For this, we'll want to follow the formula for success:
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 early on s"
Exponent - "This is a Design a Product question. For this, we'll want to follow the formula for success:
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 early on s"See full answer
"let str = 'this is a test of programs';
let obj={};
for (let s of str )
obj[s]?(obj[s]=obj[s]+1):(obj[s]=1)
console.log(JSON.stringify(obj))"
Anonymous Emu - "let str = 'this is a test of programs';
let obj={};
for (let s of str )
obj[s]?(obj[s]=obj[s]+1):(obj[s]=1)
console.log(JSON.stringify(obj))"See full answer
"This is an Improve a Product question. Let's first go over the Improve a Product formula:
Ask clarifying questions
Identify users, behaviors, and pain points
State product goal
Brainstorm small improvements
Brainstorm bolder improvements
Measure success
Summarize
Now, let's begin!
Ask clarifying questions
Before we begin listing off recommendations, it's important you ask questions to ensure you and the interviewer are on the same page"
Exponent - "This is an Improve a Product question. Let's first go over the Improve a Product formula:
Ask clarifying questions
Identify users, behaviors, and pain points
State product goal
Brainstorm small improvements
Brainstorm bolder improvements
Measure success
Summarize
Now, let's begin!
Ask clarifying questions
Before we begin listing off recommendations, it's important you ask questions to ensure you and the interviewer are on the same page"See full answer