Question 202:
Shane is a Data architect working on designing the mount of the Databricks file system for storage. He has three storage accounts for Databricks “analytics_demo”, “dscience_demo”, “azml_demo”. How would it mount entries in DBFS for each of these storage objects?
Answer options:
A.“/mnt/analytics_demo”, “/mnt/dscience_demo”, “/mnt/azml_demo” B.“/mnt/analytics_demo/dscience_demo/azml_demo” C.“/mnt/analytics_demo/…/dscience_demo/…/azml_demo” D.None of the above