Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • "First, lets dive deeper into the question. I would ask - What are the top challenges facedtoday? What user segments work well, and what do we want to focus on? What do we know about competitors, and what can we learn from them? What user flows have the highest engagement in VR today? Are we focusing on consumer use cases or enterprise? Are we tackling activation or retention, or do we want to increase engagement? To build a strategy here I would target this from four differe"

    Anonymous Minnow - "First, lets dive deeper into the question. I would ask - What are the top challenges facedtoday? What user segments work well, and what do we want to focus on? What do we know about competitors, and what can we learn from them? What user flows have the highest engagement in VR today? Are we focusing on consumer use cases or enterprise? Are we tackling activation or retention, or do we want to increase engagement? To build a strategy here I would target this from four differe"See full answer

    Product Manager
    Product Strategy
  • Software Engineer
    Data Structures & Algorithms
    +1 more
  • Google DeepMind logoAsked at Google DeepMind 
    Product Manager
    Artificial Intelligence
    +1 more
  • Google logoAsked at Google 
    +1

    "First, take a BIG short position in Tesla stocks!"

    Stanislav I. - "First, take a BIG short position in Tesla stocks!"See full answer

    Product Manager
    Analytical
    +1 more
  • Capital One logoAsked at Capital One 

    "I would start by asking a clarifying question - Is there a specific problem we are trying to solve? I want to get some guidance from the interviewer around the type of answer they're looking for or if there's specific paths they want us to take. Ultimately, I would start by identifying the users and moving through the process by identifying pain points and then potential solutions. It is important to start to get into the details of the solutions and features once pain points have been identifie"

    Simer S. - "I would start by asking a clarifying question - Is there a specific problem we are trying to solve? I want to get some guidance from the interviewer around the type of answer they're looking for or if there's specific paths they want us to take. Ultimately, I would start by identifying the users and moving through the process by identifying pain points and then potential solutions. It is important to start to get into the details of the solutions and features once pain points have been identifie"See full answer

    Product Manager
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 

    "Scoped out problem constraints - how much data to download, how many computers, and how much time, how you can be detected (decentralized load). Designed a web crawler."

    Faraz A. - "Scoped out problem constraints - how much data to download, how many computers, and how much time, how you can be detected (decentralized load). Designed a web crawler."See full answer

    Engineering Manager
    System Design
    +1 more
  • +1

    "CQ: Goal - connect two large continents, reduce the distance Is it a motorable bridge -? Any specific use case on mind? Summarise: come up with the use cases of the bridge Google’s mission -> organise world’s information and make them more accessible and useful A bridge that way is a great way to reduce the distance between two large separate continents. This bridge can help spread information faster Possible Use cases of the bridge: Transportation of physical goods: Since road tran"

    Anonymous Newt - "CQ: Goal - connect two large continents, reduce the distance Is it a motorable bridge -? Any specific use case on mind? Summarise: come up with the use cases of the bridge Google’s mission -> organise world’s information and make them more accessible and useful A bridge that way is a great way to reduce the distance between two large separate continents. This bridge can help spread information faster Possible Use cases of the bridge: Transportation of physical goods: Since road tran"See full answer

    Product Manager
    Product Strategy
  • Meta logoAsked at Meta 
    +3

    "Set Success metrics for Google Maps: Assuming we are focusing on mobile experience… Clarify the product: Overall, it is a directions app: Gets you from point a to point b Allows for several methods of transportation - car, public transit, walking, biking, rideshare After entering location, you click your transport method, and select get directions which leads you to steps to get to you location or if you are driving or walking it speaks to you giving youthe directions aloud based on sett"

    Kiley S. - "Set Success metrics for Google Maps: Assuming we are focusing on mobile experience… Clarify the product: Overall, it is a directions app: Gets you from point a to point b Allows for several methods of transportation - car, public transit, walking, biking, rideshare After entering location, you click your transport method, and select get directions which leads you to steps to get to you location or if you are driving or walking it speaks to you giving youthe directions aloud based on sett"See full answer

    Product Manager
    Analytical
    +2 more
  • Google logoAsked at Google 

    "One weakness of mine is reaching stuff through higher shelves but I'm able to use a step ladder to address the situation."

    Amparo L. - "One weakness of mine is reaching stuff through higher shelves but I'm able to use a step ladder to address the situation."See full answer

    Frontend Engineer
    Behavioral
    +1 more
  • Uber logoAsked at Uber 
    Video answer for 'Design Uber.'
    +2

    "Very helpful! But I have a question: the location of drivers can be changing every minute, so won't reading from location cache returning stale data?"

    Linying W. - "Very helpful! But I have a question: the location of drivers can be changing every minute, so won't reading from location cache returning stale data?"See full answer

    System Design
  • Apple logoAsked at Apple 
    +20

    " import java.util.*; class Solution { static boolean isValid(String s) { // your code goes here Stack stack = new Stack(); for(char c : s.toCharArray()){ if(c == '(' || c == '[' || c== '{'){ stack.push(c); }else if(c == ')' && !stack.isEmpty() && stack.peek() == '('){ stack.pop(); }else if(c == ']' && !stack.isEmpty() && stack.peek() == '['){ stack.pop(); "

    Walter N. - " import java.util.*; class Solution { static boolean isValid(String s) { // your code goes here Stack stack = new Stack(); for(char c : s.toCharArray()){ if(c == '(' || c == '[' || c== '{'){ stack.push(c); }else if(c == ')' && !stack.isEmpty() && stack.peek() == '('){ stack.pop(); }else if(c == ']' && !stack.isEmpty() && stack.peek() == '['){ stack.pop(); "See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • Google logoAsked at Google 
    +5

    "First, I would make the following assumptions to solve this question without instant feedback. Assumptions: The main use cases for the refrigerator will be to maintain food in the right temperature and will not include making ice cubs or pouring water The only disability of the user is blindness Then, I would identify the main flows used when maintaining food refrigerated, which are: Putting food into the fridge Taking out food out of the fridge Within these flow these are som"

    Maritza C. - "First, I would make the following assumptions to solve this question without instant feedback. Assumptions: The main use cases for the refrigerator will be to maintain food in the right temperature and will not include making ice cubs or pouring water The only disability of the user is blindness Then, I would identify the main flows used when maintaining food refrigerated, which are: Putting food into the fridge Taking out food out of the fridge Within these flow these are som"See full answer

    Product Manager
    Product Design
  • +20

    "Clarifying Q Is the search traffic meaning # visits clicked through the 'search' button from the homepage(search CTR)? or does this include # pages viewed after the search result pages (search depth)? Hypothesis I believe introducing Gen AI as a default feature on the Google's search box will increase #search traffic. I assume the biggest user pain point within current google homepage is that deciding on a keyword for search. Unlike other alternative platforms such as"

    Cj K. - "Clarifying Q Is the search traffic meaning # visits clicked through the 'search' button from the homepage(search CTR)? or does this include # pages viewed after the search result pages (search depth)? Hypothesis I believe introducing Gen AI as a default feature on the Google's search box will increase #search traffic. I assume the biggest user pain point within current google homepage is that deciding on a keyword for search. Unlike other alternative platforms such as"See full answer

    Analytical
  • Google logoAsked at Google 

    "Are you serious? What kind of dog is it? Why would a dog watch Netflix? What kind of movies do they like? Why are we only considering dogs? What’s wrong with cats? Are they going to play movies by themselves? Is it for pet dogs or stray dogs? Who will pay the subscription fees for them? "

    Rupam S. - "Are you serious? What kind of dog is it? Why would a dog watch Netflix? What kind of movies do they like? Why are we only considering dogs? What’s wrong with cats? Are they going to play movies by themselves? Is it for pet dogs or stray dogs? Who will pay the subscription fees for them? "See full answer

    Product Manager
    Product Design
  • "Question and video tagged not same. "

    Anjali P. - "Question and video tagged not same. "See full answer

    Behavioral
  • Meta logoAsked at Meta 
    +1

    "Clarifying Questions: What age range are we looking at between 13-19? Any specific range we need to target? - Assume all teens Any demography we would target? - Worldwide Do they have access to phones/laptops or do we need to build an offline product? - Assume they have access to phones and laptops Are there any constraints around privacy or content moderation? - Yes What platform (Facebook core, Messenger, or another product) is this for? - Assume faceb"

    Kartik D. - "Clarifying Questions: What age range are we looking at between 13-19? Any specific range we need to target? - Assume all teens Any demography we would target? - Worldwide Do they have access to phones/laptops or do we need to build an offline product? - Assume they have access to phones and laptops Are there any constraints around privacy or content moderation? - Yes What platform (Facebook core, Messenger, or another product) is this for? - Assume faceb"See full answer

    Product Manager
    Product Design
  • "All products and services have to sell. I would create measurements on how much time, labor, and funds went into a project and how much value it brings back to customers and company."

    John H. - "All products and services have to sell. I would create measurements on how much time, labor, and funds went into a project and how much value it brings back to customers and company."See full answer

    Product Manager
    Analytical
Showing 581-600 of 4415