Implementing an Azure Data Solution (legacy) — Question 14
You are creating a new notebook in Azure Databricks that will support R as the primary language but will also support Scala and SQL.
Which switch should you use to switch between languages?
Answer options
- A. %<language>
- B. \\[<language>]
- C. \\(<language>)
- D. @<Language>
Correct answer: A
Explanation
The correct answer is A, as the syntax %<language> is the designated way to indicate the programming language for a specific cell in Azure Databricks. The other options do not represent valid commands for switching languages in this environment.