You have a 30-minute interview with two parts:
First Part: Project Discussion and Your Role
In this section, you’ll briefly introduce a project you worked on in your last job. Focus on:
Project Overview: Provide a short description of the project, including its goals, technologies, and impact.
Your Role and Responsibilities: Elaborate on your specific contributions. Explain the main responsibilities you had, such as design, implementation, or problem-solving. Highlight any key achievements, challenges you faced, and how you addressed them.
Second Part: Coding Challenge – Shuffle an Array
In this section, you’ll be asked to code a solution for shuffling an array using any language you prefer. One commonly used method is the Fisher-Yates Shuffle Algorithm. It is efficient and produces an unbiased shuffle.