Upload Button Icon Add office photos

LinkedIn

Compare button icon Compare button icon Compare

Filter interviews by

LinkedIn Interview Questions and Answers

Updated 7 May 2025
Popular Designations

74 Interview questions

A Trust and Safety Specialist was asked 2mo ago
Q. What methods can be used to assess whether an associate website is harmful?
Ans. 

Assessing harmful websites involves evaluating content, user feedback, and security measures.

  • Content Analysis: Review the website's content for misinformation, hate speech, or illegal activities. For example, a site promoting violence.

  • User Feedback: Monitor user reports and reviews to identify negative experiences or harmful interactions. For instance, a forum with complaints about scams.

  • Security Checks: Use tools...

View all Trust and Safety Specialist interview questions
A Trust and Safety Specialist was asked 2mo ago
Q. What methods can be used to identify fraud, fake accounts, and account takeovers?
Ans. 

Identifying fraud and fake accounts involves analyzing patterns, behaviors, and using technology to detect anomalies.

  • Monitor user behavior for unusual patterns, such as rapid account creation or login attempts from different locations.

  • Implement machine learning algorithms to analyze historical data and flag accounts that exhibit suspicious behavior.

  • Use email verification and phone number validation to ensure accou...

View all Trust and Safety Specialist interview questions
A Trust and Safety Specialist was asked 2mo ago
Q. How can one determine whether an advertisement is genuine or not?
Ans. 

Evaluating advertisements involves checking authenticity through various indicators and sources.

  • Check the source: Verify if the advertisement comes from a reputable company or website.

  • Look for contact information: Genuine ads usually provide clear contact details, such as a phone number or email.

  • Examine the language: Be wary of ads with poor grammar or excessive hype, as they may indicate a scam.

  • Research the produ...

View all Trust and Safety Specialist interview questions
An UI Software Engineer was asked 3mo ago
Q. Write a function to repeat a string.
Ans. 

A string repeat function generates a new string by repeating the input string a specified number of times.

  • Define a function named `repeatString` that takes two parameters: `str` (the string to repeat) and `num` (the number of repetitions).

  • Use a loop or string methods to concatenate the string `num` times.

  • Example: `repeatString('abc', 3)` should return 'abcabcabc'.

  • Consider edge cases: if `num` is 0, return an empty...

View all UI Software Engineer interview questions
A Senior Software Developer was asked 5mo ago
Q. Given a binary tree, perform a 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.

View all Senior Software Developer interview questions
A Senior Quality Analyst was asked 7mo ago
Q. How do you prioritize multiple tasks?
Ans. 

Prioritizing multiple tasks involves assessing urgency, importance, and deadlines to determine the order of completion.

  • Evaluate the urgency and importance of each task

  • Consider deadlines and time constraints

  • Use tools like to-do lists or project management software to organize tasks

  • Communicate with stakeholders to clarify priorities

  • Adjust priorities as needed based on changing circumstances

View all Senior Quality Analyst interview questions
A SiteOps was asked 9mo ago
Q. Describe how you would 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 rem...

Are these interview questions helpful?
A Software Engineer was asked 10mo ago
Q. Given a binary tree, return all the leaf nodes.
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.

View all Software Engineer interview questions
A Software Engineer was asked 10mo ago
Q. Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree.
Ans. 

The Lowest Common Ancestor (LCA) of two nodes in a tree is the deepest node that is an ancestor of both nodes.

  • LCA can be found using recursion by traversing the tree from the root.

  • If the current node is null, return null.

  • If the current node matches either of the two nodes, return the current node.

  • If both nodes are found in the left and right subtrees, the current node is the LCA.

  • Example: In a binary tree, for node...

View all Software Engineer interview questions
An Account Executive 1 was asked 10mo ago
Q. What is your total notice period?
Ans. 

The notice period is the duration an employee must serve after resigning before leaving the company.

  • Typically ranges from 2 weeks to 3 months, depending on company policy.

  • Example: A company may require a 1-month notice for junior roles and 3 months for senior positions.

  • Notice periods allow for a smooth transition and handover of responsibilities.

  • Some companies may negotiate the notice period based on the employee'...

View all Account Executive 1 interview questions

LinkedIn Interview Experiences

69 interviews found

Interview Questionnaire 

