Senior Full Stack Developer Interview Questions

964 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

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
avatar

Senior Full Stack Developer

Interviewed at Forter

4.1
May 8, 2024

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

Viewing 751 - 760 interview questions

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