J'ai postulé en ligne. J'ai passé un entretien chez Blackbaud (Charleston, SC)
Entretien
I went though a phone interview first, 3 weeks later, I got an onsite interview with Blackbaud South Carolina. It was kind of okay, I forgot about what question they asked, but they do require knowledge of databases, some form of DFS or BFS, knowledge of objects.
Questions d'entretien [1]
Question 1
Given a simple "Makefile" like file, figure out what order to compile each of the dependencies.
example:
a : b c
b : d
c : d
Then it should give d, c, b, a or d, b, c, a