Pergunta de entrevista da empresa Amazon

They asked me to solve a problem on finding the longest substring without repeating characters. I explained my approach using a sliding window technique, optimized it to O(n), and implemented it in C++.

Resposta da entrevista

Sigiloso

27 de ago. de 2025

I described a full-stack social media app I built, where I faced challenges with authentication and session management. I overcame it by implementing JWT-based secure authentication and protected routes.