Interview Questions

Review this list of 4,138 interview questions and answers verified by hiring managers and candidates.
  • "First of all, there are different industries with different business in security measures which influence trends in the security industry as information they store and infrastructure they have are not the same. In this exercise, I'll take a look at the security industry in general and talk about the biggest trends from the perspectives of "lines of defense" for software in particular in: identify, data (on client and server side) and infrastructure. There are several topics associated with each"

    Shin K. - "First of all, there are different industries with different business in security measures which influence trends in the security industry as information they store and infrastructure they have are not the same. In this exercise, I'll take a look at the security industry in general and talk about the biggest trends from the perspectives of "lines of defense" for software in particular in: identify, data (on client and server side) and infrastructure. There are several topics associated with each"See full answer

    Product Manager
    Product Strategy
  • "Assumption: the revenue is on a yearly basis. Revenue = No. of users x price of product x frequency of purchase x size of purchase Product of Google Map = Ads by the merchants To double the revenue, Boost the number of merchants by reaching out to them Increase the price of ads (which is not ideal since it will disincentivise some merchants) Increase the frequency of their purchase in a year (Eg. previously merchants just put ads in Google Map for 6 years and now we can encourage"

    Lee J. - "Assumption: the revenue is on a yearly basis. Revenue = No. of users x price of product x frequency of purchase x size of purchase Product of Google Map = Ads by the merchants To double the revenue, Boost the number of merchants by reaching out to them Increase the price of ads (which is not ideal since it will disincentivise some merchants) Increase the frequency of their purchase in a year (Eg. previously merchants just put ads in Google Map for 6 years and now we can encourage"See full answer

    Product Strategy
  • Google logoAsked at Google 

    "Mobile typically involves creating designs optimized for smaller screens and touch-based interactions, while desktop designs are optimized for larger screens and mouse-based interactions. Mobile Pros: Greater accessibility: Mobile apps can be used anywhere, as long as the user has their phone. This makes them convenient for people whose rhythm of life is relatively high and requires quick and convenient access to modern technology, services, and gadgets. Wider audience: There are"

    Ben G. - "Mobile typically involves creating designs optimized for smaller screens and touch-based interactions, while desktop designs are optimized for larger screens and mouse-based interactions. Mobile Pros: Greater accessibility: Mobile apps can be used anywhere, as long as the user has their phone. This makes them convenient for people whose rhythm of life is relatively high and requires quick and convenient access to modern technology, services, and gadgets. Wider audience: There are"See full answer

    Product Designer
    Product Strategy
  • LinkedIn logoAsked at LinkedIn 
    Product Manager
    Behavioral
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "FB Vision: To empower users to build communities and bring the world closer together Reactions Product Goal: To enable users to express them in a quick and easy manner on posts / comments / videos / photos etc. and hence bringing the world closer. Currently only "Like" option is there which indicates to the creators that users like your posts. User Personas Content Creators Pain Points Single Reaction Option: Only users who like the content are able to use the reactions f"

    P D. - "FB Vision: To empower users to build communities and bring the world closer together Reactions Product Goal: To enable users to express them in a quick and easy manner on posts / comments / videos / photos etc. and hence bringing the world closer. Currently only "Like" option is there which indicates to the creators that users like your posts. User Personas Content Creators Pain Points Single Reaction Option: Only users who like the content are able to use the reactions f"See full answer

    Execution
    Analytical
  • "Ask if the quality aspect is negotiable? Clearly hoping it is not. Then move on to explain nicely about the iron triangle - scope, time, resources. With scope and resources fixed, the time would need to be variable unless the project is considered cookie cutter, the exact project has been done many times in the past. (which is unlikely). If time cannot be relaxed, then the scope should be variable."

    Adib M. - "Ask if the quality aspect is negotiable? Clearly hoping it is not. Then move on to explain nicely about the iron triangle - scope, time, resources. With scope and resources fixed, the time would need to be variable unless the project is considered cookie cutter, the exact project has been done many times in the past. (which is unlikely). If time cannot be relaxed, then the scope should be variable."See full answer

    Technical Program Manager
    Program Sense
    +2 more
  • "Clarifying questions: Does the home have to be fully paid off to consider the millenial a homeowner? No, they just need to have the title or put a loan on it We are only considering the continental US? Yes, not territories Just four wall stationary homes, not empty land, nor RV/trailer homes? Exactly Basic Facts: 70 million millennials 300 million US population Millennials have low rates of homeownership 130 million houses in the US Millennials span == 18 to 36 Breakdown: "

    Anonymous Parakeet - "Clarifying questions: Does the home have to be fully paid off to consider the millenial a homeowner? No, they just need to have the title or put a loan on it We are only considering the continental US? Yes, not territories Just four wall stationary homes, not empty land, nor RV/trailer homes? Exactly Basic Facts: 70 million millennials 300 million US population Millennials have low rates of homeownership 130 million houses in the US Millennials span == 18 to 36 Breakdown: "See full answer

    Estimation
  • Coinbase logoAsked at Coinbase 

    "I tried taking a shot at this in 20 mins and typed out a solution. Why? Mission: build communities and bring people closer together Birthdays - help you connect with friends once an year, restart a conversation and bring people together. It also brings your broader friends and family closer to celebrate and builds communities . User: Birthday person Posts their birthday as public info FB reminds friends and family about the day On the day they get posts to"

    Spring C. - "I tried taking a shot at this in 20 mins and typed out a solution. Why? Mission: build communities and bring people closer together Birthdays - help you connect with friends once an year, restart a conversation and bring people together. It also brings your broader friends and family closer to celebrate and builds communities . User: Birthday person Posts their birthday as public info FB reminds friends and family about the day On the day they get posts to"See full answer

    Product Manager
    Product Design
  • "I would ask/investigate the following: Is this our core competancy of our company How long would it take to develop it in house and how much would it cost what will be the time to market of this feature or service when developed in house what is long term vision of this solution - do we expect that this will grow into becoming a major revenue stream for the company in future and the future of the company will be tied to it? What is our track record as a company building such a sol"

    Nitesh N. - "I would ask/investigate the following: Is this our core competancy of our company How long would it take to develop it in house and how much would it cost what will be the time to market of this feature or service when developed in house what is long term vision of this solution - do we expect that this will grow into becoming a major revenue stream for the company in future and the future of the company will be tied to it? What is our track record as a company building such a sol"See full answer

    Product Manager
    Product Strategy
  • "To handle the non-uniform sampling, I'd first clean and divide the dataset into chunks of n second interval 'uniform' trajectory data(e.g. 5s or 10s trajectories). This gives us a cleaner trajectory data chunks, T, of format (ship_ID, x, y, z, timestamp) to be formed. For the system itself, I'd use a generative model, e.g. Variational AutoEncoder (VAE), and train the model's 'encoder' to produce a latent-space representation of input features (x,y,z,timestamp) from T, and it's 'decoder' to pred"

    Anonymous Hornet - "To handle the non-uniform sampling, I'd first clean and divide the dataset into chunks of n second interval 'uniform' trajectory data(e.g. 5s or 10s trajectories). This gives us a cleaner trajectory data chunks, T, of format (ship_ID, x, y, z, timestamp) to be formed. For the system itself, I'd use a generative model, e.g. Variational AutoEncoder (VAE), and train the model's 'encoder' to produce a latent-space representation of input features (x,y,z,timestamp) from T, and it's 'decoder' to pred"See full answer

    Data Scientist
    System Design
  • "Goal: The goal of the product is to create a virtual communication system that enables the CEO/Executives of Google to have realistic in-person interactions with people located in different parts of the world. Identifying Different Users: CEO of Google Business executives and professionals Selecting Right User: The primary user for this product is the CEO of Google who needs to have a virtual communication system that can facilitate face-to-face interactions. Defining Features: High-q"

    Anonymous Panda - "Goal: The goal of the product is to create a virtual communication system that enables the CEO/Executives of Google to have realistic in-person interactions with people located in different parts of the world. Identifying Different Users: CEO of Google Business executives and professionals Selecting Right User: The primary user for this product is the CEO of Google who needs to have a virtual communication system that can facilitate face-to-face interactions. Defining Features: High-q"See full answer

    Product Manager
    Product Design
    +1 more
  • Google logoAsked at Google 
    Software Engineer
    Behavioral
  • "Firstly, I would need to ask some clarifying questions: What is the goal for this app? Is it for purely education purposes or it is for improving grades? What age of kids are we talking about? Assuming most parts of the world kids go to kindergarten at age of 5. I am assuming we can have a few segments here. From ages 3-6 or ages 7-12. What country is this for, or it is for global? I would assume the following since nobody is replying in this case: The goal is for improving grades"

    Lewis G. - "Firstly, I would need to ask some clarifying questions: What is the goal for this app? Is it for purely education purposes or it is for improving grades? What age of kids are we talking about? Assuming most parts of the world kids go to kindergarten at age of 5. I am assuming we can have a few segments here. From ages 3-6 or ages 7-12. What country is this for, or it is for global? I would assume the following since nobody is replying in this case: The goal is for improving grades"See full answer

    Product Design
  • +3

    "I've been a student worker at the Renaissance Hotel, I've been doing Inventory in their closet, stripping rooms, cleaning guest floors and cleaning the fitness center, I've also been a student worker at GFS, My tasks were stocking items on shelf, checking expiration dates, cleaning the breakroom, refilling supplies bottles. Additionally, I've been a student worker at Hampton Inn. The tasks I've completed at Hampton Inn were similar to the Renaissance. The tasks there were stripping rooms, Cleani"

    Amparo L. - "I've been a student worker at the Renaissance Hotel, I've been doing Inventory in their closet, stripping rooms, cleaning guest floors and cleaning the fitness center, I've also been a student worker at GFS, My tasks were stocking items on shelf, checking expiration dates, cleaning the breakroom, refilling supplies bottles. Additionally, I've been a student worker at Hampton Inn. The tasks I've completed at Hampton Inn were similar to the Renaissance. The tasks there were stripping rooms, Cleani"See full answer

    Behavioral
  • "Launch p2p payments on a chat application Clarify - - - - - - - - - - - any specific chat app in mind? [no] Is there a 3rd party vendor tech we can incorporate [no, build grounds-up] Markets [US] Framing - - - - - - - - - - - Messaging apps mission: be the go-to destination for 1:1, n:n info sharing and comms. Use network effects to gain market share Biz/product goals: Growth, gain more market share Engagement: time spent, instances of interaction and sharing Revenue: ads,"

    Calyan - "Launch p2p payments on a chat application Clarify - - - - - - - - - - - any specific chat app in mind? [no] Is there a 3rd party vendor tech we can incorporate [no, build grounds-up] Markets [US] Framing - - - - - - - - - - - Messaging apps mission: be the go-to destination for 1:1, n:n info sharing and comms. Use network effects to gain market share Biz/product goals: Growth, gain more market share Engagement: time spent, instances of interaction and sharing Revenue: ads,"See full answer

    Analytical
    Product Strategy
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Clarifying Questions: There are several different types of therapists, do you have a particular therapist in mind? Like Mental health, physical health, food and nutrition etc? Reply: You can decide And do we know what country are we building this product, since that will help me narrow down the scope of the product? Reply: USA Approach: Define the product vision and the goal that we want to achieve Target Audience is for this particular product What problems do these user currently"

    Darshak S. - "Clarifying Questions: There are several different types of therapists, do you have a particular therapist in mind? Like Mental health, physical health, food and nutrition etc? Reply: You can decide And do we know what country are we building this product, since that will help me narrow down the scope of the product? Reply: USA Approach: Define the product vision and the goal that we want to achieve Target Audience is for this particular product What problems do these user currently"See full answer

    Product Manager
    Product Design
    +1 more
  • BizOps & Strategy
    Behavioral
    +1 more
  • Shopify logoAsked at Shopify 

    "The effectiveness of product positioning can be evaluated based on the goal of the product launch. To do this, we have to follow the below steps: First establish the goal of the product launch (is it customer acquisition? activation? Monetization? Identify who the customers are What is the customer need we are trying to address by the product What is the total addressable market TAM? What % of the TAM do we expect to acquire by the said product? Finally, based on the actions w"

    Anhul C. - "The effectiveness of product positioning can be evaluated based on the goal of the product launch. To do this, we have to follow the below steps: First establish the goal of the product launch (is it customer acquisition? activation? Monetization? Identify who the customers are What is the customer need we are trying to address by the product What is the total addressable market TAM? What % of the TAM do we expect to acquire by the said product? Finally, based on the actions w"See full answer

    Product Marketing Manager
    Behavioral
    +1 more
Showing 2181-2200 of 4138