Phone Call Interview -> problem : given a n x m grid, find the given target word in the matrix, the word can be twisted when found (aka horizontal and vertical at the same time)
Internship Software Engineer Interview Questions
23,467 internship software engineer interview questions shared by candidates
Graph and list question
You are given operations, each operation is denoted by the number of minutes it takes. When you want to do an operation, you always start with the one you last received. You always want to know what is shortest-time remaining operation that you still havent done. You must implement addOperation, doOperation, and answering that question : "How long is the shortest operation that you still didnt do?".
Given a set of words, return the longest "chain" where you can start with one word in a set, and remove one letter at a time, and at each step, the word must be in the set.
Given a list of (A,B) pairs, where A is taller than B, and a single pair (X,Y). Provide an algorithm to determine if X is taller than Y. Report true, false, or inconclusive.
Why do you want to work for Bloomberg?
If you have a large dataset of English words and you want to store them, what data structure would you need? If you want to retrieve the data in an alphabetical order, how would you alter your data structure? Considering the large size of the data, how would you initialize the data structure? Please write down some pseudocode.
What was your most recent project?
Flatten a Linked List 2
tell me about a challenge you faced and how you solved it
Viewing 2371 - 2380 interview questions