← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
I recently had an online assessment for Netflix. It was hosted on CodeSignal. The assessment had four questions and 60 minutes of time.
Question 1: Given an array, find the difference in the sum of even and odd position elements lying within a range of -100 to 100. Question 2: Some array-based easy-medium level problem (don't remember exactly) Question 3: Given a 2-D integer matrix, find the longest diagonal segment (along any of the diagonal directions) that follows the subsequence 1 2 0 2 0 2 0 2 .... Question 4: Subarrays with K Distinct Integers from Leetcode.
I could only solve the first two questions, 90% of the test cases for the third one, and 20% test cases for the fourth one. I received a rejection.
Hope it helps someone.