4 Questions

  • Q1. You are given a large array of n bits. Each bit is initially 0. You perform several operations of the type
  • Ans. 

    Solution to performing operations on a large array of bits.

    • Use bitwise operators to perform operations on individual bits

    • Use a loop to iterate through the array and perform the operations

    • Ensure that the array is large enough to accommodate all the bits

    • Consider using a data structure like a bitset for efficient bit manipulation

  • Answered by AI
  • Q2. Questions on Network programming
  • Q3. Questions on array,heap and binary trees
  • Q4. Round was both HR+Technical

Interview Preparation Tips

Round: Test
Experience: Questions can be found here:

-----/
Tips: Try to solve all 3.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: First discuss the solution and then paper-code it.
Tips: Try to code without mistakes.

Round: Technical Interview
Experience: First, I was asked to discuss my project based on networking and then I was given a question on network programming
Tips: Pay attention on discussion

Round: Technical Interview
Experience: Provide the optimised solution and code it without any mistakes.

Round: HR Interview
Experience: Why linkedin?
What changes will you make in 6 months?
Internship project: Discussion and lot of common questions on that.
Basic Questions of C++ and Java

Skills: Data Structure, Core courses understanding, Algorithms
College Name: IIT GUWHATI

Skills evaluated in this interview

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.
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.

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What are the steps to create a live chat feature for YouTube live streams? Make it scalable, UI focused
  • Ans. 

    Creating a scalable live chat feature for YouTube live streams involves real-time messaging, UI design, and backend architecture.

    • WebSocket Implementation: Use WebSockets for real-time communication, allowing users to send and receive messages instantly without refreshing the page.

    • Scalable Backend: Implement a microservices architecture with load balancers to handle high traffic during live streams, ensuring reliability...

  • Answered by AI
  • Q2. 2 DSA coding questions - Tree reverse coding question - O(1) datastructures implementation
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.
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.
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • 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

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Given a url and asked to get query params from the url and follow ups on it like what if there are some escape characters how do you handle it? is there any dom API which can give you directly the query pa...
  • Q2. Write a string repeat function
  • Ans. 

    A string repeat function generates a new string by repeating the input string a specified number of times.

    • Define a function named `repeatString` that takes two parameters: `str` (the string to repeat) and `num` (the number of repetitions).

    • Use a loop or string methods to concatenate the string `num` times.

    • Example: `repeatString('abc', 3)` should return 'abcabcabc'.

    • Consider edge cases: if `num` is 0, return an empty stri...

  • Answered by AI
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
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

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

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about LinkedIn ?
Ask anonymously on communities.

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
What are the most common questions asked in LinkedIn HR round?

The most common HR questions asked in LinkedIn interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. Share details of your previous j...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.

Overall Interview Experience Rating

4.3/5

based on 44 interview experiences

Difficulty level

Easy 29%
Moderate 61%
Hard 11%

Duration

Less than 2 weeks 65%
2-4 weeks 23%
4-6 weeks 12%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.4k Interviews
Flipkart Interview Questions
3.9
 • 1.5k Interviews
Swiggy Interview Questions
3.8
 • 473 Interviews
BigBasket Interview Questions
3.9
 • 399 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
JustDial Interview Questions
3.5
 • 358 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Eternal Limited Interview Questions
3.7
 • 327 Interviews
Oyo Rooms Interview Questions
3.2
 • 230 Interviews
Myntra Interview Questions
3.9
 • 228 Interviews
View all

LinkedIn Reviews and Ratings

based on 200 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

4.1

Salary

3.2

Job security

4.2

Company culture

3.4

Promotions

4.0

Work satisfaction

Explore 200 Reviews and Ratings
Software Engineer
102 salaries
unlock blur

₹29.8 L/yr - ₹50 L/yr

Senior Software Engineer
96 salaries
unlock blur

₹41.2 L/yr - ₹67.3 L/yr

Trust and Safety Specialist
75 salaries
unlock blur

₹5.5 L/yr - ₹10.1 L/yr

Software Developer
64 salaries
unlock blur

₹21.4 L/yr - ₹33.5 L/yr

Account Director
30 salaries
unlock blur

₹15 L/yr - ₹39 L/yr

Explore more salaries
Compare LinkedIn with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Udaan

3.9
Compare

BigBasket

3.9
Compare
write
Share an Interview