Upload Button Icon Add office photos

LinkedIn

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

LinkedIn Member Technical Staff Software Interview Questions and Answers

Updated 6 Dec 2024

LinkedIn Member Technical Staff Software Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical test of around 3 hours.
  • Ans. Write answers to the questions you studied and confident that your answer is correct to the best of your knowledge.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for all rounds. give your best at each round.

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts
  • Q2. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one on C# and WPF technologies. It’s around 1 hr of interview. So the interviewer touch all the technologies we mention in the resume and he asked for the scenarios we faced in the realtime. He is very cool and nice person. The topics in c#
Oops concepts
Design patterns
Red and out keywords
When we go for abstraction in realtime
Managed and unmanaged code
String and string builder
Difference between abstraction and interfaces
Struct and class
Static constructor
Sealed keyword
Delegates
Dynamic parameters
Can we return multiple values from a function/method?
Overloading and overriding
Ienumeration and iqueryable
Indexers
First and single in linq

I was interviewed in Dec 2016.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about your internship experience.
  • Ans. 

    I had a 6-month internship at XYZ Company where I worked on developing a web application using Java and Angular.

    • Developed a web application using Java and Angular

    • Collaborated with a team of developers to design and implement new features

    • Participated in code reviews and debugging sessions

    • Gained experience in Agile development methodologies

  • Answered by AI
  • Q2. Discuss about a project mentioned in your CV.
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java and Spring framework to build the backend

    • Implemented a responsive user interface using HTML, CSS, and JavaScript

    • Integrated with a barcode scanner for efficient product tracking

    • Implemented role-based access control for different user roles

    • Optimized database queries for improved performance

  • Answered by AI
  • Q3. Given two words, find the similarity between them. You have to develop your own sense of similarity here. Normalize length of LCS by the total length of the string.
  • Ans. 

    The question asks to find the similarity between two words by developing our own sense of similarity.

    • Normalize the length of the Longest Common Subsequence (LCS) by dividing it by the total length of the string.

    • Implement a function that calculates the LCS between two words.

    • Divide the length of the LCS by the sum of the lengths of the two words.

    • Return the normalized similarity score as the result.

  • Answered by AI
  • Q4. Stress checking questions
  • Q5. Given a binary tree, return doubly linked list of all the nodes at each level.
  • Ans. 

    The function returns a doubly linked list of all the nodes at each level of a given binary tree.

    • Use a breadth-first search (BFS) algorithm to traverse the binary tree level by level.

    • Create a doubly linked list for each level and append the nodes to it.

    • Connect the doubly linked lists of each level to form the final result.

  • Answered by AI
  • Q6. Can you work under pressure?
  • Ans. 

    Yes, I thrive in high-pressure situations and have a proven track record of delivering quality work under tight deadlines.

    • I have successfully completed multiple projects on tight deadlines

    • I am able to prioritize tasks effectively to meet deadlines

    • I remain calm and focused under pressure to ensure quality work is delivered

  • Answered by AI
  • Q7. Tell me your achievements.
  • Ans. 

    I have achieved significant milestones in my career as a Senior Software Developer.

    • Developed and implemented a scalable and efficient software solution for a large e-commerce platform, resulting in a 30% increase in sales.

    • Led a team of developers to successfully deliver a complex project within a tight deadline, earning recognition from the client.

    • Optimized the performance of a critical software module, reducing its ex...

  • Answered by AI
  • Q8. How can you be an asset to the company?
  • Ans. 

    I can bring extensive experience in software development, strong problem-solving skills, and a proven track record of delivering high-quality solutions.

    • Extensive experience in software development

    • Strong problem-solving skills

    • Proven track record of delivering high-quality solutions

  • Answered by AI
  • Q9. Will you deliver your 100% in the job?
  • Ans. 

    Yes, I am committed to delivering my 100% in the job.

    • I am dedicated to producing high-quality code and meeting project deadlines.

    • I continuously strive to improve my skills and stay updated with the latest technologies.

    • I have a track record of successfully completing projects and exceeding expectations.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test had 3 questions as follows :
Q1. Rainwater Collection - Dynamic programming
Q2. DP / Memoization question
Q3. BFS Matrix Question
Tips: Have strong hold over topics like Dynamic Programming. Graph Theory, specially BFS and DFS.
Duration: 1 hour 30 minutes
Total Questions: 3

Round: Test
Experience: Both questions were based on implementation of puzzles and problems.
Tips: AD-HOC questions should be known and good coding skills with data structures and algorithms.
Duration: 45 minutes
Total Questions: 2

