Upload Button Icon Add office photos

Filter interviews by

LinkedIn Senior Engineer Interview Questions and Answers

Updated 26 Feb 2024

LinkedIn Senior Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What is ACID in DBs ?
  • Ans. 

    ACID stands for Atomicity, Consistency, Isolation, and Durability in databases.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once a transaction...

  • Answered by AI
  • Q2. What is the difference in checked and unchecked exceptions ?
  • Ans. 

    Checked exceptions are checked at compile time while unchecked exceptions are not checked at compile time.

    • Checked exceptions are subclasses of Exception class except RuntimeException and its subclasses.

    • Unchecked exceptions are subclasses of RuntimeException and Error classes.

    • Checked exceptions must be caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be caught or decl...

  • Answered by AI
  • Q3. Find the min difference between any two integers of 2 sorted list
  • Ans. 

    To find the minimum difference between any two integers of 2 sorted lists, iterate through both lists simultaneously and keep track of the minimum difference.

    • Iterate through both sorted lists simultaneously

    • Keep track of the minimum difference found so far

    • Update the minimum difference if a smaller difference is found

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is AI ?
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves the development of algorithms that can perform tasks that typically require human intelligence.

    • Examples of AI include speech recognition, image recognition, natural language processing, and autonomous vehicles.

    • AI can be categorized into narrow AI (focused on a specific task...

  • Answered by AI
  • Q2. Tell me about machine learning
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that can learn from and make predictions or decisions based on data.

    • Machine learning uses algorithms to analyze data, learn from it, and make predictions or decisions.

    • It is used in various fields such as healthcare, finance, marketing, and more.

    • Examples of machine learning applications include recommendation systems, ...

  • 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 applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Print the nodes of a n-ary tree in an arc wise manner as seen from the outside.
  • Ans. 

    Print nodes of n-ary tree in arc wise manner from outside

    • Traverse the tree level by level from outside to inside

    • Use a queue to keep track of nodes at each level

    • Print the nodes at each level in a clockwise or anticlockwise manner

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Uber Senior Software Engineer interview:
  • n-ary tree

Skills evaluated in this interview

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

It was a project to make automation VM creation with powershell.

Round 2 - Technical 

(4 Questions)

  • Q1. How we can access different types of hardware on console?
  • Ans. 

    Different types of hardware can be accessed on console through device drivers and APIs.

    • Use device drivers to communicate with hardware components such as printers, scanners, and network cards

    • Utilize APIs provided by hardware manufacturers to access specific functionalities of hardware devices

    • Interact with hardware through command line tools or graphical user interfaces

  • Answered by AI
  • Q2. Powershell command to make checkpoint on scvmm?
  • Ans. 

    Use the New-SCVMCheckpoint cmdlet in PowerShell to create a checkpoint on SCVMM.

    • Use the New-SCVMCheckpoint cmdlet in PowerShell

    • Specify the VM name and checkpoint name as parameters

    • Example: New-SCVMCheckpoint -VM 'VMName' -Name 'CheckpointName'

  • Answered by AI
  • Q3. What were your last 2-3 projects?
  • Q4. About different types of OSs.

Skills evaluated in this interview

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

Algo from leetcode No.56

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 2023. There were 2 interview rounds.

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

(2 Questions)

  • Q1. Given array of integer create subarray with sum = 0
  • Ans. 

    Create subarrays with sum = 0 from given array of integers.

    • Iterate through the array and keep track of the running sum.

    • Store the running sum in a hashmap and check if the current sum - any previous sum equals 0.

    • If yes, then the subarray between those two indices has a sum of 0.

  • Answered by AI
  • Q2. Left view of binary tree
  • Ans. 

    The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the tree in a level order manner and keep track of the first node at each level.

    • Use a queue to store nodes at each level and update the left view nodes accordingly.

    • Example: For a binary tree with root node 1, left child 2, and right child 3, the left view would be [1, 2].

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Jul 2023.

Round 1 - Coding Test 

45 min round. Similar to Leetcode medium level question.

Round 2 - Coding Test 

45 min coding round, 2 question asked

Round 3 - Technical 

(1 Question)

  • Q1. System design of proximity service
  • Ans. 

    Design a system for proximity service

    • Utilize geolocation data to track user locations

    • Implement algorithms to calculate proximity between users

    • Use real-time updates to notify users of nearby contacts

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

(1 Question)

  • Q1. Behavioral questions

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2022. There were 2 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 - Technical 

(6 Questions)

  • Q1. Cloud Engineering profile needs detailed knowledge on cloud operations and security. It also need’s infrastructure to be setup and architected to decide on which cloud to be setup like private ,public or h...
  • Q2. Salary package for me
  • Q3. 1.5 Cr with US base office location for me - Chaitra S Kulkarni
  • Q4. I need new profile to grow for this upcoming IT world like RSA Cloud and JIO Cloud
  • Q5. Need company to be tied with Indian government
  • Q6. Needs attention from Karnataka government

Interview Preparation Tips

Interview preparation tips for other job seekers - Never leave a company who gives you growth to think and earn in your life .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. About yourself?
  • Q2. What's about your experience?
  • Ans. 

    I have over 8 years of experience in financial analysis, project management, and team leadership.

    • Managed a team of analysts to successfully implement cost-saving initiatives

    • Led cross-functional projects resulting in increased efficiency and profitability

    • Performed in-depth financial analysis to support strategic decision-making

    • Collaborated with senior management to develop and execute business plans

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How was your product handling?
  • Ans. 

    My product handling experience has been excellent, with a focus on efficiency and accuracy.

    • Implemented efficient product handling processes to streamline operations

    • Ensured accurate inventory management and tracking

    • Trained team members on proper product handling techniques

    • Utilized technology to improve product handling efficiency, such as barcode scanning systems

  • Answered by AI
  • Q2. What was the customer experience given as feedback your work?
  • Ans. 

    The customer feedback on my work was overwhelmingly positive, highlighting my attention to detail and excellent communication skills.

    • Received positive feedback on attention to detail

    • Received positive feedback on communication skills

    • Customers expressed satisfaction with the overall experience

  • Answered by AI

Interview Preparation Tips

Topics to prepare for OLX Senior Associate interview:
  • Automobile Sales
  • Inventory Management
Interview preparation tips for other job seekers - I am already worked in olx autos and my I am handled like business to customer, business to business and business to customer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

This round contains live coding round on any online editor.

Round 3 - Technical 

(1 Question)

  • Q1. This round based on your profile related technical questions.
Round 4 - Technical 

(1 Question)

  • Q1. System design round as well as technical related to the applied profile
Round 5 - Behavioral 

(1 Question)

  • Q1. Normal organisational fitment questions
Round 6 - HR 

(1 Question)

  • Q1. HR discussion on offered compensation

LinkedIn Interview FAQs

How many rounds are there in LinkedIn Senior Engineer interview?
LinkedIn interview process usually has 1 rounds. The most common rounds in the LinkedIn interview process are Technical.
What are the top questions asked in LinkedIn Senior Engineer interview?

Some of the top questions asked at the LinkedIn Senior Engineer interview -

  1. What is the difference in checked and unchecked exception...read more
  2. Find the min difference between any two integers of 2 sorted l...read more
  3. What is ACID in DB...read more

Tell us how to improve this page.

LinkedIn Senior Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Senior Engineer Interview Questions from Similar Companies

View all
LinkedIn Senior Engineer Salary
based on 9 salaries
₹18 L/yr - ₹55.4 L/yr
330% more than the average Senior Engineer Salary in India
View more details

LinkedIn Senior Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Trust and Safety Specialist
73 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Software Engineer
63 salaries
unlock blur

₹15 L/yr - ₹50 L/yr

Senior Software Engineer
57 salaries
unlock blur

₹24 L/yr - ₹85 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.4
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