Easy leetcode questions and some other custom puzzle-y questions they made up.
Senior Full Stack Developer Interview Questions
1,160 senior full stack developer interview questions shared by candidates
What is your motivation for applying us?
Would you tell me how others describe you?
How .Net Garbage Collection Works?
About the structure and basics of node
Have you ever received a constructive criticism in your workplace, if so what steps have you made to address the criticism since then.
Tell me about a time you built something impressive/important
Didn't get to that part.
Mini project i Project Brief Our investment consultants are looking for a tool that will allow them to enter probabilities and carry out basic calculations. The program should also log each calculation for later analysis (No DB required, text file is fine). The Calculator The user should be able to enter two valid probabilities (0 to 1 e.g. 0.5 is valid, while 1.1 or -0.1 is not). The user should be able to choose from the following functions: 1. CombinedWith: P(A)P(B) e.g. 0.5 * 0.5 = 0.25 2. Either: P(A) + P(B) – P(A)P(B) e.g. 0.5 + 0.5 – 0.5*0.5 = 0.75 What to build 1. Use a technology you feel comfortable with (C# / MVC / React / Angular) 2. A UI which allows users to enter two numbers, select a function, and see the result 3. A log that includes the date, type of calculation, the inputs and the result What we want to see 1. Maintainable code that is easy to extend 2. Some degree of tests Be prepared to explain your choices. We do NOT want to see 1. User Security - Authentication / Authorization 2. Database Delivery Please send us a zipped set of source code
1. First interview: questions about my experience 2. Home assignment discussion
Viewing 951 - 960 interview questions