Skip to main content

Interview Questions

Review this list of 4,477 interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 
    5 answers
    +2

    "When I transitioned from the Analytics team to the Product team, I faced challenges in gaining the trust of the engineering team. Having previously worked with them in a role where I provided insights rather than defining their priorities, they were initially hesitant to accept my inputs in my new role. This led to some misalignment, as they chose to focus on tasks independently rather than incorporating my recommendations. Recognizing the need to build credibility, I took a proactive approach."

    Shahrukh K. - "When I transitioned from the Analytics team to the Product team, I faced challenges in gaining the trust of the engineering team. Having previously worked with them in a role where I provided insights rather than defining their priorities, they were initially hesitant to accept my inputs in my new role. This led to some misalignment, as they chose to focus on tasks independently rather than incorporating my recommendations. Recognizing the need to build credibility, I took a proactive approach."See full answer

    BizOps & Strategy
    Behavioral
    +1 more
  • Google logoAsked at Google 
    1 answer

    "Below is the step by step approach I would take: Identify potential risks: Firstly, I thoroughly analyze the project and identify potential risks that could impact its success. This involves reviewing project documentation, conducting stakeholder interviews, and seeking input from team members who have expertise in different areas. Assess the impact and likelihood: I evaluate each identified risk by assessing its potential impact on the project objectives and determining the likelihood of"

    Ash K. - "Below is the step by step approach I would take: Identify potential risks: Firstly, I thoroughly analyze the project and identify potential risks that could impact its success. This involves reviewing project documentation, conducting stakeholder interviews, and seeking input from team members who have expertise in different areas. Assess the impact and likelihood: I evaluate each identified risk by assessing its potential impact on the project objectives and determining the likelihood of"See full answer

    BizOps & Strategy
    Analytical
    +1 more
  • Google logoAsked at Google 
    Add answer
    BizOps & Strategy
    Behavioral
  • Google logoAsked at Google 
    Add answer
    BizOps & Strategy
    Behavioral
  • Google logoAsked at Google 
    Add answer
    BizOps & Strategy
    Analytical
    +1 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "don't you need something like the below in the select clause SUM(rides) AS total_rides SUM(deliveries) AS total_deliveries "

    Lee J. - "don't you need something like the below in the select clause SUM(rides) AS total_rides SUM(deliveries) AS total_deliveries "See full answer

    BizOps & Strategy
    Technical
  • BizOps & Strategy
    Product Strategy
  • Google logoAsked at Google 
    Add answer
    Product Manager
  • Product Manager
  • "Acquisition: #DAU, #MAUs Engagement: listening duration #songs liked/ shared/ added to playlists from the recommendation list #times recommended songs are listened to Benchmark the above with original metrics (before implementing the change) "

    Rev - "Acquisition: #DAU, #MAUs Engagement: listening duration #songs liked/ shared/ added to playlists from the recommendation list #times recommended songs are listened to Benchmark the above with original metrics (before implementing the change) "See full answer

    Product Manager
    Analytical
  • Adobe logoAsked at Adobe 

    Permutations

    IDE
    Medium
    4 answers
    +1

    "function permute(nums) { if (nums.length <= 1) { return [nums]; } const prevPermutations = permute(nums.slice(0, nums.length-1)); const currentNum = nums[nums.length-1]; const permutations = new Set(); for (let prev of prevPermutations) { for (let i=0; i < prev.length; i++) { permutations.add([...prev.slice(0, i), currentNum, ...prev.slice(i)]); } permutations.add([...prev, currentNum]); } return [...permutations]"

    Tiago R. - "function permute(nums) { if (nums.length <= 1) { return [nums]; } const prevPermutations = permute(nums.slice(0, nums.length-1)); const currentNum = nums[nums.length-1]; const permutations = new Set(); for (let prev of prevPermutations) { for (let i=0; i < prev.length; i++) { permutations.add([...prev.slice(0, i), currentNum, ...prev.slice(i)]); } permutations.add([...prev, currentNum]); } return [...permutations]"See full answer

    Software Engineer
    Data Structures & Algorithms
    +3 more
  • Google logoAsked at Google 
    2 answers

    "Here’s a commonly used Git branching and release strategy that we used at my previous role: Branching strategy (Git-based) a. Main Branches main: Production-ready branch. Only tested and stable code is merged here. develop: Feature branches are merged here before being merged into main. b. Supporting Branches Feature Branches (feature/) Release Branches (release/) Hotfix Branches (hotfix/) 2.Release Strategy a. Continuous Deplo"

    Anonymous Dingo - "Here’s a commonly used Git branching and release strategy that we used at my previous role: Branching strategy (Git-based) a. Main Branches main: Production-ready branch. Only tested and stable code is merged here. develop: Feature branches are merged here before being merged into main. b. Supporting Branches Feature Branches (feature/) Release Branches (release/) Hotfix Branches (hotfix/) 2.Release Strategy a. Continuous Deplo"See full answer

    Software Engineer
    Technical
  • Google logoAsked at Google 
    Add answer
    Software Engineer
    Technical
  • DoorDash logoAsked at DoorDash 
    2 answers

    "Number of visits to the site had increased, so total reservations infact went up, but conversion was down due to more users visiting, due to a promotion offered by the company or may be due to more ad entry points, social media, friend recommendations etc."

    IamaPM - "Number of visits to the site had increased, so total reservations infact went up, but conversion was down due to more users visiting, due to a promotion offered by the company or may be due to more ad entry points, social media, friend recommendations etc."See full answer

    Product Manager
    Analytical
    +1 more
  • Amazon logoAsked at Amazon 
    Add answer
    Product Manager
    Product Design
  • Product Manager
    Analytical
    +1 more
  • Booking.com logoAsked at Booking.com 
    2 answers

    "Clarification — Need to design an MVP for Booking’s homepage to improve CLV — Objective is to test out things to get more CLV out of our existing or new customers right? yes — apart from this objective, is there anything that I have to keep in mind? nope — is there any preference in user groups or geography or platform? mobile, open to all Cool, I get the gist of it. Improving or increasing CLV is a function of retention & cross-sell. — retention what all things we can build for reten"

    Shashi R. - "Clarification — Need to design an MVP for Booking’s homepage to improve CLV — Objective is to test out things to get more CLV out of our existing or new customers right? yes — apart from this objective, is there anything that I have to keep in mind? nope — is there any preference in user groups or geography or platform? mobile, open to all Cool, I get the gist of it. Improving or increasing CLV is a function of retention & cross-sell. — retention what all things we can build for reten"See full answer

    Product Manager
    Product Design
  • Google logoAsked at Google 
    1 answer

    "Clarification questions: What is the mission of the company? To connect people together to unleash their creativity. Is there any geographical areas that I should concentrate on? It is worldwide. Are there any constraints? No, there is none. Success of the usage of the app? The PM to pick. Approach: Establish the nature of the application. Establish the type of users that would be on the platform. Lay out what the user journey is. Define the metrics that are relevant. -"

    Ferri T. - "Clarification questions: What is the mission of the company? To connect people together to unleash their creativity. Is there any geographical areas that I should concentrate on? It is worldwide. Are there any constraints? No, there is none. Success of the usage of the app? The PM to pick. Approach: Establish the nature of the application. Establish the type of users that would be on the platform. Lay out what the user journey is. Define the metrics that are relevant. -"See full answer

    Product Manager
    Analytical
  • Meta logoAsked at Meta 
    1 answer

    "Clarified on definition of hyperlocal - Defined it as a community of people in a 2-3 km radius and assumed geography as India Talked about different type of community needs in a hyperlocal space - public services, local grocery delivery, food delivery, parcel delivery, making new friends for shared interests like playing badminton (Prioritised public services since it was underserved with respect to things like sewage cleaning, electricity outage in an area, community traffic problems, water"

    KAI - "Clarified on definition of hyperlocal - Defined it as a community of people in a 2-3 km radius and assumed geography as India Talked about different type of community needs in a hyperlocal space - public services, local grocery delivery, food delivery, parcel delivery, making new friends for shared interests like playing badminton (Prioritised public services since it was underserved with respect to things like sewage cleaning, electricity outage in an area, community traffic problems, water"See full answer

    Product Manager
    Product Design
Showing 2681-2700 of 4477