Binary trees - parsing through and storing data in a hash table, and then printing it out based on certain requirements.
Internship Software Engineer Interview Questions
23,887 internship software engineer interview questions shared by candidates
Find the triplet that sum to a value
He asked me to build a auto-completor for words ment to bu used in a search engine.
1. Reverse a string in words. For example: given "sky is blue" -> "blue is sky" 2. Convert integer to english words.
Three Sum Problem
A couple of Standard Leetcode Easy-Medium Questions
Given a string, such as ((4+5)*3+2)*91, determine whether it is a valid expression by judging the parenthesis.
Instructions: You are given a k-by-k grid of letters, plus a dictionary of valid words. Your goal is to find all words you can trace out in the grid, where tracing can move up/down/left/right. For any given word, you can use each grid coordinate at most once. Example: Grid: EA BD Dictionary: {BAD, BE, BEAD, BED, DAD} Output: BE, BEAD Not in the output: BAD (diagonal move), DAD (uses bottom-right coordinate twice). Note that in a real scenario, the grid size would be ~15x15, and the dictionary size would be ~10,000.
Is the string a palindrome
in group assessment they asked us to propose an advertisement campaign for newly produced smartphone by Vodafone
Viewing 771 - 780 interview questions