J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Nightwing Group
Entretien
Decently lengthy interview, with 2 technical portions and 1 manager interview. Prepare to demonstrate and talk through CTF style problems, as well as read and identify vulnerabilities in source code.
Questions d'entretien [1]
Question 1
Translate this simple C code to Assembly (you pick the architecture).
void main (int argc, char *argv[]){
print(argv[0]);
};