Q2 - Game of life, print out game state after each step.
Staff Software Engineer Interview Questions
2,609 staff software engineer interview questions shared by candidates
They asked two coding questions with small twists, but overall, they were fairly straightforward: 1. Find the shortest path from source to destination in a non-cyclic graph. 2. Find the number of anagrams in an array of strings.
DSA: 1st assessment: easy to medium leetcode questions (array & string) 2nd assessment: anagram count & shortest path (Dijkstra's algorithm) LLD: Working code of Snake & Ladder game HLD: Crypto Indexer
Asked to explain project ind detail.
Transforming a flat data structure to a tree. Building a web form and dynamic table with vanilla JS.
recursion, dynamic programming, algorithms and data structures.
1. Basic S/W Question for 10 mins. 2. Implementation of the algorithm to do with ranges.
=== TECHNICAL === • I was asked to implement JSON.Stringify. (ehem, ehem, creativity and novelty in the problem to ask!) • I finish that with unit tests in half an hour which later I found was working way better than all the version I could find online in random people's public github accounts. • The interviewer asked me to support recursive loops in Javascript. He didn't even have a working example and it was super-tricky to think about it -- an object having properties to point to the object itself to form a loop of "pointers" in Javascript! I modified my code to cover that too. I tested that and it worked perfect. • And guess what, the feedback (more than a week later) was that there are "some concerns about my Javascript" so they need to have a second phone interview. lol. I could only laugh! I just bailed out and canceled it. Enough is enough.
Describe a time when you experienced conflict / gave constructive criticism / identified areas for growth.
Q: Print out the diffs between to hashes
Viewing 951 - 960 interview questions