I signed an NDA and respect that. But, focus on Leetcode, OOPS for the coding portion of the interviews.
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
LRU cache algo, String permutation etc
Explain generics .
2nd round: "What is the data structure which suits best for the Battleship game? The board will be of size n x n, with m different ships each having k1, ..., km lengths. Each ship can either by place horizontally or vertically on the board. The structures should be designed such that they can support basic operations for playing a game. For example, the board and a particular (i, j) coordinate representing a position on the board may be passed into a function attack(). The function should return hit if a ship was hit at that position, sunk if a ship has sunk after being attacked at that position, and miss if no ship is at that position. Describe your design of the structures, what kind of data they store, and the runtime complexity of typical operations for playing the game (like the attack() function) as a result of your design decisions" I was coming with an O(n) solution during attack, which was my first attempt and then I was thinking about optimization. But by then the time was over and interviewer seemed unhappy with my solution or the attempt.
It was 5 years ago. I really forgot the questions. They are not hard. Questions like reverse a linked list, etc
Do you know this question early?
Nothing really if you prepare well.
Linked list and tree based questions
Standard questions on algos, DS and design.
Design communication system which will minimize delivery time for certain set of nodes.
Viewing 1511 - 1520 interview questions