Student Developer Interview Questions

970 student developer interview questions shared by candidates

1. Shuffle an array in a random way, so all possible permutation will have same probability. 2. you get a sorted array of integers, and 1 double (avg). you need to find the subarray inside the array, with the average of the given double. 3. you get a list of collage courses and their pre-requirement courses. you need to create a possible courses flow. (Top-sort algo)
avatar

Student Web Developer

Interviewed at Wix

4.1
Apr 6, 2021

1. Shuffle an array in a random way, so all possible permutation will have same probability. 2. you get a sorted array of integers, and 1 double (avg). you need to find the subarray inside the array, with the average of the given double. 3. you get a list of collage courses and their pre-requirement courses. you need to create a possible courses flow. (Top-sort algo)

In the technical interview they asked about solving a problem where you get 2 arrays, one for integer numbers where the numbers in it can repeat themselves called "nums", and one for integer numbers as well called "data". You are asked to compute how many each number from nums show up in total in data and return the total sum of numbers from nums. Numbers can show multiple times in nums and in data as well and you need to take repeats into account.
avatar

Student Software Developer

Interviewed at Lightricks

4
May 14, 2025

In the technical interview they asked about solving a problem where you get 2 arrays, one for integer numbers where the numbers in it can repeat themselves called "nums", and one for integer numbers as well called "data". You are asked to compute how many each number from nums show up in total in data and return the total sum of numbers from nums. Numbers can show multiple times in nums and in data as well and you need to take repeats into account.

Viewing 581 - 590 interview questions

Glassdoor has 970 interview questions and reports from Student developer interviews. Prepare for your interview. Get hired. Love your job.