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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

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 (?) , you can switch to a simple comment.
Switch to a voting comment New
d046bc0
3 weeks, 3 days ago
Selected Answer: E
Agree with e
upvoted 1 times
...
Ayush24
1 month, 1 week 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 ...