matheusferretti / practice-int-questions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training for Interview Technical Questions (in Javascript)

Are you training to get hired as a developer? At @4geeksAcademy we have been collecting interview questions from our student interviews inside this repo.

Automatic Grading?

The exercises are not auto-graded yet, we are looking for contributors interested on doing the unit tests.

Installation (takes 1 minute)

Click here to Open in Gitpod

Or Local Installation (if you prefer not to use gitpod.io)

  1. Clone this repo
$ git clone https://github.com/4GeeksAcademy/interview-technical-questions
$ cd interview-technical-questions

Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.

  1. Make sure you have the breathecode-cli installed and node.js version 8+
This is the command to install the breathecode-cli
$ npm i breathecode-cli -g
  1. Start the tutorial/exercises by running the following command from the root of the project:
$ npm i jest@24.8.0 -g
$ bc run:exercises

Contributors:

  • Alejandro Sanchez: Created the repository and the exercises and its the repository mantainer.
  • Hugo Rojas: Shared the exercises from 02 to 02.6 from one of his interviews.

About


Languages

Language:JavaScript 94.6%Language:Python 4.9%Language:Dockerfile 0.5%