Senior Full Stack Developer Interview Questions

1,152 senior full stack developer 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.5
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 901 - 910 interview questions

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