An administrator manages an Azure environment with the following resource hierarchy:
* A management group named `Tenant-MG`.
* An Azure subscription named `Sub-Development` that is a child of `Tenant-MG`.
* A resource group named `RG-ProdMock` in `Sub-Development`.
* A resource group named `RG-Scratch` in `Sub-Development`.
The administrator applies the following policy assignments:
* Assignment 1: An Azure Policy definition that restricts allowed virtual machine SKUs to `Standard_D2s_v3` (using the `Deny` effect) is assigned to `Tenant-MG`. The assignment includes `RG-Scratch` in its Exclusions list.
* Assignment 2: An Azure Policy definition that requires the tag `Dept` (using the `Deny` effect) is assigned to `Sub-Development`. No exclusions are configured.
Which of the following virtual machine deployments will be successfully created? (Select TWO)
- A Standard_D2s_v3 virtual machine with the tag Dept=Finance deployed in RG-ProdMockAnswer
- A Standard_E4s_v3 virtual machine with the tag Dept=Engineering deployed in RG-ScratchAnswer
- CA Standard_E4s_v3 virtual machine with the tag Dept=Sales deployed in RG-ProdMock
- DA Standard_D2s_v3 virtual machine without the Dept tag deployed in RG-Scratch