By data protection law, developers should not have access to candidate personal information including their name, phone number, email but when debugging production environment bugs, developers need to debug a replica of the prod db to identity the client issue; for instance candidate X failing to apply to a client job.
In companies that respect the data protection law, there are 2 dbs, one prod and one dev, client data is anonymized in dev for bug investigation, and for business purposes.
1 year ago
10 months ago