Envié una solicitud electrónica. El proceso duró 3 meses. Acudí a una entrevista en Patchstack en may 2024
Entrevista
This interview had 4 steps.
1. Meet with HR
2. Skills Test (How you would respond to customers and creating a short step-by-step article)
3. Interview with Manager
4. Team Interview
Everyone was really friendly and HR communicated with me very well throughout the process. The interview was conducted via Google Meet. I applied May 15th, got a request from HR a week later to do a phone screening. This was a vacation period for most of the people in the company, which is why the process took longer.
Preguntas de entrevista [1]
Pregunta 1
A lot of the questions were the basic kind you'd expect in any customer support interview: Questions about your experience, how you'd deal with frustrated customers, ect.
Envié una solicitud electrónica. El proceso duró 6 semanas. Acudí a una entrevista en Patchstack en ene 2022
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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".