How to use machine learning to build a smart search engine
Intern Software Interview Questions
17,732 intern software interview questions shared by candidates
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?
They asked a data structure question involving hashmaps. It was an application-based conceptual question and the interviewer was more interested in the thought process behind how to solve it instead of coding skills.
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.
The first interviewer asked something related to the Hamming Distance.
leetcode medium question , valid anagram or not.
Qual o menor valor presente em uma árvore binária
Given a string, return true if it's a palindrome. Only alphanumeric characters considered. Do this in one pass through the string.
Viewing 2461 - 2470 interview questions