Certified Data Engineer Professional Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Professional Exam - Question 160


What is the first line of a Databricks Python notebook when viewed in a text editor?

Show Answer
Correct Answer: C

The first line of a Databricks Python notebook when viewed in a text editor is '# Databricks notebook source'. This line is a comment indicating that the contents are from a Databricks notebook.

Discussion

1 comment
Sign in to comment
imatheushenriqueOption: C
May 31, 2024

C. # Databricks notebook source The commentary in the first like will indicate a magic command for a notebook source.