I attended two technical interviews. The first one was about the organization during the Software Development Process. The last one was a technical one where the interviewers began with a basic, coding exercise whose solution I had to support from the point of view of the memory complexity and with statistics topics related to the specific project they were looking for developers to work in.
Fullstack Developer Interview Questions
2,858 fullstack developer interview questions shared by candidates
All kinds of technical questions in my area, and also design questions (like "lets design a feature together").
HomeWork Implement a utility that finds the minimal relation level between two people on Java or C#
asked about past experience and projects
output of: console.log("a") setTimeout(() => console.log("b"),2000) setTimeout(() => console.log("d"),0) console.log("c"). Follow up: how to make them print in the same order
What is call stack and how it works?
same as q1 but instead of fetching data once from the server, update the table every 10 seconds using sockets
What kind of tehnologies have you been working in the previous company
Java, Advanced Java, Spring MVC, Angular.
--> Coding question / Org: // E1 has E2,E3 as reports // E2 has E4,E5 as reports , E3 has E6 as report // …….. //Find all the reports of E1 who are two levels below. Once coding is done, extended this question by asking for N levels below
Viewing 1231 - 1240 interview questions