LinkedIn Interview Questions

Review this list of 125 LinkedIn interview questions and answers verified by hiring managers and candidates.
  • LinkedIn logoAsked at LinkedIn 

    "Spotify is a music application that allows users to listen to music, create their own playlists, share songs, recommend songs based on their listening patterns etc. Clarifying questions: Goal - Improve engagement and provide blind people with a platform to listen to music as they miss out on a lot of aspects of life. The main idea is to promote more inclusivity Same app or different - Same app Time or resource constraints: No Spotify has music creators and music listeners who are we"

    Priyanka D. - "Spotify is a music application that allows users to listen to music, create their own playlists, share songs, recommend songs based on their listening patterns etc. Clarifying questions: Goal - Improve engagement and provide blind people with a platform to listen to music as they miss out on a lot of aspects of life. The main idea is to promote more inclusivity Same app or different - Same app Time or resource constraints: No Spotify has music creators and music listeners who are we"See full answer

    Product Design
  • LinkedIn logoAsked at LinkedIn 

    "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

    Product Manager
    Product Design
  • LinkedIn logoAsked at LinkedIn 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • LinkedIn logoAsked at LinkedIn 

    Permutations

    IDE
    Medium

    "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
  • LinkedIn logoAsked at LinkedIn 

    "."

    Mark J. - "."See full answer

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

  • LinkedIn logoAsked at LinkedIn 
    Video answer for 'Should LinkedIn launch a separate messaging app?'
    Product Strategy
    Program Sense
  • LinkedIn logoAsked at LinkedIn 
    Video answer for 'How might you improve Spotify using social features?'
    Product Manager
    Product Design
    +1 more
  • LinkedIn logoAsked at LinkedIn 
    +2

    "Is there a take-home exercise? How important is it and will there be questions on your take-home during subsequent rounds?"

    Mitchell K. - "Is there a take-home exercise? How important is it and will there be questions on your take-home during subsequent rounds?"See full answer

  • Product Manager
    Analytical
  • LinkedIn logoAsked at LinkedIn 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • "How would you improve LinkedIn's homepage? Firstly I would like to think about: 1) Goals and Constraints 2) User and the user personas 3) Prioritize the Use cases / Painpoints 4) Brainstorm on possible solutions for the chosen use case If that's fine by you! In terms of Goal: 1) Revenue 2) Active Users/Engagement - MAU These are three goals I can think of for improving the LinkedIn homepage. We are looking to generate more revenue, increase the number of monthly active users. I would"

    Preethi B. - "How would you improve LinkedIn's homepage? Firstly I would like to think about: 1) Goals and Constraints 2) User and the user personas 3) Prioritize the Use cases / Painpoints 4) Brainstorm on possible solutions for the chosen use case If that's fine by you! In terms of Goal: 1) Revenue 2) Active Users/Engagement - MAU These are three goals I can think of for improving the LinkedIn homepage. We are looking to generate more revenue, increase the number of monthly active users. I would"See full answer

    Product Design
    Product Strategy
  • +1

    "1) What is a target market? 2) Finding target markets for international Age Location Gender Income level Education level Marital or family status Occupation The ethnic background of your customers Also, I want to evaluate our target audience psychographics. Different nations have different cultures and ethical values. Global buying trends. Know the countries where there is high demand for your product. Past sales reports. Look at your past sales to find patterns on"

    Saumya G. - "1) What is a target market? 2) Finding target markets for international Age Location Gender Income level Education level Marital or family status Occupation The ethnic background of your customers Also, I want to evaluate our target audience psychographics. Different nations have different cultures and ethical values. Global buying trends. Know the countries where there is high demand for your product. Past sales reports. Look at your past sales to find patterns on"See full answer

    Program Sense
    Analytical
  • Product Manager
    Product Strategy
  • LinkedIn logoAsked at LinkedIn 
    Product Marketing Manager
    Behavioral
  • LinkedIn logoAsked at LinkedIn 

    "You should be able to identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch. Recall the strategy for tackling them methodically and thoroughly: Ask clarifying questions State the goal of the feature / product Behavior Mapping / UX Flow Mapping Provide criteria to prioritize metrics Prioritize metrics Summarize Let's begin! Ask cl"

    Exponent - "You should be able to identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch. Recall the strategy for tackling them methodically and thoroughly: Ask clarifying questions State the goal of the feature / product Behavior Mapping / UX Flow Mapping Provide criteria to prioritize metrics Prioritize metrics Summarize Let's begin! Ask cl"See full answer

    Product Manager
    Analytical
  • "check y the -ve effect - ask them to solve that."

    Geo J. - "check y the -ve effect - ask them to solve that."See full answer

    Behavioral
    Analytical
    +1 more
  • "On the topic of personalisation the main complexity comes from stitching the data together so that you can create a curated and hopefully personal experience for the consumers (e.g. product offer that match user's interest). Since the existing technology we use, especially on the app, do not support some of of the BE foundations needed to personalize omni-channel the main complexity is in integrating with the BE services especially creating connected data pipelines. My main contribution is in"

    Delyan P. - "On the topic of personalisation the main complexity comes from stitching the data together so that you can create a curated and hopefully personal experience for the consumers (e.g. product offer that match user's interest). Since the existing technology we use, especially on the app, do not support some of of the BE foundations needed to personalize omni-channel the main complexity is in integrating with the BE services especially creating connected data pipelines. My main contribution is in"See full answer

    Behavioral
    Technical
  • LinkedIn logoAsked at LinkedIn 

    "LinkedIn is a Corporate/Professional Networking platform. We will analyze the following factors before the launch: How many people of the demography are on LinkedIn I will make sure Learning platform content is approved, verified and required for interviewing for a specific role in a corporate Create a Learning Community where people who opt for the LinkedIn learning platform share their experience of the completed course and how it helped them get an interview opportunity with the comp"

    Akshat A. - "LinkedIn is a Corporate/Professional Networking platform. We will analyze the following factors before the launch: How many people of the demography are on LinkedIn I will make sure Learning platform content is approved, verified and required for interviewing for a specific role in a corporate Create a Learning Community where people who opt for the LinkedIn learning platform share their experience of the completed course and how it helped them get an interview opportunity with the comp"See full answer

    Product Strategy
Showing 61-80 of 125