I was asked the question about ACID implementation in C#. Also was given a problem described as pretty typical for that company and asked how to deal with that model. The overall problem was about gathering feeds and transforming them into a data via ETL engine to multiple databases.
Sigiloso
There was a concept of transaction and the way they promote ACID and also schema of database itself to promote integrity of data (either store all data being passed in transaction or not).