Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.17 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.17 KB

backend-interview-prerequisites

A project to ensure that your backend onsite interview at Slack runs smoothly.

Usage

If you can successfully run the setup script for the language of your choice, you should be able to run the actual interview project as well.

  1. Download the most recent release of backend-interview-prerequisites here.
  2. Unzip the project and navigate to the directory for your preferred language.
  3. Follow the instructions in the README for your preferred language to run the setup script. If you plan to complete the onsite in Docker or some other containerized environment, we encourage you to run the setup script in that environment instead.
  4. If for some reason the setup script does not run successfully, follow troubleshooting steps in the README for your preferred language and/or reach out to your recruiting coordinator. If possible, please include relevant stacktraces and system details (OS and language versions, etc) in your message.
  5. (Optional) Configure the project in your preferred IDE to confirm that your IDE will also support the backend onsite interview.