Full Stack Web Developer Interview Questions

1,484 full stack web developer interview questions shared by candidates

First technical discussion: 1. Why implement IDisposable if that connection is going to close at some point anyway? 2. You can put a constraint for T to be a value type. 3. You can put a constraint for T to be a reference type. 4. What constraints do you have on T? 5. Yield return example. 6. Delegate vs Func vs Action vs Event. 7. Is the order of middleware calls predefined? Have you used it? 8. How do you use dependency injection? 9. How do you know if you are using a logger as dependency injection because the setup had an error or which specific service is used for logging? 10. Isn't it redundant to add ref to a function's parameter? 11. What makes you say that a function shouldn't be refactored to be ready for Unit testing? 12. What other communication protocols have you used besides REST and GraphQL? 13. Any difference between this in .NET and this in JavaScript? Second interview discussion with light live coding: -simplified version of the Polish notation that only consisted on paranthesis - write an algorithm that takes a string and returns a bool if the paranthesis are correctly open and closed Ex. ()()(()) - true )(())- false [()]()- true The focus was on the logic, they first presented a simplified version and then added complexity.
avatar

Full Stack Web Developer

Interviewed at Stefanini

3.8
Mar 19, 2024

First technical discussion: 1. Why implement IDisposable if that connection is going to close at some point anyway? 2. You can put a constraint for T to be a value type. 3. You can put a constraint for T to be a reference type. 4. What constraints do you have on T? 5. Yield return example. 6. Delegate vs Func vs Action vs Event. 7. Is the order of middleware calls predefined? Have you used it? 8. How do you use dependency injection? 9. How do you know if you are using a logger as dependency injection because the setup had an error or which specific service is used for logging? 10. Isn't it redundant to add ref to a function's parameter? 11. What makes you say that a function shouldn't be refactored to be ready for Unit testing? 12. What other communication protocols have you used besides REST and GraphQL? 13. Any difference between this in .NET and this in JavaScript? Second interview discussion with light live coding: -simplified version of the Polish notation that only consisted on paranthesis - write an algorithm that takes a string and returns a bool if the paranthesis are correctly open and closed Ex. ()()(()) - true )(())- false [()]()- true The focus was on the logic, they first presented a simplified version and then added complexity.

Viewing 981 - 990 interview questions

Glassdoor has 1,484 interview questions and reports from Full stack web developer interviews. Prepare for your interview. Get hired. Love your job.