Skip to main content

LinkedIn Interview Questions

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

    "1/cost 2/speed 3/unique value/use case 4/data governance and privacy"

    M Q. - "1/cost 2/speed 3/unique value/use case 4/data governance and privacy"See full answer

    Product Manager
    Artificial Intelligence
  • LinkedIn logoAsked at LinkedIn 
    1 answer
    Video answer for 'How would you grow LinkedIn's student user base?'

    "Clarifying Questions: Product → It is a online Professional Services platforms where jobs are made much easier for both recruiters and for job-seekers Goal → Increase Number of Users/ Any other Business Goal? Mission → It is to make job-posting/seeking completely hassle free and accessible to everyone. Do we have any timeframe to do this and is there any growth rate that I should be targeting? - 5x in 5 years Students → Are we focusing on Full-time or Part-time students? Any"

    Adhitya G. - "Clarifying Questions: Product → It is a online Professional Services platforms where jobs are made much easier for both recruiters and for job-seekers Goal → Increase Number of Users/ Any other Business Goal? Mission → It is to make job-posting/seeking completely hassle free and accessible to everyone. Do we have any timeframe to do this and is there any growth rate that I should be targeting? - 5x in 5 years Students → Are we focusing on Full-time or Part-time students? Any"See full answer

    Product Strategy
  • LinkedIn logoAsked at LinkedIn 
    3 answers

    "It's possible the Onboarding Flow is fine as it is - but I would do some initial hands-on exploring. I would go through the boarding steps myself. Re-Visit the flow with a clean perspective. Take notes on Pros & Cons. Things I liked. Things I didn't like. Create a table. Brainstrorm some UI / UX / Flow features that could use some improvement. If my simple analysis warranted some more exploration - I would do an informal survey with my immediate internal colleagues - and possibly even my tight"

    G. D. - "It's possible the Onboarding Flow is fine as it is - but I would do some initial hands-on exploring. I would go through the boarding steps myself. Re-Visit the flow with a clean perspective. Take notes on Pros & Cons. Things I liked. Things I didn't like. Create a table. Brainstrorm some UI / UX / Flow features that could use some improvement. If my simple analysis warranted some more exploration - I would do an informal survey with my immediate internal colleagues - and possibly even my tight"See full answer

    Product Design
    Program Sense
    +1 more
  • LinkedIn logoAsked at LinkedIn 
    13 answers
    Video answer for 'Merge k sorted linked lists.'
    +7

    "A much better solution than the one in the article, below: It looks like the ones writing articles here in Javascript do not understand the time/space complexity of javascript methods. shift, splice, sort, etc... In the solution article you have a shift and a sort being done inside a while, that is, the multiplication of Ns. My solution, below, iterates through the list once and then sorts it, separately. It´s O(N+Log(N)) class ListNode { constructor(val = 0, next = null) { th"

    Guilherme F. - "A much better solution than the one in the article, below: It looks like the ones writing articles here in Javascript do not understand the time/space complexity of javascript methods. shift, splice, sort, etc... In the solution article you have a shift and a sort being done inside a while, that is, the multiplication of Ns. My solution, below, iterates through the list once and then sorts it, separately. It´s O(N+Log(N)) class ListNode { constructor(val = 0, next = null) { th"See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • LinkedIn logoAsked at LinkedIn 
    Add answer
    Product Manager
    Artificial Intelligence
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Product Manager
    Artificial Intelligence
  • "I worked on an automated customer support WhatsApp chatbot for my previous organisation, IIMLoans. The project was not initially on the roadmap. The reason for it being prioritised in the middle of the roadmap was the user drop-off rates that were observed at the inbound to lead qualification step due to the short team size. Since the organisation was an emerging startup and had constraints on budget and man-power, we decided that leveraging AI could help us solve this problem and avoid bigger p"

    Sathwik N. - "I worked on an automated customer support WhatsApp chatbot for my previous organisation, IIMLoans. The project was not initially on the roadmap. The reason for it being prioritised in the middle of the roadmap was the user drop-off rates that were observed at the inbound to lead qualification step due to the short team size. Since the organisation was an emerging startup and had constraints on budget and man-power, we decided that leveraging AI could help us solve this problem and avoid bigger p"See full answer

    Product Manager
    Behavioral
  • LinkedIn logoAsked at LinkedIn 
    Add answer
    Software Engineer
    Data Structures & Algorithms
    +4 more
  • LinkedIn logoAsked at LinkedIn 
    2 answers

    "Although there is no fixed or predefined framework that I follow to prioritize, I do have a methodical criterion that is suitable to my organization and practices. The business outcome/value proposition of each project/request - try to quantitative every metric below Number of customers going to be impacted in that product vertical - item with more customers gets more weight Is this an existing feature or a new feature - existing features get more weightage especially if thi"

    Naresh A. - "Although there is no fixed or predefined framework that I follow to prioritize, I do have a methodical criterion that is suitable to my organization and practices. The business outcome/value proposition of each project/request - try to quantitative every metric below Number of customers going to be impacted in that product vertical - item with more customers gets more weight Is this an existing feature or a new feature - existing features get more weightage especially if thi"See full answer

    Product Manager
    Behavioral
    +1 more
  • Product Manager
    Artificial Intelligence
  • LinkedIn logoAsked at LinkedIn 
    6 answers
    +3

    "def mergeTwoListsRecursive(l1, l2): if not l1 or not l2: return l1 or l2 if l1.val < l2.val: l1.next = mergeTwoListsRecursive(l1.next, l2) return l1 else: l2.next = mergeTwoListsRecursive(l1, l2.next) return l2 "

    Ramachandra N. - "def mergeTwoListsRecursive(l1, l2): if not l1 or not l2: return l1 or l2 if l1.val < l2.val: l1.next = mergeTwoListsRecursive(l1.next, l2) return l1 else: l2.next = mergeTwoListsRecursive(l1, l2.next) return l2 "See full answer

    Software Engineer
    Data Structures & Algorithms
    +5 more
  • LinkedIn logoAsked at LinkedIn 
    1 answer

    "talked about a time when customer is trying to go to cloud for first time and championing the effort.. it is strategic and also a risk because outside of the OEM, no one we know had implemented this product architecture on the cloud.. used first [principles, did a crawl, walk jog approach and implemented it. Risk because of lack of reference architecture, clodu tech was new to me . career making/breaking project for customer. result : project was successful. presented story in a conference."

    Sayee M. - "talked about a time when customer is trying to go to cloud for first time and championing the effort.. it is strategic and also a risk because outside of the OEM, no one we know had implemented this product architecture on the cloud.. used first [principles, did a crawl, walk jog approach and implemented it. Risk because of lack of reference architecture, clodu tech was new to me . career making/breaking project for customer. result : project was successful. presented story in a conference."See full answer

    Technical Program Manager
    Behavioral
    +2 more
  • LinkedIn logoAsked at LinkedIn 
    2 answers

    "Attempted the answer. Feedback appreciated. Thanks! Mission: LinkedIn mission statement is to “connect the world's professionals to make them more productive and successful.” LinkedIn Feed: People You Know, Talking About Things You Care About. One of things can be done is look for Existing engagement metrics that LinkedIn news feed may have. Look for data where engagement is low and understand why and come up with a hypothesis for that. For this exercise will assume there is no pro"

    Madhumita M. - "Attempted the answer. Feedback appreciated. Thanks! Mission: LinkedIn mission statement is to “connect the world's professionals to make them more productive and successful.” LinkedIn Feed: People You Know, Talking About Things You Care About. One of things can be done is look for Existing engagement metrics that LinkedIn news feed may have. Look for data where engagement is low and understand why and come up with a hypothesis for that. For this exercise will assume there is no pro"See full answer

    Product Design
  • LinkedIn logoAsked at LinkedIn 
    4 answers
    +1

    "Clarification LinkedIn Premium is a premium offering for LinkedIn members through which they get access to some additional features that are not available in the free version. Members can use these features to meet their goals When we talk about LinkedIn premium we are focused on the career product and not the sales / recruiter products? —> Yes, focused on individual members. Sales needs are solved through sales navigator and recuriter lite which are specialized premium tools *Goals"

    stash - "Clarification LinkedIn Premium is a premium offering for LinkedIn members through which they get access to some additional features that are not available in the free version. Members can use these features to meet their goals When we talk about LinkedIn premium we are focused on the career product and not the sales / recruiter products? —> Yes, focused on individual members. Sales needs are solved through sales navigator and recuriter lite which are specialized premium tools *Goals"See full answer

    Product Design
    Product Strategy
  • LinkedIn logoAsked at LinkedIn 
    Add answer
    Product Manager
    Product Design
  • LinkedIn logoAsked at LinkedIn 
    7 answers
    +3

    "This could be done using two-pointer approach assuming array is sorted: left and right pointers. We need track two sums (left and right) as we move pointers. For moving pointers we will move left to right by 1 (increment) when right sum is greater. We will move right pointer to left by 1 (decrement) when left sum is greater. at some point we will either get the sum same and that's when we exit from the loop. 0-left will be one array and right-(n-1) will be another array. We are not going to mo"

    Bhaskar B. - "This could be done using two-pointer approach assuming array is sorted: left and right pointers. We need track two sums (left and right) as we move pointers. For moving pointers we will move left to right by 1 (increment) when right sum is greater. We will move right pointer to left by 1 (decrement) when left sum is greater. at some point we will either get the sum same and that's when we exit from the loop. 0-left will be one array and right-(n-1) will be another array. We are not going to mo"See full answer

    Software Engineer
    Data Structures & Algorithms
    +2 more
  • LinkedIn logoAsked at LinkedIn 
    Add answer
    Machine Learning Engineer
    Behavioral
    +1 more
  • LinkedIn logoAsked at LinkedIn 
    2 answers

    "Clarifying Qs: Question: Would this be a standalone platform, or be integrated into the existing LinkedIn web application and mobile applications? Answer: Integrated into the existing LinkedIn web application and mobile applications. Question: What are the goals of a video conferencing platform for LinkedIn? Answer: You decide. Let's think about LinkedIn's mission statement, which is to connect the world's professionals to make them more productive and successful. LinkedIn's co"

    Jessica A. - "Clarifying Qs: Question: Would this be a standalone platform, or be integrated into the existing LinkedIn web application and mobile applications? Answer: Integrated into the existing LinkedIn web application and mobile applications. Question: What are the goals of a video conferencing platform for LinkedIn? Answer: You decide. Let's think about LinkedIn's mission statement, which is to connect the world's professionals to make them more productive and successful. LinkedIn's co"See full answer

    Product Strategy
    Program Sense
  • LinkedIn logoAsked at LinkedIn 
    1 answer

    "Clarify the ask/ goal and scope Talk about the general need for travel in a Covid/post covid world + how it aligns with Meta's mission and business (the Why) Audience /Behavior segmentation with needs/pain points Prioritize Suggested 3 Solution territories Dived deep into 1 and mentioned tradeoffs/ risks for that one Summarized with a few GTM considerations/ideas Please note: Although the interview was scoped for 30 mins, the interviewer spent the first 15 diving into past work e"

    Raina M. - "Clarify the ask/ goal and scope Talk about the general need for travel in a Covid/post covid world + how it aligns with Meta's mission and business (the Why) Audience /Behavior segmentation with needs/pain points Prioritize Suggested 3 Solution territories Dived deep into 1 and mentioned tradeoffs/ risks for that one Summarized with a few GTM considerations/ideas Please note: Although the interview was scoped for 30 mins, the interviewer spent the first 15 diving into past work e"See full answer

    Product Manager
    Product Design
    +1 more
  • LinkedIn logoAsked at LinkedIn 
    2 answers

    "A very interesting question. Please find below my approach: Understand VP's line of thought and goals trying to achieve Understand the assumptions/ Validate the hypothesis Impact on Brand, revenue, engineering cost, customers, and existing products SWOT Approve or Provide alternative Question to the VP: What is the objective? - higher engagement? easy to interact, peer-to-peer communication? Why the need for a separate platform? - to increase the no.of interactions? to"

    P K. - "A very interesting question. Please find below my approach: Understand VP's line of thought and goals trying to achieve Understand the assumptions/ Validate the hypothesis Impact on Brand, revenue, engineering cost, customers, and existing products SWOT Approve or Provide alternative Question to the VP: What is the objective? - higher engagement? easy to interact, peer-to-peer communication? Why the need for a separate platform? - to increase the no.of interactions? to"See full answer

    Behavioral
    Product Strategy
Showing 41-60 of 140