Upload Button Icon Add office photos

LinkedIn

Compare button icon Compare button icon Compare

Filter interviews by

LinkedIn Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top LinkedIn Interview Questions and Answers

View all 72 questions

LinkedIn Interview Experiences

Popular Designations

65 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I was asked a question based on strings that required BFS to solve.

Round 2 - Technical 

(1 Question)

  • Q1. Given a binary tree, do right rotation on each node.
  • Ans. 

    Perform right rotation on each node of a binary tree.

    • Start from the root node and perform right rotation on each node in a recursive manner.

    • Update the parent-child relationships accordingly after each rotation.

    • Ensure that the binary tree structure is maintained throughout the process.

  • Answered by AI

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum Knight Moves (LC Medium)
  • Q2. OS, CN, DB concepts like multithreading, semaphore, tcp vs udp, transaction and ACId properties. Java concepts like stack vs heap(memory), error vs exception. Any 1 Project discussion for 10 mins

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamental concepts of operating systems and databases. Refer to the company-tagged questions from LC.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Case Study 

Prepare for a mock success review with the client, during which they will provide you with data for analysis. You will need to analyze this data and offer recommendations to your customers. You have approximately five days to prepare.

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Asked Fizbuzz and Char replace in a string

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of Linux OS
  • Q2. Network troubleshooting
Round 3 - Technical 

(2 Questions)

  • Q1. Design a monitoring system
  • Ans. 

    Design a monitoring system for SiteOps

    • Identify key metrics to monitor such as server uptime, response time, and error rates

    • Implement monitoring tools like Nagios, Zabbix, or Prometheus to track these metrics

    • Set up alerts for critical thresholds to notify the team in case of issues

    • Create dashboards to visualize the data and trends for easy monitoring

    • Regularly review and update the monitoring system to ensure it remains

  • Answered by AI
  • Q2. Examples of automation
  • Ans. 

    Automation in SiteOps involves using tools and scripts to streamline processes and reduce manual tasks.

    • Automated deployment scripts for deploying code changes to servers

    • Monitoring tools that automatically alert when server resources are low

    • Automated backup processes for data protection

    • Scheduled tasks for routine maintenance like database cleanup

  • Answered by AI

Skills evaluated in this interview

LinkedIn interview questions for popular designations

 Software Developer

 (10)

 Software Engineer

 (6)

 Software Developer Intern

 (3)

 Softwaretest Engineer

 (2)

 Senior Software Developer

 (2)

 Senior Business Analyst

 (2)

 Senior Engineer

 (1)

 Sales

 (1)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

More focus on dp,graphs.

Round 2 - Technical 

(2 Questions)

  • Q1. Focus on backend concepts,routing.
  • Q2. Question on flood fill algo,backtracking.

Top LinkedIn Software Developer Intern Interview Questions and Answers

Q1. Determine Count of Good Triplets You are given two arrays ARR1 and ARR2, containing N and M elements respectively. There are two types of 'good triplets' that need to be identified in these arrays. Type 1: A triplet (i, j, k) where the squa... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Get interview-ready with Top LinkedIn Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the leaves of the tree.
  • Ans. 

    Leaves of a tree are the nodes with no children in a tree data structure.

    • Traverse the tree and identify nodes with no children.

    • Use depth-first search or breadth-first search algorithms to find leaves.

    • Examples: In a binary tree, leaves are nodes with no left or right child.

    • In a general tree, leaves are nodes with no children in their child list.

  • Answered by AI
  • Q2. Find the LCA of tree.
  • Ans. 

    The Lowest Common Ancestor (LCA) of a tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and traverse the tree to find the paths from the root to the two nodes.

    • Compare the paths to find the last common node between them, which is the LCA.

    • If one of the nodes is an ancestor of the other, then the ancestor node is the LCA.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the healthcare sector

    • Performed data analysis on customer behavior using Python and SQL for a marketing company

  • Answered by AI
  • Q2. What internships you did?
  • Ans. 

    I completed internships at ABC Company and XYZ Company during my undergraduate studies.

    • Interned at ABC Company working on web development projects

    • Interned at XYZ Company assisting with software testing and quality assurance

    • Gained hands-on experience in coding, debugging, and problem-solving

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare tree and graph well.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

This was a technical round where they check how you approach a problem. The questions were around SQL, Linux commands, basics of HTML and Rest API basic troubleshooting

Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioural Round where managers interact directly with you on your previous experiences, achievements and failures
Round 3 - One-on-one 

(1 Question)

  • Q1. One more culture fit round where manager checks your hunger for learning and contributing to the company. Also, checks if you align with Linkedin's culture & values
Round 4 - HR 

(1 Question)

  • Q1. This was my last round with HR where they discuss your salary & benefits

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. General discussion on previous experiences
Round 2 - Case Study 

Case study on any industry review, with inmail, discovery call and elevator pitch

Sales Development Representative Interview Questions asked at other Companies

Q1. How to improve sales skills
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online test on hacker rank . difficult level

Round 2 - Assignment 

Assignmemt on sorting array

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

LFU cache implimentation

Member Technical Staff Software Interview Questions asked at other Companies

Q1. write a query to update employye salary write code for palindrome what is normalization what is views what is acid properties
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    Experienced sales consultant with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the technology industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Strong communication and negotiation skills

    • Built and maintained relationships with key clients such as ABC Company and XYZ Corporation

  • Answered by AI
  • Q2. Scenario bases questions

Sales Consultant Interview Questions asked at other Companies

Q1. If a client wants to buy a property in an 10 year old project which is near by station how will you convience him for a newly launched project?
View answer (1)

LinkedIn Interview FAQs

How many rounds are there in LinkedIn interview?
LinkedIn interview process usually has 2-3 rounds. The most common rounds in the LinkedIn interview process are Technical, One-on-one Round and Coding Test.
What are the top questions asked in LinkedIn interview?

Some of the top questions asked at the LinkedIn interview -

  1. Difference between TOP and PS commands? why TOP is called T...read more
  2. One liner command to kill all process in the system which were using JA...read more
  3. Explain XSS attacks and how to prevent it? and the same for sqli? Any experienc...read more
How long is the LinkedIn interview process?

The duration of LinkedIn interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

LinkedIn Interview Process

based on 40 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Google Interview Questions
4.4
 • 824 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
View all

LinkedIn Reviews and Ratings

based on 183 reviews

4.3/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

4.1

Salary

3.4

Job security

4.3

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 183 Reviews and Ratings
Trust and Safety Specialist
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Reviewer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Account Director
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LinkedIn with

Facebook

4.3
Compare

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

Amazon

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview