I applied online. The process took 3 weeks. I interviewed at Nightwing Group
Interview
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.
Interview questions [1]
Question 1
Translate this simple C code to Assembly (you pick the architecture).
void main (int argc, char *argv[]){
print(argv[0]);
};