What do you look for when interviewing new team members?
Senior Full Stack Developer Interview Questions
1,152 senior full stack developer interview questions shared by candidates
Why I didn't use Nginx and I created a proxy gateway microservice that was receiving all the calls and was responsible to speak with the other microservices
Design and implement a file system, with fs manager that implements: AddFile(string parentDirName, string fileName, int fileSize) AddDirectory(string parentDirName, string name) Delete(string fileName) Print the tree structure - Use a dictionary to retrieve/add the file/directory in o(1) - Use the Composite Pattern in your implementation: the file and directory inherit from a common base like node, and the dictionary holds items of type node
differences between function declarations and arrow functions
Describe how would you build a search endpoint.
Given two functions with same and parameters but different return types. is this acceptable in c#?
What are generations of garbage collector in c#?
What is dependency injection and how do you achieve it?
There is a table with duplicate records, how do you delete duplicates. Write a query
Tell me about your experience
Viewing 881 - 890 interview questions