LinkedIn Test Engineer - UI & Mobile interview questions
based on 1 rating - Updated Mar 6, 2015
Averageinterview difficulty
Very positiveinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
1 interviews
LinkedIn interviews FAQs
Test Engineer - UI & Mobile applicants have rated the interview process at LinkedIn with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 54.1% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at LinkedIn as a Test Engineer - UI & Mobile according to 1 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at LinkedIn in Feb 2015
Interview
I applied online via LinkedIn, and the recruiter contacted me for an initial touch base and setup the first phone screen. The interview wasn't tough. There were 2 senior engineers who asked couple of test downtime questions. And then came the Coding part, where i was asked to print a level order of a binary tree in a tree format. I solved the first part of the problem with a recursive approach in 2 minutes, but got stuck on printing it like a tree, as the recursive approach made it more difficult to put the line breaks at right places. The interviewer was giving hints, but it was already too late and then i was asked to write sample test cases for the same.
After couple of days got an email from HR that i didn't pass the screen. But would definitely recommend the company and wish All the best for future employees!!
Interview questions [1]
Question 1
given a binary tree, print the in-level order with each level on a separate line.