The technical interviews consisted of basic questions about monolith vs. microservice architecture and a code challenge to check directory structure subfolder access, in my point of view, not well designed (the interviewer offered an invalid solution). The directory stricture was presented as a list of tuples (parent dir, child dir).
Sigiloso
traversal of the list populating a tree, and then check for subfolder access.