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
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

They are asking work related questions like a mud logging section questions and geology background and oil &gas field and aptitude test questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about mud logging work? What is viscosity and density and porosity and permiablity? And related questions in drilling and geology
  • Ans. 

    Mud logging involves monitoring drilling parameters to analyze rock formations. Viscosity, density, porosity, and permeability are key properties in drilling and geology.

    • Mud logging involves analyzing drilling cuttings and fluids to determine rock properties and detect hydrocarbons.

    • Viscosity refers to a fluid's resistance to flow, important for maintaining drilling mud circulation.

    • Density is the mass per unit volume of...

  • Answered by AI
  • Q2. Mud logging is a crucial aspect of drilling operations in the oil and gas industry. Mud loggers analyze rock cuttings brought to the surface by drilling mud to evaluate the geology of the formation being d...
  • Q3. Viscosity refers to a fluid's resistance to flow. Density is the mass per unit volume of a substance. Porosity is the measure of empty spaces, or voids, in a material, while permeability is the ability of ...
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self? Why do you join this company? How much salary you expected? Related about mud logging section?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning communication skills and learning about work related and competitive skills like aptitude and reasoning and general knowledge.

Oil and Gas Engineer Interview Questions asked at other Companies

Q1. Tell me about mud logging work? What is viscosity and density and porosity and permiablity? And related questions in drilling and geology
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa competitive coding too tough
  • Ans. 

    Competitive coding can be tough but with practice and dedication, it can be mastered.

    • Practice regularly to improve problem-solving skills

    • Understand different data structures and algorithms

    • Participate in coding competitions to test and improve skills

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Simple 2hr long coding test with 2 Coding problems and some CS Fundamental MCQ type questions

Round 3 - Technical 

(3 Questions)

  • Q1. Simple just asked two questions
  • Q2. Vertical Level Order traversal
  • Q3. Sort a stack using a stack
  • Ans. 

    Sort a stack using another stack

    • Create an empty temporary stack

    • Pop elements from the original stack and push them onto the temporary stack in sorted order

    • Pop elements from the temporary stack back to the original stack

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Nothing just about ny interests in STEM and My projects
  • Q2. Also asked me about some difficult situations i have during my hackathons

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consisted of good questions

Round 2 - Aptitude Test 

Coding questions- sorting,binary tree, arrays, strings

Round 3 - Coding Test 

Coding questions- sorting, binary tree, arrays, strings

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)

LinkedIn interview questions for popular designations

 Software Developer

 (10)

 Software Engineer

 (6)

 Software Developer Intern

 (3)

 Senior Business Analyst

 (2)

 Senior Software Developer

 (2)

 Softwaretest Engineer

 (2)

 Account Director

 (1)

 Account Executive 1

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Past work experience
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations and negotiations
Round 3 - Case Study 

Sales structure for a business case

Senior Sales Representative Interview Questions asked at other Companies

Q1. How can you upgrade your sales
View answer (2)

Get interview-ready with Top LinkedIn Interview Questions

Softwaretest Engineer Interview Questions & Answers

user image Tejas Chaudhari

posted on 6 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was test on hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. It was Dsa question of medium level

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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Few aptitude questions were asked in the interview

Round 2 - Coding Test 

Reverse string without doing anything to special characters

Top LinkedIn Software Developer Interview Questions and Answers

Q1. Optimal BST Problem Statement You are given a sorted array representing keys of a BST and an array of frequency counts showing how often each key is searched. Your task is to construct a binary search tree (BST) to minimize the total cost o... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Normal verification
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to sql
  • Q2. Windows function in sql
  • Ans. 

    The Windows function in SQL is used to perform calculations on a specific subset of rows in a result set.

    • The Windows function is used with the OVER clause to define the subset of rows to perform calculations on.

    • Common Windows functions include ROW_NUMBER, RANK, DENSE_RANK, and NTILE.

    • Example: SELECT ROW_NUMBER() OVER (PARTITION BY department ORDER BY salary DESC) AS row_num FROM employees;

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with stakeholders

Skills evaluated in this interview

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General mathematics

Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation how much
  • Q2. What is salary expectations

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. The interviewee asked me a quiz question
  • Q2. And a question on my work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your calm, take 2 minutes and then give your answer

Strategy Consultant Interview Questions asked at other Companies

Q1. How can the entire process of Forecasting be automated? What changes can made in current methodologies given the huge amount of data available in today's world
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.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Google Interview Questions
4.4
 • 870 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Facebook Interview Questions
4.4
 • 70 Interviews
View all

LinkedIn Reviews and Ratings

based on 182 reviews

4.3/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

4.2

Salary

3.4

Job security

4.3

Company culture

3.6

Promotions

4.0

Work satisfaction

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

₹5.5 L/yr - ₹9 L/yr

Software Engineer
65 salaries
unlock blur

₹15 L/yr - ₹58.8 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹23 L/yr - ₹88 L/yr

Content Reviewer
37 salaries
unlock blur

₹3.6 L/yr - ₹9.9 L/yr

Account Director
31 salaries
unlock blur

₹15 L/yr - ₹39 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