What are you willing to provide in the company
Software Engineer Intern Interview Questions
9,765 software engineer intern interview questions shared by candidates
Write a function to insert a node into binary tree in C
To find if the two words are anagram.
Write a method that copies a string, and one that reverses a string. What is the running time of this algorithm?
Extremely easy interview, asked basic programming concepts such focusing on object oriented design (Describe OOP, what is a class, what is a mutex, etc.).
Do you prefer front-end or back-end development?
Given a graph where each node is a person and they are connected to their friends, and a method to obtain the friends of a person, write a method to get mutual friends between two people, and write a method to get friends of their friends.
leetcode medium question , valid anagram or not.
Given a string, return true if it's a palindrome. Only alphanumeric characters considered. Do this in one pass through the string.
given an array of integers, which contains positive and negative numbers, find the subsequence which has the max sum.
Viewing 1331 - 1340 interview questions