It was an easy interview. Asked questions regarding javascript and vuejs. Nothing major about data structure. The process took a lot of time but it was smooth as hiring team was really supportive.
I applied online. The process took 4 weeks. I interviewed at Huawei Technologies (Hong Kong) in Mar 2023
Interview
first round - 2 coding test -leet code questions
second round - presentation and questions about your working experience and project that you have done in technique and tools that you have used
Interview questions [1]
Question 1
You are given a 0-indexed 2D matrix grid of size n x n, where (r, c) represents:
A cell containing a thief if grid[r][c] = 1
An empty cell if grid[r][c] = 0
You are initially positioned at cell (0, 0). In one move, you can move to any adjacent cell in the grid, including cells containing thieves.
The safeness factor of a path on the grid is defined as the minimum manhattan distance from any cell in the path to any thief in the grid.
Return the maximum safeness factor of all paths leading to cell (n - 1, n - 1).
An adjacent cell of cell (r, c), is one of the cells (r, c + 1), (r, c - 1), (r + 1, c) and (r - 1, c) if it exists.
The Manhattan distance between two cells (a, b) and (x, y) is equal to |a - x| + |b - y|, where |val| denotes the absolute value of val.
I applied online. The process took 2 weeks. I interviewed at Huawei Technologies in Dec 2022
Interview
it was realy great to have a chance to attend, it was a great conversation.interview questions was easy to figure out.my total opinion for this company is good.i am happy