Nothing unexpected
Software Development Internship Interview Questions
205 software development internship interview questions shared by candidates
Code a function which output an integer or a double when a string representing a number is given as input.
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?
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.
Technical question: count how many times a char shows in a given string
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.
Tell us about yourself yourself
Viewing 51 - 60 interview questions