Skip to content

exp-dev-dj/devex-backend-coding-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome Devex Backend Interview Questions

Project setup

Go to your application root directory and run npm install

Get familiar with the project

Your questions are under directory ./interview-questions. You only need to try to solve the first two, q1 and q2. The third problem is really just about your past experience facing similar challenges.

Run npm run test, you shall see failed tests. Your goal is to finish the implementations in ./interview-questions/q1.js and ./interview-questions/q2.js, so all tests can pass. You can NOT modify any existing files or logic except for q1.js and q2.js.

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published