New Associate Programmer Analyst Interview Questions

10,609 new associate programmer analyst interview questions shared by candidates

1. Initial screening round (1 hour) : One coding question, medium level on leetcode. 2. Onsite round (5 rounds) : 4 Technical round + 1 Behavioral round. Round 1 & 2 : Design a game which has multiple phases with increasing difficulty of each phase. Round 3 : Two questions - one easy and one medium level Round 4 : one hard level trie related question Round 5 : very interactive behavioral round for 30 mins.
avatar

Software Engineer New Grad

Interviewed at Snap

3.4
Jun 17, 2021

1. Initial screening round (1 hour) : One coding question, medium level on leetcode. 2. Onsite round (5 rounds) : 4 Technical round + 1 Behavioral round. Round 1 & 2 : Design a game which has multiple phases with increasing difficulty of each phase. Round 3 : Two questions - one easy and one medium level Round 4 : one hard level trie related question Round 5 : very interactive behavioral round for 30 mins.

The CEO liked to talk about sports, baseball & basketball mainly. I didn't undertand any relevance to the job, whole interview felt like a lockeroom pep talk. Very dull learned nothing more about the job than I had already read online in the job description. Kinda felt like a big waste of time but I guess good practice, they say you should try & practice interviewing all the time right so I just chalk this experience up as practice.
avatar

New Business Associate

Interviewed at Brand Institute

4.9
Jan 31, 2014

The CEO liked to talk about sports, baseball & basketball mainly. I didn't undertand any relevance to the job, whole interview felt like a lockeroom pep talk. Very dull learned nothing more about the job than I had already read online in the job description. Kinda felt like a big waste of time but I guess good practice, they say you should try & practice interviewing all the time right so I just chalk this experience up as practice.

You have an unsorted array of integers and a function........string getCategory(integer)........which deterministically returns 1 of three possible strings: "low", "medium", or "high", depending on the input integer. You need to output an array with all the "low" numbers at the bottom, all the "medium" numbers in the middle, and all the "high" numbers at the top. This is basically a partial sort. Within each category, the order of the numbers does not matter...For example, you might be give the array [5,7,2,9,1,14,12,10,5,3]. For input integers 1 - 3, getCategory(integer) returns "low", for 4 - 10 it returns "medium," and for 11 - 15 it returns "high". You could output an array (or modify the given array) that looks like this: [3,1,2,5,5,9,7,10,14,12]
avatar

Software Engineering New Grad

Interviewed at Meta

3.6
Oct 27, 2015

You have an unsorted array of integers and a function........string getCategory(integer)........which deterministically returns 1 of three possible strings: "low", "medium", or "high", depending on the input integer. You need to output an array with all the "low" numbers at the bottom, all the "medium" numbers in the middle, and all the "high" numbers at the top. This is basically a partial sort. Within each category, the order of the numbers does not matter...For example, you might be give the array [5,7,2,9,1,14,12,10,5,3]. For input integers 1 - 3, getCategory(integer) returns "low", for 4 - 10 it returns "medium," and for 11 - 15 it returns "high". You could output an array (or modify the given array) that looks like this: [3,1,2,5,5,9,7,10,14,12]

Viewing 71 - 80 interview questions

Glassdoor has 10,609 interview questions and reports from New associate programmer analyst interviews. Prepare for your interview. Get hired. Love your job.