Q: Describe qualities of a mentor that has inspired you in the past. Q: How would you balance between your daily commitments and helping others with theirs?
Developer Associate Interview Questions
4,569 developer associate interview questions shared by candidates
The usual questions you would get in a phone interview.
Pattern map series and triplets in array and rotation of array
It was a final coding round in which i get a little bit more tricky questions to solve
What is Node.js? where it is used.
my thinking about the company
Questions that they asked were on Leetcode.
there is an array with binary tree number [12359] find the branch with the largest number at the end node.
there is a Matrix 9*9 that represents a sudoku, find if the numbers are not repeating and like also there is only digits from 1-0 in a 3*3 section of that matrix.
there is a square matrix of the following form: [['E','2','3'], ['3','X','1'], ['4','3','S']] S-start point E-end point X-cannot cross there and a person starts from S to go E and can only move up,left,diagonal(up+left) and find the sum of the numbers walked to reach S->E and it there is no way to cross Because of many 'X' then print 0
Viewing 4141 - 4150 interview questions