Designing and Implementing an Azure AI Solution (legacy) — Question 22
You are developing an app that will analyze sensitive data from global users.
Your app must adhere the following compliance policies:
The app must not store data in the cloud.
The app not use services in the cloud to process the data.
Which of the following actions should you take?
Answer options
- A. Make use of Azure Machine Learning Studio
- B. Make use of Docker containers for the Text Analytics
- C. Make use of a Text Analytics container deployed to Azure Kubernetes Service
- D. Make use of Microsoft Machine Learning (MML) for Apache Spark
Correct answer: D
Explanation
The correct answer is D because Microsoft Machine Learning (MML) for Apache Spark allows for data processing without needing to store or process data in the cloud, thus adhering to compliance policies. Options A, B, and C all involve cloud services or storage, which contradict the requirement not to use cloud resources.