Preguntas generales, como por ejemplo porque me interesa el puesto al que aplico.
Software Engineer Intern Interview Questions
9,750 software engineer intern interview questions shared by candidates
Implement a hashtable using programing language of your choice.
Given an array of numbers return the smallest element that is bigger than the average of the numbers in the array.
Delete a node in sorted singly linked list - Although it was easy but I made few silly mistakes and covered edge cases after he pointed out.
1:1 first round :Write code for which returns the in-order successor of a given node . (Hint : Fn. prototype has to be : node* in_order(node* current_node);
For a sorted array, how can you search a element?
The technical problem was followed by questions like "What if your input was different?" or "What if your input number was the maximum integer allowed?"
I was asked the k-sorted arrays problem
If in a group of people a popular person is someone that doesn't know everyone but everyone knows that person, how many popular persons can be in a group n?
String manipulation (replace certain characters in a string with other characters) + edge cases !!! I was asked to walk through my code, identify all edge cases, and modify my code if it was not robust enough.
Viewing 9481 - 9490 interview questions