On campus interview: 1) How would you implement a Naive String matching program? 2) How do you know when if a binary tree is a BST? On site interview: 1) Given 2 strings that you are reading from 2 streams (so you don't know the length of any of the strings and the only method you have is getNextChar() for each string), implement a program that tells you when 2 of these strings are 1 edit away from being the same. 1- edit is defined as a single insert char, single remove char or single modify/change char in only 1 of the strings.
Intern Interview Questions
249,828 intern interview questions shared by candidates
"How will you sell your ideas to to your colleagues who have little/no technical background?"
What type of projects I had developed before?
¿Por qué trabajar en L'Oreal?
Intersection of two linked lists
How would you estimate an impact on the sales caused by a change in free delivery minimum imposed in some DMAs?
Find if a linked list has a cycle in it.
Given an array of sorted characters and a target character, find the closest character from array.
Given a singly linked list, find the kth element from the back and delete it.
Given a continuous stream of cartesian points (x,y), find the 100 closest points to the origin.
Viewing 761 - 770 interview questions