Senior Full Stack Engineer Interview Questions

1,781 senior full stack engineer interview questions shared by candidates

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
avatar

Senior Full Stack Developer

Interviewed at Yotpo

3.4
Jun 21, 2023

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

Viewing 1381 - 1390 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,781 interview questions and reports from Senior full stack engineer interviews. Prepare for your interview. Get hired. Love your job.