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 Developer Interview Questions
964 senior full stack developer interview questions shared by candidates
Cual es tu experiencia previa en relacion al puesto?
What is the #1 thing you want us to know about you?
Give me an example of situation when you had a conflict with a coworker and how did you managed this situation?
Terrible experience. Every time I was being encouraged to continue for next step and hearing they loved my skills and after 2 months of interview, 7 rounds of interview and home work assignment no offer. Terrible. AVOID
OOPs concept, programming questions, angular concepts
Tell me about your experience
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?
Viewing 751 - 760 interview questions