DriveNets Interview Question

How would you perform a transaction on 4 components requiring a config change?

Interview Answers

Anonymous

May 6, 2021

Expose a config endpoint on each of the services as well as a rollback. Cast all config changes and if one or more failed, perform rollback.

Anonymous

Sep 10, 2024

Ansible playbook can be used to perform config change on four nodes.