Architecture design example - describe an architecture of a web app page with another similar page inserted into page's main frame.
Junior Frontend Developer Interview Questions
10,692 junior frontend developer interview questions shared by candidates
How to make webpage responsive without using bootstrap
A pen and paper test. The test was hard and strange, didn't seem relevant to the job I was seeking, and I didn't actually understand what I was supposed to output. Something about outputting a pattern. I had 20 minutes in a closed room with 2 others watching while i had to try and complete the test.
what will you bring to the team?
What frontend technologies have you used?
What kind of work did you do in your previous job?
Questions related to react but using Next JS
Had 3 Rounds of interview. 1.) Screening : in which they ask about basic questions related to your background and about your skills and role change motive 2.) Take home Coding challenge: They gave a small app to make, 3.) Technical Face to face interview: They discussed about the app which they asked in coding challenge along with a new app and how would I design that new web application.
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.
Tell me about your job experience.
Viewing 131 - 140 interview questions