talk about a time when you help peers
Software Development Internship Interview Questions
212 software development internship interview questions shared by candidates
Minimum swaps to average an array of integers
A dynamic programming coding challenge.
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.
Nothing unexpected
Code a function which output an integer or a double when a string representing a number is given as input.
Tell me about yourself and your experience Are you open to relocation? What languages are you familiar with?
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.
There are N cities on a line (distances between cities and each city's population is given to you) and you must place K hospitals such that the distance travelled by the people in the cities is least possible (K <= N)
Describe what OOP means to you.
Viewing 51 - 60 interview questions