questions added in the description above.
Fullstack Developer Interview Questions
4,008 fullstack developer interview questions shared by candidates
Are you familiar with the Model-View-Controller architecture?
You are given a Maze in the size of NxM represented by a boolean matrix where 0 is empty, and 1 is blocked (wall). 1. Code a function 'solve1', which returns true if there's a path from points 's' (start) to 'e' (end) which passes only through zeros. It should return 'false' if there is no possible path. Possible movements: up, right, down, left (no diagonals) For example, this maze should return true: s 1 1 1 0 0 0 1 1 1 e 1 1 1 1 1 And this one should return false: s 1 1 1 0 1 0 1 1 1 e 1 1 1 1 1
oops concept (diff bwn interface & abstraction), how to manage a session in MVC? what is view data and view bag? sql joins, aggregate functions? for react seroiusly interviewer asked on coomands such as how to create react app and class components instead react concepts or redux concept
1.) OOps Concepts 2) Dot net basics concepts 3) Based on resume
how could you code a system that counts roman numerals
Was asked to build a recursive function that find path from a to b in a maze and a few more technical questions
find islands in a matrix
implement a mini mocha testing library
Implement a simple page to show cloud providers both the frontend and the backend using react/fastapi
Viewing 1811 - 1820 interview questions