talk about a time when you help peers
Software Development Engineer Internship Interview Questions
85 software development engineer internship interview questions shared by candidates
Minimum swaps to average an array of integers
They asked me one coding question - given an array and a target return the indices whose sum is equal to the target and I had to explain all the 3 approaches going from brute force to the optimal approach.
Tell me about yourself and your experience Are you open to relocation? What languages are you familiar with?
Nothing unexpected
Part 1: Two functions need to be defined lock() and unlock() on a Tree. A node can't be locked if one of its parent/children nodes is already locked. Part 2: Make it thread-safe.
Write a C/C++ function that passes in an int as a parameter, and returns an int that is the number of 1s that are present in the binary representation of the parameter.
What program languages do you know best?
Design code to be able to be able to find a song, a band, and all songs related to a particular band.
Convert integer to roman numerals
Viewing 21 - 30 interview questions