Print a matrix in spiral fashion...so Matrix input example (Arrows indicate how the spiral happens...start at first arrow go in circle and move to next arrow...etc.) ->1 1 1 1 1 1 -> 2 2 2 1 1 2 2 2 1 1 1 1 1 1 Output: 11111111111111222222
Sr Software Engineer Interview Questions
67,446 sr software engineer interview questions shared by candidates
a) Develop a XML parser (rules: Node closures and single root node..i.e. root node cannot be duplicated in structure). b) Count occurrences of words in a string (with string too large to be processed in memory).
Implement a method to parse a string into an integer. Detect overflow.
reverse a linkedlist
Second Round: Design Elevator - The interviewer was same as phone person so kept same questions.
Read XML file and create N-array tree
Draw and discuss the graphics pipeline.
reverse a linked list
What features would you add to Siri? Several standard system design questions. One leetcode easy question.
Implement a Promise class, with chaining promises and Promise.All.
Viewing 3141 - 3150 interview questions