Ik heb online gesolliciteerd. De procedure duurde 6 weken. Ik heb gesolliciteerd bij Patchstack in jan 2022
Sollicitatiegesprek
I was asked to perform a technical task which was to create a simple CRUD application. I never received feedback on my performance on the technical task, even after specifically asking for it over a course of multiple months.
Sollicitatievragen [1]
Vraag 1
Please create a new Laravel app that contains a database of vulnerabilities. The vulnerabilities can be copied from owasp.org/www-project-top-ten, you only have to enter at most 10 of them.
- This means you need to have a few actions in your controller (CRUD):
-- View all currently added vulnerabilities to the database
-- View a specific vulnerability
-- Edit a vulnerability
-- Add a vulnerability
-- Delete a vulnerability
- You'll likely need to create a table with at least a few fields, including "title" and "description".