Correct Answer: B
Option A is incorrect because the General [A1] domain is used for large datasets. It offers better accuracy than the General domain. However, this domain is not purposed for exporting the model. In order to do so, you would need to first convert the domain to a compact domain.
Option B is correct because the General (compact) is intended and optimized for real-time classification on mobile devices. The models might be slightly inaccurate but you can also export them and run them locally for real time classifications.
Option C is incorrect because the General [A2] domain offers better accuracy than General and General [A1] domains. However, this domain is not purposed for exporting the model. In order to do so, you would need to first convert the domain to a compact domain.
Option D is incorrect because the General domain is optimized for the general image classification tasks. It serves as the best choice when you run your models in Azure and do not know which domain to choose from.
Reference:
To learn more about selecting a domain in custom vision service, use the link given below:
https://docs.microsoft.com/en-in/azure/cognitive-services/custom-vision-service/select-domain