Databricks-Certified-Data-Engineer-Associate試験無料問題集「Databricks Certified Data Engineer Associate 認定」

A data engineer needs to determine whether to use the built-in Databricks Notebooks versioning or version their project using Databricks Repos.
Which of the following is an advantage of using Databricks Repos over the Databricks Notebooks versioning?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following Git operations must be performed outside of Databricks Repos?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following describes a scenario in which a data engineer will want to use a single-node cluster?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following tools is used by Auto Loader process data incrementally?

解説: (GoShiken メンバーにのみ表示されます)
A data engineer wants to create a data entity from a couple of tables. The data entity must be used by other data engineers in other sessions. It also must be saved to a physical location.
Which of the following data entities should the data engineer create?

解説: (GoShiken メンバーにのみ表示されます)
A new data engineering team team has been assigned to an ELT project. The new data engineering team will need full privileges on the table sales to fully manage the project.
Which command can be used to grant full permissions on the database to the new data engineering team?

解説: (GoShiken メンバーにのみ表示されます)
Which of the following can be used to simplify and unify siloed data architectures that are specialized for specific use cases?

解説: (GoShiken メンバーにのみ表示されます)
A data engineer that is new to using Python needs to create a Python function to add two integers together and return the sum?
Which of the following code blocks can the data engineer use to complete this task?

解説: (GoShiken メンバーにのみ表示されます)
A data engineer needs to create a table in Databricks using data from their organization's existing SQLite database. They run the following command:
CREATE TABLE jdbc_customer360
USING
OPTIONS (
url "jdbc:sqlite:/customers.db", dbtable "customer360"
)
Which line of code fills in the above blank to successfully complete the task?

解説: (GoShiken メンバーにのみ表示されます)
A data engineer has a Job that has a complex run schedule, and they want to transfer that schedule to other Jobs.
Rather than manually selecting each value in the scheduling form in Databricks, which of the following tools can the data engineer use to represent and submit the schedule programmatically?

解説: (GoShiken メンバーにのみ表示されます)