https://www.loom.com/share/258f672ec68348679223bad76e23d1df
Thank you for your interest in working with Wanderlog — I’ve really enjoyed working with our talented team of engineers to making traveling easier and less expensive over the last 5 years, and am excited you’re interested in joining the team!
DMOJ (https://dmoj1.wanderlog.com) is our code assessment tool: it’s similar to Hackerrank and Leetcode, and hosts:
<aside> ❗ Note: Please avoid using LLMs like ChatGPT and turn off GitHub Copilot when solving these problems; we use them too in real programming, but we'd like to see how you're able to solve problems without them!
</aside>
Open the code of your preferred language (Java, Python 2 or 3, or Javascript) in your preferred code editor
Edit the code parts that mention e.g., // Write your code here
or # Write your code here
Run tests locally by running the corresponding line for your language:
bash [run-tests.sh](<http://run-tests.sh>) javascript
bash [run-tests.sh](<http://run-tests.sh>) java
bash [run-tests.sh](<http://run-tests.sh>) python2
bash [run-tests.sh](<http://run-tests.sh>) python3
testCases
folder of the zip, and give you a command you can use to re-run those test cases if they fail