Full Stack Software Developer Interview Questions

19,506 full stack software developer interview questions shared by candidates

1) Calculate the maximum length of consecutive 1s in an array when removing one element (deletion is mandatory). [1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1] In this case, the result is 6. 2) Given two arrays of the same size, return an array of the same size where each element represents the count of identical elements between the two arrays. Identical elements within the same array are not counted. Example 1: array1 array2 result 0 2 0 1 4 0 2 3 1 3 6 2 4 5 3 5 7 4 Example 2: array1 array2 result 0 1 0 0 1 0 0 1 0
avatar

Full Stack Developer

Interviewed at Yandex

4.1
May 24, 2023

1) Calculate the maximum length of consecutive 1s in an array when removing one element (deletion is mandatory). [1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1] In this case, the result is 6. 2) Given two arrays of the same size, return an array of the same size where each element represents the count of identical elements between the two arrays. Identical elements within the same array are not counted. Example 1: array1 array2 result 0 2 0 1 4 0 2 3 1 3 6 2 4 5 3 5 7 4 Example 2: array1 array2 result 0 1 0 0 1 0 0 1 0

Viewing 3141 - 3150 interview questions

Glassdoor has 19,506 interview questions and reports from Full stack software developer interviews. Prepare for your interview. Get hired. Love your job.