Round: Technical Interview
Experience: The interviewer asked me about my previous internships while in college and made me explain the work I did. Later on he asked me in detail about the projects I did in college.
Tips: Be prepared to explain your internship work and project work in details. You will be cross questioned. So be ready to answer everything related to them. Only enter those projects in your CV which you can explain confidently.

Round: Technical Interview
Experience: I was first asked a coding question related to finding similarity in two words and I had to define the terms of similarity on my own which I did by normalizing length of LCS by the total length of the string. Then I was faced with stress checking. They tried proving me wrong even though when I was right and checked my reaction under stress.
Tips: Be confident about your answers and act smart. Don't hesitate to explain and believe in your skills. Take criticism in a positive manner.

Round: Technical + HR Interview
Experience: A little coding questions were asked like binary trees, doubly linked lists etc. Then the usual HR questions like achievements, how would I be an asset to the company and all.
Tips: Think out loud. Communicate with the interviewer well. Clarify whatever you don't understand. Show them that you are passionate and excited to work with them. Show that you will give your best to help grow the company.

Skills: Coding Skills, Ability To Cope Up With Stress, Communication And Confidence, Logical And Structured Thinking, Data Structures
College Name: IIT Varanasi

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Be good on basics of coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Some sql queries and code piece related to substring

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, be good in basics of coding

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics of oops concept
  • Ans. 

    Basics of OOPs concept

    • OOPs stands for Object-Oriented Programming

    • It is a programming paradigm based on the concept of objects

    • Objects have properties and methods

    • Encapsulation, Inheritance, and Polymorphism are the three main pillars of OOPs

    • Example: A car is an object with properties like color, model, and methods like start, stop

    • Example: Inheritance - A child class can inherit properties and methods from a parent class

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - overall interviews process is good and prepare for the core concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked two questions.
1. Related to string manipulation.
2. Subarray problem.

Round 1 - Coding Test 

Traverse through 2D array consisting of 0s and 1s. 1 -> Infected and 0-> non-infected. Find the time needed to make entire array affected.
Brute-Force and BFS/DFS approach

Round 2 - Assignment 

Create System design for image storage and retrieval process with cache and DB error handling approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and it is easy to make through
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 2 tech rounds 1 tech plus managerial Then final call with HR

Interview Preparation Tips

Topics to prepare for Oracle Senior Software Developer interview:
  • Python
  • Linux Internals
  • Behavioural Skills
Interview preparation tips for other job seekers - It was for Linux kernel patch validation
Questions were asked about python automation and Linux services, threads, file handling, RPM etc.

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. .NET use in past projects
  • Ans. 

    I have extensive experience using .NET in past projects.

    • Developed web applications using ASP.NET MVC framework

    • Utilized C# for backend development

    • Worked with .NET Core for cross-platform development

    • Used Entity Framework for database access

    • Implemented RESTful APIs using ASP.NET Web API

    • Integrated third-party libraries and frameworks through NuGet

    • Implemented unit tests using NUnit or MSTest

  • Answered by AI
Round 2 - Assignment 

Mix questions of aptitude and technical knowledge. 3 hours 25 questions (may be) even scenario and optimal solution. This interview was conducted in Whitefield, Bangalore branch. Sep 2009.

Round 3 - Panel interview 

(1 Question)

  • Q1. Related to projects in my resume

Interview Preparation Tips

Topics to prepare for IBM Senior Software Developer interview:
  • past projects
  • quants
  • basic english
Interview preparation tips for other job seekers - Influence as employee refferal works or doesn't work is on candidate capabilities of interview skills
Contribute & help others!
anonymous
You can choose to be anonymous

LinkedIn Interview FAQs

How many rounds are there in LinkedIn Member Technical Staff Software interview?
LinkedIn interview process usually has 1 rounds. The most common rounds in the LinkedIn interview process are Coding Test.

Recently Viewed

INTERVIEWS

EPAM Systems

No Interviews

REVIEWS

Infinite Computer Solutions

No Reviews

INTERVIEWS

BNY

No Interviews

INTERVIEWS

Adani Enterprises

No Interviews

INTERVIEWS

Jash Engineering

No Interviews

SALARIES

Telecom Network Solutions

SALARIES

DreamGains Financials India

INTERVIEWS

SPML Infra

No Interviews

INTERVIEWS

GlobusSoft

No Interviews

REVIEWS

URC Construction

No Reviews

Tell us how to improve this page.

LinkedIn Member Technical Staff Software Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Oracle Interview Questions
3.7
 • 848 Interviews
Google Interview Questions
4.4
 • 826 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
View all
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