Interview Questions

Review this list of 4,065 interview questions and answers verified by hiring managers and candidates.
  • Expedia logoAsked at Expedia 

    "It is NYC so mainly a business area. Also, there will be travelers to visit. Now we estimate that 5% of them are business travelers and 3 % of them are tourist So 8000000*5% = 400000 is Business And 7600000*3% = 228000 is tourist Now we also need to consider there are a family tourist who will use the same room that let us estimate 40% of the tourists are family means 40% * 7988000M = 91200 family and 1368000 is solo travelers 45600 are family room required considering there are 2 fa"

    Indranil G. - "It is NYC so mainly a business area. Also, there will be travelers to visit. Now we estimate that 5% of them are business travelers and 3 % of them are tourist So 8000000*5% = 400000 is Business And 7600000*3% = 228000 is tourist Now we also need to consider there are a family tourist who will use the same room that let us estimate 40% of the tourists are family means 40% * 7988000M = 91200 family and 1368000 is solo travelers 45600 are family room required considering there are 2 fa"See full answer

    Estimation
  • +4

    "Using a DFS approach, computing all the distances from typing import List from collections import deque def shortestCellPath(grid: List[List[int]], sr: int, sc: int, tr: int, tc: int) -> int: if sr == tr and sc == tc: return 0 nRows = len(grid) nCols = len(grid[0]) distances = [] stack = deque([(sr, sc, 0)]) visitedSet = set() while stack: nodeR, nodeC, nodeDist = stack.pop() if gridnodeR == 0 or (nodeR, nodeC) in visited"

    Gabriele G. - "Using a DFS approach, computing all the distances from typing import List from collections import deque def shortestCellPath(grid: List[List[int]], sr: int, sc: int, tr: int, tc: int) -> int: if sr == tr and sc == tc: return 0 nRows = len(grid) nCols = len(grid[0]) distances = [] stack = deque([(sr, sc, 0)]) visitedSet = set() while stack: nodeR, nodeC, nodeDist = stack.pop() if gridnodeR == 0 or (nodeR, nodeC) in visited"See full answer

    Data Structures & Algorithms
    Coding
  • +1

    "WITH CTE AS ( SELECT *, ROWNUMBER()OVER(PARTITION BY utxoid ORDER BY transactionid) AS trxrk FROM transactions JOIN transaction_inputs USING (transaction_id) JOIN utxo USING (utxo_id) ) SELECT transaction_id AS InvalidTransactionId FROM CTE WHERE sender!=address OR trx_rk > 1 `"

    E L. - "WITH CTE AS ( SELECT *, ROWNUMBER()OVER(PARTITION BY utxoid ORDER BY transactionid) AS trxrk FROM transactions JOIN transaction_inputs USING (transaction_id) JOIN utxo USING (utxo_id) ) SELECT transaction_id AS InvalidTransactionId FROM CTE WHERE sender!=address OR trx_rk > 1 `"See full answer

    Coding
    SQL
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Design
    +1 more
  • "Managing multiple demands within timelines requires effective prioritization, organization, and time management skills. My task is to assess priorities, set realistic timelines, and allocate resources efficiently to meet deadlines. For instance, I've implemented project management tools and workflows to track tasks, monitor progress, and ensure timely delivery of deliverables. By effectively managing multiple demands, I've been able to meet deadlines consistently and deliver high-quality work fo"

    Celia F. - "Managing multiple demands within timelines requires effective prioritization, organization, and time management skills. My task is to assess priorities, set realistic timelines, and allocate resources efficiently to meet deadlines. For instance, I've implemented project management tools and workflows to track tasks, monitor progress, and ensure timely delivery of deliverables. By effectively managing multiple demands, I've been able to meet deadlines consistently and deliver high-quality work fo"See full answer

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

  • "In order to train a machine learning model for license plate detection, which is essentially image recognition, I would first need a large labeled dataset of images featuring license plates. From hereon, I would use a model architecture suitable for image-related tasks, like CNNs (Convolutional Neural Networks). When it comes to deploying the model, I would first optimize it, aiming for the best balance between speed and accuracy. Depending on the specifications, the model could be deployed eith"

    Surbhi G. - "In order to train a machine learning model for license plate detection, which is essentially image recognition, I would first need a large labeled dataset of images featuring license plates. From hereon, I would use a model architecture suitable for image-related tasks, like CNNs (Convolutional Neural Networks). When it comes to deploying the model, I would first optimize it, aiming for the best balance between speed and accuracy. Depending on the specifications, the model could be deployed eith"See full answer

    Product Manager
    Technical
  • Electronic Arts logoAsked at Electronic Arts 

    "Ada Lovelace. There is much to admire about her: her strict analytical thinking coupled with the spirit of creative vision, which recognized a possibility for computers to do more than simply calculate at a time when it was considered revolutionary. Her ability to bridge between disciplines and see the connections between maths and science and even to poetry resonates within me. I also appreciate how she pursued intellectual passions in the face of huge gender barriers in her time."

    Ashish B. - "Ada Lovelace. There is much to admire about her: her strict analytical thinking coupled with the spirit of creative vision, which recognized a possibility for computers to do more than simply calculate at a time when it was considered revolutionary. Her ability to bridge between disciplines and see the connections between maths and science and even to poetry resonates within me. I also appreciate how she pursued intellectual passions in the face of huge gender barriers in her time."See full answer

    Product Manager
    Behavioral
  • LinkedIn logoAsked at LinkedIn 
    Video answer for 'How might you improve Spotify using social features?'
    Product Manager
    Product Design
    +1 more
  • Robinhood logoAsked at Robinhood 
    +1

    "web- https://smarsjewelry.com/jewellery/buy-kada-online/ . One reason to buy Kada online from a trusted source is that you can be assured of the quality of the product. Trusted sources have a reputation to uphold, and they won’t offer products that are of poor quality."

    Amit G. - "web- https://smarsjewelry.com/jewellery/buy-kada-online/ . One reason to buy Kada online from a trusted source is that you can be assured of the quality of the product. Trusted sources have a reputation to uphold, and they won’t offer products that are of poor quality."See full answer

    Program Sense
    Behavioral
  • Monday logoAsked at Monday 
    Product Manager
    Product Design
  • Shopify logoAsked at Shopify 

    "Before we begin, it's important to understand what the interviewer is testing with this type of question. This is a Strategy Question that tests an interviewee's ability to create compelling arguments from high level information, discern motive, and think strategically. We can split this question into two views: is Spotify's high churn rate okay or not? Let's see the argument that is bad, and then the opposing side. High churn is bad We'll first give the naive argument here — that churn i"

    Exponent - "Before we begin, it's important to understand what the interviewer is testing with this type of question. This is a Strategy Question that tests an interviewee's ability to create compelling arguments from high level information, discern motive, and think strategically. We can split this question into two views: is Spotify's high churn rate okay or not? Let's see the argument that is bad, and then the opposing side. High churn is bad We'll first give the naive argument here — that churn i"See full answer

    Product Manager
    Analytical
  • Pinterest logoAsked at Pinterest 

    "Relu = 0 if > some threshold else x sigmoid normalizes to 0-1 asymptotically"

    William M. - "Relu = 0 if > some threshold else x sigmoid normalizes to 0-1 asymptotically"See full answer

    Machine Learning Engineer
    Concept
  • "People interested in travel on Pinterest are looking for inspiration, information, and interaction. They want to discover new places, learn useful tips, and connect with other travelers. To improve their experience, I would suggest the following ideas: Create curated collections of travel pins: Pinterest users love to browse and save pins that match their interests and preferences. By creating curated collections of travel pins, you can showcase the best content from different sources and"

    Anonymous Dove - "People interested in travel on Pinterest are looking for inspiration, information, and interaction. They want to discover new places, learn useful tips, and connect with other travelers. To improve their experience, I would suggest the following ideas: Create curated collections of travel pins: Pinterest users love to browse and save pins that match their interests and preferences. By creating curated collections of travel pins, you can showcase the best content from different sources and"See full answer

    Product Design
  • Google logoAsked at Google 
    BizOps & Strategy
    Behavioral
    +1 more
  • Apple logoAsked at Apple 

    "Sorting is a technique to arrange data in either increasing order or decreasing order, and, the function that implements this functionality is called sort function"

    Farhan -. - "Sorting is a technique to arrange data in either increasing order or decreasing order, and, the function that implements this functionality is called sort function"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Product Manager
    Behavioral
  • Google logoAsked at Google 

    "👇 Your feedback is very much appreciated 👇 Clarifying Questions Bookshelf: how is this bookshelf going to be used? at home? in a library? Elderly People: do we have more precisions on this elderly population? are they sick?disabled? [Interviewer: this bookshelf will be for home purposes. You'll have to specify.] Here's what we gonna do: Users & Pain Points: let's try to better understand who we are designing this bookshelf for Solutions: we'll brainstorm a few solutions and"

    Julien C. - "👇 Your feedback is very much appreciated 👇 Clarifying Questions Bookshelf: how is this bookshelf going to be used? at home? in a library? Elderly People: do we have more precisions on this elderly population? are they sick?disabled? [Interviewer: this bookshelf will be for home purposes. You'll have to specify.] Here's what we gonna do: Users & Pain Points: let's try to better understand who we are designing this bookshelf for Solutions: we'll brainstorm a few solutions and"See full answer

    Product Manager
    Product Design
    +1 more
Showing 2441-2460 of 4065