DATA ENGINEERING ASSOCIATE WITH DATABRICKS EXAM WITH GUARANTEED ACCURATE ANSWERS
0 view 0 purchase
Course
DATA ENGINEERING ASSOCIATE
Institution
DATA ENGINEERING ASSOCIATE
DATA ENGINEERING ASSOCIATE WITH DATABRICKS
DATA ENGINEERING ASSOCIATE WITH DATABRICKS EXAM WITH GUARANTEED ACCURATE ANSWERS
What is done with the control plane? - ACCURATE ANSWERS web application
notebooks
jobs
cluster management
What is done with the data plane? - ACCURATE ANSWERS spi...
DATA ENGINEERING ASSOCIATE WITH
DATABRICKS
DATA ENGINEERING ASSOCIATE WITH DATABRICKS EXAM WITH GUARANTEED
ACCURATE ANSWERS
What is done with the control plane? - ACCURATE ANSWERS✔✔
web application
notebooks
jobs
cluster management
What is done with the data plane? - ACCURATE ANSWERS✔✔
spinning up clusters
data processing
accessing data sources
,SQL: Create table with specific columns - ACCURATE ANSWERS✔✔
CREATE TABLE students (id INT, name STRING)
SQL: Insert data - ACCURATE ANSWERS✔✔ INSERT INTO students
VALUES (1, "Omar")
Does ACID guarantee inserting many records in a single transaction? -
ACCURATE ANSWERS✔✔ Yes
SQL: Update record - ACCURATE ANSWERS✔✔ UPDATE students
SET value = value + 1
WHERE name LIKE "T%" // starts with T
SQL: Delete record - ACCURATE ANSWERS✔✔ DELETE FROM
students
WHERE value > 6
// Boolean is lowercase
// equals is single =
What is upsert? - ACCURATE ANSWERS✔✔ Allows updates, inserts
and other manipulations in a single command
, SQL: Merge for CDC - ACCURATE ANSWERS✔✔ MERGE INTO
students b
USING updates u
ON b.id=u.id
WHEN MATCHED AND u.type = "update"
THEN UPDATE SET *
THEN INSERT *
WHEN NOT MATCHED AND
THEN DELETE
Which metastore does databricks use by default? - ACCURATE
ANSWERS✔✔ Hive
SQL: See details about Delta table including number of files -
ACCURATE ANSWERS✔✔ DESCRIBE DETAIL students
What does OPTIMIZE do? - ACCURATE ANSWERS✔✔ Replace
existing data files by combining files and rewriting results
SQL: OPTIMIZE - ACCURATE ANSWERS✔✔ OPTIMIZE students
ZORDER BY id
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller GRADEUNITS. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $13.49. You're not tied to anything after your purchase.