Project architecture, questions on authorization, authentication, Database related queries.
Full Stack Web Developer Interview Questions
1,484 full stack web developer interview questions shared by candidates
Given a matrix of n*n filled by 1's & 0's and two indexes - describe how to get from one index to another where you can't pass 0's on your way.
Pourquoi vous postulez chez nous ?
Culture is important at this company, how would you fit in?
Quanto tempo de experiência na área. Qual a formação acadêmica. Se estava disposto a fazer um teste.
what is polymorphism in Object Oriented Programing?
Merging of a Linked List
Time complexities of insert/search on an array and linked list
There was a big focus on stakeholder interaction, with questions asked about how I would explain a technical limitation, and another asking for a time I had handled an upset stakeholder.
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 971 - 980 interview questions