Pattern map series and triplets in array and rotation of array
Associate Software Developer Interview Questions
2,453 associate software developer interview questions shared by candidates
It was a final coding round in which i get a little bit more tricky questions to solve
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
Pattern , string,array,tree, graph,linked list
three coding questions are there and time for each question is 20 min.
What are your strengths and weaknesses
Questions that they asked were on Leetcode.
Mostly on networking and data structures.
Viewing 2231 - 2240 interview questions