Student Programmer Interview Questions

970 student programmer interview questions shared by candidates

Home assignment: 1. easy question: find the maximum 1 digit number in an array of numbers. focus on correctness and not performance. 2. medium question: find the longest sub-array of alternating 2 numbers (i.e [6, 2,3,2,3,5,8] should return [2,3,2,3]) On-site interview 1: 1. TwoSum with variations 2. Implement a stack with a max function in O(1). 3. You have tons of data that you need to process concurrently. How would you split the data? On-site interview 2: Design a modular scoring methodology to events at the AppsFlyer system.
avatar

Software Developer Student

Interviewed at AppsFlyer

4.1
Jul 5, 2022

Home assignment: 1. easy question: find the maximum 1 digit number in an array of numbers. focus on correctness and not performance. 2. medium question: find the longest sub-array of alternating 2 numbers (i.e [6, 2,3,2,3,5,8] should return [2,3,2,3]) On-site interview 1: 1. TwoSum with variations 2. Implement a stack with a max function in O(1). 3. You have tons of data that you need to process concurrently. How would you split the data? On-site interview 2: Design a modular scoring methodology to events at the AppsFlyer system.

it was dealing with string splitting and reformatting. they gave you a long string of gibbrish and you need to return it in a strict format under certain rules (all permutations without specific letters). wasnt too difficult but very time consuming.
avatar

Software Developer Student

Interviewed at Amazon Web Services

3.6
Dec 8, 2025

it was dealing with string splitting and reformatting. they gave you a long string of gibbrish and you need to return it in a strict format under certain rules (all permutations without specific letters). wasnt too difficult but very time consuming.

Viewing 881 - 890 interview questions

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