DRAG DROP You have an instance of SQL Server on Azure Virtual Machines named SQL1. SQL1 contains a database named DB1. You need to enable Transparent Data Encryption (TDE) for DB1. Which three objects should you create in sequence? To answer, move the appropriate objects from the list of objects to the answer area and arrange them in the correct order.
I don’t think you need a master key or cert in DB1 for standard TDE setup-those go in the master database. It's always master key in master, certificate in master, then database encryption key in DB1. The option with certificate in DB1 is a common trap. Agree?
Had something like this in a mock, order should be: master key (master db), then certificate (master db), then DEK in DB1. That's the required dependency chain for TDE on SQL VMs. Pretty sure that's right but open if anyone disagrees.
