Know data structures, Big O Complexity, arrays, etc. Know the language you are programming with.
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Some binary tree problem, original LC problem.
Not from the Bloomberg frequently asked questions. I had never seen those questions before
Design a LRU cache system
Phone screen- move zeros, design a MCU cache Onsite- meeting room leetcode question, random tree questions they clearly made up on the spot.
Leetcode medium System design q-n to design a system to monitor Bloomberg's large system
Maximize vision in a 2d forest matrix
Most of the questions were leetcode-esque. Started with easy level questions before moving up to around medium difficulty.
Optimal flights
Given a large string (a book) and a list of words (unique words), print all occurences where all the words appear consecutively in the string. (the order does not matter, but need to be all from the list and having no other words between them). Example: INPUT: string: "This is a test is. other a" list: ["is", "a", "test"] OUTPUT: 1,2
Viewing 771 - 780 interview questions