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
Senior Full Stack Engineer Interview Questions
1,781 senior full stack engineer interview questions shared by candidates
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
Basic technical questions regarding the technologies or frameworks that you worked on.
Tell me about your experience
Sliding window problem + simple data structure question.
Viewing 1381 - 1390 interview questions