It was a final coding round in which i get a little bit more tricky questions to solve
Associate Developer Interview Questions
4,565 associate developer interview questions shared by candidates
What is Node.js? where it is used.
my thinking about the company
Questions that they asked were on Leetcode.
check if two strings are matched, using regex concept, make your own regex-like function
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
What are your strengths and weaknesses
Pattern , string,array,tree, graph,linked list
Viewing 4141 - 4150 interview questions