Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Analyst Associate All Questions

View all questions & answers for the Certified Data Analyst Associate exam

Exam Certified Data Analyst Associate topic 1 question 8 discussion

Actual exam question from Databricks's Certified Data Analyst Associate
Question #: 8
Topic #: 1
[All Certified Data Analyst Associate Questions]

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

  • 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
  • E. Create an external table while specifying the object storage path to LOCATION
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
d046bc0
7 months ago
Selected Answer: E
Agree with e
upvoted 1 times
...
Ayush24
7 months, 2 weeks ago
Selected Answer: E
Create an external table while specifying the object storage path to LOCATION. While creating the external table we need to specify the location outside the managed storage location wherein data is stored. Below syntax is used to create external table assuming here cloud-based object storage as AWS S3. CREATE TABLE table1 LOCATION 's3://<bucket_path>/<table_directory>
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...