Pergunta de entrevista da empresa OfferUp

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).

Resposta da entrevista

Sigiloso

3 de abr. de 2020

traversal of the list populating a tree, and then check for subfolder access.