https://github.com/prosapient/elixir-interview-kit
A helper kit for candidates to be prepared for a coding interview
https://github.com/prosapient/elixir-interview-kit
Last synced: 7 months ago
JSON representation
A helper kit for candidates to be prepared for a coding interview
- Host: GitHub
- URL: https://github.com/prosapient/elixir-interview-kit
- Owner: prosapient
- Created: 2025-03-13T11:21:44.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-21T17:40:12.000Z (8 months ago)
- Last Synced: 2025-03-21T18:33:09.579Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
If you're reading this, it likely means you've been shortlisted for an Elixir position at proSapient — congratulations!
You’ve been invited to the second stage of the interview, where you’ll be asked to build a small project in Elixir.\
Don't worry—this isn’t a LeetCode-style challenge or a generic coding test. Instead, we’ll give you a real-world task relevant to our work.
To help you prepare, we've put together a list of things to review before the interview.
# Preparation
Before the interview, please ensure that you:
- Have the latest versions of **Elixir**, **OTP**, and **PostgreSQL** installed.
- Check that your **editor** and **terminal** are set up and working correctly, as you’ll need them for the task.
- Make sure you are comfortable with your editor configuration. Check all tools that you are using regularly - formatting, autocomplete, copilots, etc.
- Review the [OpenAI API documentation](https://platform.openai.com/docs/api-reference/introduction), as you’ll be using this API during the exercise.
- Familiarize yourself with **Elixir HTTP libraries**, as they will be required.
- Get comfortable using a collaborative whiteboarding tool like [Whiteboard](https://webwhiteboard.com/) or any similar service.
We look forward to seeing you in the next stage of the process. Good luck!