Internship Software Engineer Interview Questions

23,630 internship software engineer interview questions shared by candidates

Given a list of words, group the words that contain the same letters (like dog and god and NOT good). How wold you serialize a general binary tree of characters into a string? Write the serializing side the take in the root node of a general tree. Write the deserializing side to take in a string return a root node of the general tree.
avatar

Software Engineer(Internship)

Interviewed at Uber

3.7
Oct 6, 2017

Given a list of words, group the words that contain the same letters (like dog and god and NOT good). How wold you serialize a general binary tree of characters into a string? Write the serializing side the take in the root node of a general tree. Write the deserializing side to take in a string return a root node of the general tree.

Given a 2D array of letters, return whether a given word can be found in the grid. To make a word, you can use any adjacent character next to the character you're currently on in the word. But you cannot use the same grid index twice i.e. in a 2x2 array, you could find a 4 letter word by visiting each letter once
avatar

Software Engineer(Internship)

Interviewed at Meta

3.6
Nov 3, 2018

Given a 2D array of letters, return whether a given word can be found in the grid. To make a word, you can use any adjacent character next to the character you're currently on in the word. But you cannot use the same grid index twice i.e. in a 2x2 array, you could find a 4 letter word by visiting each letter once

Viewing 11 - 20 interview questions

Glassdoor has 23,630 interview questions and reports from Internship software engineer interviews. Prepare for your interview. Get hired. Love your job.