Spotify
CI/CD 1 question
- #1GitHub Actions Matrix Build Strategy
A repository at
/home/interview/repocontains a Node.js application with a test suite at./run-tests.sh. The application needs to be tested across multiple Node.js versions (18, 20, and 22) to ensure compatibility, but currently has no automated testing configured. A starter workflow file has been created at.github/workflows/pr-tests.ymlwith the basic structure. The repository has the upload-artifact action available locally at.github/actions/upload-artifactfor artifact management.
Networking 1 question
- #2Temporary Route Configuration
You need to reach a remote subnet that isn't covered by the default route, but you don't want to make any permanent configuration changes.