
Derived from 1 submission for ALL. Format details may vary across different teams or locations.
Select a role track above to view specific candidate interview patterns.
The interview process for the SDE Intern role at Terribly Tiny Tales involved a technical round covering frontend, backend, and security concepts. The candidate was questioned on ReactJS, NextJS, performance optimization, data structures, and backend technologies like Golang, MySQL, and AWS.
Questions focused on ReactJS fundamentals, NextJS features, and performance optimization techniques.
Explain how to map an array of products in JSX, describe React fragments, and differentiate between SSR, SSG, ISG, and the use of getStaticProps and getServerSideProps in NextJS.
Discuss strategies for making concurrent API requests to reduce response time and explain the concept of debouncing.
Questions focused on backend development, data structures, security, and database management.
Design a solution to maintain a user's last 10 login details using a linked list and identify suspicious login attempts. Discuss how to discard a JWT (JSON Web Token) and identify security vulnerabilities in a getUserDetails endpoint.
Explain the use cases and differences between Golang, MySQL, and AWS in a backend context.