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 u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Written test on DSA - 3 questions on hackerrank

Round 2 - Coding Test 

F2F interview on DSA + automation

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

DSA, puzzles, DBMS, OD, and networking

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. Describe binary tree
  • Ans. 

    A binary tree is a hierarchical data structure in which each node has at most two children.

    • Consists of nodes connected by edges

    • Each node can have at most two children, referred to as left child and right child

    • The left child is smaller than the parent node, while the right child is greater

    • Used for efficient searching, sorting, and organizing data

  • Answered by AI
  • Q2. How to validate ip addres?
  • Ans. 

    To validate an IP address, check if it consists of four numbers separated by periods, each number being between 0 and 255.

    • Split the IP address string by periods to get an array of four numbers

    • Check if the array length is 4

    • Loop through each number in the array and check if it is between 0 and 255

    • If any number is outside the valid range, the IP address is invalid

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn about algorithm and data structure, you can choose interview programming language

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What your opinion about job
  • Q2. What you do if you get the job
  • Q3. What are your qualification
  • Q4. How much interest you pay in job
  • Q5. What is the first thing you do after you get the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be scared. Don't be nervous.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 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 

Leetcode hard 2 questions cat chicken problem

Round 3 - One-on-one 

(1 Question)

  • Q1. Leet code hard level questions
Round 4 - Coding Test 

Leetcode hard lld questions and mr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind leetcode and focus on design and project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 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 - Coding Test 

You better prepare for dynamic programming

Round 3 - Technical 

(2 Questions)

  • Q1. Dynamic programming langeuage
  • Q2. What is the max sub array?
  • Ans. 

    Max sub array refers to the contiguous subarray within an array that has the largest sum of elements.

    • Max sub array problem is a common algorithmic problem in computer science.

    • It involves finding the subarray with the largest sum of elements.

    • Example: Given array [1, -2, 3, 4, -1, 2, 1, -5, 4], the max sub array is [3, 4, -1, 2, 1] with a sum of 9.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - BE prepare to do many dynamic programming questions because it will get you. And many of graphs problems because it widely used all over.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Aug 2022. There were 3 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 

(1 Question)

  • Q1. Write a program to mirror the pixel in a screen matrix of 24 bit pixels
  • Ans. 

    Program to mirror the pixel in a screen matrix of 24 bit pixels

    • Create a 2D array to represent the screen matrix of pixels

    • Iterate through each row and swap the pixels from left to right

    • Ensure to handle the 24 bit pixels properly for mirroring

    • Example: [[255, 0, 0], [0, 255, 0], [0, 0, 255]] -> [[0, 0, 255], [0, 255, 0], [255, 0, 0]]

  • Answered by AI
Round 3 - Coding Test 

3 rounds of coding problems in c++ from various disciplines some relatively easy and some hard

Interview Preparation Tips

Interview preparation tips for other job seekers - Do a lot of leetcode

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Self introduction
About the software companies how to development

Round 2 - HR 

(1 Question)

  • Q1. Explain the project details on college Why you intrest in this job

Interview Preparation Tips

Topics to prepare for IBM Softwaretest Engineer interview:
  • Social Media Marketing
  • Environment Management
Interview preparation tips for other job seekers - I am fresher and i don't know how to face that and it's my first interview so i advice to you and i hope you hiring me

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.

LinkedIn Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

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