Upload Button Icon Add office photos

LinkedIn

Compare button icon Compare button icon Compare

Filter interviews by

LinkedIn Softwaretest Engineer Interview Questions and Answers

Updated 13 Nov 2024

LinkedIn Softwaretest Engineer Interview Experiences

2 interviews found

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

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about LinkedIn ?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Doublylinked list and hashmap
  • Q2. Oops fundamentals
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 question of DSA in Online assesment

Round 2 - Technical 

(1 Question)

  • Q1. DSA Question the candy problem
  • Ans. 

    The candy problem involves distributing candies to children based on their ratings while ensuring fairness.

    • Each child must receive at least one candy.

    • Children with a higher rating than their neighbors receive more candies.

    • Example: Ratings [1, 0, 2] results in candies [2, 1, 2].

    • Use a two-pass algorithm: one from left to right, and another from right to left.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 4 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 - Coding Test 

The first round is OA and the majority questions are from leet code or similar

Round 3 - One-on-one 

(2 Questions)

  • Q1. Second round is one to one and be ready for coding as well as some behavioural
  • Q2. Leet code questions of easy to medium level
Round 4 - One-on-one 

(3 Questions)

  • Q1. The third round is also same as second and sometimes they go for 3rd also
  • Q2. Leet code of medium level
  • Ans. 

    Find the longest substring with at most k distinct characters.

    • Use a sliding window approach to keep track of the distinct characters in the substring.

    • Keep track of the start and end indices of the current substring.

    • Update the start index of the substring when the number of distinct characters exceeds k.

    • Update the end index of the substring and the length of the longest substring when a new longest substring is found.

  • Answered by AI
  • Q3. Explain an indecent when you failed in your task

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do leet code and sharpen your understanding for DSA

Skills evaluated in this interview

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

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

  • Q1. Why do you chose this role
  • Ans. 

    I chose this role to combine my passion for technology with my desire to ensure software quality and user satisfaction.

    • I have always been passionate about technology and software development, and this role allows me to work closely with both.

    • Quality assurance is crucial in software development; I want to contribute to creating reliable and user-friendly applications.

    • I enjoy problem-solving and analytical thinking, whic...

  • Answered by AI
  • Q2. What are black box testing techniques
  • Ans. 

    Black box testing evaluates software functionality without knowledge of internal code structure.

    • Equivalence Partitioning: Divides input data into valid and invalid partitions. Example: Testing a login form with valid and invalid credentials.

    • Boundary Value Analysis: Tests values at the boundaries of input ranges. Example: Checking age input fields for values like 17, 18, and 19.

    • Decision Table Testing: Uses a table to re...

  • Answered by AI
  • Q3. What is regression testing
  • Ans. 

    Regression testing ensures that new code changes do not adversely affect existing functionalities.

    • Verifies that recent changes haven't introduced new bugs.

    • Can be automated to save time and increase efficiency.

    • Example: After adding a new feature, testing existing features to ensure they still work.

    • Often performed after bug fixes or enhancements.

    • Includes both manual and automated testing approaches.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 5 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 - Coding Test 

2 da questions based on maps and set

Round 3 - Coding Test 

2 questions again on graph and dp

Round 4 - HR 

(1 Question)

  • Q1. Design big basket service
  • Ans. 

    Design a service for online grocery shopping with a wide range of products and delivery options.

    • Create a user-friendly website or app for customers to browse and order groceries

    • Implement a secure payment gateway for online transactions

    • Integrate a robust inventory management system to track products and availability

    • Offer various delivery options such as express delivery or scheduled delivery

    • Provide customer support for ...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Bar raiser and one graph question

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sliding Window and Dynamic Programming questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Why do you work in this company
  • Q2. What expected salary this company
  • Q3. When other company why not choose
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Best leadership principle
  • Q2. Work experience
Round 2 - Coding Test 

Leetcode medium - given an array of words, determine how many

LinkedIn Interview FAQs

How many rounds are there in LinkedIn Softwaretest Engineer interview?
LinkedIn interview process usually has 2 rounds. The most common rounds in the LinkedIn interview process are Coding Test, Technical and Assignment.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
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 Softwaretest 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
Software Engineer
102 salaries
unlock blur

₹29.8 L/yr - ₹50 L/yr

Senior Software Engineer
96 salaries
unlock blur

₹38.4 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

₹18.3 L/yr - ₹33.5 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