Find out all strings from a grid and compare with a list, traversal is random
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
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
Average interview and coding questions
Tell me about the latest features you've built
Basic questions regarding React and Javascript
Stacks, arrays and binary trees. Mostly checked on design aspects by designing regularly used application. Focused more on thought process instead of solution.
DSA. One linkedlist based in one round and one stack based problem in second. Project related.
1 leetcode medium and follow up and 2 behavioural questions
Design a distributed file sharing service
Viewing 1531 - 1540 interview questions