Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Databricks Certified Data Analyst Associate Exam - Topic 5 Question 52 Discussion

Which of the following approaches can be used to ingest data directly from cloud-based object storage?
E) Create an external table while specifying the object storage path to LOCATION External tables are tables that are defined in the Databricks metastore using the information stored in a cloud object storage location. External tables do not manage the data, but provide a schema and a table name to query the data. To create an external table, you can use the CREATE EXTERNAL TABLE statement and specify the object storage path to the LOCATION clause. For example, to create an external table named ext_table on a Parquet file stored in S3, you can use the following statement: SQL CREATE EXTERNAL TABLE ext_table ( col1 INT, col2 STRING ) STORED AS PARQUET LOCATION 's3://bucket/path/file.parquet' AI-generated code. Review and use carefully.More info on FAQ.
A) Create an external table while specifying the DBFS storage path to FROM
B) Create an external table while specifying the DBFS storage path to PATH
C) It is not possible to directly ingest data from cloud-based object storage
D) Create an external table while specifying the object storage path to FROM

Databricks Certified Data Analyst Associate Exam - Topic 5 Question 52 Discussion

Actual exam question for Databricks's Databricks Certified Data Analyst Associate exam
Question #: 52
Topic #: 5
[All Databricks Certified Data Analyst Associate Questions]

Which of the following approaches can be used to ingest data directly from cloud-based object storage?

Show Suggested Answer Hide Answer
Suggested Answer: E

Contribute your Thoughts:

0/2000 characters
Johnna
1 day ago
Option E is the correct way to specify the object storage path!
upvoted 0 times
...
Ethan
6 days ago
Wait, so we can actually create external tables like that? Sounds too easy!
upvoted 0 times
...
Lawrence
11 days ago
Totally agree, LOCATION is the way to go!
upvoted 0 times
...
Jillian
17 days ago
No way, I thought it was impossible to ingest directly!
upvoted 0 times
...
Elli
22 days ago
I thought you could use FROM too?
upvoted 0 times
...
Josefa
27 days ago
Option E is the correct way to specify the storage path!
upvoted 0 times
...
Stefania
1 month ago
I remember something about DBFS paths, but I can't recall if they apply here. Is it possible to use DBFS for external tables?
upvoted 0 times
...
Serina
1 month ago
I practiced a similar question where LOCATION was emphasized, so I’m leaning towards E as well.
upvoted 0 times
...
Cordell
1 month ago
I'm not entirely sure, but I feel like FROM is used in other contexts, maybe not for external tables.
upvoted 0 times
...
Melvin
3 months ago
I think the answer might be E, since I remember that LOCATION is the correct keyword for specifying the path in external tables.
upvoted 0 times
...

Save Cancel